Merge pull request #155 from vicentebolea/adding-autogen-script

Added autogen.sh file to ease autotools installation
This commit is contained in:
Patrick Johnmeyer 2017-06-30 23:35:29 -05:00 • committed by GitHub
commit 65af507437

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