]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac, libltdl/configure.ac: s/##/dnl/ for comments
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 16 Mar 2005 10:05:21 +0000 (10:05 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 16 Mar 2005 10:05:21 +0000 (10:05 +0000)
that are meaningless in configure.
Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.

ChangeLog
configure.ac
libltdl/configure.ac

index 6473ee5eec67d6cb36c4539e9fdebeda4ed8e124..69f1e230d088d9ad2e0311af9c04410e6b072930 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments
+       that are meaningless in configure.
+       Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
 2005-03-16  Gary V. Vaughan  <gary@gnu.org>
 
        * bootstrap: Revert the other part of the accidental commit.
index 86688bab7d3c774a9af167979e49a3a3552f306c..63e60f518f46e61366d9bb32837d05739bdcd671 100644 (file)
@@ -17,8 +17,8 @@
 # 02111-1307  USA
 
 
-AC_PREREQ(2.58) ## We use AS_HELP_STRING
-## Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
+AC_PREREQ(2.59)dnl We use AS_HELP_STRING
+dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 
 
 ## ------------------------ ##
@@ -112,7 +112,7 @@ AC_SUBST([package_revision])
 
 dnl These are bootstrap requirements, once built, libtool may work with
 dnl much older releases of autoconf and automake.  See release notes.
-AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2]) ## We use auto-m4_including
+AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2])dnl We use auto-m4_including
 
 dnl We use m4sh to generate libtool's portable shell scripts
 AC_SUBST([M4SH], ['autom4te -l m4sh'])
index 2d25c9ed6f4dc68a6e387992143518a8b6075402..9c2731a25ed7d731256d45692d68e8944f359374 100644 (file)
@@ -22,7 +22,7 @@
 # configure this directory if your user doesn't want to use the installed
 # libltdl.
 
-AC_PREREQ(2.59) ## We use AS_HELP_STRING
+AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 
 
 ## ------------------------ ##