diff options
author | Thomas White <taw@physics.org> | 2019-01-09 14:00:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-05-16 15:15:33 +0200 |
commit | a72a075cc298497f955a8707c01126e8825b6f0a (patch) | |
tree | fb3494949ed8da829f4802373216e104d43d5f94 | |
parent | 5bc92a79950abb0d5e26a133719c6059dc03f5a9 (diff) |
Remove version numbers from autogen.sh
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/bin/sh -ACLOCAL=aclocal-1.14 -AUTOMAKE=automake-1.14 +ACLOCAL=aclocal +AUTOMAKE=automake $ACLOCAL -I ac \ && libtoolize --force --copy \ |