--- gvpe/autogen.sh 2007/10/15 22:19:49 1.6 +++ gvpe/autogen.sh 2007/11/10 05:14:21 1.7 @@ -93,12 +93,13 @@ 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