configure.ac: Replaced AM_CONFIG_HEADER() with AC_CONFIG_HEADERS()
authorIan Abbott <abbotti@mev.co.uk>
Mon, 21 Jan 2013 16:15:30 +0000 (16:15 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 21 Jan 2013 16:15:30 +0000 (16:15 +0000)
commit3dfae5a6ee6040d294493f3856a3949e1b602af0
tree5c5e179aa8f12a6eb237f3331432a46e9fb625e9
parentaf8ab01d906ba7b0579d0e0de68102bd197ae9ee
configure.ac: Replaced AM_CONFIG_HEADER() with AC_CONFIG_HEADERS()

AM_CONFIG_HEADER is obsolete and doesn't work with Automake 1.13.  Use
AC_CONFIG_HEADERS instead.
configure.ac