aboutsummaryrefslogtreecommitdiff
path: root/gnulib
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2007-12-07 15:31:36 +0000
committerDaniel P. Berrange <berrange@redhat.com>2007-12-07 15:31:36 +0000
commit8392c710ae80b42957da92dcf67706d4bf65e4e3 (patch)
tree608cc56dcf0bb39c806b6b9d9cef39085fd4b1a4 /gnulib
parentFix minor quoting issue (diff)
downloadlibvirt-8392c710ae80b42957da92dcf67706d4bf65e4e3.tar.gz
libvirt-8392c710ae80b42957da92dcf67706d4bf65e4e3.tar.bz2
libvirt-8392c710ae80b42957da92dcf67706d4bf65e4e3.zip
Remove bogus autoconf 2.60 prereq
Diffstat (limited to 'gnulib')
-rw-r--r--gnulib/m4/getdelim.m42
-rw-r--r--gnulib/m4/getline.m42
2 files changed, 0 insertions, 4 deletions
diff --git a/gnulib/m4/getdelim.m4 b/gnulib/m4/getdelim.m4
index d81be22a7..5563227ec 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 afd77669a..e4ccd12fd 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