forked from pool/gsoap
Jan Engelhardt
242e769bc9
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=115
24 lines
616 B
Diff
24 lines
616 B
Diff
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
|