missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2), provide fake-intltool.m4

SVN-Revision: 24787
This commit is contained in:
Jo-Philipp Wich
2010-12-22 09:33:06 +00:00
parent 879e5891c1
commit aac7b92284
4 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
# stripped intltool.m4 to make automake happy
# serial 1
AC_DEFUN([IT_PROG_INTLTOOL],
[
AC_SUBST(ALL_LINGUAS)
DATADIRNAME=share
AC_SUBST(DATADIRNAME)
])
# deprecated macros
AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
# A hint is needed for aclocal from Automake <= 1.9.4:
# AC_DEFUN([AC_PROG_INTLTOOL], ...)