From 9153d0d80a3556c12e2760434da5bf9ce3e36968 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 1 Jun 2015 11:23:38 +0100 Subject: [PATCH] Use autoreconf. As stated by autoconf manual, autoreconf is more portable than self-written scripts because aclocal may be removed in future. --- re2c/autogen.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/re2c/autogen.sh b/re2c/autogen.sh index 7211d3f1..500d084e 100755 --- a/re2c/autogen.sh +++ b/re2c/autogen.sh @@ -1,8 +1,4 @@ #!/bin/sh git clean -fXd - -aclocal -W all -autoheader -W all -automake -W all -a -c --foreign -autoconf -W all +autoreconf -i -W all -- 2.40.0