libtool-patches
[Top][All Lists]
Advanced

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

FYI: 101-gary-remove-ltdl-tar.patch


From: Gary V. Vaughan
Subject: FYI: 101-gary-remove-ltdl-tar.patch
Date: Fri, 5 Mar 2004 17:34:49 +0000 (GMT)
User-agent: mailnotify/0.2

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

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This patch notification generated by cvsapply version 0.13
http://savannah.gnu.org/projects/cvs-utils
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFASLo5FRMICSmD1gYRAtOTAJ4vKwCC8qdO5RBU6kfMOg5qqvzCZwCfY2DC
1jmvXYsW1VJfbrVpf31A+YU=
=0plY
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * libtoolize.in: Remove --ltdl-tar.  It doesn't work with the
        current implementation, and seems more or less pointless.
        * doc/libtool.texi (Invoking libtoolize): Updated.
        * NEWS: Updated.

Index: NEWS
===================================================================
RCS file: /cvsroot/libtool/libtool/NEWS,v
retrieving revision 1.138
diff -u -p -u -r1.138 NEWS
--- NEWS 22 Feb 2004 11:13:44 -0000 1.138
+++ NEWS 5 Mar 2004 17:33:02 -0000
@@ -15,6 +15,7 @@ New in 1.5b: 2004-??-??; CVS version 1.5
   and libtool m4 macro versions.
 * Like automake, libtoolize no longer installs config.guess and config.sub by
   default.  Use new --install option to get the old behaviour.
+* libtoolize no longer supports the --ltdl-tar option.
 * libtool script is now created by config.status.  Instead of interrogating
   `./libtool' from configure.ac after calling AC_PROG_LIBTOOL, use the
   variable names directly.
Index: libtoolize.in
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.in,v
retrieving revision 1.40
diff -u -p -u -r1.40 libtoolize.in
--- libtoolize.in 13 Feb 2004 07:25:56 -0000 1.40
+++ libtoolize.in 5 Mar 2004 17:33:03 -0000
@@ -38,7 +38,6 @@
 #     --help            display this message and exit
 # -i, --install         copy missing auxiliary files
 #     --ltdl            install libltdl in a subdirectory
-#     --ltdl-tar        install the libltdl tarball
 # -q, --quiet           work silently
 # -v, --verbose         verbosely report processing
 #     --version         print version information and exit
@@ -77,7 +76,6 @@ opt_force=false
 opt_install=false
 opt_link=:
 opt_ltdl=false
-opt_ltdl_tar=false
 opt_quiet=false
 opt_verbose=false
 
@@ -213,7 +211,6 @@ func_version ()
       --force|-f)      opt_force=:             ;;
       --install|-i)    opt_install=:           ;;
       --ltdl)          opt_ltdl=:              ;;
-      --ltdl-tar)      opt_ltdl_tar=:          ;;
       --quiet|--automake|-q) # --automake is for 1.5 compatibility
                        opt_quiet=:             ;;
       --verbose|-v)    opt_verbose=:           ;;
@@ -613,21 +610,6 @@ func_config_update ()
   # Copy all the files from installed libltdl to this project, if the
   # user specified `--with-ltdl'.
   $opt_ltdl && eval func_copy_all_files "$pkgdatadir/libltdl" libltdl
-
-  # Copy all the files from installed libltdl to a tarball in this project,
-  # if the user specified `--with-ltdl-tar'.
-  $opt_ltdl_tar && {
-      if test -f libltdl.tar.gz; then
-        if $opt_force; then
-          test -d libltdl && ${RM}r libltdl
-          func_copy_all_files "$pkgdatadir/libltdl" libltdl
-          tar -chof - libltdl | gzip --best > libltdl.tar.gz
-          ${RM}r libltdl
-        else
-          func_error "\`libltdl.tar.gz' exists: use \`--force' to overwrite"
-        fi
-      fi
-  }
 
   # Copy all the installed utility files to the auxiliary directory if
   # `--install' was passed, or else copy just ltmain.sh.
Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.151
diff -u -p -u -r1.151 libtool.texi
--- doc/libtool.texi 5 Mar 2004 12:06:02 -0000 1.151
+++ doc/libtool.texi 5 Mar 2004 17:33:05 -0000
@@ -2036,9 +2036,6 @@ Display a help message and exit.
 @item --ltdl
 Install libltdl in a subdirectory of your package.
 
address@hidden --ltdl-tar
-Add the file libltdl.tar.gz to your package.
-
 @item --quiet
 @itemx -q
 Work silently.  @samp{libtoolize --quiet} is used by @sc{gnu} Automake

reply via email to

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