finish wf_add_var()
[gwave-svn.git] / autogen.sh
blob7935e9fc8eac1fd93bef77f01913fc5420e54428
1 ## autogen.sh - generate all the twisty little files.
3 # Generate aclocal.m4 from configure.in
4 aclocal
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
11 autoheader
13 # Generate configure from configure.in and aclocal.m4
14 autoconf
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