SHA256
1
0
forked from pool/gsoap
gsoap/gsoap-automake1_13.diff

24 lines
616 B
Diff
Raw Normal View History

From: Jan Engelhardt <jengelh@inai.de>
Date: 2013-02-28 23:21:08.137905619 +0100
automake-1.13 has finally removed AM_CONFIG_HEADER.
---
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: gsoap-2.8.57/configure.ac
===================================================================
--- gsoap-2.8.57.orig/configure.ac
+++ gsoap-2.8.57/configure.ac
@@ -4,8 +4,7 @@ AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([gsoap/stdsoap2.cpp])
AC_CANONICAL_HOST
-# AC_CONFIG_HEADERS([config.h])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
# we use subdirs.
AC_PROG_MAKE_SET