diff options
author | Havoc Pennington <hp@redhat.com> | 2004-03-19 22:36:31 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2004-03-19 22:36:31 +0000 |
commit | 4fd4d52dd679486edc4543cd93c9f4d01cd8f90e (patch) | |
tree | 68a3a824d81a925dee9a0af998c45496b498b6ee /configure.in | |
parent | 69bf27e5563cbad2d2c9a74ea43e89a8dcb83357 (diff) | |
download | dbus-4fd4d52dd679486edc4543cd93c9f4d01cd8f90e.tar.gz |
2004-03-19 Havoc Pennington <hp@redhat.com>
* NEWS: 0.21 updates
* configure.in: 0.21
* doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
* python/Makefile.am: change to avoid dist of dbus_bindings.c so
you don't need pyrex to make dist
* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
sources; run moc
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2e323155..5612f301 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) AC_INIT(dbus/dbus.h) -AM_INIT_AUTOMAKE(dbus, 0.20) +AM_INIT_AUTOMAKE(dbus, 0.21) AM_CONFIG_HEADER(config.h) @@ -695,6 +695,8 @@ AC_SUBST(DBUS_GTK_CFLAGS) AC_SUBST(DBUS_GTK_LIBS) # Qt detection +AC_PATH_PROG(QT_MOC, moc, no) + have_qt=no AC_MSG_CHECKING([for qglobal.h]) if test -n "$QTDIR" -a -f "$QTDIR/include/qglobal.h"; then |