File gettext-0.10.35.diff of Package kdesdk3
--- configure.in
+++ configure.in 2004/03/27 11:39:01
@@ -26,7 +26,6 @@
AC_C_INLINE
AC_TYPE_OFF_T
AC_TYPE_SIZE_T
-AM_TYPE_PTRDIFF_T
dnl Checks for library functions.
AC_FUNC_ALLOCA
@@ -38,15 +37,7 @@
AC_CHECK_FUNCS(getdelim)
fi
-AC_CHECK_FUNC(parse_printf_format, gt_cv_func_parse_printf_format=yes,
- gt_cv_func_parse_printf_format=no)
-if test $gt_cv_func_parse_printf_format = yes; then
- AC_DEFINE(HAVE_PARSE_PRINTF_FORMAT)
-else
- LIBOBJS="$LIBOBJS printf-prs.o"
-fi
-
-AM_FUNC_ERROR_AT_LINE
+AC_DEFINE(HAVE_PARSE_PRINTF_FORMAT)
dnl These are the only lines required to internationalize the package.
dnl (OK, not quite, the AC_OUTPUT has also some parts.)
--- src/xgettext.c
+++ src/xgettext.c 2004/03/27 11:39:11
@@ -48,7 +48,6 @@
#include "dir-list.h"
#include "error.h"
#include "hash.h"
-#include "getline.h"
#include "system.h"
#include "po.h"
#include "message.h"