branch: development
commit 8c7a8352e3b27c51d6de2230118821385fc744f5
Author: Alastair McKinstry <[email protected]>
AuthorDate: Mon Mar 21 12:34:18 2022 +0200
libtool: Change how version is derived
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 | 2 +-
libtoolize.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 816b1ca3..c5bdbe5d 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -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`
diff --git a/libtoolize.in b/libtoolize.in
index 5940cc15..6c15aa57 100644
--- a/libtoolize.in
+++ b/libtoolize.in
@@ -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`