[autogen.sh] Add --enable-test-surfaces to configure flags

Also remove --enable-maintainer-mode since we removed AM_MAINTAINER_MODE
from configure.in in b0d05f7421.
This commit is contained in:
Behdad Esfahbod 2007-04-03 15:37:40 -04:00
parent 38c9909e29
commit 814295f5fa

View file

@ -191,4 +191,9 @@ cd $ORIGDIR || exit 1
rm -f config.cache
do_cmd $srcdir/configure --cache-file=config.cache --disable-static --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1
do_cmd $srcdir/configure \
--cache-file=config.cache \
--disable-static \
--enable-gtk-doc \
--enable-test-surfaces \
${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1