summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2007-05-02 23:18:16 -0400
committerDavid Zeuthen <davidz@redhat.com>2007-05-02 23:18:16 -0400
commit627a4c08677b5a9c703d51d694c945110ce1d8cf (patch)
tree014907e8cb9df2ea98ffe8376156098cdb71bf4a
parent6a3d21ee7d309c8107098e175f8d15f8ea191684 (diff)
incorporate autotools changes
Suggested here http://lists.freedesktop.org/archives/hal/2007-May/008218.html
-rw-r--r--configure.in2
-rw-r--r--doc/man/Makefile.am10
2 files changed, 4 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 57c27813..b2447bc0 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
AC_INIT(hal, 0.5.10, david@fubar.dk)
-AM_INIT_AUTOMAKE([gnu 1.5])
+AM_INIT_AUTOMAKE([gnu 1.9])
AM_MAINTAINER_MODE
glib_module="glib-2.0 >= 2.6.0 gobject-2.0 > 2.6.0 dbus-glib-1 >= 0.61"
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 49f6de9b..c90154a5 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,17 +1,13 @@
-if MAN_PAGES_ENABLED
-
-MAN_IN_FILES = hald.8.in lshal.1.in hal-get-property.1.in hal-set-property.1.in hal-find-by-property.1.in hal-find-by-capability.1.in hal-is-caller-locked-out.1.in hal-lock.1.in hal-disable-polling.1.in
+MAN_IN_FILES = hald.8.in lshal.1.in hal-get-property.1.in hal-set-property.1.in hal-find-by-property.1.in hal-find-by-capability.1.in hal-is-caller-locked-out.1.in hal-lock.1.in hal-disable-polling.1.in hal-is-caller-privileged.1.in
-if HAVE_POLKIT
-MAN_IN_FILES += hal-is-caller-privileged.1.in
-endif
+if MAN_PAGES_ENABLED
man_MANS = $(MAN_IN_FILES:.in=)
endif # MAN_PAGES_ENABLED
-EXTRA_DIST=$(man_MANS) $(MAN_IN_FILES)
+EXTRA_DIST=$(MAN_IN_FILES)
clean-local:
rm -f *~ *.1 *.8