summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-05 03:42:48 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-05 03:42:48 +0100
commiteb7bbee6cd182d5c4eb1e1180631c35158f59379 (patch)
tree8a56b66110392e9f6610a15e9fff3ed78534694f /configure.ac
parent9cf3ab0e16af7db666ca3cf7d73dc4d616deb8fa (diff)
build-sys: switch autoconf's default prefix from /usr/local to /usr
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a78febbbc..fa2b0fe92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
-
+AC_PREFIX_DEFAULT([/usr])
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])
AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd])
@@ -604,7 +604,7 @@ AC_ARG_WITH([pamlibdir],
AC_ARG_WITH([rootprefix],
AS_HELP_STRING([--with-rootprefix=DIR], [rootfs directory prefix for config files and kernel modules]),
- [], [with_rootprefix=${ac_default_prefix}])
+ [], [with_rootprefix=${prefix}])
AC_ARG_WITH([rootlibdir],
AS_HELP_STRING([--with-rootlibdir=DIR], [Root directory for libraries necessary for boot]),