]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: Change how version is derived
authorAlastair McKinstry <mckinstry@debian.org>
Mon, 21 Mar 2022 10:34:18 +0000 (12:34 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 22 Oct 2024 17:02:17 +0000 (20:02 +0300)
Avoid duplication of '(GNU @PACKAGE@) @VERSION@' in multiple
places by using '$scriptversion'.

* libtoolize.in, build-aux/ltmain.in: Change version from
  '(GNU @PACKAGE@) @VERSION@' to '$scriptversion'.

build-aux/ltmain.in
libtoolize.in

index 816b1ca3a29001166cddcb60bee6254dbc303c07..c5bdbe5d5ff09e65a3ebd39d3b2920a9aad5b9c9 100644 (file)
@@ -179,7 +179,7 @@ include the following information:
        compiler:       $LTCC
        compiler flags: $LTCFLAGS
        linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU @PACKAGE@) @VERSION@
+       version:        $progname $scriptversion
        automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
        autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
 
index 5940cc1535f6fbe4960a92604b00e35f1a9d2ead..6c15aa57c1239ded69f719a07c4ce330572d02d6 100644 (file)
@@ -140,7 +140,7 @@ When reporting a bug, please describe a test case to reproduce it and
 include the following information:
 
        host-triplet:   @host_triplet@
-       version:        $progname (GNU @PACKAGE@) @VERSION@
+       version:        $progname $scriptversion
        automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
        autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`