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`