`dnl' from the help text of --with-pic.
Reported by stefan <stefan@lkcc.org>
+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.
## 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