From: hal9 Date: Tue, 30 Jul 2002 19:36:09 +0000 (+0000) Subject: Bump version to 2.9.17. X-Git-Tag: v_2_9_18~51 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=362f0583c588ce0ee5cfa7bfd4a47b818fd60159;p=privoxy.git Bump version to 2.9.17. --- diff --git a/configure.in b/configure.in index 776e8bb9..41a474be 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.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=""