commit c889c7ccc3e480f5d83cf8086b6ac4056d6c1dbc
parent 6d0bc364f36e2823d2553496b86fff5fb5d629ad
Author: Nils Durner <durner@gnunet.org>
Date: Mon, 3 Nov 2008 21:33:35 +0000
gettext hack
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
@@ -44,3 +44,8 @@ define(GNUPG_CHECK_ENDIAN,
[Defined if the host has big endian byte ordering])
fi
])
+
+dnl Checks for all prerequisites of the intl subdirectory,
+dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS,
+dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL.
+ AC_DEFUN([AM_INTL_SUBDIR], [])
+\ No newline at end of file