~ubuntu-branches/ubuntu/intrepid/privoxy/intrepid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Roland Rosenfeld
  • Date: 2008-01-20 22:19:02 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120221902-fei8hyw047z11q3s
Tags: 3.0.8-1
* New upstream release 3.0.8-stable.
* Upgrade all patches to new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
dnl 
3
 
dnl $Id: configure.in,v 1.107 2007/11/15 02:50:14 hal9 Exp $
 
3
dnl $Id: configure.in,v 1.109 2008/01/20 14:07:09 fabiankeil Exp $
4
4
dnl 
5
5
dnl Written by and Copyright (C) 2001 - 2007 the SourceForge
6
6
dnl Privoxy team. http://www.privoxy.org/
28
28
dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
29
29
dnl 
30
30
dnl $Log: configure.in,v $
 
31
dnl Revision 1.109  2008/01/20 14:07:09  fabiankeil
 
32
dnl Set CODE_STATUS to stable.
 
33
dnl
 
34
dnl Revision 1.108  2007/12/10 02:30:00  hal9
 
35
dnl Change versioning for > 3.0.7 && < 3.0.8
 
36
dnl
31
37
dnl Revision 1.107  2007/11/15 02:50:14  hal9
32
38
dnl Setting to "beta" (for doc builds, etc).
33
39
dnl
502
508
dnl AutoConf Initialization
503
509
dnl =================================================================
504
510
 
505
 
AC_REVISION($Revision: 1.107 $)
 
511
AC_REVISION($Revision: 1.109 $)
506
512
AC_INIT(jcc.c)
507
513
 
508
514
if test ! -f config.h.in; then
548
554
 
549
555
VERSION_MAJOR=3
550
556
VERSION_MINOR=0
551
 
VERSION_POINT=7
552
 
CODE_STATUS="beta"
 
557
VERSION_POINT=8
 
558
CODE_STATUS="stable"
553
559
 
554
560
dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
555
561
dnl used for CGI output. Set version to 0.0.0 and status to "UNRELEASED"