]> git.ipfire.org Git - thirdparty/openvpn.git/commit
fix build with automake 1.13(.1)
authorChristian Hesse <list@eworm.de>
Tue, 8 Jan 2013 08:39:12 +0000 (09:39 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 6 Mar 2013 19:59:26 +0000 (20:59 +0100)
commitd86d577031577dfd69e5ba104e0ce1cb5192c16a
tree0dabadf8781b20d65b9a9b40fc4bd54a1af8b2d8
parent6e6f55f4ba5deda5649679a13e4e323e07b3e661
fix build with automake 1.13(.1)

AM_CONFIG_HEADER has been deprecated for some time, finally it is removed
on automake 1.13. The attached patch replaces it with AC_CONFIG_HEADERS and
fixes build process with latest automake.

Acked-by: Matthias Andree <matthias.andree@gmx.de>
Message-Id: 20130108093912.7ae7c6f8@leda
URL: http://article.gmane.org/gmane.network.openvpn.devel/7222

Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac