Skip to content

Commit 30dd35f

Browse files
author
Jehan
committed
autogen: let's make automake/aclocal 1.16 default tested version.
Let's have latest versions being basically the "recommended" tools rather than oldest possible ones (which are still usable, as fallbacks).
1 parent de217e2 commit 30dd35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autogen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# tools and you shouldn't use this script. Just call ./configure
1010
# directly.
1111

12-
ACLOCAL=${ACLOCAL-aclocal-1.13}
12+
ACLOCAL=${ACLOCAL-aclocal-1.16}
1313
AUTOCONF=${AUTOCONF-autoconf}
1414
AUTOHEADER=${AUTOHEADER-autoheader}
15-
AUTOMAKE=${AUTOMAKE-automake-1.13}
15+
AUTOMAKE=${AUTOMAKE-automake-1.16}
1616
LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
1717

1818
AUTOCONF_REQUIRED_VERSION=2.62

0 commit comments

Comments
 (0)