From f0f4335bd97732d156f0b35762f61ba2d88514ab Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 15 May 2003 19:59:19 +0000 Subject: 2003-05-15 Havoc Pennington * 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 --- Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 628b69e9..4b733db9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,14 +24,6 @@ EXTRA_DIST = \ all-local: Doxyfile -if DBUS_BUILD_TESTS -### nothing -else -check-local: - echo "You have to configure with --enable-tests to make check" ; \ - exit 1 -endif - if DBUS_GCOV_ENABLED clean-gcov: find -name "*.da" -o -name "*.gcov" | xargs rm || true -- cgit