From: Amos Jeffries Date: Sun, 5 Dec 2010 03:09:54 +0000 (+1300) Subject: Update bootstrap internal references to configure.in X-Git-Tag: take1~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfd8ad2bc3b02965697f8c426508a2bc0d55d8ff;p=thirdparty%2Fsquid.git Update bootstrap internal references to configure.in --- diff --git a/bootstrap.sh b/bootstrap.sh index d8e52332b1..4b74fc5094 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Used to setup the configure.in, autoheader and Makefile.in's if configure +# Used to setup the configure.ac, autoheader and Makefile.in's if configure # has not been generated. This script is only needed for developers when # configure has not been run, or if a Makefile.am in a non-configured directory # has been updated @@ -76,7 +76,7 @@ bootstrap_libtoolize() { # TODO: when we have libtool2, tell libtoolize where to put its files # instead of manualy moving files from ltdl to lib/libLtdl - if egrep -q '^[[:space:]]*AC_LIBLTDL_' configure.in + if egrep -q '^[[:space:]]*AC_LIBLTDL_' configure.ac then ltdl="--ltdl" else