diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-13 17:14:08 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-13 17:14:08 +0530 |
commit | b952bc6595044e44cc1a2051297e7e777693fdf9 (patch) | |
tree | b8bd270c8e4bc66c54ea9915f25033dff2862723 | |
parent | f1a586648ec5c423c4304faa3eed86a6420efd8a (diff) | |
download | tinyproxy-b952bc6595044e44cc1a2051297e7e777693fdf9.tar.gz tinyproxy-b952bc6595044e44cc1a2051297e7e777693fdf9.zip |
Remove acinclude.m4 and configure macro dir
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
4 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index cb63853..d3c20f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,9 @@ SUBDIRS = \ m4macros \ packaging +# tools want this on a single line +ACLOCAL_AMFLAGS = -I m4macros + EXTRA_DIST = \ autogen.sh \ TODO diff --git a/acinclude.m4 b/acinclude.m4 deleted file mode 100644 index ff3d4cc..0000000 --- a/acinclude.m4 +++ /dev/null @@ -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 diff --git a/configure.ac b/configure.ac index dcaf93e..4342ea8 100644 --- a/configure.ac +++ b/configure.ac @@ -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], |