Skip to content
Snippets Groups Projects
Commit 620cb3d9 authored by raila's avatar raila
Browse files

Improve autogen.sh.

parent 6e27c31a
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src SUBDIRS = src
EXTRA_DIST = \ EXTRA_DIST = \
......
...@@ -15,13 +15,8 @@ fi ...@@ -15,13 +15,8 @@ fi
set -ex set -ex
rm -rf autom4te.cache # TODO(kenton): Use -Wall and fix the resulting warnings.
autoreconf -f -i
aclocal-1.9 --force -I m4
libtoolize -c -f
autoheader -f -W all
automake-1.9 --foreign -a -c -f -W all
autoconf -f -W all,no-obsolete
rm -rf autom4te.cache config.h.in~ rm -rf autom4te.cache config.h.in~
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment