diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2015-12-15 13:20:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@projectrotterdam.info> | 2015-12-15 13:20:55 +0000 |
commit | ec65a1afd3f118849a7629d99ab2a1dcd2dda341 (patch) | |
tree | 249f8c92d27b02a63fe844d107a42920d727836e /vppinfra/config/ltmain.sh | |
parent | 5e7ac9dc825d06b30bfb970860ccc7a3f2696c6e (diff) | |
parent | 29b6af9f97b0002a4ba495eade7727c1ecb4f3c2 (diff) |
Merge "Remove vppversion subtree, move elftool to vppinfra"
Diffstat (limited to 'vppinfra/config/ltmain.sh')
-rw-r--r-- | vppinfra/config/ltmain.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vppinfra/config/ltmain.sh b/vppinfra/config/ltmain.sh index a356acafa45..bffda54187a 100644 --- a/vppinfra/config/ltmain.sh +++ b/vppinfra/config/ltmain.sh @@ -70,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1 +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.11 # automake: $automake_version # autoconf: $autoconf_version # @@ -80,7 +80,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.2 Debian-2.4.2-1.7ubuntu1" +VERSION="2.4.2 Debian-2.4.2-1.11" TIMESTAMP="" package_revision=1.3337 |