From f25142f2d0268f698efb6a71a9582d47c3696d70 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 30 Nov 2015 10:36:28 +0100 Subject: btrfs-progs: install to /usr/local by default again The conversion to autotools changed the default prefix to /usr. There's no reason to diverge. Distributions builds set prefix the /usr path and local builds are supposed to go to /usr/local . Reference: https://bugzilla.kernel.org/show_bug.cgi?id=108571 Reported-by: Karl Richter Signed-off-by: David Sterba --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c3a22d13..c1140973 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl the compiler (like AC_PROG_LIBTOOL) to avoid autoconf errors. AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_SRCDIR([btrfs.c]) -AC_PREFIX_DEFAULT([/usr]) +AC_PREFIX_DEFAULT([/usr/local]) AC_PROG_CC AC_CANONICAL_HOST -- cgit v1.2.3