OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # stripped intltool.m4 to make automake happy
2 # serial 1
3 AC_DEFUN([IT_PROG_INTLTOOL],
4 [
5 AC_SUBST(ALL_LINGUAS)
6  
7 DATADIRNAME=share
8 AC_SUBST(DATADIRNAME)
9 ])
10  
11 # deprecated macros
12 AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
13  
14 # A hint is needed for aclocal from Automake <= 1.9.4:
15 # AC_DEFUN([AC_PROG_INTLTOOL], ...)
16