minor tidy-up to configury.

This commit is contained in:
Ozkan Sezer 2022-06-15 17:00:02 +03:00
parent 960b86dcb5
commit 163f669745
1 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,9 @@
#!/bin/sh
set -e
cp acinclude.m4 aclocal.m4
if test "$AUTOCONF"x = x; then
AUTOCONF=autoconf
fi
$AUTOCONF || exit 1
"${AUTOCONF:-autoconf}"
rm aclocal.m4
rm -rf autom4te.cache