]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (ltconfig, ltmain.sh, TIMESTAMP): let's not assume
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 22 Jan 1999 15:19:51 +0000 (15:19 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 22 Jan 1999 15:19:51 +0000 (15:19 +0000)
anything about the format of the date, just that it does not
contain `$'

ChangeLog
Makefile.am

index beaf78fad791a3510410ed6f2cb808f7af595535..49727012bf75345074685d7f60a6aa2d1ff19ff6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-01-22  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * Makefile.am (ltconfig, ltmain.sh, TIMESTAMP): let's not assume
+       anything about the format of the date, just that it does not
+       contain `$'
+
 1999-01-22  Gary V. Vaughan  <garyv@oranda.demon.co.uk>
 
        * configure.in (date): echo the version number during
index 40d25c5b2c438ab1ae3f505165cbb214303cb731..461c12a83b685826b38a7306b16b7a3bf7c84907 100644 (file)
@@ -61,7 +61,7 @@ update-timestamps:
 # Line numbering transliterated from a section in autoconf (Autoconf 2.12).
 $(srcdir)/ltconfig: $(srcdir)/ltconfig.in $(top_srcdir)/configure.in $(TSDEPS)
        rm -f ltconfig.T
-       date=`sed 's%.*\$$''Date: \([0-9 /]*[0-9:]*\) \$$.*% (\1)%;t;d' \
+       date=`sed 's%.*\$$''Date: \([^$$]*\) \$$.*% (\1)%;t;d' \
                < $(srcdir)/ChangeLog` && \
        $(AWK) '/@LINENO@/ { printf "%d:", NR } { print }' $(srcdir)/ltconfig.in | \
          sed -e 's/@''PACKAGE@/@PACKAGE@/' -e 's/@''VERSION@/@VERSION@/' \
@@ -74,7 +74,7 @@ $(srcdir)/ltconfig: $(srcdir)/ltconfig.in $(top_srcdir)/configure.in $(TSDEPS)
 
 $(srcdir)/ltmain.sh: $(srcdir)/ltmain.in $(top_srcdir)/configure.in $(TSDEPS)
        rm -f ltmain.shT
-       date=`sed 's%.*\$$''Date: \([0-9 /]*[0-9:]*\) \$$.*% (\1)%;t;d' \
+       date=`sed 's%.*\$$''Date: \([^$$]*\) \$$.*% (\1)%;t;d' \
                < $(srcdir)/ChangeLog` && \
        sed -e 's/@''PACKAGE@/@PACKAGE@/' -e 's/@''VERSION@/@VERSION@/' \
            -e "s%@""TIMESTAMP@%$$date%" $(srcdir)/ltmain.in > ltmain.shT