From 41a42100c6a8c40342cafbfe205fa6b399b78153 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 7 Nov 2003 14:04:16 +0000 Subject: [PATCH] * 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. --- ChangeLog | 6 ++++++ libtoolize.in | 3 +++ 2 files changed, 9 insertions(+) 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. # -- 2.47.2