libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 34-gary-default-libtoolize-auxdir.patch


From: Gary V. Vaughan
Subject: FYI: 34-gary-default-libtoolize-auxdir.patch
Date: Fri, 07 Nov 2003 14:25:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * 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.

Index: libtoolize.in
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.in,v
retrieving revision 1.27
diff -u -p -u -r1.27 libtoolize.in
--- libtoolize.in 20 Oct 2003 13:22:58 -0000 1.27
+++ libtoolize.in 7 Nov 2003 14:02:59 -0000
@@ -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. #

reply via email to

[Prev in Thread] Current Thread [Next in Thread]