X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=655de55b8b74b2fe33a2008a6d641f10b68e5f40;hp=c1748fcc9ebad4bda0a9028bae2b8e6fa31db9ac;hb=15036114ec47da24adb7a59ed1bab5a346d85e0f;hpb=cb78ea4e900f1399e75d331eb5d8f61d9e0f0621 diff --git a/configure.in b/configure.in index c1748fcc..655de55b 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.62 2002/04/11 10:09:20 oes Exp $ +dnl $Id: configure.in,v 1.63 2002/04/11 11:00:21 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.63 2002/04/11 11:00:21 oes +dnl Applied Moritz' fix for socklen_t on Solaris +dnl dnl Revision 1.62 2002/04/11 10:09:20 oes dnl Version 2.9.14 dnl @@ -344,7 +347,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.62 $) +AC_REVISION($Revision: 1.63 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -391,7 +394,7 @@ dnl ================================================================= VERSION_MAJOR=2 VERSION_MINOR=9 VERSION_POINT=14 -VERSION_RPM_PACKAGE=1 +VERSION_RPM_PACKAGE=2 CODE_STATUS="beta" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be