From 544e2d7e2e18dc08c1efbcdffdba2073762c0477 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 5 Feb 2001 21:46:04 +0000 Subject: [PATCH] with recent changes to quota configure.in we were installing to the wrong spot. --- tools/auto-qa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/auto-qa b/tools/auto-qa index 06851e58..646b6844 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -383,10 +383,11 @@ do _log " *** build and install quota tools" cd $WORKAREA/cmd/quota + rm -f configure # use e-fence - but this will only take effect on configure export MALLOCLIB=/usr/lib/libefence.a - ( rm -f configure ; autoconf ; sh configure ; make all ) 2>&1 \ + ( autoconf ; sh configure --prefix=/usr; make all ) 2>&1 \ || _fail " !!! build quota failed" _sudo make install 2>&1 \ || _fail " !!! install quota failed" -- 2.47.3