From: Alexandre Oliva Date: Tue, 26 Jan 1999 20:59:01 +0000 (+0000) Subject: * ltconfig.in (LTCONFIG_VERSION): damn!, adding TIMESTAMP doesn't X-Git-Tag: release-1-2f~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880755c68bb5a8967a7b93ef8d1d6c2d526fa246;p=thirdparty%2Flibtool.git * ltconfig.in (LTCONFIG_VERSION): damn!, adding TIMESTAMP doesn't ltmain.sh to be updated every time ChangeLog changes, better revert it --- diff --git a/ChangeLog b/ChangeLog index a22b04b10..10c660c73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 1999-01-26 Alexandre Oliva + * ltconfig.in (LTCONFIG_VERSION): damn!, adding TIMESTAMP doesn't + always work, because then different ChangeLog timestamps fail to + pass the version test. Instead of forcing both ltconfig and + ltmain.sh to be updated every time ChangeLog changes, better + revert it + * ltconfig.in (LTCONFIG_VERSION): add TIMESTAMP, remove explicit quotes and add it to the list of variables to quote diff --git a/ltconfig.in b/ltconfig.in index 833a4a9b5..1f44750c8 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1895,7 +1895,7 @@ if test "X$ltecho" = "X$CONFIG_SHELL $0 --fallback-echo"; then fi LTSHELL="$SHELL" -LTCONFIG_VERSION="$VERSION$TIMESTAMP" +LTCONFIG_VERSION="$VERSION" # Only quote variables if we're using ltmain.sh. case "$ltmain" in