missing-macros: add GTKDOC_REBASE macro needed by some newer packages
[openwrt.git] / tools / missing-macros / src / m4 / fake-gtk-doc-check.m4
index 5018813..26fa723 100644 (file)
@@ -9,4 +9,5 @@ AC_DEFUN([GTK_DOC_CHECK],
        AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [false])
        AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [false])
        AM_CONDITIONAL([GTK_DOC_USE_REBASE], [false])
+       AC_PATH_PROGS([GTKDOC_REBASE],[true],[true])
 ])
This page took 0.022749 seconds and 4 git commands to generate.