Mercurial > urweb
comparison ltmain.sh @ 1561:3b57a6ddef1a
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 17 Sep 2011 13:03:17 -0400 |
parents | 156b8e8c25d8 |
children | 252e05bf199d |
comparison
equal
deleted
inserted
replaced
1560:63311c13d9f7 | 1561:3b57a6ddef1a |
---|---|
67 # host-triplet: $host | 67 # host-triplet: $host |
68 # shell: $SHELL | 68 # shell: $SHELL |
69 # compiler: $LTCC | 69 # compiler: $LTCC |
70 # compiler flags: $LTCFLAGS | 70 # compiler flags: $LTCFLAGS |
71 # linker: $LD (gnu? $with_gnu_ld) | 71 # linker: $LD (gnu? $with_gnu_ld) |
72 # $progname: (GNU libtool) 2.4 Debian-2.4-2 | 72 # $progname: (GNU libtool) 2.4 Debian-2.4-4 |
73 # automake: $automake_version | 73 # automake: $automake_version |
74 # autoconf: $autoconf_version | 74 # autoconf: $autoconf_version |
75 # | 75 # |
76 # Report bugs to <bug-libtool@gnu.org>. | 76 # Report bugs to <bug-libtool@gnu.org>. |
77 # GNU libtool home page: <http://www.gnu.org/software/libtool/>. | 77 # GNU libtool home page: <http://www.gnu.org/software/libtool/>. |
78 # General help using GNU software: <http://www.gnu.org/gethelp/>. | 78 # General help using GNU software: <http://www.gnu.org/gethelp/>. |
79 | 79 |
80 PROGRAM=libtool | 80 PROGRAM=libtool |
81 PACKAGE=libtool | 81 PACKAGE=libtool |
82 VERSION="2.4 Debian-2.4-2" | 82 VERSION="2.4 Debian-2.4-4" |
83 TIMESTAMP="" | 83 TIMESTAMP="" |
84 package_revision=1.3293 | 84 package_revision=1.3293 |
85 | 85 |
86 # Be Bourne compatible | 86 # Be Bourne compatible |
87 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | 87 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |