fake-intltool.m4 321 B

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