We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0a28f commit a3ebb16Copy full SHA for a3ebb16
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