libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] ltconfig references


From: Brad
Subject: [PATCH] ltconfig references
Date: Fri, 7 Sep 2001 21:27:41 -0400 (EDT)

Patches for 1.4 branch to remove some references to ltconfig.

>From Brad <address@hidden>
doc/libtool.texi: Remove obsolete references to ltconfig.
.cvsignore: Don't ignore ltconfig anymore, it should be removed.
bootstrap: Don't bother creating an empty ltconfig and then removing it.
tests/quote.test: ltconfig -> $0

// Brad

address@hidden
address@hidden

--- doc/libtool.texi.orig       Fri Sep  7 21:07:31 2001
+++ doc/libtool.texi    Fri Sep  7 21:09:49 2001
@@ -1683,7 +1683,7 @@
 @end defvar

 @defvar LDFLAGS
-The flags to be used by @code{ltconfig} when it links a program.  If
+The flags to be used by @code{libtool} when it links a program.  If
 this is not set, @code{AC_PROG_LIBTOOL} will not use any such flags.  It
 affects only the way @code{AC_PROG_LIBTOOL} runs tests, not the produced
 @code{libtool}.
@@ -3846,7 +3846,7 @@
 the details needed to reproduce the bug, and a brief description of why
 you think the behaviour is a bug.  Be sure to include the word
 ``libtool'' in the subject line, as well as the version number you are
-using (which can be found by typing @kbd{ltconfig --version}).
+using (which can be found by typing @kbd{libtool --version}).

 @node Maintaining
 @chapter Maintenance notes for libtool
--- .cvsignore.orig     Fri Sep  7 20:40:08 2001
+++ .cvsignore  Fri Sep  7 20:40:17 2001
@@ -8,5 +8,4 @@
 config.*
 libtool
 ltmain.sh
-ltconfig
 libtoolize
--- bootstrap.orig      Fri Sep  7 20:44:54 2001
+++ bootstrap   Fri Sep  7 20:45:54 2001
@@ -16,7 +16,6 @@
 ln -s libtool.m4 acinclude.m4
 # fake the libtool scripts
 touch ltmain.sh
-touch ltconfig
 touch libtoolize
 $ACLOCAL
 $AUTOMAKE --gnu --add-missing --copy
@@ -34,6 +33,6 @@
   cd ..
 done

-rm -f ltmain.sh ltconfig libtoolize Makefile
+rm -f ltmain.sh libtoolize Makefile

 exit 0
--- tests/quote.test.orig       Fri Sep  7 20:55:52 2001
+++ tests/quote.test    Fri Sep  7 20:55:23 2001
@@ -36,7 +36,7 @@
       # This shell has a builtin print -r that does the trick.
       echo='print -r'
     elif test -f /bin/ksh && test "X$CONFIG_SHELL" != X/bin/ksh; then
-      # If we have ksh, try running ltconfig again with it.
+      # If we have ksh, try running $0 again with it.
       CONFIG_SHELL=/bin/ksh
       export CONFIG_SHELL
       exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"}




reply via email to

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