]> git.pld-linux.org Git - packages/make.git/blame - make-ac253.patch
- info patch is back (updated)
[packages/make.git] / make-ac253.patch
CommitLineData
a68cdad3
JB
1--- make-3.79.1/configure.in.orig Wed Jun 12 16:17:07 2002
2+++ make-3.79.1/configure.in Wed Jun 12 16:17:40 2002
3@@ -58,8 +58,6 @@
4 fi
5 jm_AC_TYPE_UINTMAX_T
6
7-AC_SUBST(LIBOBJS)
8-
9 AC_DEFUN(AC_CHECK_SYMBOL, [dnl
10 AC_MSG_CHECKING(for $1)
11 AC_CACHE_VAL(ac_cv_check_symbol_$1, [dnl
12--- make-3.79.1/acinclude.m4.orig Wed Jun 12 16:17:07 2002
13+++ make-3.79.1/acinclude.m4 Wed Jun 12 16:20:33 2002
14@@ -350,7 +350,7 @@
15 AC_MSG_RESULT($with_included_gettext)
16
17 if test "$with_included_gettext" = yes; then
18- LIBOBJS="$LIBOBJS gettext.o"
19+ AC_LIBOBJ([gettext])
20 fi
21
22 AC_DEFINE(HAVE_GETTEXT, 1, [Define if you have the gettext function.])
This page took 0.024069 seconds and 4 git commands to generate.