| # Run this to generate all the initial makefiles, etc. |
| test -n "$srcdir" || srcdir=`dirname "$0"` |
| test -n "$srcdir" || srcdir=. |
| #printf "checking for ragel... " |
| # echo "You need to install ragel... See http://www.complang.org/ragel/" |
| printf "checking for pkg-config... " |
| echo "*** No pkg-config found, please install it ***" |
| printf "checking for libtoolize... " |
| which glibtoolize || which libtoolize || { |
| echo "*** No libtoolize (libtool) found, please install it ***" |
| printf "checking for gtkdocize... " |
| if which gtkdocize ; then |
| gtkdocize --copy || exit 1 |
| echo "*** No gtkdocize (gtk-doc) found, skipping documentation ***" |
| echo "EXTRA_DIST = " > gtk-doc.make |
| printf "checking for autoreconf... " |
| echo "*** No autoreconf (autoconf) found, please install it ***" |
| echo "running autoreconf --force --install --verbose" |
| autoreconf --force --install --verbose || exit $? |
| test -n "$NOCONFIGURE" || { |
| echo "running configure $@" |