+Fri Dec 7 10:25:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
+
+ * 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 <berrange@redhat.com>
* configure.in: ensure $prefix is quoted in conditional test
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])
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