mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 17:21:06 +02:00
17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
|
# 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], ...)
|
||
|
|