X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a9d65cd81e8ca93af31086a136d1e3ade86ad8d2..5cd118faad19dea7a13c2f11f1d078a2fd3cfce4:/test/setup-test?ds=inline diff --git a/test/setup-test b/test/setup-test index 2636a5df..00ad57a0 100755 --- a/test/setup-test +++ b/test/setup-test @@ -6,7 +6,7 @@ TEMPDIR=`mktemp -d /tmp/nmh-test-XXXXXXXX` echo $TEMPDIR > test-temp-dir cd .. -autoheader && autoconf && date > stamp-h.in +./autogen.sh ./configure --prefix=$TEMPDIR --with-locking=fcntl --enable-debug make clean make install