[packages/tomoe] - fix building with automake 1.13

baggins baggins at pld-linux.org
Thu Jun 13 13:13:48 CEST 2013


commit d6a2e9debc323fc3e8be47cf0292e12da74cf01c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Jun 13 13:13:39 2013 +0200

    - fix building with automake 1.13

 am.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tomoe.git/commitdiff/d6a2e9debc323fc3e8be47cf0292e12da74cf01c



More information about the pld-cvs-commit mailing list