configure.ac: Fix obsolete 2-argument AM_INIT_AUTOMAKE invocation.

The 2-argument form has been replaced with fetching the package/version
information from autoconf (AC_INIT). Instead the 1-argument form takes a
list of automake options but we currently do not need to specify any.
edge.strict_endians
Erik Larsson 2021-03-03 16:39:45 +02:00
parent bcd42e5ef3
commit dd75ea7420
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
AM_INIT_AUTOMAKE([])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE