[systemd-commits] configure.ac
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Jun 1 20:03:35 PDT 2010
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a6baa3f681fad58555e28c50589595d98ec81a23
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jun 2 05:02:50 2010 +0200
build-sys: default rootdir to prefix
diff --git a/configure.ac b/configure.ac
index dd3f152..16f1bcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -272,7 +272,7 @@ AC_SUBST([udevrulesdir], [$with_udevrulesdir])
AC_ARG_WITH([rootdir],
AS_HELP_STRING([--with-rootdir=DIR], [Root directory for files necessary for boot]),
[],
- [with_rootdir=/])
+ [with_rootdir=${ac_default_prefix}])
AC_SUBST([rootdir], [$with_rootdir])
AC_OUTPUT([Makefile])
More information about the systemd-commits
mailing list