]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (LTCONFIG_VERSION): add TIMESTAMP, remove
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 26 Jan 1999 20:50:58 +0000 (20:50 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 26 Jan 1999 20:50:58 +0000 (20:50 +0000)
explicit quotes and add it to the list of variables to quote

ChangeLog
ltconfig.in

index 6894d583f883cca5624bcc6c1291924bde3cf3a4..a22b04b10038995234daa67d7e605f80fa1cad16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * ltconfig.in (LTCONFIG_VERSION): add TIMESTAMP, remove
+       explicit quotes and add it to the list of variables to quote
+
        * ltmain.in: reworded `dropped inter-library dependencies'
        message, and added a warning about inter-library dependencies even 
        for non-module builds
index 4d00f498168698944fbbd2700067f434fb5d7961..a4341e4d33bb40b89e555a16a2eeafdfdb27a070 100755 (executable)
@@ -1895,12 +1895,14 @@ if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then
 fi
 LTSHELL="$SHELL"
 
+LTCONFIG_VERSION="$VERSION$TIMESTAMP"
+
 # Only quote variables if we're using ltmain.sh.
 case "$ltmain" in
 *.sh)
   # Now quote all the things that may contain metacharacters.
   for var in ltecho old_CC old_CFLAGS old_CPPFLAGS old_LD old_NM old_RANLIB \
-    old_LN_S old_DLLTOOL old_AS AR CC LD LN_S NM LTSHELL VERSION \
+    old_LN_S old_DLLTOOL old_AS AR CC LD LN_S NM LTSHELL LTCCONFIG_VERSION \
     reload_flag reload_cmds wl \
     pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
     whole_archive_flag_spec libname_spec library_names_spec soname_spec \
@@ -2008,7 +2010,7 @@ cat <<EOF >> "$cfgfile"
 # debugging $progname, is in ./config.log if it exists.
 
 # The version of $progname that generated this script.
-LTCONFIG_VERSION="$VERSION"
+LTCONFIG_VERSION=$LTCONFIG_VERSION
 
 # Shell to use when invoking shell scripts.
 SHELL=$LTSHELL