]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Fri, 5 Aug 2005 22:12:35 +0000 (22:12 +0000)
committerhno <>
Fri, 5 Aug 2005 22:12:35 +0000 (22:12 +0000)
Makefile.in
configure
configure.in

index 0a5d3cbbbf256b6d30a687bb6f51593922367f30..cddb1597c789724bc932ada985da2dc1f70e18cf 100644 (file)
@@ -15,7 +15,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.73 2005/07/02 00:10:52 hno Exp $
+# $Id: Makefile.in,v 1.74 2005/08/05 16:15:41 hno Exp $
 #
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
@@ -717,7 +717,7 @@ uninstall-info: uninstall-info-recursive
 
 
 dist-hook:
-       @ for subdir in include include/samba/nsswitch; do \
+       @ for subdir in include; do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \
index cc58a283d50cbf762c1152ddcd51c5d5a8438959..b8dc6754f14d3dfe170c227eb99b29ef4b48cbbd 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.380 .
+# From configure.in Revision: 1.381 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
index 7956ee656d71308c82b811cbde84acfc11510e29..6e650d51666af5313966fa5f59508cbd14041d74 100644 (file)
@@ -3,7 +3,7 @@ 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.380 2005/07/15 20:12:56 wessels Exp $
+dnl  $Id: configure.in,v 1.381 2005/08/05 16:12:35 hno Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.380 $)dnl
+AC_REVISION($Revision: 1.381 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -113,7 +113,7 @@ if test "$GCC" = "yes"; then
        if test $GCCVER2 -lt 300 ; then
            echo "ERROR: GCC $GCCVER causes a coredump on $host"
            echo "ERROR: Try a more recent GCC version"
-           exit 1
+           sleep 5
        fi
        ;;
     esac