Added GTK_DOC_USE_LIBTOOL conditional for tarball using without gtk-doc tools installed
Reported-by: Dagobert Michelsen
This commit is contained in:
parent
b1b05d8dc4
commit
832829622d
|
@ -28,6 +28,10 @@ GTK_DOC_CHECK([1.15],[--flavour no-tmpl])
|
|||
],[
|
||||
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
|
||||
])
|
||||
# needed for some older versions of gtk-doc
|
||||
m4_ifdef([GTK_DOC_USE_LIBTOOL], [], [
|
||||
AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], false)
|
||||
])
|
||||
|
||||
#
|
||||
# enable creation of man pages
|
||||
|
|
Loading…
Reference in New Issue