summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* acinclude.m4, configure.in: In recent autotools, ${datadir} isSimon McVittie2007-05-211-0/+50
| | | | | | | defined in terms of ${datarootdir}, so EXPANDED_DATADIR needs to be expanded recursively. Rather than fixing configure.in to do this, I grabbed the AS_AC_EXPAND macro from autostars.sf.net, which seems to be commonly used.
* 2006-02-16 Robert McQueen <robot101@debian.org>Robert McQueen2006-02-161-1/+1
| | | | | | | * acinclude.m4, configure.in: Patch from Brad Hards <bradh@frogmouth.net> to avoid warnings from autoconf 1.9 by improving quoting, re-ordering a few checks, and a few other aesthetic tidy-ups.
* 2003-09-21 Seth Nickell <seth@gnome.org>Seth Nickell2003-09-221-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | First checkin of the Python bindings. * python/.cvsignore: * python/Makefile.am: * python/dbus_bindings.pyx.in: * python/dbus_h_wrapper.h: Pieces for Pyrex to operate on, building a dbus_bindings.so python module for low-level access to the DBus APIs. * python/dbus.py: High-level Python module for accessing DBus objects. * configure.in: * Makefile.am: Build stuff for the python bindings. * acinclude.m4: Extra macro needed for finding the Python C header files.
* 2002-12-27 Anders Carlsson <andersca@codefactory.se>Anders Carlsson2002-12-271-0/+57
* acinclude.m4: Add this file and put the PKG_CHECK_MODULE macro in it.