libtool-patches
[Top][All Lists]
Advanced

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

FYI: fix glitch in old-m4-iface.at


From: Ralf Wildenhues
Subject: FYI: fix glitch in old-m4-iface.at
Date: Sat, 12 Jan 2008 15:01:27 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Fixed this warning:

| ../../libtool/tests/old-m4-iface.at:84: $AUTOCONF --force
| ++ autoconf --force
| stderr:
| configure.in:2: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd
| aclocal.m4:67: LT_INIT is expanded from...
| aclocal.m4:103: AM_PROG_LIBTOOL is expanded from...
| configure.in:2: the top level

with this obvious patch.

Cheers,
Ralf

2008-01-12  Ralf Wildenhues  <address@hidden>

        * tests/old-m4-iface.at (AM_PROG_LIBTOOL): Also copy needed
        lt~obsolete.m4.

Index: tests/old-m4-iface.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/old-m4-iface.at,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tests/old-m4-iface.at       12 Jan 2008 11:25:03 -0000      1.12
+++ tests/old-m4-iface.at       12 Jan 2008 14:00:57 -0000      1.13
@@ -79,7 +79,8 @@
 # with libtool-1.5x...
 AT_CHECK([test -f aclocal.m4 ||
   cat "$tst_aclocaldir/libtool.m4" "$tst_aclocaldir/ltoptions.m4" \
-    "$tst_aclocaldir/ltsugar.m4" "$tst_aclocaldir/ltversion.m4" > aclocal.m4])
+    "$tst_aclocaldir/ltsugar.m4" "$tst_aclocaldir/ltversion.m4" \
+    "$tst_aclocaldir/lt~obsolete.m4" > aclocal.m4])
 
 LT_AT_BOOTSTRAP([ignore], [ignore], [ignore], [ignore], [--force])
 




reply via email to

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