commit 23b555440bd02a65fff2f5fab2fd73085effef35
Author: mfrancis95 <mikefrancis95@gmail.com>
AuthorDate: Sun Jan 2 22:54:22 2022 -0500
Commit: mfrancis95 <mikefrancis95@gmail.com>
CommitDate: Sun Jan 2 22:54:22 2022 -0500
Replace deprecated autoconf macros with up-to-date equivalents
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index f53409e4..3d7bbe38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,7 @@ AC_DEFINE_UNQUOTED(PROGRAM_PREFIX, "$PROGRAM_PREFIX",
Change this when you create your awesome forked version)
AC_SUBST(PROGRAM_SPREFIX)
-AM_CONFIG_HEADER(config.h:config.hin)
+AC_CONFIG_HEADERS(config.h:config.hin)
AC_SUBST(WINDOWS_RC_VERSION)
AC_SUBST(SDLMIXER_CFLAGS)
@@ -203,7 +203,7 @@ AC_SUBST(PACKAGE_BUGREPORT)
dnl Shut up the datarootdir warnings.
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
man/Makefile
man/bash-completion/Makefile
@@ -242,4 +242,4 @@ textscreen/Makefile
textscreen/examples/Makefile
textscreen/fonts/Makefile
])
-
+AC_OUTPUT