diff -rupN badv2/bindings/Makefile.am good/bindings/Makefile.am --- badv2/bindings/Makefile.am 2012-07-11 19:28:34.000000000 +0200 +++ good/bindings/Makefile.am 2012-12-15 11:26:57.000000000 +0100 @@ -3,7 +3,6 @@ SUBDIRS = \ vala else SUBDIRS = \ - python \ vala endif diff -rupN badv2/bindings/Makefile.in good/bindings/Makefile.in --- badv2/bindings/Makefile.in 2012-07-11 19:29:07.000000000 +0200 +++ good/bindings/Makefile.in 2012-12-15 11:27:45.000000000 +0100 @@ -93,7 +93,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGE distdir ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = python vala mono +DIST_SUBDIRS = vala mono DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -301,7 +301,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -@USE_GTK3_FALSE@SUBDIRS = python vala $(am__append_1) +@USE_GTK3_FALSE@SUBDIRS = vala $(am__append_1) @USE_GTK3_TRUE@SUBDIRS = vala $(am__append_1) all: all-recursive diff -rupN badv2/configure good/configure --- badv2/configure 2012-07-11 19:29:06.000000000 +0200 +++ good/configure 2012-12-15 11:28:15.000000000 +0100 @@ -13904,17 +13904,17 @@ save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include +include _ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 -$as_echo "found" >&6; } - -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 -$as_echo "not found" >&6; } -as_fn_error $? "could not find Python headers" "$LINENO" 5 -fi +#if ac_fn_c_try_cpp "$LINENO"; then : +# { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 +#$as_echo "found" >&6; } +# +#else +# { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +#$as_echo "not found" >&6; } +#as_fn_error $? "could not find Python headers" "$LINENO" 5 +#fi rm -f conftest.err conftest.i conftest.$ac_ext CPPFLAGS="$save_CPPFLAGS" @@ -14358,7 +14358,7 @@ fi # Files ########################### -ac_config_files="$ac_config_files Makefile src/Makefile src/appindicator-0.1.pc src/appindicator3-0.1.pc bindings/Makefile bindings/python/Makefile bindings/python/appindicator.override bindings/vala/Makefile bindings/vala/examples/Makefile tests/Makefile example/Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml docs/reference/libappindicator-docs.sgml" +ac_config_files="$ac_config_files Makefile src/Makefile src/appindicator-0.1.pc src/appindicator3-0.1.pc bindings/Makefile bindings/vala/Makefile bindings/vala/examples/Makefile tests/Makefile example/Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml docs/reference/libappindicator-docs.sgml" if test "x$has_mono" = "xtrue" ; then @@ -15437,8 +15437,6 @@ do "src/appindicator-0.1.pc") CONFIG_FILES="$CONFIG_FILES src/appindicator-0.1.pc" ;; "src/appindicator3-0.1.pc") CONFIG_FILES="$CONFIG_FILES src/appindicator3-0.1.pc" ;; "bindings/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/Makefile" ;; - "bindings/python/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/python/Makefile" ;; - "bindings/python/appindicator.override") CONFIG_FILES="$CONFIG_FILES bindings/python/appindicator.override" ;; "bindings/vala/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/vala/Makefile" ;; "bindings/vala/examples/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/vala/examples/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;