config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 14 Jan 2011 05:58:02 +0000 (21:58 -0800)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 14 Jan 2011 06:00:06 +0000 (22:00 -0800)
commit48d08f09e36d4aa8e02812874794937d7c778b43
tree5d973cda080d4caecb40fe5f922bf94d71be5e1c
parent066032e08407311cfc24dbc1db3245cf8133ad94
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Add missing AC_CONFIG_SRCDIR
Replace obsolete argument to AC_OUTPUT with AC_CONFIG_FILES

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
configure.ac