mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Remove bogus autoconf 2.60 prereq
This commit is contained in:
parent
6dfa7af42a
commit
8392c710ae
@ -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>
|
Fri Dec 7 10:16:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* configure.in: ensure $prefix is quoted in conditional test
|
* configure.in: ensure $prefix is quoted in conditional test
|
||||||
|
@ -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 gives unlimited permission to copy and/or distribute it,
|
||||||
dnl with or without modifications, as long as this notice is preserved.
|
dnl with or without modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
|
||||||
|
|
||||||
AC_DEFUN([gl_FUNC_GETDELIM],
|
AC_DEFUN([gl_FUNC_GETDELIM],
|
||||||
[
|
[
|
||||||
AC_REQUIRE([gl_STDIO_H_DEFAULTS])
|
AC_REQUIRE([gl_STDIO_H_DEFAULTS])
|
||||||
|
@ -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 gives unlimited permission to copy and/or distribute it,
|
||||||
dnl with or without modifications, as long as this notice is preserved.
|
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 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 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
|
dnl have a function by that name in -linet that doesn't have anything
|
||||||
|
Loading…
Reference in New Issue
Block a user