diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index be89e03..1421791 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl dnl Process this file with autoconf to create configure. # Initialize Autoconf -AC_PREREQ([2.60]) +AC_PREREQ([2.64]) AC_INIT([xgc], [1.0.6], [https://gitlab.freedesktop.org/xorg/app/xgc/-/issues], [xgc]) AC_CONFIG_SRCDIR([Makefile.am]) @@ -36,7 +36,7 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AC_PROG_LEX +m4_version_prereq([2.70], [AC_PROG_LEX(noyywrap)], [AC_PROG_LEX]) AC_PROG_YACC AC_PATH_PROG([YACC_INST], $YACC) if ! test -f "$srcdir/gram.c"; then |