]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtoolize.in (func_scan_files): If libtoolize is run before
authorGary V. Vaughan <gary@gnu.org>
Fri, 7 Nov 2003 14:04:16 +0000 (14:04 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 7 Nov 2003 14:04:16 +0000 (14:04 +0000)
automake has created install-sh and configure.ac does not mention
AC_CONFIG_AUX_DIR, fall back to the current directory for auxdir.

ChangeLog
libtoolize.in

index 0a88bc7d13ad26d6f768c8ba184af343ce03d9fb..bd7fc84d3f9ce43b6cec8a25bc9741e815ac65fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-07  Gary V. Vaughan  <gary@gnu.org>
+
+       * m4/libtoolize.in (func_scan_files): If libtoolize is run before
+       automake has created install-sh and configure.ac does not mention
+       AC_CONFIG_AUX_DIR, fall back to the current directory for auxdir.
+
 2003-11-07  Robert Millan  <zeratul2@wanadoo.es>
 
        * m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD) [GNU/KNetBSD]: Detect
index 66872c145e2996afe2c1b1a1300e0e3e661f660c..ade283315ca93531d9d5423d3dd7a010166021ab 100644 (file)
@@ -336,6 +336,9 @@ func_scan_files ()
       done
     fi
 
+    # Just use the current directory if all else fails.
+    test -n "$auxdir" || auxdir=.
+
 
     # ------------------------------ #
     # Find local m4 macro directory. #