-# From configure.in Revision: 1.166
+# From configure.in Revision: 1.167
ac_aux_dir=
for ac_dir in cfgaux $srcdir/cfgaux; do
if test -f $ac_dir/install-sh; then
./errors/Makefile \
./auth_modules/dummy \
./auth_modules/NCSA/Makefile \
+ ./auth_modules/PAM/Makefile \
+ ./auth_modules/SMB/Makefile
include/autoconf.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
./errors/Makefile \
./auth_modules/dummy \
./auth_modules/NCSA/Makefile \
+ ./auth_modules/PAM/Makefile \
+ ./auth_modules/SMB/Makefile
"}
EOF
cat >> $CONFIG_STATUS <<\EOF
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.167 1999/01/29 23:47:06 wessels Exp $
+dnl $Id: configure.in,v 1.168 1999/04/07 19:48:53 wessels Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.167 $)dnl
+AC_REVISION($Revision: 1.168 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(cfgaux)
./errors/Makefile \
./auth_modules/dummy \
./auth_modules/NCSA/Makefile \
+ ./auth_modules/PAM/Makefile \
+ ./auth_modules/SMB/Makefile
)
-# $Id: Makefile.in,v 1.6 1998/02/02 19:39:25 wessels Exp $
+# $Id: Makefile.in,v 1.7 1999/04/07 19:48:56 wessels Exp $
#
prefix = @prefix@
exec_prefix = @exec_prefix@
anthony-xbm.gif \
anthony-xpm.gif
-all: anthony-xpm.gif
+all:
+
+unshar: anthony-xpm.gif
anthony-xpm.gif: $(SHARFILE)
$(SH) $(SHARFILE)
#
-# $Id: Makefile.in,v 1.40 1998/08/17 23:01:24 wessels Exp $
+# $Id: Makefile.in,v 1.41 1999/04/07 19:48:57 wessels Exp $
#
prefix = @prefix@
top_srcdir = @top_srcdir@
$(LIBOBJS)
REGEXOBJS = GNUregex.o
DLMALLOCOBJS = dlmalloc.o
-LIBS = libmiscutil.a @LIBREGEX@ @LIBDLMALLOC@
+GREOBJS = libgre.o
+LIBS = libmiscutil.a libgre.a @LIBREGEX@ @LIBDLMALLOC@
CFLAGS = $(AC_CFLAGS) $(INCLUDE)
$(AR_R) $@ $(DLMALLOCOBJS)
$(RANLIB) $@
+libgre.a: $(GREOBJS)
+ $(RM) -f $@
+ $(AR_R) $@ $(GREOBJS)
+ $(RANLIB) $@
+
clean:
-rm -f *.o $(LIBS) core