From: Ralf Wildenhues Date: Wed, 16 Mar 2005 10:05:52 +0000 (+0000) Subject: * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments X-Git-Tag: release-1-5-16~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=481e25710f6a2339f0870f8399ecf450b942f458;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 3aa5d418a..2bfaa9765 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-15 Per Bothner , Ralf Wildenhues diff --git a/configure.ac b/configure.ac index cc02b6b42..05a2853c5 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # 02111-1307 USA -## FIXME: Is this really new enough? ## +dnl FIXME: Is this really new enough? AC_PREREQ(2.50) diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 66ad0e5f2..453a1c199 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -17,7 +17,7 @@ # 02111-1307 USA -## FIXME: Is this really new enough? ## +dnl FIXME: Is this really new enough? AC_PREREQ(2.50)