]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: set default prefix to /usr
authorChristoph Hellwig <hch@lst.de>
Thu, 16 Apr 2009 19:12:35 +0000 (21:12 +0200)
committerChristoph Hellwig <hch@brick.lst.de>
Thu, 16 Apr 2009 19:12:35 +0000 (21:12 +0200)
Make sure the installation defaults to /usr like all the other xfs
tools.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
configure.in

index b385ad64fd653a5380231e29ce9dfbd628ef4c14..3fbd44e53f8fdbfc8afc73fceb3b1c3700bbec82 100644 (file)
@@ -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