libtool-patches
[Top][All Lists]
Advanced

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

FYI: fix libtoolize m4 installation bug [libtool--devo--1.0--patch-101]


From: Gary V. Vaughan
Subject: FYI: fix libtoolize m4 installation bug [libtool--devo--1.0--patch-101]
Date: Fri, 1 Apr 2005 16:04:09 +0100 (BST)
User-agent: mailnotify/0.6

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

Applied to HEAD.

  * looking for address@hidden/libtool--devo--1.0--patch-100 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-100
  A  
{arch}/libtool/libtool--gary/libtool--gary--1.0/address@hidden/patch-log/patch-13
  M  Makefile.am
  M  libtoolize.m4sh
  M  ChangeLog
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>

        * Makefile.am (libtoolize): Substitute $(nobase_pkgvdata_DATA).
        pkgvmacro_DATA is no longer set in the makefile.
        * libtoolize.m4sh (func_massage_pkgvmacro_DATA): Use it and, for
        consistency, renamed from this...
        (func_massage_nobase_pkgvdata_DATA): ...to this.  Adjust all
        callers.
  
  --- orig/Makefile.am
  +++ mod/Makefile.am
  @@ -163,7 +163,7 @@
        input="libtoolize.m4sh"; \
        ltdldatafiles=`cd libltdl; make show-ltdldatafiles`; \
        $(edit) -e "s,@TIMESTAMP\@,$$TIMESTAMP,g" \
  -             -e 's,@pkgvmacro_DATA\@,$(pkgvmacro_DATA),g' \
  +             -e 's,@nobase_pkgvdata_DATA\@,$(nobase_pkgvdata_DATA),g' \
                -e "s,@pkgvltdl_files\@,`echo $$ltdldatafiles`,g" \
                $(top_srcdir)/libtoolize.in > libtoolize.tmp
        chmod a+x libtoolize.tmp
  
  
  --- orig/libtoolize.m4sh
  +++ mod/libtoolize.m4sh
  @@ -793,17 +793,17 @@
   }
   
   
  -# func_massage_pkgvmacro_DATA [glob_exclude]
  -# @pkgvmacro_DATA\@ is substituted as per its value in Makefile.am; this
  -# function massages it into a suitable format for func_copy_some_files.
  -func_massage_pkgvmacro_DATA ()
  +# func_massage_nobase_pkgvdata_DATA [glob_exclude]
  +# @nobase_pkgvdata_DATA\@ is substituted as per its value in Makefile.am;
  +# this function massages it into a suitable format for func_copy_some_files.
  +func_massage_nobase_pkgvdata_DATA ()
   {
       pkgvmacro_files=     # GLOBAL VAR
   
       my_glob_exclude="$1"
   
       # Massage a value for pkgvmacro_files from the value used in Makefile.am.
  -    for my_filename in @pkgvmacro_DATA@; do
  +    for my_filename in @nobase_pkgvdata_DATA@; do
         my_filename=`$ECHO "X$my_filename" | $Xsed -e "$basename"`
   
         # ignore excluded filenames
  @@ -858,7 +858,7 @@
     func_massage_pkgvltdl_files
   
     # libtool.m4 and ltdl.m4 are handled specially below
  -  func_massage_pkgvmacro_DATA 'libtool.m4|ltdl.m4'
  +  func_massage_nobase_pkgvdata_DATA 'libtool.m4|ltdl.m4'
   
     glob_exclude_pkgaux_files='config.guess|config.sub|install-sh|ltmain.sh'
   
  
  
  
  * added files
  
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--gary/libtool--gary--1.0/address@hidden/patch-log/patch-13
  @@ -0,0 +1,16 @@
  +Revision: libtool--gary--1.0--patch-13
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Fri Apr  1 15:56:06 BST 2005
  +Standard-date: 2005-04-01 14:56:06 GMT
  +Modified-files: ChangeLog Makefile.am libtoolize.m4sh
  +New-patches: address@hidden/libtool--gary--1.0--patch-13
  +Summary: fix libtoolize m4 installation bug
  +Keywords: 
  +
  +* Makefile.am (libtoolize): Substitute $(nobase_pkgvdata_DATA).
  +pkgvmacro_DATA is no longer set in the makefile.
  +* libtoolize.m4sh (func_massage_pkgvmacro_DATA): Use it and, for
  +consistency, renamed from this...
  +(func_massage_nobase_pkgvdata_DATA): ...to this.  Adjust all
  +callers.
  
- -- 
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.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCTWLoFRMICSmD1gYRAp8eAKCEUqc+76ukEabCxXUB+1VOQseaigCfWHVo
BHG/En+LatjNYz8SzOcuaOg=
=qE+t
-----END PGP SIGNATURE-----




reply via email to

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