# HG changeset patch # User Jim Meyering # Date 1197040857 -3600 # Node ID 39e5ba3c788a7e3d9bd63b5e94bf953f6e190030 # Parent ec46b9a23952176b0016e63ec00093d3c4af774e Let these macros work also with autoconf-2.59. * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59. 2.60 is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE. * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise. diff -r ec46b9a23952 -r 39e5ba3c788a ChangeLog --- a/ChangeLog Thu Dec 06 16:49:19 2007 +0100 +++ b/ChangeLog Fri Dec 07 16:20:57 2007 +0100 @@ -1,3 +1,10 @@ +2007-12-07 Jim Meyering + + Let these macros work also with autoconf-2.59. + * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59. 2.60 + is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE. + * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise. + 2007-12-06 Jim Meyering Avoid a configure-time syntax error in gl_FUNC_ACL. diff -r ec46b9a23952 -r 39e5ba3c788a m4/getdelim.m4 --- a/m4/getdelim.m4 Thu Dec 06 16:49:19 2007 +0100 +++ b/m4/getdelim.m4 Fri Dec 07 16:20:57 2007 +0100 @@ -1,4 +1,4 @@ -# getdelim.m4 serial 4 +# getdelim.m4 serial 5 dnl Copyright (C) 2005, 2006, 2007 Free Software dnl Foundation, Inc. dnl @@ -6,7 +6,7 @@ dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -AC_PREREQ([2.60]) +AC_PREREQ([2.59]) AC_DEFUN([gl_FUNC_GETDELIM], [ diff -r ec46b9a23952 -r 39e5ba3c788a m4/getline.m4 --- a/m4/getline.m4 Thu Dec 06 16:49:19 2007 +0100 +++ b/m4/getline.m4 Fri Dec 07 16:20:57 2007 +0100 @@ -1,4 +1,4 @@ -# getline.m4 serial 17 +# getline.m4 serial 18 dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007 Free dnl Software Foundation, Inc. @@ -7,7 +7,7 @@ dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -AC_PREREQ([2.60]) +AC_PREREQ([2.59]) dnl See if there's a working, system-supplied version of the getline function. dnl We can't just do AC_REPLACE_FUNCS(getline) because some systems