From: Christoph Hellwig Date: Thu, 16 Apr 2009 19:12:35 +0000 (+0200) Subject: xfsprogs: set default prefix to /usr X-Git-Tag: v3.0.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=521902a997a7679c3699e427db12ca0cf8cde7d2;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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