Browse Source

minor tidy-up to configury.

Ozkan Sezer 2 years ago
parent
commit
163f669745
1 changed files with 3 additions and 5 deletions
  1. 3 5
      test/autogen.sh

+ 3 - 5
test/autogen.sh

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