]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
adding auth_modules/NCSA/Makefile
authorwessels <>
Tue, 18 Aug 1998 05:26:12 +0000 (05:26 +0000)
committerwessels <>
Tue, 18 Aug 1998 05:26:12 +0000 (05:26 +0000)
configure
configure.in

index f3e3bf4d50dd81e63d66412c1e1523d2a9a05eb6..d4944def7e4d97c0d9892832c9ece9d1218e93aa 100755 (executable)
--- a/configure
+++ b/configure
@@ -568,7 +568,7 @@ fi
 
 
 
-# From configure.in Revision: 1.138 
+# From configure.in Revision: 1.139 
 ac_aux_dir=
 for ac_dir in cfgaux $srcdir/cfgaux; do
   if test -f $ac_dir/install-sh; then
@@ -4347,6 +4347,7 @@ trap 'rm -fr `echo "\
        $SNMP_MAKEFILE \
        ./icons/Makefile \
        ./errors/Makefile \
+       ./auth_modules/NCSA/Makefile \
  include/autoconf.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
@@ -4474,6 +4475,7 @@ CONFIG_FILES=\${CONFIG_FILES-"\
        $SNMP_MAKEFILE \
        ./icons/Makefile \
        ./errors/Makefile \
+       ./auth_modules/NCSA/Makefile \
 "}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
index 1cb5a690cd4c3cb8c8ecea79b8c3a0f00567df8a..d1e6a02e8f96a441bbb4e87ef1d5168a5c8c9f1c 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.139 1998/08/17 21:24:14 wessels Exp $
+dnl  $Id: configure.in,v 1.140 1998/08/17 23:26:12 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.139 $)dnl
+AC_REVISION($Revision: 1.140 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(cfgaux)
 
@@ -1066,4 +1066,5 @@ AC_OUTPUT(\
        $SNMP_MAKEFILE \
        ./icons/Makefile \
        ./errors/Makefile \
+       ./auth_modules/NCSA/Makefile \
 )