libtool-patches
[Top][All Lists]
Advanced

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

FYI: fix previous commit bogosity [libtool--devo--1.0--patch-314]


From: Gary V. Vaughan
Subject: FYI: fix previous commit bogosity [libtool--devo--1.0--patch-314]
Date: Wed, 5 Oct 2005 17:45:44 +0100 (BST)
User-agent: mailnotify/0.7

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

Applied to HEAD.

  * looking for address@hidden/libtool--devo--1.0--patch-313 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-313
  M  ChangeLog
  M  tests/subproject.at
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * tests/subproject.at: Commit the right file this time.
  
  --- orig/tests/subproject.at
  +++ mod/tests/subproject.at
  @@ -19,8 +19,8 @@
   
   AT_BANNER([Subproject Libltdl.])
   
  -# _LTDL_SETUP([CONFIGURE-OPTIONS], [LIBTOOLIZE-OPTIONS])
  -# ------------------------------------------------------
  +# _LTDL_SETUP
  +# -----------
   m4_define([_LTDL_SETUP],
   [AT_DATA([configure.ac],
   [[AC_INIT([subproject-demo], ]AT_PACKAGE_VERSION[, ]AT_PACKAGE_BUGREPORT[)
  @@ -51,7 +51,9 @@
   AT_SETUP([compiling softlinked libltdl])
   
   _LTDL_SETUP
  -LT_AT_BOOTSTRAP
  +LT_AT_LIBTOOLIZE([--ltdl])
  +LT_AT_AUTORECONF([--force --verbose --install])
  +LT_AT_CONFIGURE
   LT_AT_MAKE
   
   AT_CHECK([test -f sub/ltdl/libltdlc.la])
  @@ -66,7 +68,9 @@
   AT_SETUP([compiling copied libltdl])
   
   _LTDL_SETUP
  -LT_AT_BOOTSTRAP
  +LT_AT_LIBTOOLIZE([--copy --ltdl])
  +LT_AT_AUTORECONF([--force --verbose --install])
  +LT_AT_CONFIGURE
   LT_AT_MAKE
   
   AT_CHECK([test -f sub/ltdl/libltdlc.la])
  @@ -83,7 +87,7 @@
   prefix=`pwd`/_inst
   
   _LTDL_SETUP
  -LT_AT_LIBTOOLIZE([--copy])
  +LT_AT_LIBTOOLIZE([--copy --ltdl])
   LT_AT_AUTORECONF([--force --verbose --install])
   LT_AT_CONFIGURE([--enable-ltdl-install --prefix=$prefix])
   LT_AT_MAKE([all install])
  @@ -184,7 +188,7 @@
        $(LTCOMPILE) -c module.c
   ]])
   
  -LT_AT_LIBTOOLIZE([--copy])
  +LT_AT_LIBTOOLIZE([--copy --ltdl=sub/ltdl])
   LT_AT_MAKE([], [CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS"  \
        CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" SHELL="$SHELL" MAKE="${MAKE-make}" \
        CONFIGURE_OPTIONS="$configure_options"])
  
  
  
- -- 
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 1.0
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDRAM2FRMICSmD1gYRAuA2AJ0UWKmSxHiT7XsCI3UXClMHGzS/lACfTHOg
vru3G+ElQnMh+KYP4Ll0oU4=
=ZOZ/
-----END PGP SIGNATURE-----




reply via email to

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