Fix build with automake-1.13
authorMarko Lindqvist <cazfi74@gmail.com>
Thu, 3 Jan 2013 04:38:01 +0000 (06:38 +0200)
committerSiarhei Siamashka <siarhei.siamashka@gmail.com>
Thu, 3 Jan 2013 23:54:10 +0000 (01:54 +0200)
commit480dd38fd190fb7ca4ff172a31a4a6ef2944f20c
tree2ed0d882f5264d02b286bd39da1984d52917e085
parent1abde88ae60ae0877073d85cbf5b39013337f5da
Fix build with automake-1.13

Automake-1.13 has removed long obsolete AM_CONFIG_HEADER macro (
http://lists.gnu.org/archive/html/automake/2012-12/msg00038.html )
and autoreconf errors out upon seeing it.

Attached patch replaces obsolete AM_CONFIG_HEADER with now proper
AC_CONFIG_HEADERS.
configure.ac