libtool-patches
[Top][All Lists]
Advanced

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

Re: CVS libtoolize uses wrong files


From: Bob Friesenhahn
Subject: Re: CVS libtoolize uses wrong files
Date: Thu, 29 Dec 2005 11:35:27 -0600 (CST)

On Thu, 29 Dec 2005, Ralf Wildenhues wrote:
It seems likely that 'make' after configure was not sufficient to
regenerate some files.  I did a 'make clean' and re-configured and now
the correct file is being used.

Ahh, thanks!  Would this be a suitable and sufficient fix?

I don't know if it fixes all woes, but it looks like it would certainly help fix this particular malady. Please apply.

Bob

       * Makefile.am (libtoolize): Also depend on `config.status'.
       (tests/atconfig): Normalize path, for non-GNU make.
       Reported by Bob Friesenhahn <address@hidden>.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.183
diff -u -r1.183 Makefile.am
--- Makefile.am 16 Dec 2005 16:28:29 -0000      1.183
+++ Makefile.am 29 Dec 2005 17:27:18 -0000
@@ -55,7 +55,7 @@
# The libtool distributor and the standalone libtool script.
bin_SCRIPTS = libtoolize libtool

-libtoolize: $(srcdir)/libtoolize.in
+libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status
        rm -f libtoolize.tmp libtoolize
        $(timestamp); \
        input="libtoolize.m4sh"; \
@@ -438,7 +441,7 @@
          echo 'm4_define([AT_PACKAGE_BUGREPORT], address@hidden@])'; \
        } | $(edit) > $(srcdir)/tests/package.m4

-tests/atconfig: config.status
+tests/atconfig: $(top_builddir)/config.status
        $(SHELL) ./config.status tests/atconfig

DISTCLEANFILES += tests/atconfig


======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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