Index: bison-1.28/aclocal.m4
diff -c bison-1.28/aclocal.m4:1.1 bison-1.28/aclocal.m4:1.2
*** bison-1.28/aclocal.m4:1.1	Thu Jun  8 16:39:31 2000
--- bison-1.28/aclocal.m4	Wed Nov  1 15:54:35 2000
***************
*** 355,360 ****
--- 355,363 ----
  	   if test "$gt_cv_func_gettext_libc" = "yes" \
  	      || test "$gt_cv_func_gettext_libintl" = "yes"; then
  	      AC_DEFINE(HAVE_GETTEXT)
+ 	      if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ 	         INTLLIBS=-lintl
+ 	      fi
  	      AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
  		[test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
  	      if test "$MSGFMT" != "no"; then
