libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: version requirements


From: Ralf Wildenhues
Subject: FYI: version requirements
Date: Wed, 16 Mar 2005 10:57:58 +0100
User-agent: Mutt/1.4.1i

Hi Alexandre,

* Alexandre Duret-Lutz wrote on Tue, Mar 15, 2005 at 06:15:07PM CET:
> On Tue, Mar 15, 2005 at 03:45:48PM +0100, Ralf Wildenhues wrote:
> >
> > -AC_PREREQ(2.57)
> > +AC_PREREQ(2.58) ## We use AS_HELP_STRING
> 
> s/##/dnl/ for comments that are meaningless in configure

Thank you for this reminder!

I have applied the following three patches, in that order, to
branch-1-5, branch-2-0 and HEAD.

Cheers,
Ralf

branch-1-5:
        * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments
        that are meaningless in configure.
        Reported by Alexandre Duret-Lutz <address@hidden>.

Index: configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/configure.ac,v
retrieving revision 1.14.2.20
diff -u -r1.14.2.20 configure.ac
--- configure.ac        12 Feb 2005 13:54:43 -0000      1.14.2.20
+++ configure.ac        16 Mar 2005 09:12:19 -0000
@@ -17,7 +17,7 @@
 # 02111-1307  USA
 
 
-## FIXME: Is this really new enough? ##
+dnl FIXME: Is this really new enough?
 AC_PREREQ(2.50)
 
 
Index: libltdl/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/configure.ac,v
retrieving revision 1.6
diff -u -r1.6 configure.ac
--- libltdl/configure.ac        25 Feb 2003 00:30:28 -0000      1.6
+++ libltdl/configure.ac        16 Mar 2005 09:12:19 -0000
@@ -17,7 +17,7 @@
 # 02111-1307  USA
 
 
-## FIXME: Is this really new enough? ##
+dnl FIXME: Is this really new enough?
 AC_PREREQ(2.50)
 
 


branch-2-0:
        * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments
        that are meaningless in configure.
        Reported by Alexandre Duret-Lutz <address@hidden>.

Index: configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/configure.ac,v
retrieving revision 1.56.2.8
diff -u -r1.56.2.8 configure.ac
--- configure.ac        12 Mar 2005 18:18:14 -0000      1.56.2.8
+++ configure.ac        16 Mar 2005 09:14:21 -0000
@@ -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 @@
 
 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'])
Index: libltdl/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/configure.ac,v
retrieving revision 1.15.2.1
diff -u -r1.15.2.1 configure.ac
--- libltdl/configure.ac        15 Mar 2005 17:30:25 -0000      1.15.2.1
+++ libltdl/configure.ac        16 Mar 2005 09:14:22 -0000
@@ -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
 
 
 ## ------------------------ ##



HEAD:
        * configure.ac, libltdl/configure.ac: s/##/dnl/ for comments
        that are meaningless in configure.
        Reported by Alexandre Duret-Lutz <address@hidden>.

Index: configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/configure.ac,v
retrieving revision 1.63
diff -u -r1.63 configure.ac
--- configure.ac        12 Mar 2005 18:16:49 -0000      1.63
+++ configure.ac        16 Mar 2005 09:15:52 -0000
@@ -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 @@
 
 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: libltdl/configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/configure.ac,v
retrieving revision 1.16
diff -u -r1.16 configure.ac
--- libltdl/configure.ac        15 Mar 2005 17:30:00 -0000      1.16
+++ libltdl/configure.ac        16 Mar 2005 09:15:52 -0000
@@ -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
 
 
 ## ------------------------ ##




reply via email to

[Prev in Thread] Current Thread [Next in Thread]