projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da4d56e
)
htmldir was introduced in autoconf 2.59c: set a reasonable value for earlier versions.
author
Jamey Sharp
<jamey@minilop.net>
Sun, 19 Nov 2006 08:30:37 +0000
(
00:30
-0800)
committer
Jamey Sharp
<jamey@minilop.net>
Sun, 19 Nov 2006 08:34:06 +0000
(
00:34
-0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2846184
..
a831f34
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-114,6
+114,12
@@
AC_SUBST(CWARNFLAGS)
GCC_CHECK_VISIBILITY()
+# htmldir is not defined prior to autoconf 2.59c, so on earlier versions
+# set an equivalent value.
+AC_PREREQ([2.59c], [], [AC_SUBST([htmldir], [m4_ifset([AC_PACKAGE_TARNAME],
+ ['${datadir}/doc/${PACKAGE_TARNAME}'],
+ ['${datadir}/doc/${PACKAGE}'])
+])])
AM_CHECK_DOXYGEN()
AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile doc/Makefile])