]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update bootstrap internal references to configure.in
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 5 Dec 2010 03:09:54 +0000 (16:09 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 5 Dec 2010 03:09:54 +0000 (16:09 +1300)
bootstrap.sh

index d8e52332b1710ae29ca8ce1f86cdd620d095e388..4b74fc5094513bdf5831eeacdc79e3f27100bf46 100755 (executable)
@@ -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