shithub: choc

Download patch

ref: 23b555440bd02a65fff2f5fab2fd73085effef35
parent: 9dc7a7f5d543317b2fd7c63a4ca1c3d14eebf205
author: mfrancis95 <mikefrancis95@gmail.com>
date: Sun Jan 2 17:54:22 EST 2022

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