]> 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:04:52 +0000 (10:04 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 16 Mar 2005 10:04:52 +0000 (10:04 +0000)
that are meaningless in configure.
Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.

ChangeLog
configure.ac
libltdl/configure.ac

index 102315994ba049269a9a3e92e8abbd54f0bf23e7..22ae31c4d605fe24f8262687d80c4c7bfd11b36e 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-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/configure.ac: Update version; require Autoconf >= 2.59.
index 1e28e8406f79f68be1e05af9a302f95f926cff8e..dd19d1cf097078bfd5072a53ba0bdab46407034c 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.
 
 
 ## ------------------------ ##
@@ -113,7 +113,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) --language=m4sh'])
index 68111e3040abde9fddec2448744bb76e974c9c16..729734b56b04b46d1f51f34e3656e7e0069c74a2 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
 
 
 ## ------------------------ ##