summaryrefslogtreecommitdiffstats
path: root/main/sfic/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/sfic/automake.patch')
-rw-r--r--main/sfic/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/sfic/automake.patch b/main/sfic/automake.patch
new file mode 100644
index 000000000..a049ea4bd
--- /dev/null
+++ b/main/sfic/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.ac.orig 2013-01-01 08:01:59.674695630 +0000
++++ ./configure.ac 2013-01-01 08:02:09.388115907 +0000
+@@ -11,7 +11,7 @@
+
+ # Checks for header files.
+ AC_HEADER_STDC
+-AM_CONFIG_HEADER(src/config.h)
++AC_CONFIG_HEADER(src/config.h)
+ AC_CHECK_HEADERS([stdlib.h string.h unistd.h signal.h])
+
+ # Checks for typedefs, structures, and compiler characteristics.