]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
adding errors/
authorwessels <>
Mon, 28 Jul 1997 12:42:31 +0000 (12:42 +0000)
committerwessels <>
Mon, 28 Jul 1997 12:42:31 +0000 (12:42 +0000)
configure
configure.in

index f930bbfc500e7c44b25f95a1bcac4ca9fc43f9a5..6234dd18c63d4971b31fdc3d645e79607b4887e6 100755 (executable)
--- a/configure
+++ b/configure
@@ -520,7 +520,7 @@ fi
 
 
 
-# From configure.in Revision: 1.75 
+# From configure.in Revision: 1.76 
 ac_aux_dir=
 for ac_dir in aux $srcdir/aux; do
   if test -f $ac_dir/install-sh; then
@@ -3481,6 +3481,7 @@ trap 'rm -fr `echo "\
        ./src/Makefile \
        ./contrib/Makefile \
        ./icons/Makefile \
+       ./errors/Makefile \
  include/autoconf.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
@@ -3593,6 +3594,7 @@ CONFIG_FILES=\${CONFIG_FILES-"\
        ./src/Makefile \
        ./contrib/Makefile \
        ./icons/Makefile \
+       ./errors/Makefile \
 "}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
index 195e4f190c9f2263a5a3b2514d9385498f9ad6cb..8523cc2a007289e78856c0b62be4ce20fb8728a0 100644 (file)
@@ -3,13 +3,13 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.76 1997/07/19 04:25:19 wessels Exp $
+dnl  $Id: configure.in,v 1.77 1997/07/28 06:42:32 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.76 $)dnl
+AC_REVISION($Revision: 1.77 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(aux)
 
@@ -595,4 +595,5 @@ AC_OUTPUT(\
        ./src/Makefile \
        ./contrib/Makefile \
        ./icons/Makefile \
+       ./errors/Makefile \
 )