Skip to content

Commit 2a03910

Browse files
authored
Merge pull request #3 from s3rj1k/automake
Use unversioned automake/aclocal for configuration
2 parents 0c0a28f + a3ebb16 commit 2a03910

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)