X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=0fdb28c040cd19ee226c7dd385e7cd3a3966a193;hb=3c6406b7e0431bfac8206b6558d29d28051458e8;hp=83d3019774692a373b97cf6853d7b0a9090c6b9b;hpb=f042840eb9155b0f4275b07ebf8af8e32a15de70;p=privoxy.git diff --git a/configure.in b/configure.in index 83d30197..0fdb28c0 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.58 2002/04/04 20:49:20 swa Exp $ +dnl $Id: configure.in,v 1.59 2002/04/06 20:23:55 jongfoster 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.59 2002/04/06 20:23:55 jongfoster +dnl Removing unnessacery tests (C++, ranlib) +dnl dnl Revision 1.58 2002/04/04 20:49:20 swa dnl attempt to consolidate the dnl different dokbook versions. @@ -331,8 +334,20 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.58 $) +AC_REVISION($Revision: 1.59 $) AC_INIT(jcc.c) + +if test ! -f config.h.in; then + echo "You need to run autoheader first. " + echo -n "Shall I do this for you now? (y/n) " + read answer + if test $answer != "y"; then + exit 1 + else + autoheader + fi +fi + AC_CONFIG_HEADER([config.h]) AC_CANONICAL_HOST