blob: 352053c282c6585893c00eb92504b1f08888d5db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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], ...)
|