chiark / gitweb /
build-sys: switch autoconf's default prefix from /usr/local to /usr
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Jan 2012 02:42:48 +0000 (03:42 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 5 Jan 2012 02:42:48 +0000 (03:42 +0100)
configure.ac

index a78febbbc0ecb9530a5c76c5c55c3b10fbb15ca6..fa2b0fe92c507eec3213e1385358260e46e92905 100644 (file)
@@ -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]),