1 ## autogen.sh - generate all the twisty little files.
3 # Generate aclocal.m4 from configure.in
6 # Generate Makefile.in's from Makefile.am's and configure.in
7 # (adding missing files that may be needed for proper operation)
8 automake
--add-missing --gnu
10 # Generate config.h.in from acconfig.h and configure.in
13 # Generate configure from configure.in and aclocal.m4
16 # run ./config.status, if it exists, to create new Makefiles in subdirectories.
17 # (Note that this only is useful if builddir == scrdir, otherwise the
18 # user may need to run config.status from their builddir(s) manually)
19 test -x .
/config.status
&& .
/config.status