diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-01 12:07:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-01 12:42:58 +0000 |
commit | b3f89957cf32c4629b7c267cc10be620ed0f047a (patch) | |
tree | ca7fc9c028b47aaa16f92893e688b08c9881f509 /main/zabbix/automake.patch | |
parent | 545b973e89a6d26ecbc7437a25209189bff36ab1 (diff) | |
download | aports-b3f89957cf32c4629b7c267cc10be620ed0f047a.tar.bz2 aports-b3f89957cf32c4629b7c267cc10be620ed0f047a.tar.xz |
main/zabbix: build fix for automake-1.13
Diffstat (limited to 'main/zabbix/automake.patch')
-rw-r--r-- | main/zabbix/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/zabbix/automake.patch b/main/zabbix/automake.patch new file mode 100644 index 0000000000..e310bfc86d --- /dev/null +++ b/main/zabbix/automake.patch @@ -0,0 +1,11 @@ +--- ./configure.in.orig 2013-01-01 12:03:46.707359730 +0000 ++++ ./configure.in 2013-01-01 12:03:56.957459786 +0000 +@@ -26,7 +26,7 @@ + + AC_PROG_MAKE_SET + +-AM_CONFIG_HEADER(include/config.h) ++AC_CONFIG_HEADER(include/config.h) + + AC_CANONICAL_HOST + |