From 35aad022be07f5c8cca4de9a9c71480157275800 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 18 Feb 2009 15:17:36 -0500 Subject: include the m4 files from the autoconf-archive package Not everyone has the autoconf-archive package installed, so have the autogen.sh script automatically update the local copies and include them in the tree. Signed-off-by: Mike Frysinger --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cd251aa..99f98fc 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_INIT([sandbox], [1.3.8], [sandbox@gentoo.org]) sb_configure_opts="$*" AM_INIT_AUTOMAKE AC_CONFIG_HEADER([config.h]) +AC_CONFIG_MACRO_DIR([m4]) AC_DEFINE_UNQUOTED([SANDBOX_CONFIGURE_OPTS], ["${sb_configure_opts}"], [Arguments given to ./configure]) -- cgit v1.2.3-65-gdbad