3 # Before using, you should figure out all the .m4 macros that your
4 # configure.m4 script needs and make sure they exist in the autoconf/
7 # These are the files that this script might edit:
8 # aclocal.m4 configure Makefile.in src/config.h.in \
9 # depcomp config.guess config.sub install-sh missing mkinstalldirs \
12 # Here's a command you can run to see what files aclocal will import:
13 # aclocal -I ../autoconf --output=- | sed -n 's/^m4_include..\([^]]*\).*/\1/p'
19 grep -q LIBTOOL configure.ac && libtoolize -c -f
20 autoconf -f -W all,no-obsolete
22 automake -a -c -f -W all