summaryrefslogtreecommitdiffstats
path: root/main/jwhois/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/jwhois/automake.patch')
-rw-r--r--main/jwhois/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/jwhois/automake.patch b/main/jwhois/automake.patch
new file mode 100644
index 000000000..f451342c5
--- /dev/null
+++ b/main/jwhois/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.ac.orig 2012-12-31 15:46:58.239163472 +0000
++++ ./configure.ac 2012-12-31 15:47:47.289600890 +0000
+@@ -20,7 +20,7 @@
+ AC_INIT
+ AC_CONFIG_SRCDIR([src/jconfig.c])
+ AM_INIT_AUTOMAKE(jwhois,4.0)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+
+ AH_TEMPLATE([PACKAGE], [package name])
+ AH_TEMPLATE([VERSION], [package version])