From: Gary V. Vaughan Date: Tue, 3 Apr 2001 22:01:50 +0000 (+0000) Subject: * libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious X-Git-Tag: release-1-4~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79f5edd8119e96a05d1a3b039680ef659637ad4e;p=thirdparty%2Flibtool.git * libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious `dnl' from the help text of --with-pic. Reported by stefan --- diff --git a/ChangeLog b/ChangeLog index 8e7db75a6..2e7822939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-03 Gary V. Vaughan + + * libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious + `dnl' from the help text of --with-pic. + Reported by stefan + 2001-04-02 Gary V. Vaughan * configure.in: bumped version to 1.3e. diff --git a/libtool.m4 b/libtool.m4 index d9ed6c963..baed6d067 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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