[Telepathy-commits] [telepathy-gabble/master] Don't assume that htmldir will be defined (it was added in autoconf 2.59c, which is not in Maemo)

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:52:04 PDT 2008


20080502142018-53eee-c3e171165a1aaaaad933797b005f32f1e9a42058.gz
---
 docs/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 8c02be0..61c8cc2 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,5 +1,8 @@
 tools_dir = $(top_srcdir)/tools
 
+# htmldir is not defined by autoconf < 2.59c
+htmldir = $(if $(filter-out @%@, at htmldir@), at htmldir@,$(datadir)/doc/$(PACKAGE))
+
 man_MANS = telepathy-gabble.8
 html_DATA = \
     olpc.html \
-- 
1.5.6.3




More information about the Telepathy-commits mailing list