diff -urNP ../siag-3.4.3/ChangeLog ./ChangeLog
--- ../siag-3.4.3/ChangeLog Mon Nov 6 02:08:17 2000
+++ ./ChangeLog Mon Nov 13 13:34:10 2000
@@ -1,4 +1,17 @@
+001113 Released 3.4.4.
+
+001110 Siag: equally experimental support for Mysql.
+ PW: It seems like Abi files can be read directly by the html
+ reader, so added it to the menu.
+
+001107 Siag: experimental support for the Lago database.
+
+001106 PW: Use psiconv to load Psion Word files. Also added workaround
+ for files with
but no tag, as produced by psiconv.
+ Added csnprintf in common.c as a wrapper around vsnprintf if that
+ function exists and vsprintf otherwise.
+
001106 Catch WM_DELETE in listsel dialog.
New words in Swedish translation.
Released 3.4.3.
diff -urNP ../siag-3.4.3/INSTALL ./INSTALL
--- ../siag-3.4.3/INSTALL Wed Sep 6 21:32:45 2000
+++ ./INSTALL Sun Nov 12 01:10:05 2000
@@ -72,7 +72,16 @@
An alternative to copying the library is to run configure like this:
-LDFLAGS=-L/usr/local/lib/python1.5/config ./configure
+LDFLAGS=-L/usr/local/lib/python1.5/config ./configure --with-python
+
+
+Mysql: Run configure with
+
+LDFLAGS=-L/usr/local/lib/mysql ./configure --with-mysql
+
+This is because Mysql hides its libraries in a subdirectory.
+On Linux (at least), the directory must also be added to
+/etc/ld.so.conf and /sbin/ldconfig must be rerun.
--------
diff -urNP ../siag-3.4.3/Nws/Makefile.in ./Nws/Makefile.in
--- ../siag-3.4.3/Nws/Makefile.in Mon Nov 6 13:12:25 2000
+++ ./Nws/Makefile.in Mon Nov 13 14:04:45 2000
@@ -223,47 +223,6 @@
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
-Base.o: Base.c PopText.h BaseP.h Base.h cvt.h dimdefP.h BaseConstP.h \
- BaseConst.h BaseCompP.h BaseComp.h Init.h utils.h Traverse.h
-BaseComp.o: BaseComp.c PopText.h BaseCompP.h BaseComp.h cvt.h dimdefP.h \
- BaseConstP.h BaseConst.h Init.h utils.h Traverse.h
-BaseConst.o: BaseConst.c PopText.h BaseConstP.h BaseConst.h cvt.h \
- dimdefP.h BaseCompP.h BaseComp.h Init.h utils.h Traverse.h
-BaseME.o: BaseME.c BaseMEP.h BaseME.h cvt.h dimdefP.h Init.h utils.h
-Button.o: Button.c utils.h cvt.h misc.h cvt.h ButtonP.h SButtonP.h \
- BaseP.h Base.h dimdefP.h SButton.h Button.h Init.h
-CheckME.o: CheckME.c CheckMEP.h LabelMEP.h BaseMEP.h BaseME.h cvt.h \
- dimdefP.h LabelME.h CheckME.h Init.h utils.h mdoff.xpm mdon.xpm \
- mroff.xpm mron.xpm mcoff.xpm mcon.xpm mchoff.xpm mchon.xpm \
- mc2on.xpm mc2off.xpm mcron.xpm mcroff.xpm
-LabelME.o: LabelME.c LabelMEP.h BaseMEP.h BaseME.h cvt.h dimdefP.h \
- LabelME.h Init.h utils.h misc.h
-LineME.o: LineME.c LineMEP.h BaseMEP.h BaseME.h cvt.h dimdefP.h LineME.h \
- Init.h
-MBButton.o: MBButton.c MenuBarP.h RowP.h BaseConstP.h BaseConst.h cvt.h \
- dimdefP.h Row.h MenuBar.h Init.h MenuP.h Menu.h BaseMEP.h \
- BaseME.h MBButtonP.h LabelMEP.h BaseMEP.h LabelME.h MBButton.h
-Menu.o: Menu.c MenuP.h Menu.h cvt.h dimdefP.h BaseMEP.h BaseME.h Init.h \
- utils.h cvt.h
-MenuBar.o: MenuBar.c MenuBarP.h RowP.h BaseConstP.h BaseConst.h cvt.h \
- dimdefP.h Row.h MenuBar.h Init.h MBButtonP.h LabelMEP.h \
- BaseMEP.h BaseME.h LabelME.h MBButton.h
-MenuButton.o: MenuButton.c MenuButtonP.h ButtonP.h SButtonP.h BaseP.h \
- Base.h cvt.h dimdefP.h SButton.h Button.h MenuButton.h Init.h
-NwsVendor.o: NwsVendor.c NwsVendor.h NwsVendorP.h
-PopText.o: PopText.c PopTextP.h PopText.h Init.h misc.h
-Row.o: Row.c RowP.h BaseConstP.h BaseConst.h cvt.h dimdefP.h Row.h \
- Init.h misc.h Traverse.h
-SButton.o: SButton.c SButtonP.h BaseP.h Base.h cvt.h dimdefP.h SButton.h \
- Init.h
-SubME.o: SubME.c MenuP.h Menu.h cvt.h dimdefP.h BaseMEP.h BaseME.h \
- Init.h SubMEP.h LabelMEP.h BaseMEP.h LabelME.h SubME.h utils.h \
- trion.xpm trioff.xpm
-Traverse.o: Traverse.c Traverse.h BaseConstP.h BaseConst.h cvt.h \
- dimdefP.h BaseCompP.h BaseComp.h
-cvt.o: cvt.c cvt.h
-misc.o: misc.c misc.h
-utils.o: utils.c utils.h cvt.h BaseMEP.h BaseME.h dimdefP.h
info-am:
info: info-am
diff -urNP ../siag-3.4.3/acconfig.h ./acconfig.h
--- ../siag-3.4.3/acconfig.h Wed Jul 12 02:35:31 2000
+++ ./acconfig.h Mon Nov 6 17:45:12 2000
@@ -73,3 +73,5 @@
#undef HAVE_LIB_T1X
+#undef HAVE_VSNPRINTF
+
diff -urNP ../siag-3.4.3/acinclude.m4 ./acinclude.m4
--- ../siag-3.4.3/acinclude.m4 Sun Oct 8 21:59:16 2000
+++ ./acinclude.m4 Fri Nov 10 15:12:47 2000
@@ -159,6 +159,18 @@
AC_CHECK_LIB(gmp, main)
fi ])
+AC_ARG_WITH(lago,
+ [ --with-lago enable Lago database queries],
+ [ if test "$withval" != "no"; then
+ AC_CHECK_LIB(lago, Lquery)
+ fi ])
+
+AC_ARG_WITH(mysql,
+ [ --with-mysql enable Mysql database queries],
+ [ if test "$withval" != "no"; then
+ AC_CHECK_LIB(mysqlclient, mysql_real_connect)
+ fi ])
+
dnl ccmath defines variables in ccmath.h, which causes AC_CHECK_LIB to fail
dnl so we roll our own
define(siag_CHECK_CCMATH,
@@ -215,6 +227,8 @@
XAWLIB="-lXawM"
fi
AC_SUBST(XAWLIB)
+
+AC_CHECK_FUNC(vsnprintf, AC_DEFINE(HAVE_VSNPRINTF))
dnl What curses lib is available? Try in this order:
dnl 0. use termcap if available
diff -urNP ../siag-3.4.3/aclocal.m4 ./aclocal.m4
--- ../siag-3.4.3/aclocal.m4 Wed Nov 1 20:28:18 2000
+++ ./aclocal.m4 Mon Nov 13 13:55:24 2000
@@ -171,6 +171,18 @@
AC_CHECK_LIB(gmp, main)
fi ])
+AC_ARG_WITH(lago,
+ [ --with-lago enable Lago database queries],
+ [ if test "$withval" != "no"; then
+ AC_CHECK_LIB(lago, Lquery)
+ fi ])
+
+AC_ARG_WITH(mysql,
+ [ --with-mysql enable Mysql database queries],
+ [ if test "$withval" != "no"; then
+ AC_CHECK_LIB(mysqlclient, mysql_real_connect)
+ fi ])
+
dnl ccmath defines variables in ccmath.h, which causes AC_CHECK_LIB to fail
dnl so we roll our own
define(siag_CHECK_CCMATH,
@@ -227,6 +239,8 @@
XAWLIB="-lXawM"
fi
AC_SUBST(XAWLIB)
+
+AC_CHECK_FUNC(vsnprintf, AC_DEFINE(HAVE_VSNPRINTF))
dnl What curses lib is available? Try in this order:
dnl 0. use termcap if available
diff -urNP ../siag-3.4.3/common/Makefile.in ./common/Makefile.in
--- ../siag-3.4.3/common/Makefile.in Mon Nov 6 13:12:03 2000
+++ ./common/Makefile.in Mon Nov 13 14:04:42 2000
@@ -362,13 +362,6 @@
|| exit 1; \
fi; \
done
-cmalloc.o: cmalloc.c cmalloc.h
-common.o: common.c ../config.h cmalloc.h common.h traceme.h
-fonts.o: fonts.c common.h cmalloc.h oldfonts.h fonts.h
-globals.o: globals.c
-pfb2ps.o: pfb2ps.c
-ps.o: ps.c ps.h
-richchar.o: richchar.c cmalloc.h fonts.h traceme.h
info-am:
info: info-recursive
diff -urNP ../siag-3.4.3/common/common.c ./common/common.c
--- ../siag-3.4.3/common/common.c Fri Oct 27 01:29:38 2000
+++ ./common/common.c Mon Nov 6 17:46:55 2000
@@ -20,6 +20,7 @@
#include
#include
#include
+#include
#include
#include
#include
@@ -223,6 +224,20 @@
i++;
}
return c;
+}
+
+int csnprintf(char *str, size_t n, const char *format, ...)
+{
+ int m;
+ va_list ap;
+ va_start(ap, format);
+#ifdef HAVE_VSNPRINTF
+ m = vsnprintf(str, n, format, ap);
+#else
+ m = vsprintf(str, format, ap);
+#endif
+ va_end(ap);
+ return m;
}
diff -urNP ../siag-3.4.3/common/common.h ./common/common.h
--- ../siag-3.4.3/common/common.h Fri Oct 27 01:07:17 2000
+++ ./common/common.h Mon Nov 6 17:41:19 2000
@@ -37,6 +37,7 @@
extern int cstrcmp(const char *, const char *);
extern int cstrcasecmp(const char *, const char *);
extern int cstrncasecmp(const char *, const char *, size_t);
+extern int csnprintf(char *, size_t, const char *, ...);
extern void deletia_add(long, char *);
extern void deletia_mark(long);
extern void deletia_reap(void);
diff -urNP ../siag-3.4.3/config.h.in ./config.h.in
--- ../siag-3.4.3/config.h.in Sun Oct 8 22:00:22 2000
+++ ./config.h.in Fri Nov 10 16:10:52 2000
@@ -89,6 +89,8 @@
#undef HAVE_LIB_T1X
+#undef HAVE_VSNPRINTF
+
/* Define if you have the beep function. */
#undef HAVE_BEEP
@@ -212,8 +214,14 @@
/* Define if you have the gmp library (-lgmp). */
#undef HAVE_LIBGMP
+/* Define if you have the lago library (-llago). */
+#undef HAVE_LIBLAGO
+
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM
+
+/* Define if you have the mysqlclient library (-lmysqlclient). */
+#undef HAVE_LIBMYSQLCLIENT
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
diff -urNP ../siag-3.4.3/configure ./configure
--- ../siag-3.4.3/configure Wed Nov 1 20:28:29 2000
+++ ./configure Mon Nov 13 13:55:28 2000
@@ -28,6 +28,10 @@
ac_help="$ac_help
--with-gmp enable Gnu arbitrary precision arithmetic"
ac_help="$ac_help
+ --with-lago enable Lago database queries"
+ac_help="$ac_help
+ --with-mysql enable Mysql database queries"
+ac_help="$ac_help
--with-ccmath enable the CCMATH mathematics library"
ac_help="$ac_help
--enable-profiling enable profiling"
@@ -577,7 +581,7 @@
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:581: checking for a BSD compatible install" >&5
+echo "configure:585: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -630,7 +634,7 @@
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
-echo "configure:634: checking whether build environment is sane" >&5
+echo "configure:638: checking whether build environment is sane" >&5
# Just in case
sleep 1
echo timestamp > conftestfile
@@ -687,7 +691,7 @@
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:691: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:695: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -716,7 +720,7 @@
PACKAGE=siag
-VERSION=3.4.3
+VERSION=3.4.4
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
@@ -733,7 +737,7 @@
missing_dir=`cd $ac_aux_dir && pwd`
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
-echo "configure:737: checking for working aclocal" >&5
+echo "configure:741: checking for working aclocal" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -746,7 +750,7 @@
fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
-echo "configure:750: checking for working autoconf" >&5
+echo "configure:754: checking for working autoconf" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -759,7 +763,7 @@
fi
echo $ac_n "checking for working automake""... $ac_c" 1>&6
-echo "configure:763: checking for working automake" >&5
+echo "configure:767: checking for working automake" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -772,7 +776,7 @@
fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
-echo "configure:776: checking for working autoheader" >&5
+echo "configure:780: checking for working autoheader" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -785,7 +789,7 @@
fi
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
-echo "configure:789: checking for working makeinfo" >&5
+echo "configure:793: checking for working makeinfo" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -805,7 +809,7 @@
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:809: checking for $ac_word" >&5
+echo "configure:813: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -837,7 +841,7 @@
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:841: checking for $ac_word" >&5
+echo "configure:845: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -867,7 +871,7 @@
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:871: checking for $ac_word" >&5
+echo "configure:875: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -918,7 +922,7 @@
# Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:922: checking for $ac_word" >&5
+echo "configure:926: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -950,7 +954,7 @@
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:954: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:958: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -961,12 +965,12 @@
cat > conftest.$ac_ext << EOF
-#line 965 "configure"
+#line 969 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
-if { (eval echo configure:970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -992,12 +996,12 @@
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:996: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:1000: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:1001: checking whether we are using GNU C" >&5
+echo "configure:1005: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1006,7 +1010,7 @@
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1010: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1014: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
@@ -1025,7 +1029,7 @@
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1029: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:1033: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1068,7 +1072,7 @@
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:1072: checking for a BSD compatible install" >&5
+echo "configure:1076: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1121,7 +1125,7 @@
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
-echo "configure:1125: checking whether ln -s works" >&5
+echo "configure:1129: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1144,7 +1148,7 @@
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1148: checking for $ac_word" >&5
+echo "configure:1152: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1172,7 +1176,7 @@
fi
echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
-echo "configure:1176: checking for POSIXized ISC" >&5
+echo "configure:1180: checking for POSIXized ISC" >&5
if test -d /etc/conf/kconfig.d &&
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
@@ -1195,7 +1199,7 @@
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:1199: checking how to run the C preprocessor" >&5
+echo "configure:1203: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
@@ -1210,13 +1214,13 @@
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1224: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1227,13 +1231,13 @@
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1244,13 +1248,13 @@
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1258: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1279,7 +1283,7 @@
# Uses ac_ vars as temps to allow command line to override cache and checks.
# --without-x overrides everything else, but does not touch the cache.
echo $ac_n "checking for X""... $ac_c" 1>&6
-echo "configure:1283: checking for X" >&5
+echo "configure:1287: checking for X" >&5
# Check whether --with-x or --without-x was given.
if test "${with_x+set}" = set; then
@@ -1341,12 +1345,12 @@
# First, try using that file with no special directory specified.
cat > conftest.$ac_ext <
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1354: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -1415,14 +1419,14 @@
ac_save_LIBS="$LIBS"
LIBS="-l$x_direct_test_library $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
LIBS="$ac_save_LIBS"
# We can link X programs with no special library path.
@@ -1528,17 +1532,17 @@
case "`(uname -sr) 2>/dev/null`" in
"SunOS 5"*)
echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
-echo "configure:1532: checking whether -R must be followed by a space" >&5
+echo "configure:1536: checking whether -R must be followed by a space" >&5
ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_R_nospace=yes
else
@@ -1554,14 +1558,14 @@
else
LIBS="$ac_xsave_LIBS -R $x_libraries"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_R_space=yes
else
@@ -1593,7 +1597,7 @@
# libraries were built with DECnet support. And karl@cs.umb.edu says
# the Alpha needs dnet_stub (dnet does not exist).
echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
-echo "configure:1597: checking for dnet_ntoa in -ldnet" >&5
+echo "configure:1601: checking for dnet_ntoa in -ldnet" >&5
ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1601,7 +1605,7 @@
ac_save_LIBS="$LIBS"
LIBS="-ldnet $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -1634,7 +1638,7 @@
if test $ac_cv_lib_dnet_dnet_ntoa = no; then
echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
-echo "configure:1638: checking for dnet_ntoa in -ldnet_stub" >&5
+echo "configure:1642: checking for dnet_ntoa in -ldnet_stub" >&5
ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1642,7 +1646,7 @@
ac_save_LIBS="$LIBS"
LIBS="-ldnet_stub $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -1682,12 +1686,12 @@
# The nsl library prevents programs from opening the X display
# on Irix 5.2, according to dickey@clark.net.
echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
-echo "configure:1686: checking for gethostbyname" >&5
+echo "configure:1690: checking for gethostbyname" >&5
if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gethostbyname=yes"
else
@@ -1731,7 +1735,7 @@
if test $ac_cv_func_gethostbyname = no; then
echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
-echo "configure:1735: checking for gethostbyname in -lnsl" >&5
+echo "configure:1739: checking for gethostbyname in -lnsl" >&5
ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1739,7 +1743,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -1780,12 +1784,12 @@
# -lsocket must be given before -lnsl if both are needed.
# We assume that if connect needs -lnsl, so does gethostbyname.
echo $ac_n "checking for connect""... $ac_c" 1>&6
-echo "configure:1784: checking for connect" >&5
+echo "configure:1788: checking for connect" >&5
if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_connect=yes"
else
@@ -1829,7 +1833,7 @@
if test $ac_cv_func_connect = no; then
echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
-echo "configure:1833: checking for connect in -lsocket" >&5
+echo "configure:1837: checking for connect in -lsocket" >&5
ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1837,7 +1841,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -1872,12 +1876,12 @@
# gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
echo $ac_n "checking for remove""... $ac_c" 1>&6
-echo "configure:1876: checking for remove" >&5
+echo "configure:1880: checking for remove" >&5
if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_remove=yes"
else
@@ -1921,7 +1925,7 @@
if test $ac_cv_func_remove = no; then
echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
-echo "configure:1925: checking for remove in -lposix" >&5
+echo "configure:1929: checking for remove in -lposix" >&5
ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1929,7 +1933,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lposix $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -1964,12 +1968,12 @@
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
echo $ac_n "checking for shmat""... $ac_c" 1>&6
-echo "configure:1968: checking for shmat" >&5
+echo "configure:1972: checking for shmat" >&5
if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_shmat=yes"
else
@@ -2013,7 +2017,7 @@
if test $ac_cv_func_shmat = no; then
echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
-echo "configure:2017: checking for shmat in -lipc" >&5
+echo "configure:2021: checking for shmat in -lipc" >&5
ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2021,7 +2025,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lipc $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2065,7 +2069,7 @@
# libraries we check for below, so use a different variable.
# --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
-echo "configure:2069: checking for IceConnectionNumber in -lICE" >&5
+echo "configure:2073: checking for IceConnectionNumber in -lICE" >&5
ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2073,7 +2077,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2113,12 +2117,12 @@
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
-echo "configure:2117: checking for $ac_hdr that defines DIR" >&5
+echo "configure:2121: checking for $ac_hdr that defines DIR" >&5
if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#include <$ac_hdr>
@@ -2126,7 +2130,7 @@
DIR *dirp = 0;
; return 0; }
EOF
-if { (eval echo configure:2130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
eval "ac_cv_header_dirent_$ac_safe=yes"
else
@@ -2151,7 +2155,7 @@
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
if test $ac_header_dirent = dirent.h; then
echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
-echo "configure:2155: checking for opendir in -ldir" >&5
+echo "configure:2159: checking for opendir in -ldir" >&5
ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2159,7 +2163,7 @@
ac_save_LIBS="$LIBS"
LIBS="-ldir $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2192,7 +2196,7 @@
else
echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
-echo "configure:2196: checking for opendir in -lx" >&5
+echo "configure:2200: checking for opendir in -lx" >&5
ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2200,7 +2204,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lx $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2234,12 +2238,12 @@
fi
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:2238: checking for ANSI C header files" >&5
+echo "configure:2242: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#include
@@ -2247,7 +2251,7 @@
#include
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -2264,7 +2268,7 @@
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <
EOF
@@ -2282,7 +2286,7 @@
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <
EOF
@@ -2303,7 +2307,7 @@
:
else
cat > conftest.$ac_ext <
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -2314,7 +2318,7 @@
exit (0); }
EOF
-if { (eval echo configure:2318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
@@ -2338,19 +2342,19 @@
fi
echo $ac_n "checking whether sys/types.h defines makedev""... $ac_c" 1>&6
-echo "configure:2342: checking whether sys/types.h defines makedev" >&5
+echo "configure:2346: checking whether sys/types.h defines makedev" >&5
if eval "test \"`echo '$''{'ac_cv_header_sys_types_h_makedev'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
int main() {
return makedev(0, 0);
; return 0; }
EOF
-if { (eval echo configure:2354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_sys_types_h_makedev=yes
else
@@ -2368,17 +2372,17 @@
if test $ac_cv_header_sys_types_h_makedev = no; then
ac_safe=`echo "sys/mkdev.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/mkdev.h""... $ac_c" 1>&6
-echo "configure:2372: checking for sys/mkdev.h" >&5
+echo "configure:2376: checking for sys/mkdev.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -2406,17 +2410,17 @@
if test $ac_cv_header_sys_mkdev_h = no; then
ac_safe=`echo "sys/sysmacros.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/sysmacros.h""... $ac_c" 1>&6
-echo "configure:2410: checking for sys/sysmacros.h" >&5
+echo "configure:2414: checking for sys/sysmacros.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2420: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2424: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -2446,12 +2450,12 @@
echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:2450: checking for size_t" >&5
+echo "configure:2454: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#if STDC_HEADERS
@@ -2479,12 +2483,12 @@
fi
echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
-echo "configure:2483: checking for st_blksize in struct stat" >&5
+echo "configure:2487: checking for st_blksize in struct stat" >&5
if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#include
@@ -2492,7 +2496,7 @@
struct stat s; s.st_blksize;
; return 0; }
EOF
-if { (eval echo configure:2496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_st_blksize=yes
else
@@ -2513,12 +2517,12 @@
fi
echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
-echo "configure:2517: checking for st_blocks in struct stat" >&5
+echo "configure:2521: checking for st_blocks in struct stat" >&5
if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#include
@@ -2526,7 +2530,7 @@
struct stat s; s.st_blocks;
; return 0; }
EOF
-if { (eval echo configure:2530: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_st_blocks=yes
else
@@ -2549,12 +2553,12 @@
fi
echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
-echo "configure:2553: checking for st_rdev in struct stat" >&5
+echo "configure:2557: checking for st_rdev in struct stat" >&5
if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#include
@@ -2562,7 +2566,7 @@
struct stat s; s.st_rdev;
; return 0; }
EOF
-if { (eval echo configure:2566: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_st_rdev=yes
else
@@ -2583,12 +2587,12 @@
fi
echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
-echo "configure:2587: checking whether time.h and sys/time.h may both be included" >&5
+echo "configure:2591: checking whether time.h and sys/time.h may both be included" >&5
if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#include
@@ -2597,7 +2601,7 @@
struct tm *tp;
; return 0; }
EOF
-if { (eval echo configure:2601: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_header_time=yes
else
@@ -2618,12 +2622,12 @@
fi
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
-echo "configure:2622: checking whether struct tm is in sys/time.h or time.h" >&5
+echo "configure:2626: checking whether struct tm is in sys/time.h or time.h" >&5
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#include
@@ -2631,7 +2635,7 @@
struct tm *tp; tp->tm_sec;
; return 0; }
EOF
-if { (eval echo configure:2635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_tm=time.h
else
@@ -2653,7 +2657,7 @@
echo $ac_n "checking whether getpgrp takes no argument""... $ac_c" 1>&6
-echo "configure:2657: checking whether getpgrp takes no argument" >&5
+echo "configure:2661: checking whether getpgrp takes no argument" >&5
if eval "test \"`echo '$''{'ac_cv_func_getpgrp_void'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2661,7 +2665,7 @@
{ echo "configure: error: cannot check getpgrp if cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_getpgrp_void=yes
else
@@ -2740,7 +2744,7 @@
fi
echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
-echo "configure:2744: checking for 8-bit clean memcmp" >&5
+echo "configure:2748: checking for 8-bit clean memcmp" >&5
if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2748,7 +2752,7 @@
ac_cv_func_memcmp_clean=no
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_memcmp_clean=yes
else
@@ -2776,12 +2780,12 @@
test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
-echo "configure:2780: checking return type of signal handlers" >&5
+echo "configure:2784: checking return type of signal handlers" >&5
if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
#include
@@ -2798,7 +2802,7 @@
int i;
; return 0; }
EOF
-if { (eval echo configure:2802: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_type_signal=void
else
@@ -2817,12 +2821,12 @@
echo $ac_n "checking for strftime""... $ac_c" 1>&6
-echo "configure:2821: checking for strftime" >&5
+echo "configure:2825: checking for strftime" >&5
if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_strftime=yes"
else
@@ -2867,7 +2871,7 @@
echo "$ac_t""no" 1>&6
# strftime is in -lintl on SCO UNIX.
echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
-echo "configure:2871: checking for strftime in -lintl" >&5
+echo "configure:2875: checking for strftime in -lintl" >&5
ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2875,7 +2879,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2913,7 +2917,7 @@
fi
echo $ac_n "checking whether utime accepts a null argument""... $ac_c" 1>&6
-echo "configure:2917: checking whether utime accepts a null argument" >&5
+echo "configure:2921: checking whether utime accepts a null argument" >&5
if eval "test \"`echo '$''{'ac_cv_func_utime_null'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -2923,7 +2927,7 @@
ac_cv_func_utime_null=no
else
cat > conftest.$ac_ext <
#include
@@ -2934,7 +2938,7 @@
&& t.st_mtime - s.st_mtime < 120));
}
EOF
-if { (eval echo configure:2938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_utime_null=yes
else
@@ -2958,12 +2962,12 @@
fi
echo $ac_n "checking for vprintf""... $ac_c" 1>&6
-echo "configure:2962: checking for vprintf" >&5
+echo "configure:2966: checking for vprintf" >&5
if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_vprintf=yes"
else
@@ -3010,12 +3014,12 @@
if test "$ac_cv_func_vprintf" != yes; then
echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
-echo "configure:3014: checking for _doprnt" >&5
+echo "configure:3018: checking for _doprnt" >&5
if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func__doprnt=yes"
else
@@ -3081,12 +3085,12 @@
strtol
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3085: checking for $ac_func" >&5
+echo "configure:3089: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -3136,12 +3140,12 @@
echo $ac_n "checking for fnmatch""... $ac_c" 1>&6
-echo "configure:3140: checking for fnmatch" >&5
+echo "configure:3144: checking for fnmatch" >&5
if eval "test \"`echo '$''{'ac_cv_func_fnmatch'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_fnmatch=yes"
else
@@ -3185,7 +3189,7 @@
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for gmatch in -lgen""... $ac_c" 1>&6
-echo "configure:3189: checking for gmatch in -lgen" >&5
+echo "configure:3193: checking for gmatch in -lgen" >&5
ac_lib_var=`echo gen'_'gmatch | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -3193,7 +3197,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lgen $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3232,12 +3236,12 @@
fi
echo $ac_n "checking for gmatch""... $ac_c" 1>&6
-echo "configure:3236: checking for gmatch" >&5
+echo "configure:3240: checking for gmatch" >&5
if eval "test \"`echo '$''{'ac_cv_func_gmatch'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gmatch=yes"
else
@@ -3303,7 +3307,7 @@
if test "$withval" != "no"; then
echo $ac_n "checking for dbm_open in -l$MAYBE_LIBNDBM""... $ac_c" 1>&6
-echo "configure:3307: checking for dbm_open in -l$MAYBE_LIBNDBM" >&5
+echo "configure:3311: checking for dbm_open in -l$MAYBE_LIBNDBM" >&5
ac_lib_var=`echo $MAYBE_LIBNDBM'_'dbm_open | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -3311,7 +3315,7 @@
ac_save_LIBS="$LIBS"
LIBS="-l$MAYBE_LIBNDBM $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3341,7 +3345,7 @@
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for dbm_open in -ldb""... $ac_c" 1>&6
-echo "configure:3345: checking for dbm_open in -ldb" >&5
+echo "configure:3349: checking for dbm_open in -ldb" >&5
ac_lib_var=`echo db'_'dbm_open | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -3349,7 +3353,7 @@
ac_save_LIBS="$LIBS"
LIBS="-ldb $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3379,7 +3383,7 @@
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for dbm_open in -lgdbm""... $ac_c" 1>&6
-echo "configure:3383: checking for dbm_open in -lgdbm" >&5
+echo "configure:3387: checking for dbm_open in -lgdbm" >&5
ac_lib_var=`echo gdbm'_'dbm_open | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -3387,7 +3391,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lgdbm $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3417,7 +3421,7 @@
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for dbm_open in -lndbm""... $ac_c" 1>&6
-echo "configure:3421: checking for dbm_open in -lndbm" >&5
+echo "configure:3425: checking for dbm_open in -lndbm" >&5
ac_lib_var=`echo ndbm'_'dbm_open | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -3425,7 +3429,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lndbm $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3467,12 +3471,12 @@
LIBS="$LIBDB $LIBS"
fi
echo $ac_n "checking for dbm_dirfno""... $ac_c" 1>&6
-echo "configure:3471: checking for dbm_dirfno" >&5
+echo "configure:3475: checking for dbm_dirfno" >&5
if eval "test \"`echo '$''{'ac_cv_func_dbm_dirfno'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_dbm_dirfno=yes"
else
@@ -3518,12 +3522,12 @@
fi
echo $ac_n "checking for dbm_pagfno""... $ac_c" 1>&6
-echo "configure:3522: checking for dbm_pagfno" >&5
+echo "configure:3526: checking for dbm_pagfno" >&5
if eval "test \"`echo '$''{'ac_cv_func_dbm_pagfno'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_dbm_pagfno=yes"
else
@@ -3569,12 +3573,12 @@
fi
echo $ac_n "checking for dbm_rdonly""... $ac_c" 1>&6
-echo "configure:3573: checking for dbm_rdonly" >&5
+echo "configure:3577: checking for dbm_rdonly" >&5
if eval "test \"`echo '$''{'ac_cv_func_dbm_rdonly'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_dbm_rdonly=yes"
else
@@ -3620,12 +3624,12 @@
fi
echo $ac_n "checking for dbm_open""... $ac_c" 1>&6
-echo "configure:3624: checking for dbm_open" >&5
+echo "configure:3628: checking for dbm_open" >&5
if eval "test \"`echo '$''{'ac_cv_func_dbm_open'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_dbm_open=yes"
else
@@ -3675,7 +3679,7 @@
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
-echo "configure:3679: checking for main in -lm" >&5
+echo "configure:3683: checking for main in -lm" >&5
ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -3683,14 +3687,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3719,12 +3723,12 @@
echo $ac_n "checking for acosh""... $ac_c" 1>&6
-echo "configure:3723: checking for acosh" >&5
+echo "configure:3727: checking for acosh" >&5
if eval "test \"`echo '$''{'ac_cv_func_acosh'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_acosh=yes"
else
@@ -3770,12 +3774,12 @@
fi
echo $ac_n "checking for asinh""... $ac_c" 1>&6
-echo "configure:3774: checking for asinh" >&5
+echo "configure:3778: checking for asinh" >&5
if eval "test \"`echo '$''{'ac_cv_func_asinh'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_asinh=yes"
else
@@ -3821,12 +3825,12 @@
fi
echo $ac_n "checking for log1p""... $ac_c" 1>&6
-echo "configure:3825: checking for log1p" >&5
+echo "configure:3829: checking for log1p" >&5
if eval "test \"`echo '$''{'ac_cv_func_log1p'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_log1p=yes"
else
@@ -3872,12 +3876,12 @@
fi
echo $ac_n "checking for expm1""... $ac_c" 1>&6
-echo "configure:3876: checking for expm1" >&5
+echo "configure:3880: checking for expm1" >&5
if eval "test \"`echo '$''{'ac_cv_func_expm1'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_expm1=yes"
else
@@ -3923,12 +3927,12 @@
fi
echo $ac_n "checking for cbrt""... $ac_c" 1>&6
-echo "configure:3927: checking for cbrt" >&5
+echo "configure:3931: checking for cbrt" >&5
if eval "test \"`echo '$''{'ac_cv_func_cbrt'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_cbrt=yes"
else
@@ -3974,12 +3978,12 @@
fi
echo $ac_n "checking for drem""... $ac_c" 1>&6
-echo "configure:3978: checking for drem" >&5
+echo "configure:3982: checking for drem" >&5
if eval "test \"`echo '$''{'ac_cv_func_drem'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_drem=yes"
else
@@ -4025,12 +4029,12 @@
fi
echo $ac_n "checking for atanh""... $ac_c" 1>&6
-echo "configure:4029: checking for atanh" >&5
+echo "configure:4033: checking for atanh" >&5
if eval "test \"`echo '$''{'ac_cv_func_atanh'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_atanh=yes"
else
@@ -4077,7 +4081,7 @@
echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
-echo "configure:4081: checking for main in -lcrypt" >&5
+echo "configure:4085: checking for main in -lcrypt" >&5
ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4085,14 +4089,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lcrypt $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4114,7 +4118,7 @@
if test "$LIBSYSDEP" = ""; then
echo $ac_n "checking for main in -lposix4""... $ac_c" 1>&6
-echo "configure:4118: checking for main in -lposix4" >&5
+echo "configure:4122: checking for main in -lposix4" >&5
ac_lib_var=`echo posix4'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4122,14 +4126,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lposix4 $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4156,7 +4160,7 @@
echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
-echo "configure:4160: checking for main in -lnsl" >&5
+echo "configure:4164: checking for main in -lnsl" >&5
ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4164,14 +4168,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4199,7 +4203,7 @@
fi
echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
-echo "configure:4203: checking for connect in -lsocket" >&5
+echo "configure:4207: checking for connect in -lsocket" >&5
ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4207,7 +4211,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lsocket $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4250,17 +4254,17 @@
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4254: checking for $ac_hdr" >&5
+echo "configure:4258: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -4291,12 +4295,12 @@
usleep lchown strptime putpwent getwd
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4295: checking for $ac_func" >&5
+echo "configure:4299: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4365,7 +4369,7 @@
if test "$withval" != "no"; then
echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
-echo "configure:4369: checking for main in -ldl" >&5
+echo "configure:4373: checking for main in -ldl" >&5
ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4373,14 +4377,14 @@
ac_save_LIBS="$LIBS"
LIBS="-ldl $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4401,7 +4405,7 @@
fi
echo $ac_n "checking for Tcl_Main in -l$MAYBE_LIBTCL""... $ac_c" 1>&6
-echo "configure:4405: checking for Tcl_Main in -l$MAYBE_LIBTCL" >&5
+echo "configure:4409: checking for Tcl_Main in -l$MAYBE_LIBTCL" >&5
ac_lib_var=`echo $MAYBE_LIBTCL'_'Tcl_Main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4409,7 +4413,7 @@
ac_save_LIBS="$LIBS"
LIBS="-l$MAYBE_LIBTCL $LIBMATH $LIBDL $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4469,7 +4473,7 @@
withval="$with_guile"
if test "$withval" != "no"; then
echo $ac_n "checking for gh_enter in -lguile""... $ac_c" 1>&6
-echo "configure:4473: checking for gh_enter in -lguile" >&5
+echo "configure:4477: checking for gh_enter in -lguile" >&5
ac_lib_var=`echo guile'_'gh_enter | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4477,7 +4481,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lguile `guile-config link` $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4523,7 +4527,7 @@
withval="$with_python"
if test "$withval" != "no"; then
echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6
-echo "configure:4527: checking for main in -lpthread" >&5
+echo "configure:4531: checking for main in -lpthread" >&5
ac_lib_var=`echo pthread'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4531,14 +4535,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lpthread $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4566,7 +4570,7 @@
fi
echo $ac_n "checking for PyFloat_AsDouble in -lpython1.5""... $ac_c" 1>&6
-echo "configure:4570: checking for PyFloat_AsDouble in -lpython1.5" >&5
+echo "configure:4574: checking for PyFloat_AsDouble in -lpython1.5" >&5
ac_lib_var=`echo python1.5'_'PyFloat_AsDouble | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4574,7 +4578,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lpython1.5 $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4619,7 +4623,7 @@
withval="$with_stocks"
if test "$withval" != "no"; then
echo $ac_n "checking for main in -lstocks""... $ac_c" 1>&6
-echo "configure:4623: checking for main in -lstocks" >&5
+echo "configure:4627: checking for main in -lstocks" >&5
ac_lib_var=`echo stocks'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4627,14 +4631,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lstocks $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4670,7 +4674,7 @@
withval="$with_gmp"
if test "$withval" != "no"; then
echo $ac_n "checking for main in -lgmp""... $ac_c" 1>&6
-echo "configure:4674: checking for main in -lgmp" >&5
+echo "configure:4678: checking for main in -lgmp" >&5
ac_lib_var=`echo gmp'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4678,14 +4682,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lgmp $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4716,6 +4720,116 @@
fi
+# Check whether --with-lago or --without-lago was given.
+if test "${with_lago+set}" = set; then
+ withval="$with_lago"
+ if test "$withval" != "no"; then
+ echo $ac_n "checking for Lquery in -llago""... $ac_c" 1>&6
+echo "configure:4729: checking for Lquery in -llago" >&5
+ac_lib_var=`echo lago'_'Lquery | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ ac_save_LIBS="$LIBS"
+LIBS="-llago $LIBS"
+cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=yes"
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -f conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+ ac_tr_lib=HAVE_LIB`echo lago | sed -e 's/[^a-zA-Z0-9_]/_/g' \
+ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
+ cat >> confdefs.h <&6
+fi
+
+ fi
+fi
+
+
+# Check whether --with-mysql or --without-mysql was given.
+if test "${with_mysql+set}" = set; then
+ withval="$with_mysql"
+ if test "$withval" != "no"; then
+ echo $ac_n "checking for mysql_real_connect in -lmysqlclient""... $ac_c" 1>&6
+echo "configure:4784: checking for mysql_real_connect in -lmysqlclient" >&5
+ac_lib_var=`echo mysqlclient'_'mysql_real_connect | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ ac_save_LIBS="$LIBS"
+LIBS="-lmysqlclient $LIBS"
+cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=yes"
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -f conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+ ac_tr_lib=HAVE_LIB`echo mysqlclient | sed -e 's/[^a-zA-Z0-9_]/_/g' \
+ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
+ cat >> confdefs.h <&6
+fi
+
+ fi
+fi
+
+
# Check whether --with-ccmath or --without-ccmath was given.
@@ -4725,14 +4839,14 @@
ac_save_LIBS=$LIBS
LIBS="-lccm $LIBS"
cat > conftest.$ac_ext <
int main() {
main();
; return 0; }
EOF
-if { (eval echo configure:4736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
LIBCCMATH=-lccm
else
@@ -4759,7 +4873,7 @@
ac_save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $X_LIBS"
echo $ac_n "checking for main in -lXext""... $ac_c" 1>&6
-echo "configure:4763: checking for main in -lXext" >&5
+echo "configure:4877: checking for main in -lXext" >&5
ac_lib_var=`echo Xext'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4767,14 +4881,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lXext $X_PRE_LIBS $X_EXTRA_LIBS $X_EXTRA_LIBS -lXt -lX11 $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4797,7 +4911,7 @@
echo $ac_n "checking for main in -lXmu""... $ac_c" 1>&6
-echo "configure:4801: checking for main in -lXmu" >&5
+echo "configure:4915: checking for main in -lXmu" >&5
ac_lib_var=`echo Xmu'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4805,14 +4919,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lXmu $LIBXEXT $X_PRE_LIBS $X_EXTRA_LIBS $X_EXTRA_LIBS -lXt -lX11 $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4834,7 +4948,7 @@
echo $ac_n "checking for XCreateIC in -lX11""... $ac_c" 1>&6
-echo "configure:4838: checking for XCreateIC in -lX11" >&5
+echo "configure:4952: checking for XCreateIC in -lX11" >&5
ac_lib_var=`echo X11'_'XCreateIC | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4842,7 +4956,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lX11 $x_libs $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4878,7 +4992,7 @@
echo $ac_n "checking for main in -lXawM""... $ac_c" 1>&6
-echo "configure:4882: checking for main in -lXawM" >&5
+echo "configure:4996: checking for main in -lXawM" >&5
ac_lib_var=`echo XawM'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4886,14 +5000,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lXawM $LIBXMU $LIBEXT $X_PRE_LIBS $X_EXTRA_LIBS -lXt -lX11 $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4944,9 +5058,61 @@
fi
+echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
+echo "configure:5063: checking for vsnprintf" >&5
+if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ cat > conftest.$ac_ext <
+/* Override any gcc2 internal prototype to avoid an error. */
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char vsnprintf();
+
+int main() {
+
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined (__stub_vsnprintf) || defined (__stub___vsnprintf)
+choke me
+#else
+vsnprintf();
+#endif
+
+; return 0; }
+EOF
+if { (eval echo configure:5091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ eval "ac_cv_func_vsnprintf=yes"
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ eval "ac_cv_func_vsnprintf=no"
+fi
+rm -f conftest*
+fi
+
+if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+ cat >> confdefs.h <<\EOF
+#define HAVE_VSNPRINTF 1
+EOF
+
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+
ac_save_LDFLAGS="$LDFLAGS"
echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6
-echo "configure:4950: checking for main in -ltermcap" >&5
+echo "configure:5116: checking for main in -ltermcap" >&5
ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4954,14 +5120,14 @@
ac_save_LIBS="$LIBS"
LIBS="-ltermcap $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4982,7 +5148,7 @@
fi
echo $ac_n "checking for wgetch in -lncurses""... $ac_c" 1>&6
-echo "configure:4986: checking for wgetch in -lncurses" >&5
+echo "configure:5152: checking for wgetch in -lncurses" >&5
ac_lib_var=`echo ncurses'_'wgetch | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4990,7 +5156,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lncurses $LIBTERMCAP $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5020,7 +5186,7 @@
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for wgetch in -lcurses""... $ac_c" 1>&6
-echo "configure:5024: checking for wgetch in -lcurses" >&5
+echo "configure:5190: checking for wgetch in -lcurses" >&5
ac_lib_var=`echo curses'_'wgetch | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5028,7 +5194,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lcurses $LIBTERMCAP $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5065,12 +5231,12 @@
for ac_func in resizeterm beep immedok keypad
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5069: checking for $ac_func" >&5
+echo "configure:5235: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -5125,7 +5291,7 @@
withval="$with_t1lib"
if test "$withval" != "no"; then
echo $ac_n "checking for main in -lt1""... $ac_c" 1>&6
-echo "configure:5129: checking for main in -lt1" >&5
+echo "configure:5295: checking for main in -lt1" >&5
ac_lib_var=`echo t1'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5133,14 +5299,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lt1 $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5167,7 +5333,7 @@
fi
echo $ac_n "checking for main in -lt1x""... $ac_c" 1>&6
-echo "configure:5171: checking for main in -lt1x" >&5
+echo "configure:5337: checking for main in -lt1x" >&5
ac_lib_var=`echo t1x'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5175,14 +5341,14 @@
ac_save_LIBS="$LIBS"
LIBS="-lt1x $LIBT1 $X_LIBS -lX11 $LIBS"
cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
diff -urNP ../siag-3.4.3/configure.in ./configure.in
--- ../siag-3.4.3/configure.in Sun Oct 29 00:57:39 2000
+++ ./configure.in Fri Nov 10 18:08:30 2000
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(siag, 3.4.3)
+AM_INIT_AUTOMAKE(siag, 3.4.4)
dnl Set of available languages
dnl ALL_LINGUAS=""
diff -urNP ../siag-3.4.3/egon/Makefile.in ./egon/Makefile.in
--- ../siag-3.4.3/egon/Makefile.in Mon Nov 6 13:12:57 2000
+++ ./egon/Makefile.in Mon Nov 13 14:04:51 2000
@@ -336,37 +336,6 @@
|| exit 1; \
fi; \
done
-buffer.o: buffer.c egon.h ../common/fonts.h types.h ../common/common.h \
- ../common/cmalloc.h
-cmds.o: cmds.c ../common/common.h ../common/cmalloc.h ../common/plugin.h \
- ../siod/siod.h egon.h ../common/fonts.h types.h \
- user_interface.h
-fileio.o: fileio.c ../siod/siod.h egon.h ../common/fonts.h types.h \
- ../common/common.h ../common/cmalloc.h user_interface.h
-fileio_c.o: fileio_c.c egon.h ../common/fonts.h types.h \
- ../common/common.h
-fileio_egon.o: fileio_egon.c ../common/oldfonts.h egon.h \
- ../common/fonts.h types.h user_interface.h ../common/common.h \
- ../common/cmalloc.h ../common/plugin.h
-fileio_html.o: fileio_html.c egon.h ../common/fonts.h types.h \
- ../common/common.h ../common/cmalloc.h
-fileio_mgp.o: fileio_mgp.c egon.h ../common/fonts.h types.h \
- ../common/common.h
-fileio_scm.o: fileio_scm.c egon.h ../common/fonts.h types.h \
- user_interface.h ../common/common.h ../common/cmalloc.h
-fileio_txt.o: fileio_txt.c egon.h ../common/fonts.h types.h \
- ../common/common.h ../common/cmalloc.h
-guilei.o: guilei.c
-main.o: main.c egon.h ../common/fonts.h types.h user_interface.h \
- ../common/common.h ../common/cmalloc.h ../siod/siod.h
-matrix.o: matrix.c egon.h ../common/fonts.h types.h ../common/cmalloc.h \
- ../common/common.h
-pythoni.o: pythoni.c
-railway.o: railway.c types.h egon.h ../common/fonts.h ../siod/siod.h \
- ../common/common.h ../common/cmalloc.h
-siodi.o: siodi.c types.h egon.h ../common/fonts.h ../siod/siod.h \
- ../common/common.h
-tcli.o: tcli.c
info-am:
info: info-recursive
diff -urNP ../siag-3.4.3/gvu/Makefile.in ./gvu/Makefile.in
--- ../siag-3.4.3/gvu/Makefile.in Mon Nov 6 13:13:17 2000
+++ ./gvu/Makefile.in Mon Nov 13 14:04:55 2000
@@ -305,21 +305,6 @@
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
-callbacks.o: callbacks.c ../common/common.h ../common/cmalloc.h \
- ../xcommon/filesel.h ../xcommon/dialogs.h ../xcommon/xcommon.h \
- gv.h ../xcommon/Ghostview.h ../Nws/cvt.h ../common/ps.h
-main.o: main.c blank.xpm dot.xpm ../Nws/utils.h ../Nws/cvt.h \
- ../Nws/Menu.h ../Nws/MenuBar.h ../Nws/Row.h ../Nws/BaseConst.h \
- ../Nws/MBButton.h ../Nws/LabelME.h ../Nws/BaseME.h \
- ../Nws/LineME.h ../Nws/SubME.h ../common/common.h \
- ../xcommon/xcommon.h ../xcommon/dialogs.h ../xcommon/Rudegrid.h \
- ../xcommon/Frame.h ../xcommon/Tooltip.h ../xcommon/Handle.h \
- gv.h ../xcommon/Ghostview.h ../common/ps.h \
- ../xcommon/xcommon-ad.h ../xcommon/filesel-ad.h \
- ../xcommon/dialogs-ad.h ../xcommon/nws-ad.h gvu-ad.h
-misc.o: misc.c ../Nws/Menu.h ../Nws/cvt.h ../Nws/MBButton.h \
- ../Nws/LabelME.h ../Nws/BaseME.h ../Nws/LineME.h gv.h \
- ../xcommon/Ghostview.h ../common/ps.h
info-am:
info: info-am
diff -urNP ../siag-3.4.3/plugins/Makefile.in ./plugins/Makefile.in
--- ../siag-3.4.3/plugins/Makefile.in Mon Nov 6 13:13:04 2000
+++ ./plugins/Makefile.in Mon Nov 13 14:04:53 2000
@@ -382,20 +382,6 @@
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
-clipart.o: clipart.c ../common/cmalloc.h ../common/ps.h \
- ../common/common.h ../xcommon/xcommon.h ../xcommon/Rudegrid.h \
- ../xcommon/Ghostview.h
-dummy.o: dummy.c ../siod/siod.h ../common/common.h ../common/cmalloc.h
-form.o: form.c ../xcommon/Notebook.h ../xcommon/Check.h \
- ../xcommon/TextField.h ../xcommon/Frame.h ../xcommon/Combo.h \
- form-ad.h
-hello.o: hello.c
-image.o: image.c ../common/common.h ../common/cmalloc.h \
- ../common/bitmaps/image.xpm ../xcommon/Image.h \
- ../xcommon/icon.h
-plot.o: plot.c ../common/common.h ../common/cmalloc.h ../xcommon/Image.h
-siodi.o: siodi.c ../siod/siod.h
-text.o: text.c ../common/common.h
info-am:
info: info-am
diff -urNP ../siag-3.4.3/pw/Makefile.in ./pw/Makefile.in
--- ../siag-3.4.3/pw/Makefile.in Mon Nov 6 13:12:49 2000
+++ ./pw/Makefile.in Mon Nov 13 14:04:50 2000
@@ -315,42 +315,6 @@
|| exit 1; \
fi; \
done
-buffer.o: buffer.c ../common/common.h ../common/cmalloc.h \
- ../common/plugin.h pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h
-cmds.o: cmds.c ../common/cmalloc.h ../common/common.h ../common/plugin.h \
- pw.h ../common/fonts.h ../common/traceme.h user_interface.h \
- ../siod/siod.h
-fileio.o: fileio.c ../siod/siod.h ../common/common.h ../common/cmalloc.h \
- pw.h ../common/fonts.h ../common/traceme.h user_interface.h
-fileio_html.o: fileio_html.c ../common/common.h pw.h ../common/fonts.h \
- ../common/traceme.h user_interface.h
-fileio_ps.o: fileio_ps.c pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h ../common/common.h ../common/cmalloc.h \
- ../common/plugin.h
-fileio_pw.o: fileio_pw.c ../common/common.h ../common/cmalloc.h \
- ../common/plugin.h pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h
-fileio_rtf.o: fileio_rtf.c pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h ../common/common.h ../common/cmalloc.h
-fileio_txt.o: fileio_txt.c pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h ../common/common.h ../common/cmalloc.h
-guilei.o: guilei.c
-main.o: main.c ../common/common.h ../common/cmalloc.h pw.h \
- ../common/fonts.h ../common/traceme.h user_interface.h \
- ../siod/siod.h
-matrix.o: matrix.c ../common/common.h ../common/cmalloc.h \
- ../common/plugin.h pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h
-position.o: position.c pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h
-pythoni.o: pythoni.c
-railway.o: railway.c ../siod/siod.h ../common/common.h \
- ../common/cmalloc.h pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h
-siodi.o: siodi.c pw.h ../common/fonts.h ../common/traceme.h \
- user_interface.h ../siod/siod.h ../common/common.h
-tcli.o: tcli.c
info-am:
info: info-recursive
diff -urNP ../siag-3.4.3/pw/docs/fileformats.html ./pw/docs/fileformats.html
--- ../siag-3.4.3/pw/docs/fileformats.html Thu Jun 22 23:46:54 2000
+++ ./pw/docs/fileformats.html Mon Nov 6 20:01:02 2000
@@ -39,17 +39,19 @@
Adobe's "Portable Document Format". Loading requires the
program pdftohtml, saving requires ps2pdf.
Microsoft Word
- If the catdoc utility is available on the system,
+ If the wvHtml utility is available on the system,
PW can use it to import text from MS Word documents.
- All formatting is lost. A better solution is to save
+ Some formatting may be lost. A better solution is to save
the file as RTF in Word and then load it in Siag.
- If the mswordview utility is available, PW can use it
- to convert MS Word 97 documents to HTML, which is then
- imported. That way, some formatting can be preserved.
+ If wvHtml is not installed, mswordview and/or
+ catdoc can be used instead.
AUIS ez
Reads documents created by the ez word processor
from the Andrew system, using 2rtf to first
convert to RTF. 2rtf is distributed with ez.
+Psion Word
+ Uses psiconv to convert Psion Word files to HTML which
+ can be loaded by PW.
Adding Format Handlers
@@ -59,7 +61,7 @@
implementation of that function.
-Ulric Eriksson - June 1999 - ulric@siag.nu
+Ulric Eriksson - November 2000 - ulric@siag.nu