Skip to content
Snippets Groups Projects
Commit b32797cc authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

missing-macros: add GTKDOC_REBASE macro needed by some newer packages...

missing-macros: add GTKDOC_REBASE macro needed by some newer packages Signed-off-by: Jochen Friedrich <jochen@scram.de>

SVN-Revision: 26620
parent a9977eca
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (C) 2010 OpenWrt.org # Copyright (C) 2010-2011 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=missing-macros PKG_NAME:=missing-macros
PKG_VERSION:=9 PKG_VERSION:=10
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
......
...@@ -9,4 +9,5 @@ AC_DEFUN([GTK_DOC_CHECK], ...@@ -9,4 +9,5 @@ AC_DEFUN([GTK_DOC_CHECK],
AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [false]) AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [false])
AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [false]) AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [false])
AM_CONDITIONAL([GTK_DOC_USE_REBASE], [false]) AM_CONDITIONAL([GTK_DOC_USE_REBASE], [false])
AC_PATH_PROGS([GTKDOC_REBASE],[true],[true])
]) ])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment