Remove acinclude.m4 and configure macro dir
This commit is contained in:
parent
f1a586648e
commit
b952bc6595
@ -6,6 +6,9 @@ SUBDIRS = \
|
||||
m4macros \
|
||||
packaging
|
||||
|
||||
# tools want this on a single line
|
||||
ACLOCAL_AMFLAGS = -I m4macros
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
TODO
|
||||
|
@ -1,2 +0,0 @@
|
||||
m4_include([m4macros/argenable.m4])
|
||||
m4_include([m4macros/typecheck.m4])
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
set -x
|
||||
aclocal \
|
||||
aclocal -I m4macros \
|
||||
&& autoheader \
|
||||
&& automake --gnu --add-missing \
|
||||
&& autoconf
|
||||
|
@ -7,6 +7,7 @@ dnl AC_CONFIG_MACRO_DIR(config)
|
||||
AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_MACRO_DIR([m4macros])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AH_TEMPLATE([TARGET_SYSTEM],
|
||||
|
Loading…
Reference in New Issue
Block a user