mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious
`dnl' from the help text of --with-pic. Reported by stefan <stefan@lkcc.org>
This commit is contained in:
parent
90cca73ad3
commit
79f5edd811
@ -1,3 +1,9 @@
|
||||
2001-04-03 Gary V. Vaughan <gvv@techie.com>
|
||||
|
||||
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious
|
||||
`dnl' from the help text of --with-pic.
|
||||
Reported by stefan <stefan@lkcc.org>
|
||||
|
||||
2001-04-02 Gary V. Vaughan <gvv@techie.com>
|
||||
|
||||
* configure.in: bumped version to 1.3e.
|
||||
|
4
libtool.m4
vendored
4
libtool.m4
vendored
@ -785,8 +785,8 @@ AC_MSG_RESULT($objdir)
|
||||
|
||||
## FIXME: this should be a separate macro
|
||||
##
|
||||
AC_ARG_WITH(pic, [dnl
|
||||
--with-pic try to use only PIC/non-PIC objects [default=use both]],
|
||||
AC_ARG_WITH(pic,
|
||||
[ --with-pic try to use only PIC/non-PIC objects [default=use both]],
|
||||
pic_mode="$withval", pic_mode=default)
|
||||
test -z "$pic_mode" && pic_mode=default
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user