From 521902a997a7679c3699e427db12ca0cf8cde7d2 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 16 Apr 2009 21:12:35 +0200 Subject: [PATCH] xfsprogs: set default prefix to /usr Make sure the installation defaults to /usr like all the other xfs tools. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index b385ad64f..3fbd44e53 100644 --- a/configure.in +++ b/configure.in @@ -2,6 +2,7 @@ AC_INIT(include/libxfs.h) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER(include/platform_defs.h) +AC_PREFIX_DEFAULT(/usr) AC_PROG_LIBTOOL -- 2.47.2