comparison configure.ac @ 13771:463259ea22ff

[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 <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 12 May 2006 22:08:34 +0000
parents ae1849182c8f
children 78de76055f59
comparison
equal deleted inserted replaced
13770:9df4a46b0bb3 13771:463259ea22ff
671 dnl auto-generated stuff to the repository is inelegant. 671 dnl auto-generated stuff to the repository is inelegant.
672 dnl Alternatively, these python scripts could be rewritten 672 dnl Alternatively, these python scripts could be rewritten
673 dnl in C (brrrr ...). 673 dnl in C (brrrr ...).
674 674
675 AC_ARG_WITH([python], 675 AC_ARG_WITH([python],
676 AC_HELP_STRING([--with-python], 676 AC_HELP_STRING([--with-python=PATH],
677 [which python interpreter to use for dbus code generation]), 677 [which python interpreter to use for dbus code generation]),
678 PYTHON=$withval) 678 PYTHON=$withval)
679 679
680 if test "x$enable_dbus" = "xyes" ; then 680 if test "x$enable_dbus" = "xyes" ; then
681 if test -z "$PYTHON" ; then 681 if test -z "$PYTHON" ; then