projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
tools
/
missing-macros
/
src
/
m4
/
fake-intltool.m4
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
This page took
0.058882 seconds
and
5
git commands to generate.