aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-24 08:50:54 -0400
committerMike Frysinger <vapier@gentoo.org>2009-06-24 08:55:38 -0400
commitdc0b6bccd6b7edec5fb451d81884ae7b83d0098a (patch)
tree543c65b9c73718dd89f2814c9043143b6b85a66e /configure.ac
parentlibsandbox: use PTRACE_SETOPTIONS only when defined (diff)
downloadsandbox-dc0b6bccd6b7edec5fb451d81884ae7b83d0098a.tar.gz
sandbox-dc0b6bccd6b7edec5fb451d81884ae7b83d0098a.tar.bz2
sandbox-dc0b6bccd6b7edec5fb451d81884ae7b83d0098a.zip
00default: set default paths based on @prefix@
Rather than hardcode /usr, assume that the prefix sandbox is configured with is the same prefix that other packages in the system will be configured with. This isn't entirely correct, but covers all of the common and realistic use cases. URL: http://bugs.gentoo.org/275064 Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reported-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 55306c7..772064a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -404,15 +404,16 @@ AC_SUBST([LDFLAG_VER])
AC_CONFIG_TESTDIR([tests])
AC_CONFIG_FILES([
- src/sandbox.sh
Makefile
- scripts/Makefile
+ data/Makefile
etc/Makefile
+ etc/sandbox.d/00default
etc/sandbox.d/Makefile
- data/Makefile
- libsbutil/Makefile
libsandbox/Makefile
+ libsbutil/Makefile
+ scripts/Makefile
src/Makefile
+ src/sandbox.sh
tests/atlocal
tests/Makefile
tests/package.m4