# HG changeset patch # User Etan Reisner # Date 1147471714 0 # Node ID 463259ea22ff566e86993e26b71182bc837b58b0 # Parent 9df4a46b0bb328c7fd80191ac96b6bdd1cebb0b2 [gaim-migrate @ 16183] Apparently if you just use --with-python the autotools decide you must mean you want to use yes(1) as your python interpreter, this results in an infinitely growing output file the first time the dbus stuff tries to generate a header. That's bad. This should make it a bit clearer. committer: Tailor Script diff -r 9df4a46b0bb3 -r 463259ea22ff configure.ac --- a/configure.ac Fri May 12 21:50:19 2006 +0000 +++ b/configure.ac Fri May 12 22:08:34 2006 +0000 @@ -673,7 +673,7 @@ dnl in C (brrrr ...). AC_ARG_WITH([python], - AC_HELP_STRING([--with-python], + AC_HELP_STRING([--with-python=PATH], [which python interpreter to use for dbus code generation]), PYTHON=$withval)