X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=blobdiff_plain;f=tools%2Fmissing-macros%2Fsrc%2Fm4%2Ffake-intltool.m4;fp=tools%2Fmissing-macros%2Fsrc%2Fm4%2Ffake-intltool.m4;h=352053c282c6585893c00eb92504b1f08888d5db;hp=0000000000000000000000000000000000000000;hb=aac7b9228454fa68144470b4282c29620e760cba;hpb=879e5891c14bc5e9a8076c9db28cfd64e0570db3 diff --git a/tools/missing-macros/src/m4/fake-intltool.m4 b/tools/missing-macros/src/m4/fake-intltool.m4 new file mode 100644 index 0000000000..352053c282 --- /dev/null +++ b/tools/missing-macros/src/m4/fake-intltool.m4 @@ -0,0 +1,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], ...) +