aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-18 15:17:36 -0500
committerMike Frysinger <vapier@gentoo.org>2009-02-18 15:17:36 -0500
commit35aad022be07f5c8cca4de9a9c71480157275800 (patch)
tree10a71bd839d2391937126cea272235b62da9e478 /configure.ac
parentlibsandbox: lock main syscall code with a mutex (diff)
downloadsandbox-35aad022be07f5c8cca4de9a9c71480157275800.tar.gz
sandbox-35aad022be07f5c8cca4de9a9c71480157275800.tar.bz2
sandbox-35aad022be07f5c8cca4de9a9c71480157275800.zip
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 <vapier@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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])