mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
[build slog] Update AC_PREREQ
* guile-readline/configure.ac (AC_PREREQ): Update to "2.71"; add m4-quoting. * configure.ac (AC_PREREQ): Update to "2.71"; add m4-quoting.
This commit is contained in:
parent
c43f2527c1
commit
99cc1f9ded
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA.
|
|||
|
||||
]])
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_PREREQ([2.71])
|
||||
|
||||
dnl `patsubst' here deletes the newline which "echo" prints. We can't use
|
||||
dnl "echo -n" since -n is not portable (see autoconf manual "Limitations of
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_PREREQ(2.50)
|
||||
AC_PREREQ([2.71])
|
||||
|
||||
dnl Don't use "echo -n", which is not portable (e.g., not available on
|
||||
dnl MacOS X). Instead, use `patsubst' to remove the newline.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue