Bump version to 2.9.17.
authorhal9 <hal9@users.sourceforge.net>
Tue, 30 Jul 2002 19:36:09 +0000 (19:36 +0000)
committerhal9 <hal9@users.sourceforge.net>
Tue, 30 Jul 2002 19:36:09 +0000 (19:36 +0000)
configure.in

index 776e8bb..41a474b 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.68 2002/05/25 16:54:54 jongfoster Exp $
+dnl $Id: configure.in,v 1.68.2.1 2002/07/26 15:21:12 oes Exp $
 dnl 
 dnl Written by and Copyright (C) 2001, 2002 the SourceForge
 dnl Privoxy team. http://www.privoxy.org/
@@ -28,6 +28,9 @@ 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.68.2.1  2002/07/26 15:21:12  oes
+dnl  Bumped version number for 2.9.16 freeze
+dnl
 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
@@ -370,7 +373,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.68 $)
+AC_REVISION($Revision: 1.68.2.1 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -416,7 +419,7 @@ dnl =================================================================
 
 VERSION_MAJOR=2
 VERSION_MINOR=9
-VERSION_POINT=16
+VERSION_POINT=17
 CODE_STATUS="beta"
 
 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
@@ -619,6 +622,13 @@ dnl Check for man2html for docs.
 AC_CHECK_PROGS(MAN2HTML,man2html,false)
 AC_SUBST(MAN2HTML)
 
+dnl Set doc status flag for conditional content inclusions
+DOC_STATUS=p-not-stable
+if  test $CODE_STATUS = stable; then
+     DOC_STATUS="p-stable"
+fi
+AC_SUBST(DOC_STATUS)
+
 dnl Checking for the docbook.dsl stylesheet file
 dnl It is still not portable (directory slash)
 JADECAT=""