+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.
# 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.
## ------------------------ ##
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'])
# 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
## ------------------------ ##