aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-01-09 14:00:10 +0100
committerThomas White <taw@physics.org>2019-05-16 15:15:33 +0200
commita72a075cc298497f955a8707c01126e8825b6f0a (patch)
treefb3494949ed8da829f4802373216e104d43d5f94
parent5bc92a79950abb0d5e26a133719c6059dc03f5a9 (diff)
Remove version numbers from autogen.sh
-rwxr-xr-xautogen.sh4
1 files 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 \