/autogen.sh
http://ftk.googlecode.com/ · Shell · 18 lines · 14 code · 3 blank · 1 comment · 7 complexity · 17d06af50ef500bc877b50d665e789f5 MD5 · raw file
- #!/bin/sh
- echo "aclocal.."
- aclocal --force || exit 1
- echo "libtoolize.."
- libtoolize --force || exit 1
- gtkdocize || exit 1
- echo "autoheader.."
- autoheader --force || exit 1
- if [ -f config.h.in~ ]; then
- rm config.h.in~
- fi
- echo "automake.."
- automake --force --add-missing || exit 1
- echo "autoconf.."
- autoconf --force || exit 1