libtool-patches
[Top][All Lists]
Advanced

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

FYI: 338-gary-fix-configure-iface-test-on-windows.patch


From: Gary V. Vaughan
Subject: FYI: 338-gary-fix-configure-iface-test-on-windows.patch
Date: Tue, 8 Jan 2008 14:49:04 +0800 (PHT)
User-agent: mailnotify/0.9

Applied to HEAD.

  Index: ChangeLog
  from  Gary V. Vaughan  <address@hidden>
        * tests/configure-iface.at: Build libltdl in a subdir so that
        it can be easily removed without trying to remove config.log
        on windows (which can't delete a file until it is closed).
  
  Index: tests/configure-iface.at
  ===================================================================
  RCS file: /sources/libtool/libtool/tests/configure-iface.at,v
  retrieving revision 1.2
  diff -u -u -r1.2 configure-iface.at
  --- tests/configure-iface.at 8 Jan 2008 05:07:41 -0000 1.2
  +++ tests/configure-iface.at 8 Jan 2008 06:47:55 -0000
  @@ -157,14 +157,15 @@
   # Install libltdl
   prefix=`pwd`/_inst
   
  -LT_AT_LIBTOOLIZE([--copy --ltdl=.])
  +LT_AT_LIBTOOLIZE([--copy --ltdl=ltdl])
  +
  +(cd ltdl
   LT_AT_CONFIGURE([--enable-ltdl-install --prefix=$prefix])
   LT_AT_MAKE([all install])
  +)
   
   # Remove build files
  -for x in .* *; do
  -  test $x == _inst || rm -rf $x
  -done
  +rm -rf ltdl/
   
   AT_CHECK([test -f $prefix/lib/libltdl.la])
   AT_CHECK([test -f $prefix/include/ltdl.h])
-- 
  ())_.              Email me: address@hidden
  ( '/           Read my blog: http://blog.azazil.net
  / )=         ...and my book: http://sources.redhat.com/autobook
`(_~)_ Join my AGLOCO Network: http://www.agloco.com/r/BBBS7912 
_________________________________________________________
This patch notification generated by vcsapply version 1.0
http://savannah.gnu.org/projects/cvs-utils

Attachment: pgpWiyf7ctPVt.pgp
Description: PGP signature


reply via email to

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