--- gvpe/autogen.sh 2003/03/28 19:56:29 1.3 +++ gvpe/autogen.sh 2007/11/11 04:08:58 1.8 @@ -4,6 +4,17 @@ AUTOMAKE_REQUIRED_VERSION=1.7 INTLTOOL_REQUIRED_VERSION=0.17 +if ! [ -e libev/ev++.h ]; then + cat < /dev/null 2>&1 && autoheader (cd m4 && make -f Makefile.am.in Makefile.am) -touch doc/vpe.texi -$AUTOMAKE --add-missing -rm doc/vpe.texi +touch doc/gvpe.texi +$AUTOMAKE -f --add-missing +rm doc/gvpe.texi autoconf autoheader - #intltoolize --copy --force --automake cd $ORIGDIR -if $srcdir/configure --enable-maintainer-mode "$@"; then +if [ -e reconf ]; then + ./reconf "$@" +elif $srcdir/configure --enable-maintainer-mode "$@"; then echo echo "Now type 'make' to compile $PROJECT." else