build: move automake "foreign" option to AM_INIT_AUTOMAKE
This works towards allowing using autoreconf(1) later.
This commit is contained in:
committed by
Berke Viktor
parent
a46df34a2a
commit
e9c9bd4ebe
@@ -9,7 +9,7 @@ AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_SRCDIR([configure.ac])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9 dist-bzip2 subdir-objects no-define])
|
||||
AM_INIT_AUTOMAKE([1.9 dist-bzip2 subdir-objects no-define foreign])
|
||||
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
Reference in New Issue
Block a user