summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac6
-rw-r--r--libltdl/configure.ac2
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 10231599..22ae31c4 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 1e28e840..dd19d1cf 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.
## ------------------------ ##
@@ -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'])
diff --git a/libltdl/configure.ac b/libltdl/configure.ac
index 68111e30..729734b5 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
## ------------------------ ##