From: hno <> Date: Fri, 5 Aug 2005 22:12:35 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~693 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd81cb631688b0220dba34995252738fe1dfb17f;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/Makefile.in b/Makefile.in index 0a5d3cbbbf..cddb1597c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/configure b/configure index cc58a283d5..b8dc6754f1 100755 --- 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. # diff --git a/configure.in b/configure.in index 7956ee656d..6e650d5166 100644 --- a/configure.in +++ b/configure.in @@ -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