Further AM_MAINTAINER_MODE fixes
authorDan Winship <danw@gnome.org>
Mon, 18 Jan 2010 20:10:11 +0000 (15:10 -0500)
committerDan Winship <danw@gnome.org>
Mon, 18 Jan 2010 20:10:11 +0000 (15:10 -0500)
commitb269986209fcb0f6e05e4a99416c37ce3b516b58
treea302a3d31651dcb614605a33edb0a26f95106707
parent01141aaf699ad0df3302ee4d24de9b670f48e8e8
Further AM_MAINTAINER_MODE fixes

Remove AM_MAINTAINER_MODE from (unused) python/configure.in so
gnome-autogen.sh won't see it and decide to use --enable-maintainer-mode.

Also, don't check $enable_maintainer_mode to decide whether or not
to build with -DG_DISABLE_DEPRECATED. Instead "test -d .git"
configure.in
python/configure.in