Please review and apply if appropriate. Brad
From a80fbe921dfeab1a75f711abd26cccf771e46b2c Mon Sep 17 00:00:00 2001 From: Brad Hards <bradh@xxxxxxxxxxxxx> Date: Mon, 7 Mar 2011 18:25:52 +1100 Subject: [PATCH 1/2] buildystem: remove maintainer-mode from autogen.sh script The macro was remove from configure in e10a42178c65ff974fa9383dbc78525b3d8de1ae and now configure complains. --- autogen.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 820c457..df4cd41 100755 --- a/autogen.sh +++ b/autogen.sh @@ -115,8 +115,8 @@ $AUTOCONF cd $ORIGDIR if test -z "$AUTOGEN_SUBDIR_MODE"; then - echo Running $srcdir/configure --enable-maintainer-mode "$@" - $srcdir/configure --enable-maintainer-mode "$@" + echo Running $srcdir/configure "$@" + $srcdir/configure "$@" echo echo "Now type 'make' to compile $PROJECT." -- 1.7.1
_______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig