Remove bogus autoconf 2.60 prereq

This commit is contained in:
Daniel P. Berrange 2007-12-07 15:31:36 +00:00
parent 6dfa7af42a
commit 8392c710ae
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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])

View File

@ -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