comparison configure.ac @ 13632:c4a5d8950d8c

[gaim-migrate @ 16030] Change CVS to SVN in a bunch of places, and use "2.0.0dev" as the version string. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 12 Apr 2006 04:00:19 +0000
parents bbf2e601be82
children 988186eb1688
comparison
equal deleted inserted replaced
13631:35b7b1ae809a 13632:c4a5d8950d8c
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT([gaim], [2.0.0cvs], [gaim-devel@lists.sourceforge.net]) 2 AC_INIT([gaim], [2.0.0dev], [gaim-devel@lists.sourceforge.net])
3 AC_CANONICAL_SYSTEM 3 AC_CANONICAL_SYSTEM
4 AM_CONFIG_HEADER(config.h) 4 AM_CONFIG_HEADER(config.h)
5 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 5 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
6 6
7 AC_PREREQ([2.50]) 7 AC_PREREQ([2.50])
643 643
644 dnl Python is only required if --enable-dbus is used, and only for 644 dnl Python is only required if --enable-dbus is used, and only for
645 dnl the build process to generate the code, not for running gaim. 645 dnl the build process to generate the code, not for running gaim.
646 dnl This autogenerated code is system-independent, so in principle we 646 dnl This autogenerated code is system-independent, so in principle we
647 dnl can generate all of it before shipping. But I thought adding 647 dnl can generate all of it before shipping. But I thought adding
648 dnl auto-generated stuff to the CVS is inelegant. Alternatively, 648 dnl auto-generated stuff to the repository is inelegant.
649 dnl these python scripts could be rewritten in C (brrrr ...). 649 dnl Alternatively, these python scripts could be rewritten
650 dnl in C (brrrr ...).
650 651
651 AC_ARG_WITH([python], 652 AC_ARG_WITH([python],
652 AC_HELP_STRING([--with-python], 653 AC_HELP_STRING([--with-python],
653 [Which python interpreter to use for dbus code generation]), 654 [Which python interpreter to use for dbus code generation]),
654 PYTHON=$withval) 655 PYTHON=$withval)