ref: 52c05f4028fb90d8928ea4a4a2bf9ea261ec157c
parent: c74cb1b65f46fc2b3846238418bc6c8272d454a3
parent: 23b555440bd02a65fff2f5fab2fd73085effef35
author: Michael Francis <mikefrancis95@gmail.com>
date: Mon Jan 3 17:00:59 EST 2022
Merge pull request #1420 from mfrancis95/configureac Replace deprecated autoconf macros with up-to-date equivalents
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,7 @@
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 @@
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/examples/Makefile
textscreen/fonts/Makefile
])
-
+AC_OUTPUT