Remove acinclude.m4 and configure macro dir

This commit is contained in:
Mukund Sivaraman 2009-09-13 17:14:08 +05:30
parent f1a586648e
commit b952bc6595
4 changed files with 5 additions and 3 deletions

View File

@ -6,6 +6,9 @@ SUBDIRS = \
m4macros \ m4macros \
packaging packaging
# tools want this on a single line
ACLOCAL_AMFLAGS = -I m4macros
EXTRA_DIST = \ EXTRA_DIST = \
autogen.sh \ autogen.sh \
TODO TODO

View File

@ -1,2 +0,0 @@
m4_include([m4macros/argenable.m4])
m4_include([m4macros/typecheck.m4])

View File

@ -7,7 +7,7 @@
# #
set -x set -x
aclocal \ aclocal -I m4macros \
&& autoheader \ && autoheader \
&& automake --gnu --add-missing \ && automake --gnu --add-missing \
&& autoconf && autoconf

View File

@ -7,6 +7,7 @@ dnl AC_CONFIG_MACRO_DIR(config)
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4macros])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AH_TEMPLATE([TARGET_SYSTEM], AH_TEMPLATE([TARGET_SYSTEM],