]> git.pld-linux.org Git - packages/tomoe.git/blame - am.patch
- fix building with automake 1.13
[packages/tomoe.git] / am.patch
CommitLineData
d6a2e9de
JR
1--- tomoe-0.6.0/configure.ac~ 2007-06-12 10:10:04.000000000 +0200
2+++ tomoe-0.6.0/configure.ac 2013-06-13 12:45:36.952117907 +0200
3@@ -9,7 +9,7 @@
4
5 AC_INIT(tomoe, [tomoe_version])
6 AM_INIT_AUTOMAKE(tomoe, [tomoe_version])
7-AM_CONFIG_HEADER(config.h)
8+AC_CONFIG_HEADERS(config.h)
9
10 AC_ENABLE_SHARED(yes)
11 AC_ENABLE_STATIC(yes)
This page took 0.080417 seconds and 4 git commands to generate.