diff --git a/ChangeLog b/ChangeLog index 37dad89cab..63f4fb6516 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 7 10:25:00 EST 2007 Daniel P. Berrange + + * gnulib/m4/getdelim.m4, gnulib/m4/getline.m4: Remove bogus + AC_PREREQ(2.60) since it works fine without this + Fri Dec 7 10:16:00 EST 2007 Daniel P. Berrange * configure.in: ensure $prefix is quoted in conditional test diff --git a/gnulib/m4/getdelim.m4 b/gnulib/m4/getdelim.m4 index d81be22a72..5563227ec6 100644 --- a/gnulib/m4/getdelim.m4 +++ b/gnulib/m4/getdelim.m4 @@ -6,8 +6,6 @@ dnl This file is free software; the Free Software Foundation 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_DEFUN([gl_FUNC_GETDELIM], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) diff --git a/gnulib/m4/getline.m4 b/gnulib/m4/getline.m4 index afd77669ad..e4ccd12fdf 100644 --- a/gnulib/m4/getline.m4 +++ b/gnulib/m4/getline.m4 @@ -7,8 +7,6 @@ dnl This file is free software; the Free Software Foundation 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]) - 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 dnl have a function by that name in -linet that doesn't have anything