Skip to content

Commit a3ebb16

Browse files
authored
Use unversioned automake/aclocal for configuration
This fixes configuration on recent Debian based distros, as they contain way newer releases of automake
1 parent 0c0a28f commit a3ebb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
set -x
4-
AUTOMAKE=${AUTOMAKE:-automake-1.9} ACLOCAL=${ACLOCAL:-aclocal-1.9}
4+
AUTOMAKE=${AUTOMAKE:-automake} ACLOCAL=${ACLOCAL:-aclocal}
55
export AUTOMAKE ACLOCAL
66
${AUTORECONF:-autoreconf} -i
77
find . \( -name 'run*' -o -name '*.sh' \) -a -type f | xargs chmod +x

0 commit comments

Comments
 (0)