[PATCH] xfsprogs: set default prefix to /usr
Christoph Hellwig
hch at infradead.org
Thu Apr 16 11:29:13 CDT 2009
Make sure the installation defaults to /usr like all the other xfs
tools.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Index: xfsprogs-dev/configure.in
===================================================================
--- xfsprogs-dev.orig/configure.in 2009-04-16 18:27:53.870074796 +0200
+++ xfsprogs-dev/configure.in 2009-04-16 18:27:57.850950773 +0200
@@ -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
More information about the xfs
mailing list