From: Gary V. Vaughan Date: Fri, 7 Nov 2003 14:04:16 +0000 (+0000) Subject: * m4/libtoolize.in (func_scan_files): If libtoolize is run before X-Git-Tag: release-1-9b~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a42100c6a8c40342cafbfe205fa6b399b78153;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 0a88bc7d1..bd7fc84d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-07 Gary V. Vaughan + + * 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 * m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD) [GNU/KNetBSD]: Detect diff --git a/libtoolize.in b/libtoolize.in index 66872c145..ade283315 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -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. #