diff options
author | Havoc Pennington <hp@redhat.com> | 2003-05-15 19:59:19 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-05-15 19:59:19 +0000 |
commit | f0f4335bd97732d156f0b35762f61ba2d88514ab (patch) | |
tree | e9003854f9a9ed90ec3d5778fb7def500709b238 /configure.in | |
parent | e9cb382daf7cef6396d1777c99f27a050f7ad4a8 (diff) | |
download | dbus-f0f4335bd97732d156f0b35762f61ba2d88514ab.tar.gz |
2003-05-15 Havoc Pennington <hp@redhat.com>
* configure.in: 0.11
* NEWS: update
* bus/Makefile.am (initddir): apparently we are supposed to put
init scripts in /etc/rc.d/init.d not /etc/init.d
* bus/Makefile.am: remove the "you must --enable-tests to make
check" as it broke distcheck
* bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1b717747..1519f9a3 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.10) +AM_INIT_AUTOMAKE(dbus, 0.11) AM_CONFIG_HEADER(config.h) |