mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 06:01:07 +02:00
6193308054
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24787 3c298f89-4303-0410-b956-a3cf2f4a3e73
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], ...)
|
|
|