X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=91af7e461112a75c9e273f1681d0962cdfa0bf1d;hb=064163ffd2d5e10bfdb9404fa093af160dd004aa;hp=ae1e6f1eebbc90e3c3b60a270d3e00319e451a73;hpb=9285f53c6431ca054e4a970d97ee22db090639ab;p=privoxy.git diff --git a/configure.in b/configure.in index ae1e6f1e..91af7e46 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.21 2001/11/30 21:35:54 jongfoster Exp $ +dnl $Id: configure.in,v 1.22 2001/12/01 11:24:01 jongfoster Exp $ dnl dnl Written by and Copyright (C) 2001 the SourceForge dnl IJBSWA team. http://ijbswa.sourceforge.net @@ -28,6 +28,10 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.22 2001/12/01 11:24:01 jongfoster +dnl Renaming Makefile.in to GNUmakefile.in so that non-GNU versions of +dnl make break in a more obvious way. +dnl dnl Revision 1.21 2001/11/30 21:35:54 jongfoster dnl Bumping version number to 2.9.10 dnl @@ -196,7 +200,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.21 $) +AC_REVISION($Revision: 1.22 $) AC_INIT(jcc.c) AC_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -209,7 +213,7 @@ dnl ================================================================= VERSION_MAJOR=2 VERSION_MINOR=9 VERSION_POINT=10 -CODE_STATUS="\"alpha\"" +CODE_STATUS="\"beta\"" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be dnl used for CGI output