--- configure.in 2002-07-28 05:50:20.000000000 +0200 +++ configure.ac 2013-02-20 10:38:15.263223716 +0100 @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT +AC_INIT([a52dec],[0.7.4]) AC_CONFIG_SRCDIR([src/a52dec.c]) AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_FILES([Makefile autotools/Makefile include/Makefile test/Makefile doc/Makefile src/Makefile liba52/Makefile libao/Makefile vc++/Makefile]) -AM_INIT_AUTOMAKE([a52dec],[0.7.4]) -AM_CONFIG_HEADER(include/config.h) +AM_INIT_AUTOMAKE +AC_CONFIG_HEADERS(include/config.h) AM_MAINTAINER_MODE AC_CANONICAL_HOST