]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- needed for ac2.53/am1.6
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 Jun 2002 10:47:18 +0000 (10:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext-acam.patch -> 1.1

gettext-acam.patch [new file with mode: 0644]

diff --git a/gettext-acam.patch b/gettext-acam.patch
new file mode 100644 (file)
index 0000000..d790248
--- /dev/null
@@ -0,0 +1,31 @@
+--- gettext-0.10.40/configure.in.orig  Wed Jun 12 12:33:34 2002
++++ gettext-0.10.40/configure.in       Wed Jun 12 12:39:13 2002
+@@ -43,7 +43,7 @@
+ jm_AC_TYPE_UNSIGNED_LONG_LONG
+ AC_TYPE_OFF_T
+ AC_TYPE_SIZE_T
+-AM_TYPE_PTRDIFF_T
++AC_CHECK_TYPES(ptrdiff_t)
+ jm_AC_TYPE_UINTMAX_T
+ dnl Checks for library functions.
+@@ -67,7 +67,7 @@
+   LIBOBJS="$LIBOBJS printf-prs.o"
+ fi
+-AM_FUNC_ERROR_AT_LINE
++AC_FUNC_ERROR_AT_LINE
+ gt_SETLOCALE
+--- gettext-0.10.40/configure.in.orig  Wed Jun 12 12:40:32 2002
++++ gettext-0.10.40/configure.in       Wed Jun 12 12:47:27 2002
+@@ -64,7 +64,7 @@
+   AC_DEFINE(HAVE_PARSE_PRINTF_FORMAT, 1,
+     [Define if you have the parse_printf_format() function.])
+ else
+-  LIBOBJS="$LIBOBJS printf-prs.o"
++  AC_LIBOBJ([printf-prs])
+ fi
+ AC_FUNC_ERROR_AT_LINE
This page took 0.080173 seconds and 4 git commands to generate.