diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-01 08:03:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-01 08:03:29 +0000 |
commit | a66e332dd08f66ad6c76b8c6d22dbbba7ca31f63 (patch) | |
tree | 65e08490fa2868d8e988b8132508aa97ab2a181f /main/sfic/automake.patch | |
parent | c3bbd69176669746612aa7f48cbdac7aa9efe4f9 (diff) | |
download | aports-a66e332dd08f66ad6c76b8c6d22dbbba7ca31f63.tar.bz2 aports-a66e332dd08f66ad6c76b8c6d22dbbba7ca31f63.tar.xz |
main/sfic: build fix for automake-1.13
Diffstat (limited to 'main/sfic/automake.patch')
-rw-r--r-- | main/sfic/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/sfic/automake.patch b/main/sfic/automake.patch new file mode 100644 index 0000000000..a049ea4bd4 --- /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. |