summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/powermanga/files/powermanga-0.91-automake-1.13.patch')
-rw-r--r--games-action/powermanga/files/powermanga-0.91-automake-1.13.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch b/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch
new file mode 100644
index 000000000000..bac18db0f4c9
--- /dev/null
+++ b/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch
@@ -0,0 +1,11 @@
+--- configure.ac
++++ configure.ac
+@@ -5,7 +5,7 @@
+ AC_CANONICAL_SYSTEM
+ #AM_INIT_AUTOMAKE(powermanga,0.90)
+ AM_INIT_AUTOMAKE([foreign])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ dnl Check our build tools
+ AC_PROG_CC