Wahay!!! 3.0.x has branched!
authorjongfoster <jongfoster@users.sourceforge.net>
Sat, 25 May 2002 18:11:49 +0000 (18:11 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sat, 25 May 2002 18:11:49 +0000 (18:11 +0000)
New development version is 3.1.1 alpha

configure.in

index 2b697f1..381b1b0 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.67 2002/05/03 14:33:59 oes Exp $
+dnl $Id: configure.in,v 1.68 2002/05/25 16:54:54 jongfoster Exp $
 dnl 
 dnl Written by and Copyright (C) 2001, 2002 the SourceForge
 dnl Privoxy team. http://www.privoxy.org/
 dnl 
 dnl Written by and Copyright (C) 2001, 2002 the SourceForge
 dnl Privoxy team. http://www.privoxy.org/
@@ -28,6 +28,11 @@ 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 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 dnl 
 dnl $Log: configure.in,v $
+dnl Revision 1.68  2002/05/25 16:54:54  jongfoster
+dnl Detect if the compiler supports -pthread.
+dnl Hopefully this will fix bug 560442.  (I don't have a HP PA-RISC
+dnl machine to test this!)
+dnl
 dnl Revision 1.67  2002/05/03 14:33:59  oes
 dnl Generate doc/soucre/ldp.dsl
 dnl
 dnl Revision 1.67  2002/05/03 14:33:59  oes
 dnl Generate doc/soucre/ldp.dsl
 dnl
@@ -365,7 +370,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.67 $)
+AC_REVISION($Revision: 1.68 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -409,10 +414,10 @@ dnl =================================================================
 dnl Application version number
 dnl =================================================================
 
 dnl Application version number
 dnl =================================================================
 
-VERSION_MAJOR=2
-VERSION_MINOR=9
-VERSION_POINT=15
-CODE_STATUS="beta"
+VERSION_MAJOR=3
+VERSION_MINOR=1
+VERSION_POINT=1
+CODE_STATUS="alpha"
 
 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
 dnl used for CGI output
 
 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
 dnl used for CGI output