--- configure.orig Tue Feb 16 05:58:53 1999 +++ configure Tue Feb 23 00:58:48 1999 @@ -3269,15 +3269,15 @@ fi - USE_INCLUDED_LIBINTL=yes +# USE_INCLUDED_LIBINTL=yes CATOBJEXT=.gmo INSTOBJEXT=.mo DATADIRNAME=share - INTLDEPS='$(top_builddir)/intl/libintl.a' - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h - nls_cv_header_libgt=intl/libgettext.h +# INTLDEPS='$(top_builddir)/intl/libintl.a' +# INTLLIBS=$INTLDEPS +# LIBS=`echo $LIBS | sed -e 's/-lintl//'` +# nls_cv_header_intl=intl/libintl.h +# nls_cv_header_libgt=intl/libgettext.h fi if test "$XGETTEXT" != ":"; then @@ -10553,7 +10553,7 @@ if test -f /usr/include/ncurses.h then echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6 - CURSES_LIBS="-lncurses" + CURSES_LIBS="-lncurses -lmytinfo" CURSES_INCLUDEDIR="" search_ncurses=false screen_manager="ncurses on /usr/include" @@ -10681,6 +10681,8 @@ fi fi +CFLAGS="$CFLAGS $CURSES_INCLUDEDIR" +LIBS="$LIBS $CURSES_LIBS" if $search_ncurses then