Added autogen.sh file to ease autotools installation

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2017-05-22 00:22:38 +09:00
parent c331bb0dea
commit 33e6314753

9
autogen.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
test -e ./.autotools_aux || mkdir .autotools_aux
libtoolize -cq
aclocal -I m4 --install # Generate aclocal
autoconf # Generate configure script
autoheader # Generate config.h
automake --add-missing --copy # Generate Makefile.in and other scripts