libtool-patches
[Top][All Lists]
Advanced

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

FYI: star-merge libtool--release--2.0--patch-1..8 [libtool--devo--1.0--p


From: Gary V. Vaughan
Subject: FYI: star-merge libtool--release--2.0--patch-1..8 [libtool--devo--1.0--patch-234]
Date: Mon, 4 Oct 2004 19:35:54 +0100 (BST)
User-agent: mailnotify/0.3

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

Applied to HEAD.

  * looking for address@hidden/libtool--devo--1.0--patch-233 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-233
  A/ {arch}/libtool/libtool--release
  A/ {arch}/libtool/libtool--release/libtool--release--2.0
  A/ {arch}/libtool/libtool--release/libtool--release--2.0/address@hidden
  A/ 
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log
  D  tests/f77demo/.arch-ids/foof2.f.id
  D  tests/f77demo/.arch-ids/foof3.f.id
  D  tests/f77demo/foof2.f
  D  tests/f77demo/foof3.f
  D  
{arch}/libtool/libtool--devo/libtool--devo--1.0/address@hidden/patch-log/patch-231
  A  tests/f77demo/.arch-ids/foof2.f.id
  A  tests/f77demo/.arch-ids/foof3.f.id
  A  tests/f77demo/foof2.f
  A  tests/f77demo/foof3.f
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/base-0
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-1
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-2
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-3
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-4
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-5
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-6
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-7
  A  
{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-8
  M  ChangeLog
  M  Makefile.am
  M  NEWS
  M  bootstrap
  M  configure.ac
  M  config/ltmain.m4sh
  M  m4/libtool.m4
  M  tests/Makefile.am
  => .arch-ids/libtoolize.in.id .arch-ids/libtoolize.m4sh.id
  => config/.arch-ids/ltmain.in.id      config/.arch-ids/ltmain.m4sh.id
  => config/ltmain.in   config/ltmain.m4sh
  => libtoolize.in      libtoolize.m4sh
  => tests/.arch-ids/defs.in.id tests/.arch-ids/defs.m4sh.id
  => tests/defs.in      tests/defs.m4sh
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Don't confuse $ECHO
        with $lt_ECHO, or we always get a libtool with ECHO=echo, rather
        than testing for a mechanism that quotes \ properly.
        * NEWS: Updated.
  
        * config/ltmain.m4sh: Need to include getopt.m4sh earlier so that
        progpath is set before it is called to --no-reexec.
        * NEWS: Updated.
  
  2004-10-04  Gary V. Vaughan  <address@hidden>
  
        Without this change, the distributed libtool tarball has a
        dependency on autom4te.  There was some inconsistency in the
        filenames: now we have foo.m4sh -> m4sh -> foo.in -> configure
        -> foo[.sh].  Bootstrap runs the m4sh steps and the resulting .in
        files are distributed:
  
        * tests/Makefile.am (EXTRA_DIST): Distribute defs.m4sh.
        * Makefile.am (EXTRA_DIST): Distribute libtoolize.m4sh.
        (libtoolize.in, libtoolize): Split into bootstrap and runtime
        stages.
        ($(top_srcdir)/tests/defs.in, $(top_srcdir)/tests/defs): Ditto.
        ($(top_srcdir)/config/ltmain.sh): Swap ltmain.m4sh and ltmain.in
        names.
        * bootstrap: Make libtoolize.in and tests/defs.in.
        * NEWS: Updated.
  
        * NEWS: Updated.
        * configure.ac: Bumped version to 1.9e.
  
        GNU libtool 1.9d was released.
  
        * configure.ac: Bumped version to 1.9d.
        * NEWS: Updated.
  
        $Revision: 1.1667.2.7 $ $Date: 2004/10/04 17:06:35 $
  --- orig/Makefile.am
  +++ mod/Makefile.am
  @@ -46,7 +46,7 @@
   DIST_SUBDIRS = $(BUILD_SUBDIRS)
   
   sh_files = config/general.m4sh config/getopt.m4sh
  -EXTRA_DIST = bootstrap libtoolize.in config/ltmain.in config/mkstamp \
  +EXTRA_DIST = bootstrap libtoolize.in config/ltmain.m4sh config/mkstamp \
        $(sh_files) stamp-vcl ChangeLog.1996 ChangeLog.1997 ChangeLog.1998 \
        ChangeLog.1999 ChangeLog.2000 ChangeLog.2001 ChangeLog.2002 \
        ChangeLog.2003
  @@ -115,47 +115,56 @@
   ##          distcheck (at least) by rebuilding ltmain.sh in the source
   ##          tree whenever config.status regenerates the Makefile.
   EXTRA_DIST += config/ltmain.sh
  -$(top_srcdir)/config/ltmain.sh: $(sh_files) config/ltmain.in configure.ac 
stamp-vcl
  +$(top_srcdir)/config/ltmain.sh: $(sh_files) config/ltmain.m4sh configure.ac 
stamp-vcl
        $(timestamp); \
        cd $(top_srcdir); \
  -     rm -f config/ltmain.m4sh config/ltmain.tmp config/ltmain.sh; \
  -     $(M4SH) -B ./config config/ltmain.in > config/ltmain.m4sh; \
  +     rm -f config/ltmain.in config/ltmain.tmp config/ltmain.sh; \
  +     $(M4SH) -B ./config config/ltmain.m4sh > config/ltmain.in; \
        input="ltmain.in"; \
        $(edit) -e "s,@TIMESTAMP\@,$$TIMESTAMP,g" \
                -e "s,@package_revision\@,$$1,g" \
  -             config/ltmain.m4sh > config/ltmain.tmp; \
  -     rm -f config/ltmain.m4sh; \
  +             config/ltmain.in > config/ltmain.tmp; \
  +     rm -f config/ltmain.in; \
        chmod a-w config/ltmain.tmp; \
        mv -f config/ltmain.tmp config/ltmain.sh
   
   # The libtool distributor and the standalone libtool script.
   bin_SCRIPTS = libtoolize libtool
   
  -libtoolize: $(sh_files) libtoolize.in Makefile
  -     rm -f libtoolize.m4sh libtoolize.tmp libtoolize
  -     $(M4SH) -B $(top_srcdir)/config \
  -             $(srcdir)/libtoolize.in > libtoolize.m4sh
  +libtoolize: libtoolize.in
  +     rm -f libtoolize.tmp libtoolize
        $(timestamp); \
  -     input="libtoolize.in"; \
  +     input="libtoolize.m4sh"; \
        $(edit) -e "s,@TIMESTAMP\@,$$TIMESTAMP,g" \
  -             libtoolize.m4sh > libtoolize.tmp
  -     rm -f libtoolize.m4sh
  +             $(top_srcdir)/libtoolize.in > libtoolize.tmp
        chmod a+x libtoolize.tmp
        chmod a-w libtoolize.tmp
        mv -f libtoolize.tmp libtoolize
   
  +# Use `$(top_srcdir)' for the benefit of non-GNU makes: this is
  +# how libtoolize.in appears in our dependencies.
  +EXTRA_DIST += libtoolize.m4sh
  +$(top_srcdir)/libtoolize.in: $(sh_files) libtoolize.m4sh Makefile.am
  +     cd $(top_srcdir); \
  +     rm -f libtoolize.in; \
  +     $(M4SH) -B ./config libtoolize.m4sh > libtoolize.in
  +
   # The defs script shouldn't be recreated whenever the Makefile is
   # regenerated since the source tree can be read-only.
   check-recursive: tests/defs
  -tests/defs: tests/defs.in Makefile.am
  -     rm -f tests/defs.m4sh tests/defs.tmp tests/defs; \
  -     $(M4SH) -B $(top_srcdir)/config \
  -             $(top_srcdir)/tests/defs.in > tests/defs.m4sh; \
  -     input="defs.in"; \
  -     $(edit) tests/defs.m4sh > tests/defs.tmp; \
  -     rm -f tests/defs.m4sh; \
  +tests/defs: tests/defs.in
  +     rm -f tests/defs.tmp tests/defs; \
  +     input="defs.m4sh"; \
  +     $(edit) $(top_srcdir)/tests/defs.in > tests/defs.tmp; \
        mv -f tests/defs.tmp tests/defs
   
  +# Use `$(top_srcdir)/tests' for the benefit of non-GNU makes: this is
  +# how defs.in appears in our dependencies.
  +# No need to EXTRA_DIST defs.m4sh here, that is handled in tests/Makefile.am.
  +$(top_srcdir)/tests/defs.in: tests/defs.m4sh Makefile.am
  +     cd $(top_srcdir); \
  +     rm -f tests/defs.in; \
  +     $(M4SH) -B ./config tests/defs.m4sh > tests/defs.in
   
   # Automake doesn't want us to generate distributed files from config.status,
   # but the alternative (see libtool-1.4.3) was even uglier!
  
  
  --- orig/NEWS
  +++ mod/NEWS
  @@ -1,6 +1,15 @@
   NEWS - list of user-visible changes between releases of GNU Libtool
   
  -New in 1.9d: 2004-??-??; CVS version 1.9c, Libtool team:
  +New in 1.9f: 2004-??-??; CVS version 1.9e, Libtool team:
  +* Fix a regression in 1.9d, where ECHO was always set to 'echo' and the
  +  backslash quoting tests were never run.
  +* Fix a regression in 1.9d, where progpath was used for --no-reexec before it
  +  was set.
  +* Fix a regression in 1.9d, which required an installed automake to build the
  +  bootstrapped tarball.
  +* Fix hanging bug on MinGW.
  +
  +New in 1.9d: 2004-10-03; CVS version 1.9c, Libtool team:
   * If non-pic objects were not compiled, and libtool is called in link mode,
     libtool no longer silently creates an empty archive, but rather falls
     back to pic objects.
  
  
  --- orig/bootstrap
  +++ mod/bootstrap
  @@ -58,7 +58,7 @@
   # 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 \
  +make ./config/ltmain.sh ./m4/ltversion.m4 ./libtoolize.in ./tests/defs.in \
       top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="autom4te -l m4sh"
   test -z "$makefile" || rm -f "$makefile"
   
  
  
  --- orig/config/ltmain.in
  +++ mod/config/ltmain.m4sh
  @@ -78,6 +78,8 @@
   AS_SHELL_SANITIZE
   $as_unset CDPATH
   
  +m4_include([getopt.m4sh])
  +
   # Check that we have a working $ECHO.
   if test "X$1" = X--no-reexec; then
     # Discard the --no-reexec flag, and continue.
  @@ -101,8 +103,6 @@
   EOF
     exit $EXIT_SUCCESS
   fi
  -
  -m4_include([getopt.m4sh])
   
   default_mode=
   magic="%%%MAGIC variable%%%"
  
  
  --- orig/configure.ac
  +++ mod/configure.ac
  @@ -24,7 +24,7 @@
   ## ------------------------ ##
   ## Autoconf initialisation. ##
   ## ------------------------ ##
  -AC_INIT([libtool], [1.9c], address@hidden)
  +AC_INIT([libtool], [1.9e], address@hidden)
   AC_CONFIG_HEADERS([config.h:config-h.in])
   AC_CONFIG_SRCDIR([libtoolize.in])
   AC_CONFIG_AUX_DIR([config])
  
  
  --- orig/m4/libtool.m4
  +++ mod/m4/libtool.m4
  @@ -691,7 +691,7 @@
     ;;
   esac
   
  -ECHO=${ECHO-echo}
  +ECHO=${lt_ECHO-echo}
   if test "X[$]1" = X--no-reexec; then
     # Discard the --no-reexec flag, and continue.
     shift
  @@ -719,7 +719,7 @@
   # if CDPATH is set.
   (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
  -if test -z "$ECHO"; then
  +if test -z "$lt_ECHO"; then
     if test "X${echo_test_string+set}" != Xset; then
       # find a string as large as possible, as long as the shell can cope with 
it
       for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q 
"[$]0"' 'echo test'; do
  
  
  --- orig/tests/Makefile.am
  +++ mod/tests/Makefile.am
  @@ -90,7 +90,7 @@
        OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" F77="$(F77)" \
        FFLAGS="$(FFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" CPP="$(CPP)"
   
  -EXTRA_DIST = defs.in $(COMMON_TESTS) $(CXX_TESTS) $(F77_TESTS)
  +EXTRA_DIST = defs.in defs.m4sh $(COMMON_TESTS) $(CXX_TESTS) $(F77_TESTS)
   DIST_SUBDIRS = $(CONF_SUBDIRS)
   
   # FIXME: Automake-1.7b (at least) only honours DIST_SUBDIRS if SUBDIRS is
  
  
  
  * added files
  
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./tests/f77demo/.arch-ids/foof2.f.id
  @@ -0,0 +1 @@
  +Gary V. Vaughan <address@hidden> Sun Oct  3 21:28:28 2004 3366.0
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./tests/f77demo/.arch-ids/foof3.f.id
  @@ -0,0 +1 @@
  +Gary V. Vaughan <address@hidden> Sun Oct  3 21:28:31 2004 3367.0
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./tests/f77demo/foof2.f
  @@ -0,0 +1,14 @@
  +C 
  +C This program is free software; you can redistribute it and/or
  +C modify it under the terms of the GNU General Public License
  +C as published by the Free Software Foundation; either version 2
  +C of the License, or (at your option) any later version.
  +C 
  +
  +      subroutine fsubf(arg,res)
  +      implicit none
  +      integer*4 arg,res
  +      write(*,*) 'fsubf called'
  +      res=arg*2
  +      return
  +      end
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./tests/f77demo/foof3.f
  @@ -0,0 +1,14 @@
  +C 
  +C This program is free software; you can redistribute it and/or
  +C modify it under the terms of the GNU General Public License
  +C as published by the Free Software Foundation; either version 2
  +C of the License, or (at your option) any later version.
  +C 
  +
  +      subroutine fsub3(arg,res)
  +      implicit none
  +      integer*4 arg,res
  +      write(*,*) 'fsub3 called'
  +      res=arg*4
  +      return
  +      end
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/base-0
  @@ -0,0 +1,282 @@
  +Revision: libtool--release--2.0--base-0
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Sun Oct  3 21:12:30 BST 2004
  +Standard-date: 2004-10-03 20:12:30 GMT
  +New-patches: address@hidden/libtool--devo--1.0--base-0
  +    address@hidden/libtool--devo--1.0--patch-1
  +    address@hidden/libtool--devo--1.0--patch-2
  +    address@hidden/libtool--devo--1.0--patch-3
  +    address@hidden/libtool--devo--1.0--patch-4
  +    address@hidden/libtool--devo--1.0--patch-5
  +    address@hidden/libtool--devo--1.0--patch-6
  +    address@hidden/libtool--devo--1.0--patch-7
  +    address@hidden/libtool--devo--1.0--patch-8
  +    address@hidden/libtool--devo--1.0--patch-9
  +    address@hidden/libtool--devo--1.0--patch-10
  +    address@hidden/libtool--devo--1.0--patch-11
  +    address@hidden/libtool--devo--1.0--patch-12
  +    address@hidden/libtool--devo--1.0--patch-13
  +    address@hidden/libtool--devo--1.0--patch-14
  +    address@hidden/libtool--devo--1.0--patch-15
  +    address@hidden/libtool--devo--1.0--patch-16
  +    address@hidden/libtool--devo--1.0--patch-17
  +    address@hidden/libtool--devo--1.0--patch-18
  +    address@hidden/libtool--devo--1.0--patch-19
  +    address@hidden/libtool--devo--1.0--patch-20
  +    address@hidden/libtool--devo--1.0--patch-21
  +    address@hidden/libtool--devo--1.0--patch-22
  +    address@hidden/libtool--devo--1.0--patch-23
  +    address@hidden/libtool--devo--1.0--patch-24
  +    address@hidden/libtool--devo--1.0--patch-25
  +    address@hidden/libtool--devo--1.0--patch-26
  +    address@hidden/libtool--devo--1.0--patch-27
  +    address@hidden/libtool--devo--1.0--patch-28
  +    address@hidden/libtool--devo--1.0--patch-29
  +    address@hidden/libtool--devo--1.0--patch-30
  +    address@hidden/libtool--devo--1.0--patch-31
  +    address@hidden/libtool--devo--1.0--patch-32
  +    address@hidden/libtool--devo--1.0--patch-33
  +    address@hidden/libtool--devo--1.0--patch-34
  +    address@hidden/libtool--devo--1.0--patch-35
  +    address@hidden/libtool--devo--1.0--patch-36
  +    address@hidden/libtool--devo--1.0--patch-37
  +    address@hidden/libtool--devo--1.0--patch-38
  +    address@hidden/libtool--devo--1.0--patch-39
  +    address@hidden/libtool--devo--1.0--patch-40
  +    address@hidden/libtool--devo--1.0--patch-41
  +    address@hidden/libtool--devo--1.0--patch-42
  +    address@hidden/libtool--devo--1.0--patch-43
  +    address@hidden/libtool--devo--1.0--patch-44
  +    address@hidden/libtool--devo--1.0--patch-45
  +    address@hidden/libtool--devo--1.0--patch-46
  +    address@hidden/libtool--devo--1.0--patch-47
  +    address@hidden/libtool--devo--1.0--patch-48
  +    address@hidden/libtool--devo--1.0--patch-49
  +    address@hidden/libtool--devo--1.0--patch-50
  +    address@hidden/libtool--devo--1.0--patch-51
  +    address@hidden/libtool--devo--1.0--patch-52
  +    address@hidden/libtool--devo--1.0--patch-53
  +    address@hidden/libtool--devo--1.0--patch-54
  +    address@hidden/libtool--devo--1.0--patch-55
  +    address@hidden/libtool--devo--1.0--patch-56
  +    address@hidden/libtool--devo--1.0--patch-57
  +    address@hidden/libtool--devo--1.0--patch-58
  +    address@hidden/libtool--devo--1.0--patch-59
  +    address@hidden/libtool--devo--1.0--patch-60
  +    address@hidden/libtool--devo--1.0--patch-61
  +    address@hidden/libtool--devo--1.0--patch-62
  +    address@hidden/libtool--devo--1.0--patch-63
  +    address@hidden/libtool--devo--1.0--patch-64
  +    address@hidden/libtool--devo--1.0--patch-65
  +    address@hidden/libtool--devo--1.0--patch-66
  +    address@hidden/libtool--devo--1.0--patch-67
  +    address@hidden/libtool--devo--1.0--patch-68
  +    address@hidden/libtool--devo--1.0--patch-69
  +    address@hidden/libtool--devo--1.0--patch-70
  +    address@hidden/libtool--devo--1.0--patch-71
  +    address@hidden/libtool--devo--1.0--patch-72
  +    address@hidden/libtool--devo--1.0--patch-73
  +    address@hidden/libtool--devo--1.0--patch-74
  +    address@hidden/libtool--devo--1.0--patch-75
  +    address@hidden/libtool--devo--1.0--patch-76
  +    address@hidden/libtool--devo--1.0--patch-77
  +    address@hidden/libtool--devo--1.0--patch-78
  +    address@hidden/libtool--devo--1.0--patch-79
  +    address@hidden/libtool--devo--1.0--patch-80
  +    address@hidden/libtool--devo--1.0--patch-81
  +    address@hidden/libtool--devo--1.0--patch-82
  +    address@hidden/libtool--devo--1.0--patch-83
  +    address@hidden/libtool--devo--1.0--patch-84
  +    address@hidden/libtool--devo--1.0--patch-85
  +    address@hidden/libtool--devo--1.0--patch-86
  +    address@hidden/libtool--devo--1.0--patch-87
  +    address@hidden/libtool--devo--1.0--patch-88
  +    address@hidden/libtool--devo--1.0--patch-89
  +    address@hidden/libtool--devo--1.0--patch-90
  +    address@hidden/libtool--devo--1.0--patch-91
  +    address@hidden/libtool--devo--1.0--patch-92
  +    address@hidden/libtool--devo--1.0--patch-93
  +    address@hidden/libtool--devo--1.0--patch-94
  +    address@hidden/libtool--devo--1.0--patch-95
  +    address@hidden/libtool--devo--1.0--patch-96
  +    address@hidden/libtool--devo--1.0--patch-97
  +    address@hidden/libtool--devo--1.0--patch-98
  +    address@hidden/libtool--devo--1.0--patch-99
  +    address@hidden/libtool--devo--1.0--patch-100
  +    address@hidden/libtool--devo--1.0--patch-101
  +    address@hidden/libtool--devo--1.0--patch-102
  +    address@hidden/libtool--devo--1.0--patch-103
  +    address@hidden/libtool--devo--1.0--patch-104
  +    address@hidden/libtool--devo--1.0--patch-105
  +    address@hidden/libtool--devo--1.0--patch-106
  +    address@hidden/libtool--devo--1.0--patch-107
  +    address@hidden/libtool--devo--1.0--patch-108
  +    address@hidden/libtool--devo--1.0--patch-109
  +    address@hidden/libtool--devo--1.0--patch-110
  +    address@hidden/libtool--devo--1.0--patch-111
  +    address@hidden/libtool--devo--1.0--patch-112
  +    address@hidden/libtool--devo--1.0--patch-113
  +    address@hidden/libtool--devo--1.0--patch-114
  +    address@hidden/libtool--devo--1.0--patch-115
  +    address@hidden/libtool--devo--1.0--patch-116
  +    address@hidden/libtool--devo--1.0--patch-117
  +    address@hidden/libtool--devo--1.0--patch-118
  +    address@hidden/libtool--devo--1.0--patch-119
  +    address@hidden/libtool--devo--1.0--patch-120
  +    address@hidden/libtool--devo--1.0--patch-121
  +    address@hidden/libtool--devo--1.0--patch-122
  +    address@hidden/libtool--devo--1.0--patch-123
  +    address@hidden/libtool--devo--1.0--patch-124
  +    address@hidden/libtool--devo--1.0--patch-125
  +    address@hidden/libtool--devo--1.0--patch-126
  +    address@hidden/libtool--devo--1.0--patch-127
  +    address@hidden/libtool--devo--1.0--patch-128
  +    address@hidden/libtool--devo--1.0--patch-129
  +    address@hidden/libtool--devo--1.0--patch-130
  +    address@hidden/libtool--devo--1.0--patch-131
  +    address@hidden/libtool--devo--1.0--patch-132
  +    address@hidden/libtool--devo--1.0--patch-133
  +    address@hidden/libtool--devo--1.0--patch-134
  +    address@hidden/libtool--devo--1.0--patch-135
  +    address@hidden/libtool--devo--1.0--patch-136
  +    address@hidden/libtool--devo--1.0--patch-137
  +    address@hidden/libtool--devo--1.0--patch-138
  +    address@hidden/libtool--devo--1.0--patch-139
  +    address@hidden/libtool--devo--1.0--patch-140
  +    address@hidden/libtool--devo--1.0--patch-141
  +    address@hidden/libtool--devo--1.0--patch-142
  +    address@hidden/libtool--devo--1.0--patch-143
  +    address@hidden/libtool--devo--1.0--patch-144
  +    address@hidden/libtool--devo--1.0--patch-145
  +    address@hidden/libtool--devo--1.0--patch-146
  +    address@hidden/libtool--devo--1.0--patch-147
  +    address@hidden/libtool--devo--1.0--patch-148
  +    address@hidden/libtool--devo--1.0--patch-149
  +    address@hidden/libtool--devo--1.0--patch-150
  +    address@hidden/libtool--devo--1.0--patch-151
  +    address@hidden/libtool--devo--1.0--patch-152
  +    address@hidden/libtool--devo--1.0--patch-153
  +    address@hidden/libtool--devo--1.0--patch-154
  +    address@hidden/libtool--devo--1.0--patch-155
  +    address@hidden/libtool--devo--1.0--patch-156
  +    address@hidden/libtool--devo--1.0--patch-157
  +    address@hidden/libtool--devo--1.0--patch-158
  +    address@hidden/libtool--devo--1.0--patch-159
  +    address@hidden/libtool--devo--1.0--patch-160
  +    address@hidden/libtool--devo--1.0--patch-161
  +    address@hidden/libtool--devo--1.0--patch-162
  +    address@hidden/libtool--devo--1.0--patch-163
  +    address@hidden/libtool--devo--1.0--patch-164
  +    address@hidden/libtool--devo--1.0--patch-165
  +    address@hidden/libtool--devo--1.0--patch-166
  +    address@hidden/libtool--devo--1.0--patch-167
  +    address@hidden/libtool--devo--1.0--patch-168
  +    address@hidden/libtool--devo--1.0--patch-169
  +    address@hidden/libtool--devo--1.0--patch-170
  +    address@hidden/libtool--devo--1.0--patch-171
  +    address@hidden/libtool--devo--1.0--patch-172
  +    address@hidden/libtool--devo--1.0--patch-173
  +    address@hidden/libtool--devo--1.0--patch-174
  +    address@hidden/libtool--devo--1.0--patch-175
  +    address@hidden/libtool--devo--1.0--patch-176
  +    address@hidden/libtool--devo--1.0--patch-177
  +    address@hidden/libtool--devo--1.0--patch-178
  +    address@hidden/libtool--devo--1.0--patch-179
  +    address@hidden/libtool--devo--1.0--patch-180
  +    address@hidden/libtool--devo--1.0--patch-181
  +    address@hidden/libtool--devo--1.0--patch-182
  +    address@hidden/libtool--devo--1.0--patch-183
  +    address@hidden/libtool--devo--1.0--patch-184
  +    address@hidden/libtool--devo--1.0--patch-185
  +    address@hidden/libtool--devo--1.0--patch-186
  +    address@hidden/libtool--devo--1.0--patch-187
  +    address@hidden/libtool--devo--1.0--patch-188
  +    address@hidden/libtool--devo--1.0--patch-189
  +    address@hidden/libtool--devo--1.0--patch-190
  +    address@hidden/libtool--devo--1.0--patch-191
  +    address@hidden/libtool--devo--1.0--patch-192
  +    address@hidden/libtool--devo--1.0--patch-193
  +    address@hidden/libtool--devo--1.0--patch-194
  +    address@hidden/libtool--devo--1.0--patch-195
  +    address@hidden/libtool--devo--1.0--patch-196
  +    address@hidden/libtool--devo--1.0--patch-197
  +    address@hidden/libtool--devo--1.0--patch-198
  +    address@hidden/libtool--devo--1.0--patch-199
  +    address@hidden/libtool--devo--1.0--patch-200
  +    address@hidden/libtool--devo--1.0--patch-201
  +    address@hidden/libtool--devo--1.0--patch-202
  +    address@hidden/libtool--devo--1.0--patch-203
  +    address@hidden/libtool--devo--1.0--patch-204
  +    address@hidden/libtool--devo--1.0--patch-205
  +    address@hidden/libtool--devo--1.0--patch-206
  +    address@hidden/libtool--devo--1.0--patch-207
  +    address@hidden/libtool--devo--1.0--patch-208
  +    address@hidden/libtool--devo--1.0--patch-209
  +    address@hidden/libtool--devo--1.0--patch-210
  +    address@hidden/libtool--devo--1.0--patch-211
  +    address@hidden/libtool--devo--1.0--patch-212
  +    address@hidden/libtool--devo--1.0--patch-213
  +    address@hidden/libtool--devo--1.0--patch-214
  +    address@hidden/libtool--devo--1.0--patch-215
  +    address@hidden/libtool--devo--1.0--patch-216
  +    address@hidden/libtool--devo--1.0--patch-217
  +    address@hidden/libtool--devo--1.0--patch-218
  +    address@hidden/libtool--devo--1.0--patch-219
  +    address@hidden/libtool--devo--1.0--patch-220
  +    address@hidden/libtool--devo--1.0--patch-221
  +    address@hidden/libtool--devo--1.0--patch-222
  +    address@hidden/libtool--devo--1.0--patch-223
  +    address@hidden/libtool--devo--1.0--patch-224
  +    address@hidden/libtool--devo--1.0--patch-225
  +    address@hidden/libtool--devo--1.0--patch-226
  +    address@hidden/libtool--devo--1.0--patch-227
  +    address@hidden/libtool--devo--1.0--patch-228
  +    address@hidden/libtool--devo--1.0--patch-229
  +    address@hidden/libtool--devo--1.0--patch-230
  +    address@hidden/libtool--gary--1.0--base-0
  +    address@hidden/libtool--gary--1.0--patch-1
  +    address@hidden/libtool--gary--1.0--patch-2
  +    address@hidden/libtool--gary--1.0--patch-3
  +    address@hidden/libtool--gary--1.0--patch-4
  +    address@hidden/libtool--gary--1.0--patch-5
  +    address@hidden/libtool--gary--1.0--patch-6
  +    address@hidden/libtool--gary--1.0--patch-7
  +    address@hidden/libtool--gary--1.0--patch-8
  +    address@hidden/libtool--gary--1.0--patch-9
  +    address@hidden/libtool--gary--1.0--patch-10
  +    address@hidden/libtool--gary--1.0--patch-11
  +    address@hidden/libtool--gary--1.0--patch-12
  +    address@hidden/libtool--gary--1.0--patch-14
  +    address@hidden/libtool--gary--1.0--patch-15
  +    address@hidden/libtool--gary--1.0--patch-16
  +    address@hidden/libtool--gary--1.0--patch-17
  +    address@hidden/libtool--gary--1.0--patch-18
  +    address@hidden/libtool--gary--1.0--patch-19
  +    address@hidden/libtool--gary--1.0--patch-21
  +    address@hidden/libtool--gary--1.0--patch-22
  +    address@hidden/libtool--gary--1.0--patch-25
  +    address@hidden/libtool--gary--1.0--patch-26
  +    address@hidden/libtool--gary--1.0--patch-27
  +    address@hidden/libtool--gary--1.0--patch-28
  +    address@hidden/libtool--gary--1.0--patch-29
  +    address@hidden/libtool--gary--1.0--patch-30
  +    address@hidden/libtool--gary--1.0--patch-31
  +    address@hidden/libtool--gary--1.0--patch-32
  +    address@hidden/libtool--gary--1.0--patch-33
  +    address@hidden/libtool--gary--1.0--patch-34
  +    address@hidden/libtool--gary--1.0--patch-36
  +    address@hidden/libtool--gary--1.0--patch-38
  +    address@hidden/libtool--gary--1.0--patch-40
  +    address@hidden/libtool--gary--1.0--patch-43
  +    address@hidden/libtool--gary--1.0--patch-45
  +    address@hidden/libtool--gary--1.0--patch-46
  +    address@hidden/libtool--gary--1.0--patch-47
  +    address@hidden/libtool--gary--1.0--patch-48
  +    address@hidden/libtool--gary--1.0--patch-49
  +    address@hidden/libtool--gary--1.0--patch-50
  +    address@hidden/libtool--release--2.0--base-0
  +Continuation-of: address@hidden/libtool--devo--1.0--patch-230
  +Summary: tag of address@hidden/libtool--devo--1.0--patch-230
  +
  +(automatically generated log message)
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-1
  @@ -0,0 +1,14 @@
  +Revision: libtool--release--2.0--patch-1
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Sun Oct  3 21:31:21 BST 2004
  +Standard-date: 2004-10-03 20:31:21 GMT
  +New-files: tests/f77demo/.arch-ids/foof2.f.id
  +    tests/f77demo/.arch-ids/foof3.f.id
  +    tests/f77demo/foof2.f tests/f77demo/foof3.f
  +New-patches: address@hidden/libtool--release--2.0--patch-1
  +Summary: forgot to add these files
  +Keywords: 
  +
  +* tests/f77demo/foof2.f, tests/f77demo/foof3.f: Forgot to add
  +these files.
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-2
  @@ -0,0 +1,14 @@
  +Revision: libtool--release--2.0--patch-2
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Sun Oct  3 22:38:42 BST 2004
  +Standard-date: 2004-10-03 21:38:42 GMT
  +Modified-files: ChangeLog NEWS configure.ac
  +New-patches: address@hidden/libtool--release--2.0--patch-2
  +Summary: Libtool 1.9d Alpha Release
  +Keywords: 
  +
  +GNU libtool 1.9d was released.
  +
  +* configure.ac: Bumped version to 1.9d.
  +* NEWS: Updated.
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-3
  @@ -0,0 +1,12 @@
  +Revision: libtool--release--2.0--patch-3
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Sun Oct  3 23:37:26 BST 2004
  +Standard-date: 2004-10-03 22:37:26 GMT
  +Modified-files: ChangeLog NEWS configure.ac
  +New-patches: address@hidden/libtool--release--2.0--patch-3
  +Summary: bump to 1.9e
  +Keywords: 
  +
  +* NEWS: Updated.
  +* configure.ac: Bumped version to 1.9e.
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-4
  @@ -0,0 +1,15 @@
  +Revision: libtool--release--2.0--patch-4
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Mon Oct  4 00:13:07 BST 2004
  +Standard-date: 2004-10-03 23:13:07 GMT
  +Modified-files: ChangeLog config/ltmain.in tests/defs.in
  +New-patches: address@hidden/libtool--devo--1.0--patch-232
  +    address@hidden/libtool--release--2.0--patch-4
  +Summary: s,XSED,Xsed, and support VERBOSE=debug
  +Keywords: 
  +
  +* config/ltmain.in: Change $XSED to $Xsed to fix hang noticed
  +under MinGW.
  +* tests/defs.in: Support VERBOSE=debug to enable shell tracing
  +while running tests.
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-5
  @@ -0,0 +1,14 @@
  +Revision: libtool--release--2.0--patch-5
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Mon Oct  4 00:17:46 BST 2004
  +Standard-date: 2004-10-03 23:17:46 GMT
  +Modified-files: ChangeLog README README.alpha
  +New-patches: address@hidden/libtool--devo--1.0--patch-233
  +    address@hidden/libtool--release--2.0--patch-5
  +Summary: update notes regarding VERBOSE testing
  +Keywords: 
  +
  +* README, README.alpha: Update notes regarding available VERBOSE
  +settings.
  +
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-6
  @@ -0,0 +1,32 @@
  +Revision: libtool--release--2.0--patch-6
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Mon Oct  4 10:00:08 BST 2004
  +Standard-date: 2004-10-04 09:00:08 GMT
  +Renamed-files: .arch-ids/libtoolize.in.id .arch-ids/libtoolize.m4sh.id
  +    config/.arch-ids/ltmain.in.id config/.arch-ids/ltmain.m4sh.id
  +    config/ltmain.in config/ltmain.m4sh
  +    libtoolize.in libtoolize.m4sh
  +    tests/.arch-ids/defs.in.id tests/.arch-ids/defs.m4sh.id
  +    tests/defs.in tests/defs.m4sh
  +Modified-files: ChangeLog Makefile.am NEWS bootstrap
  +    tests/Makefile.am
  +New-patches: address@hidden/libtool--release--2.0--patch-6
  +Summary: fix autom4te regression
  +Keywords: 
  +
  +Without this change, the distributed libtool tarball has a
  +dependency on autom4te.  There was some inconsistency in the
  +filenames: now we have foo.m4sh -> m4sh -> foo.in -> configure
  +-> foo[.sh].  Bootstrap runs the m4sh steps and the resulting .in
  +files are distributed.
  +
  +* tests/Makefile.am (EXTRA_DIST): Distribute defs.m4sh.
  +* Makefile.am (EXTRA_DIST): Distribute libtoolize.m4sh.
  +(libtoolize.in, libtoolize): Split into bootstrap and runtime
  +stages.
  +($(top_srcdir)/tests/defs.in, $(top_srcdir)/tests/defs): Ditto.
  +($(top_srcdir)/config/ltmain.sh): Swap ltmain.m4sh and ltmain.in
  +names.
  +* bootstrap: Make libtoolize.in and tests/defs.in.
  +* NEWS: Updated.
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-7
  @@ -0,0 +1,13 @@
  +Revision: libtool--release--2.0--patch-7
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Mon Oct  4 10:33:24 BST 2004
  +Standard-date: 2004-10-04 09:33:24 GMT
  +Modified-files: ChangeLog NEWS config/ltmain.m4sh
  +New-patches: address@hidden/libtool--release--2.0--patch-7
  +Summary: fix $progpath --no-reexec regression
  +Keywords: 
  +
  +* config/ltmain.m4sh: Need to include getopt.m4sh earlier so that
  +progpath is set before it is called to --no-reexec.
  +* NEWS: Updated.
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--devo--1.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--release/libtool--release--2.0/address@hidden/patch-log/patch-8
  @@ -0,0 +1,14 @@
  +Revision: libtool--release--2.0--patch-8
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Mon Oct  4 18:07:10 BST 2004
  +Standard-date: 2004-10-04 17:07:10 GMT
  +Modified-files: ChangeLog NEWS m4/libtool.m4
  +New-patches: address@hidden/libtool--release--2.0--patch-8
  +Summary: fix echo vs ECHO regression
  +Keywords: 
  +
  +* m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Don't confuse $ECHO
  +with $lt_ECHO, or we always get a libtool with ECHO=echo, rather
  +than testing for a mechanism that quotes  properly.
  +* NEWS: Updated.
  
- -- 
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.6
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBYZgKFRMICSmD1gYRAkQAAJ9UvE8kNlbeSf8sUJUMtV6FJ2UjewCgnrnD
d9HwLvzgsRUcIKpiTB5u9fM=
=PVtI
-----END PGP SIGNATURE-----




reply via email to

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