comparison ltmain.sh @ 1806:40557fb08e98

New release
author Adam Chlipala <adam@chlipala.net>
date Tue, 07 Aug 2012 09:41:02 -0400
parents 252e05bf199d
children 6a621a625b04
comparison
equal deleted inserted replaced
1805:d12192c7aa3e 1806:40557fb08e98
68 # host-triplet: $host 68 # host-triplet: $host
69 # shell: $SHELL 69 # shell: $SHELL
70 # compiler: $LTCC 70 # compiler: $LTCC
71 # compiler flags: $LTCFLAGS 71 # compiler flags: $LTCFLAGS
72 # linker: $LD (gnu? $with_gnu_ld) 72 # linker: $LD (gnu? $with_gnu_ld)
73 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1 73 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.1
74 # automake: $automake_version 74 # automake: $automake_version
75 # autoconf: $autoconf_version 75 # autoconf: $autoconf_version
76 # 76 #
77 # Report bugs to <bug-libtool@gnu.org>. 77 # Report bugs to <bug-libtool@gnu.org>.
78 # GNU libtool home page: <http://www.gnu.org/software/libtool/>. 78 # GNU libtool home page: <http://www.gnu.org/software/libtool/>.
79 # General help using GNU software: <http://www.gnu.org/gethelp/>. 79 # General help using GNU software: <http://www.gnu.org/gethelp/>.
80 80
81 PROGRAM=libtool 81 PROGRAM=libtool
82 PACKAGE=libtool 82 PACKAGE=libtool
83 VERSION="2.4.2 Debian-2.4.2-1" 83 VERSION="2.4.2 Debian-2.4.2-1.1"
84 TIMESTAMP="" 84 TIMESTAMP=""
85 package_revision=1.3337 85 package_revision=1.3337
86 86
87 # Be Bourne compatible 87 # Be Bourne compatible
88 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 88 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then