libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: test old m4 interface [280]


From: Ralf Wildenhues
Subject: Re: FYI: test old m4 interface [280]
Date: Fri, 30 Sep 2005 12:10:26 +0200
User-agent: Mutt/1.5.11

Me again, sorry.

* Ralf Wildenhues wrote on Fri, Sep 30, 2005 at 11:03:43AM CEST:
> * Gary V. Vaughan wrote on Fri, Sep 30, 2005 at 02:48:23AM CEST:
> > 
> > Applied to HEAD.
> 
> tests/old-m4-iface.at was not actually committed to CVS.

 .. and there were a couple of small bugs in it, too.

I have applied this fix.

By the way, nice thing to see is this warning:
| libtool: link: warning: `LT_INIT([dlopen])' not used. Assuming no dlopen 
support.

True enough!  But it should work without, and I guess it does. :)

Cheers,
Ralf


        * tests/old-m4-iface.at: Define top_srcdir, work around current
        ltdl.m4 bug.

Index: tests/old-m4-iface.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/old-m4-iface.at,v
retrieving revision 1.1
diff -u -r1.1 old-m4-iface.at
--- tests/old-m4-iface.at       30 Sep 2005 09:56:50 -0000      1.1
+++ tests/old-m4-iface.at       30 Sep 2005 10:06:48 -0000
@@ -100,7 +100,8 @@
 ]])
 
 AT_DATA([Makefile.in],
-[[top_builddir = .
+[[top_srcdir   = .
+top_builddir   = .
 COMPILE                = @CC@ @CPPFLAGS@ @INCLTDL@  @CFLAGS@
 LTCOMPILE      = @LIBTOOL@ --mode=compile $(COMPILE)
 LTLINK         = @LIBTOOL@ --mode=link @CC@ -no-undefined @CFLAGS@ @LDFLAGS@ 
-o $@
@@ -181,6 +182,7 @@
 }
 ]])
 
+touch config.h.in  # bug in current ltdl.m4
 test -f ltmain.sh  || LT_AT_LIBTOOLIZE([--ltdl --install])
 test -f aclocal.m4 || $ACLOCAL -I libltdl/m4 || exit 1
 test -f configure  || $AUTOCONF --force      || exit 1




reply via email to

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