build-sys: default rootdir to prefix

This commit is contained in:
Lennart Poettering 2010-06-02 05:02:50 +02:00
parent 695d1ef183
commit a6baa3f681

View file

@ -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])