From 79f5edd8119e96a05d1a3b039680ef659637ad4e Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 3 Apr 2001 22:01:50 +0000 Subject: [PATCH] * libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious `dnl' from the help text of --with-pic. Reported by stefan --- ChangeLog | 6 ++++++ libtool.m4 | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.47.3