From: Ulya Trofimovich Date: Mon, 1 Jun 2015 10:23:38 +0000 (+0100) Subject: Use autoreconf. X-Git-Tag: 0.15~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9153d0d80a3556c12e2760434da5bf9ce3e36968;p=re2c Use autoreconf. As stated by autoconf manual, autoreconf is more portable than self-written scripts because aclocal may be removed in future. --- 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