summaryrefslogtreecommitdiff
path: root/games-roguelike/scourge/files/scourge-0.21.1-automake-1.13.patch
blob: 5c2bc202f384dadf1f5011d8a539495664c28863 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/scourge.h)
 AM_INIT_AUTOMAKE(scourge, "0.21")
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 dnl internationalization macros
 AC_GNU_SOURCE