From: Ralf Wildenhues Date: Wed, 16 Mar 2005 10:05:21 +0000 (+0000) Subject: * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba7e66f03c93b78bf92da7e8a8b0b2ff81e269d;p=thirdparty%2Flibtool.git * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments that are meaningless in configure. Reported by Alexandre Duret-Lutz . --- diff --git a/ChangeLog b/ChangeLog index 6473ee5ee..69f1e230d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-16 Ralf Wildenhues + + * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments + that are meaningless in configure. + Reported by Alexandre Duret-Lutz . + 2005-03-16 Gary V. Vaughan * bootstrap: Revert the other part of the accidental commit. diff --git a/configure.ac b/configure.ac index 86688bab7..63e60f518 100644 --- a/configure.ac +++ b/configure.ac @@ -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']) diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 2d25c9ed6..9c2731a25 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -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 ## ------------------------ ##