libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-114


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-114
Date: Thu, 5 Aug 2004 16:33:55 +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)

iD8DBQFBElNjFRMICSmD1gYRApsyAJ9mHSr2J2On/1JzElXjiMFb9nxNKQCePZ76
7o9LICdI5rVE8DDM0m09/OA=
=A4EE
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-113 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-113
M  ChangeLog
M  bootstrap
M  m4/libtool.m4

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        * bootstrap: Run the bootstrap rules from a file named Makefile,
        copied from Makefile.am for fresh checkouts.

--- orig/bootstrap
+++ mod/bootstrap
@@ -54,8 +54,10 @@
 # Building distributed files from configure is bad for automake, so we
 # generate them here, and have Makefile rules to keep them up to date:
 rm -f ./config/ltmain.sh ./m4/ltversion.m4
+test -f Makefile || { makefile=Makefile; cp Makefile.am $makefile; }
 make -f Makefile.am ./config/ltmain.sh ./m4/ltversion.m4 \
     top_srcdir=. PACKAGE="$2" VERSION="$3"
+test -z "$makefile" || rm -f "$makefile"
 
 # Make a dummy libtoolize script for autoreconf:
 cat > ./config/libtoolize <<'EOF'


--- orig/m4/libtool.m4
+++ mod/m4/libtool.m4
@@ -1545,8 +1545,8 @@
          striplib="$STRIP -x"
          AC_MSG_RESULT([yes])
        else
-  AC_MSG_RESULT([no])
-fi
+         AC_MSG_RESULT([no])
+       fi
        ;;
    *)
   AC_MSG_RESULT([no])




reply via email to

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