From dec7875a6e23212021e4d9080330a42832dfe02a Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 15 Jun 2021 01:40:19 +0000
Subject: [PATCH] update SDL soruce to 2.0.14
---
source/test/configure.ac | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/source/test/configure.ac b/source/test/configure.ac
index 6f7da7d..348606a 100644
--- a/source/test/configure.ac
+++ b/source/test/configure.ac
@@ -1,16 +1,15 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(README)
+AC_INIT
+AC_CONFIG_SRCDIR([README])
dnl Detect the canonical build and host environments
AC_CONFIG_AUX_DIRS($srcdir/../build-scripts)
AC_CANONICAL_HOST
dnl Check for tools
-
AC_PROG_CC
dnl Check for compiler environment
-
AC_C_CONST
dnl We only care about this for building testnative at the moment, so these
@@ -42,7 +41,7 @@
*-*-aix*)
ISUNIX="true"
EXE=""
- if test x$ac_cv_prog_gcc = xyes; then
+ if test x$ac_cv_c_compiler_gnu = xyes; then
CFLAGS="-mthreads"
fi
SYS_GL_LIBS=""
@@ -201,4 +200,5 @@
AC_SUBST(SDL_TTF_LIB)
dnl Finally create all the generated files
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
--
Gitblit v1.9.3