From a72a075cc298497f955a8707c01126e8825b6f0a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 9 Jan 2019 14:00:10 +0100 Subject: Remove version numbers from autogen.sh --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index f47e024b..19ac6904 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh -ACLOCAL=aclocal-1.14 -AUTOMAKE=automake-1.14 +ACLOCAL=aclocal +AUTOMAKE=automake $ACLOCAL -I ac \ && libtoolize --force --copy \ -- cgit v1.2.3