From d6a2e9debc323fc3e8be47cf0292e12da74cf01c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 13 Jun 2013 13:13:39 +0200 Subject: [PATCH] - fix building with automake 1.13 --- am.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 am.patch diff --git a/am.patch b/am.patch new file mode 100644 index 0000000..b65765a --- /dev/null +++ b/am.patch @@ -0,0 +1,11 @@ +--- tomoe-0.6.0/configure.ac~ 2007-06-12 10:10:04.000000000 +0200 ++++ tomoe-0.6.0/configure.ac 2013-06-13 12:45:36.952117907 +0200 +@@ -9,7 +9,7 @@ + + AC_INIT(tomoe, [tomoe_version]) + AM_INIT_AUTOMAKE(tomoe, [tomoe_version]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_ENABLE_SHARED(yes) + AC_ENABLE_STATIC(yes) -- 2.44.0