mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
dac742ed97
update d271f86 (2019-01-04) to ebaa53c (2021-01-02) changelog: http://git.savannah.gnu.org/cgit/gnulib.git/tree/ChangeLog news: http://git.savannah.gnu.org/cgit/gnulib.git/tree/NEWS include patch to grub to support: gnulib-tool: *** minimum supported autoconf version is 2.64. Try adding AC_PREREQ([2.64]) to your configure.ac.
12 lines
309 B
Diff
12 lines
309 B
Diff
--- a/configure.ac 2020-12-18 22:18:04.000000000 +0000
|
|
+++ b/configure.ac 2021-01-17 05:55:10.946679960 +0000
|
|
@@ -49,7 +49,7 @@
|
|
program_prefix="${save_program_prefix}"
|
|
|
|
AM_INIT_AUTOMAKE([1.11])
|
|
-AC_PREREQ(2.63)
|
|
+AC_PREREQ([2.64])
|
|
AC_CONFIG_SRCDIR([include/grub/dl.h])
|
|
AC_CONFIG_HEADER([config-util.h])
|
|
|