]> granicus.if.org Git - re2c/commitdiff
Use autoreconf.
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 1 Jun 2015 10:23:38 +0000 (11:23 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 1 Jun 2015 10:23:38 +0000 (11:23 +0100)
As stated by autoconf manual, autoreconf is more portable than
self-written scripts because aclocal may be removed in future.

re2c/autogen.sh

index 7211d3f181c051dab8514f1b1b99afb12bd58787..500d084edaafec7046acf7c4f2e25653ad75303a 100755 (executable)
@@ -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