1999-08-22 04:04:36 +00:00
|
|
|
--- configure.orig Tue Jul 13 05:57:18 1999
|
|
|
|
+++ configure Sun Jul 18 02:09:53 1999
|
|
|
|
@@ -3383,15 +3383,15 @@
|
1999-01-31 20:57:11 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
- USE_INCLUDED_LIBINTL=yes
|
|
|
|
+# USE_INCLUDED_LIBINTL=yes
|
|
|
|
CATOBJEXT=.gmo
|
|
|
|
INSTOBJEXT=.mo
|
|
|
|
DATADIRNAME=share
|
|
|
|
- INTLDEPS='$(top_builddir)/intl/libintl.a'
|
1999-05-30 03:57:42 +00:00
|
|
|
+ INTLDEPS='-lintl'
|
1999-08-22 04:04:36 +00:00
|
|
|
INTLLIBS=$INTLDEPS
|
|
|
|
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
1999-01-31 20:57:11 +00:00
|
|
|
- nls_cv_header_intl=intl/libintl.h
|
|
|
|
- nls_cv_header_libgt=intl/libgettext.h
|
|
|
|
+# nls_cv_header_intl=intl/libintl.h
|
|
|
|
+# nls_cv_header_libgt=intl/libgettext.h
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$XGETTEXT" != ":"; then
|
1999-08-22 04:04:36 +00:00
|
|
|
@@ -10731,7 +10731,7 @@
|
1999-01-31 20:57:11 +00:00
|
|
|
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"
|
1999-08-22 04:04:36 +00:00
|
|
|
@@ -10859,6 +10859,8 @@
|
1999-03-09 01:13:40 +00:00
|
|
|
fi
|
|
|
|
fi
|
1999-01-31 20:57:11 +00:00
|
|
|
|
|
|
|
+CFLAGS="$CFLAGS $CURSES_INCLUDEDIR"
|
|
|
|
+LIBS="$LIBS $CURSES_LIBS"
|
|
|
|
|
1999-03-09 01:13:40 +00:00
|
|
|
if $search_ncurses
|
|
|
|
then
|
1999-08-22 04:04:36 +00:00
|
|
|
@@ -12224,10 +12226,6 @@
|
|
|
|
*) # Relative path.
|
|
|
|
ac_sub_cache_file="$ac_dots$cache_file" ;;
|
|
|
|
esac
|
|
|
|
- case "$ac_given_INSTALL" in
|
|
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
|
|
- esac
|
|
|
|
|
|
|
|
echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
|
|
|
|
# The eval makes quoting arguments work.
|