with recent changes to quota configure.in we were installing to the wrong spot.
authorNathan Scott <nathans@sgi.com>
Mon, 5 Feb 2001 21:46:04 +0000 (21:46 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 5 Feb 2001 21:46:04 +0000 (21:46 +0000)
tools/auto-qa

index 06851e584d9e7a7f319a15a9f0d2727a9dded209..646b684415b705e073782c4e715c46adb27872c2 100755 (executable)
@@ -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"