We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c0a28f + a3ebb16 commit 2a03910Copy full SHA for 2a03910
autogen.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
set -x
4
-AUTOMAKE=${AUTOMAKE:-automake-1.9} ACLOCAL=${ACLOCAL:-aclocal-1.9}
+AUTOMAKE=${AUTOMAKE:-automake} ACLOCAL=${ACLOCAL:-aclocal}
5
export AUTOMAKE ACLOCAL
6
${AUTORECONF:-autoreconf} -i
7
find . \( -name 'run*' -o -name '*.sh' \) -a -type f | xargs chmod +x
0 commit comments