]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove bogus autoconf 2.60 prereq
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Dec 2007 15:31:36 +0000 (15:31 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Dec 2007 15:31:36 +0000 (15:31 +0000)
ChangeLog
gnulib/m4/getdelim.m4
gnulib/m4/getline.m4

index 37dad89cabd10cfd4268f5ffc19f10d4959c6754..63f4fb65161e2172d00ee776d0db3d6e131bc9a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d81be22a728de2dcc318999a8f37d91d6be4cfbc..5563227ec6e3bf36ee67b1840e7d16680db2d332 100644 (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])
index afd77669ad47526bf0386687a3ec6935f043811a..e4ccd12fdf73fc20239eff263ddb26dd202e038c 100644 (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