]> git.pld-linux.org Git - packages/gettext.git/blob - gettext-acam.patch
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/gettext.git] / gettext-acam.patch
1 --- gettext-0.10.40/configure.in.orig   Wed Jun 12 12:33:34 2002
2 +++ gettext-0.10.40/configure.in        Wed Jun 12 12:39:13 2002
3 @@ -43,7 +43,7 @@
4  jm_AC_TYPE_UNSIGNED_LONG_LONG
5  AC_TYPE_OFF_T
6  AC_TYPE_SIZE_T
7 -AM_TYPE_PTRDIFF_T
8 +AC_CHECK_TYPES(ptrdiff_t)
9  jm_AC_TYPE_UINTMAX_T
10  
11  dnl Checks for library functions.
12 @@ -67,7 +67,7 @@
13    LIBOBJS="$LIBOBJS printf-prs.o"
14  fi
15  
16 -AM_FUNC_ERROR_AT_LINE
17 +AC_FUNC_ERROR_AT_LINE
18  
19  gt_SETLOCALE
20  
21 --- gettext-0.10.40/configure.in.orig   Wed Jun 12 12:40:32 2002
22 +++ gettext-0.10.40/configure.in        Wed Jun 12 12:47:27 2002
23 @@ -64,7 +64,7 @@
24    AC_DEFINE(HAVE_PARSE_PRINTF_FORMAT, 1,
25      [Define if you have the parse_printf_format() function.])
26  else
27 -  LIBOBJS="$LIBOBJS printf-prs.o"
28 +  AC_LIBOBJ([printf-prs])
29  fi
30  
31  AC_FUNC_ERROR_AT_LINE
This page took 0.425284 seconds and 3 git commands to generate.