]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious
authorGary V. Vaughan <gary@gnu.org>
Tue, 3 Apr 2001 22:01:50 +0000 (22:01 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 3 Apr 2001 22:01:50 +0000 (22:01 +0000)
`dnl' from the help text of --with-pic.
Reported by stefan <stefan@lkcc.org>

ChangeLog
libtool.m4

index 8e7db75a6318164f1311a456d600ea7280bb3b27..2e78229397ec08d29556a6000a3a123f59251368 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d9ed6c96302bef54a6cdc98d7fcdd35a894a4c39..baed6d067cc4dbe86b18297adbcf4d8133641fed 100644 (file)
@@ -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