libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-165


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-165
Date: Fri, 3 Sep 2004 09:11:13 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBOCcgFRMICSmD1gYRAovkAJ4kRkrzvEL09Uyt5e/Q5XFmIRXk0ACePhG5
XY3F17vdGlFGEhle/eh+TtU=
=qkO8
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-164 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-164
M  ChangeLog
M  bootstrap

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * bootstrap: Remember that the ltmain.sh generated by bootstrap
        is missing most of its substitution values, so force it to be
        rebuilt at make time by touching $(top_srcdir)/config/ltmain.in.

--- orig/bootstrap
+++ mod/bootstrap
@@ -52,7 +52,10 @@
 set -- `sed '/AC_INIT/{s/[][,()]/ /g; p;};d' configure.ac`
 
 # Building distributed files from configure is bad for automake, so we
-# generate them here, and have Makefile rules to keep them up to date:
+# generate them here, and have Makefile rules to keep them up to date.
+# We don't have all the substitution values to build ltmain.sh from this
+# script yet, but we need config/ltmain.sh for the libtool commands in
+# configure, and ltversion.m4 to generate configure in the first place:
 rm -f ./config/ltmain.sh ./m4/ltversion.m4
 test -f Makefile || { makefile=Makefile; cp Makefile.am $makefile; }
 make ./config/ltmain.sh ./m4/ltversion.m4 \
@@ -83,4 +86,9 @@
 # These files can cause an infinite configure loop if left behind.
 rm -f Makefile libltdl/Makefile libtool vcl.tmp
 
+# This file is misgenerated earlier in bootstrap to satisfy automake 1.9.1
+# and earlier, but has a new enough timestamp to not be updated.  Force it
+# to be regenerated at make-time with proper substitutions in place:
+touch config/ltmain.in
+
 exit 0




reply via email to

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