Files
Marko Lindqvist 83ee268bcf xmlto: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-10 12:18:10 +01:00

13 lines
405 B
Diff

diff -Nurd xmlto-0.0.25/configure.in xmlto-0.0.25/configure.in
--- xmlto-0.0.25/configure.in 2011-12-01 17:49:00.000000000 +0200
+++ xmlto-0.0.25/configure.in 2013-01-07 05:24:16.169953519 +0200
@@ -1,7 +1,7 @@
AC_INIT(xmlto, 0.0.25)
AC_CONFIG_SRCDIR(xmlto.spec.in)
AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.6])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_PROG_CC
AM_PROG_CC_C_O