/[public]/psiconv/trunk/configure
ViewVC logotype

Diff of /psiconv/trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 19 Revision 57
20ac_help="$ac_help 20ac_help="$ac_help
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]" 21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
22ac_help="$ac_help 22ac_help="$ac_help
23 --disable-libtool-lock avoid locking (might break parallel builds)" 23 --disable-libtool-lock avoid locking (might break parallel builds)"
24ac_help="$ac_help 24ac_help="$ac_help
25 --enable-compile-warnings=[no/minimum/yes] Turn on compiler warnings."
26ac_help="$ac_help
27 --enable-iso-c Try to warn if code is not ISO C "
28ac_help="$ac_help
25 --with-imagemagick enable ImageMagick (default = yes)" 29 --with-imagemagick enable ImageMagick (default = yes)"
26ac_help="$ac_help 30ac_help="$ac_help
27 --disable-html-docs Disable generation of HTML 3.2 docs (default: on)" 31 --disable-html-docs Disable generation of HTML 3.2 docs (default: on)"
28ac_help="$ac_help 32ac_help="$ac_help
29 --enable-html4-docs Enable generation of HTML 4 docs (default: off)" 33 --enable-html4-docs Enable generation of HTML 4 docs (default: off)"
30ac_help="$ac_help 34ac_help="$ac_help
31 --enable-ascii-docs Enable generation of ASCII docs (default: off)" 35 --enable-ascii-docs Enable generation of ASCII docs (default: off)"
32ac_help="$ac_help 36ac_help="$ac_help
33 --enable-rtf-docs Enable generation of RTF docs (default: off)" 37 --enable-rtf-docs Enable generation of RTF docs (default: off)"
34ac_help="$ac_help
35 --enable-compile-warnings=[no/minimum/yes] Turn on compiler warnings."
36ac_help="$ac_help
37 --enable-iso-c Try to warn if code is not ISO C "
38 38
39# Initialize some variables set by options. 39# Initialize some variables set by options.
40# The variables have the same names as the options, with 40# The variables have the same names as the options, with
41# dashes changed to underlines. 41# dashes changed to underlines.
42build=NONE 42build=NONE
713fi 713fi
714 714
715 715
716PACKAGE=psiconv 716PACKAGE=psiconv
717 717
718VERSION=0.5.0a 718VERSION=0.6.3
719 719
720if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 720if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
721 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 721 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
722fi 722fi
723cat >> confdefs.h <<EOF 723cat >> confdefs.h <<EOF
1239 echo "$ac_t""$LD" 1>&6 1239 echo "$ac_t""$LD" 1>&6
1240else 1240else
1241 echo "$ac_t""no" 1>&6 1241 echo "$ac_t""no" 1>&6
1242fi 1242fi
1243test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } 1243test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1244
1245echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 1244echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1246echo "configure:1247: checking if the linker ($LD) is GNU ld" >&5 1245echo "configure:1246: checking if the linker ($LD) is GNU ld" >&5
1247if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then 1246if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1248 echo $ac_n "(cached) $ac_c" 1>&6 1247 echo $ac_n "(cached) $ac_c" 1>&6
1249else 1248else
1250 # I'd rather use --version here, but apparently some GNU ld's only accept -v. 1249 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1251if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 1250if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1257 1256
1258echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6 1257echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1259 1258
1260 1259
1261echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 1260echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1262echo "configure:1263: checking for BSD-compatible nm" >&5 1261echo "configure:1262: checking for BSD-compatible nm" >&5
1263if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then 1262if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1264 echo $ac_n "(cached) $ac_c" 1>&6 1263 echo $ac_n "(cached) $ac_c" 1>&6
1265else 1264else
1266 if test -n "$NM"; then 1265 if test -n "$NM"; then
1267 # Let the user override the test. 1266 # Let the user override the test.
1292fi 1291fi
1293 1292
1294NM="$ac_cv_path_NM" 1293NM="$ac_cv_path_NM"
1295echo "$ac_t""$NM" 1>&6 1294echo "$ac_t""$NM" 1>&6
1296 1295
1297
1298echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1296echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1299echo "configure:1300: checking whether ln -s works" >&5 1297echo "configure:1298: checking whether ln -s works" >&5
1300if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1298if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1301 echo $ac_n "(cached) $ac_c" 1>&6 1299 echo $ac_n "(cached) $ac_c" 1>&6
1302else 1300else
1303 rm -f conftestdata 1301 rm -f conftestdata
1304if ln -s X conftestdata 2>/dev/null 1302if ln -s X conftestdata 2>/dev/null
1314 echo "$ac_t""yes" 1>&6 1312 echo "$ac_t""yes" 1>&6
1315else 1313else
1316 echo "$ac_t""no" 1>&6 1314 echo "$ac_t""no" 1>&6
1317fi 1315fi
1318 1316
1317
1318case "$target" in
1319NONE) lt_target="$host" ;;
1320*) lt_target="$target" ;;
1321esac
1319 1322
1320# Check for any special flags to pass to ltconfig. 1323# Check for any special flags to pass to ltconfig.
1321libtool_flags="--cache-file=$cache_file" 1324libtool_flags="--cache-file=$cache_file"
1322test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" 1325test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1323test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" 1326test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1335test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock" 1338test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
1336test x"$silent" = xyes && libtool_flags="$libtool_flags --silent" 1339test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
1337 1340
1338# Some flags need to be propagated to the compiler or linker for good 1341# Some flags need to be propagated to the compiler or linker for good
1339# libtool support. 1342# libtool support.
1340case "$host" in 1343case "$lt_target" in
1341*-*-irix6*) 1344*-*-irix6*)
1342 # Find out which ABI we are using. 1345 # Find out which ABI we are using.
1343 echo '#line 1344 "configure"' > conftest.$ac_ext 1346 echo '#line 1347 "configure"' > conftest.$ac_ext
1344 if { (eval echo configure:1345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1347 if { (eval echo configure:1348: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1345 case "`/usr/bin/file conftest.o`" in 1348 case "`/usr/bin/file conftest.o`" in
1346 *32-bit*) 1349 *32-bit*)
1347 LD="${LD-ld} -32" 1350 LD="${LD-ld} -32"
1348 ;; 1351 ;;
1349 *N32*) 1352 *N32*)
1360*-*-sco3.2v5*) 1363*-*-sco3.2v5*)
1361 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 1364 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1362 SAVE_CFLAGS="$CFLAGS" 1365 SAVE_CFLAGS="$CFLAGS"
1363 CFLAGS="$CFLAGS -belf" 1366 CFLAGS="$CFLAGS -belf"
1364 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 1367 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
1365echo "configure:1366: checking whether the C compiler needs -belf" >&5 1368echo "configure:1369: checking whether the C compiler needs -belf" >&5
1366if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 1369if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
1367 echo $ac_n "(cached) $ac_c" 1>&6 1370 echo $ac_n "(cached) $ac_c" 1>&6
1368else 1371else
1369 cat > conftest.$ac_ext <<EOF 1372 cat > conftest.$ac_ext <<EOF
1370#line 1371 "configure" 1373#line 1374 "configure"
1371#include "confdefs.h" 1374#include "confdefs.h"
1372 1375
1373int main() { 1376int main() {
1374 1377
1375; return 0; } 1378; return 0; }
1376EOF 1379EOF
1377if { (eval echo configure:1378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1380if { (eval echo configure:1381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1378 rm -rf conftest* 1381 rm -rf conftest*
1379 lt_cv_cc_needs_belf=yes 1382 lt_cv_cc_needs_belf=yes
1380else 1383else
1381 echo "configure: failed program was:" >&5 1384 echo "configure: failed program was:" >&5
1382 cat conftest.$ac_ext >&5 1385 cat conftest.$ac_ext >&5
1450CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ 1453CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1451LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ 1454LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1452LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ 1455LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
1453DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ 1456DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
1454${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ 1457${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
1455$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ 1458$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
1456|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; } 1459|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1457 1460
1458# Reload cache, that may have been modified by ltconfig 1461# Reload cache, that may have been modified by ltconfig
1459if test -r "$cache_file"; then 1462if test -r "$cache_file"; then
1460 echo "loading cache $cache_file" 1463 echo "loading cache $cache_file"
1474# Redirect the config.log output again, so that the ltconfig log is not 1477# Redirect the config.log output again, so that the ltconfig log is not
1475# clobbered by the next message. 1478# clobbered by the next message.
1476exec 5>>./config.log 1479exec 5>>./config.log
1477 1480
1478 1481
1482# Check whether --enable-compile-warnings or --disable-compile-warnings was given.
1483if test "${enable_compile_warnings+set}" = set; then
1484 enableval="$enable_compile_warnings"
1485 :
1486else
1487 enable_compile_warnings=minimum
1488fi
1489
1490
1491echo $ac_n "checking what warning flags to pass to the C compiler""... $ac_c" 1>&6
1492echo "configure:1493: checking what warning flags to pass to the C compiler" >&5
1493warnCFLAGS=
1494if test "x$GCC" != xyes; then
1495 enable_compile_warnings=no
1496fi
1497if test "x$enable_compile_warnings" != "xno"; then
1498 if test "x$GCC" = "xyes"; then
1499 case " $CFLAGS " in
1500 *\ \ -Wall\ \ *) ;;
1501 *) warnCFLAGS="-Wall -Wunused" ;;
1502 esac
1503
1504 ## -W is not all that useful. And it cannot be controlled
1505 ## with individual -Wno-xxx flags, unlike -Wall
1506 if test "x$enable_compile_warnings" = "xyes"; then
1507 warnCFLAGS="$warnCFLAGS -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith"
1508 fi
1509 fi
1510fi
1511echo "$ac_t""$warnCFLAGS" 1>&6
1512
1513# Check whether --enable-iso-c or --disable-iso-c was given.
1514if test "${enable_iso_c+set}" = set; then
1515 enableval="$enable_iso_c"
1516 :
1517else
1518 enable_iso_c=no
1519fi
1520
1521
1522echo $ac_n "checking what language compliance flags to pass to the C compiler""... $ac_c" 1>&6
1523echo "configure:1524: checking what language compliance flags to pass to the C compiler" >&5
1524complCFLAGS=
1525if test "x$enable_iso_c" != "xno"; then
1526 if test "x$GCC" = "xyes"; then
1527 case " $CFLAGS " in
1528 *\ \ -ansi\ \ *) ;;
1529 *) complCFLAGS="$complCFLAGS -ansi" ;;
1530 esac
1531
1532 case " $CFLAGS " in
1533 *\ \ -pedantic\ \ *) ;;
1534 *) complCFLAGS="$complCFLAGS -pedantic" ;;
1535 esac
1536 fi
1537fi
1538echo "$ac_t""$complCFLAGS" 1>&6
1539if test "x$cflags_set" != "xyes"; then
1540 CFLAGS="$CFLAGS $warnCFLAGS $complCFLAGS"
1541 cflags_set=yes
1542
1543fi
1544
1545
1479# Check whether --with-imagemagick or --without-imagemagick was given. 1546# Check whether --with-imagemagick or --without-imagemagick was given.
1480if test "${with_imagemagick+set}" = set; then 1547if test "${with_imagemagick+set}" = set; then
1481 withval="$with_imagemagick" 1548 withval="$with_imagemagick"
1482 IMAGEMAGICK=$withval 1549 IMAGEMAGICK=$withval
1483else 1550else
1484 IMAGEMAGICK='yes' 1551 IMAGEMAGICK='yes'
1485fi 1552fi
1486 1553
1487if test x"$IMAGEMAGICK" != xno ; then 1554if test x"$IMAGEMAGICK" != xno ; then
1555 # Extract the first word of "Magick-config", so it can be a program name with args.
1556set dummy Magick-config; ac_word=$2
1488 echo $ac_n "checking for MagickWarning in -lMagick""... $ac_c" 1>&6 1557echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1489echo "configure:1490: checking for MagickWarning in -lMagick" >&5 1558echo "configure:1559: checking for $ac_word" >&5
1490ac_lib_var=`echo Magick'_'MagickWarning | sed 'y%./+-%__p_%'`
1491if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 1559if eval "test \"`echo '$''{'ac_cv_prog_IMAGEMAGICK'+set}'`\" = set"; then
1492 echo $ac_n "(cached) $ac_c" 1>&6 1560 echo $ac_n "(cached) $ac_c" 1>&6
1493else 1561else
1494 ac_save_LIBS="$LIBS" 1562 if test -n "$IMAGEMAGICK"; then
1495LIBS="-lMagick $LIBS" 1563 ac_cv_prog_IMAGEMAGICK="$IMAGEMAGICK" # Let the user override the test.
1564else
1565 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1566 ac_dummy="$PATH"
1567 for ac_dir in $ac_dummy; do
1568 test -z "$ac_dir" && ac_dir=.
1569 if test -f $ac_dir/$ac_word; then
1570 ac_cv_prog_IMAGEMAGICK="yes"
1571 break
1572 fi
1573 done
1574 IFS="$ac_save_ifs"
1575 test -z "$ac_cv_prog_IMAGEMAGICK" && ac_cv_prog_IMAGEMAGICK="no"
1576fi
1577fi
1578IMAGEMAGICK="$ac_cv_prog_IMAGEMAGICK"
1579if test -n "$IMAGEMAGICK"; then
1580 echo "$ac_t""$IMAGEMAGICK" 1>&6
1581else
1582 echo "$ac_t""no" 1>&6
1583fi
1584
1585 if test x"$IMAGEMAGICK" != xno ; then
1586 CFLAGS_OLD="$CFLAGS"
1587 CPPFLAGS_OLD="$CPPFLAGS"
1588 LDFLAGS_OLD="$LDFLAGS"
1589 LIBS_OLD="$LIBS"
1590 CFLAGS="$CFLAGS `Magick-config --cflags`"
1591 CPPFLAGS="$CPPFLAGS `Magick-config --cppflags`"
1592 LDFLAGS="$LDFLAGS `Magick-config --ldflags`"
1593 LIBS="$LIBS `Magick-config --libs`"
1594
1595 echo $ac_n "checking whether GetMagickInfo works""... $ac_c" 1>&6
1596echo "configure:1597: checking whether GetMagickInfo works" >&5
1597 if test "$cross_compiling" = yes; then
1598 IMAGEMAGICK=yes
1599else
1496cat > conftest.$ac_ext <<EOF 1600 cat > conftest.$ac_ext <<EOF
1497#line 1498 "configure" 1601#line 1602 "configure"
1498#include "confdefs.h" 1602#include "confdefs.h"
1499/* Override any gcc2 internal prototype to avoid an error. */ 1603 #include <magick/magick.h>
1500/* We use char because int might match the return type of a gcc2 1604 #include <magick/config.h>
1501 builtin and then its argument prototype would still apply. */ 1605 #include <stdio.h>
1502char MagickWarning(); 1606 extern void OpenModules(void);
1503 1607 int main(void) { GetMagickInfo(NULL);
1504int main() { 1608 #if defined(HasLTDL)
1505MagickWarning() 1609 OpenModules();
1506; return 0; } 1610 #endif
1611 return (NULL == GetMagickInfo(NULL)); }
1507EOF 1612EOF
1508if { (eval echo configure:1509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1613if { (eval echo configure:1614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1509 rm -rf conftest* 1614then
1510 eval "ac_cv_lib_$ac_lib_var=yes" 1615 IMAGEMAGICK=yes
1511else 1616else
1512 echo "configure: failed program was:" >&5 1617 echo "configure: failed program was:" >&5
1513 cat conftest.$ac_ext >&5 1618 cat conftest.$ac_ext >&5
1514 rm -rf conftest* 1619 rm -fr conftest*
1515 eval "ac_cv_lib_$ac_lib_var=no" 1620 IMAGEMAGICK=no
1516fi 1621fi
1517rm -f conftest* 1622rm -fr conftest*
1518LIBS="$ac_save_LIBS"
1519
1520fi 1623fi
1521if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1522 echo "$ac_t""yes" 1>&6
1523 IMAGEMAGICK=yes
1524else
1525 echo "$ac_t""no" 1>&6
1526IMAGEMAGICK=no
1527fi
1528 1624
1625 echo "$ac_t""$IMAGEMAGICK" 1>&6
1626 LDFLAGS="$LDFLAGS_OLD"
1627 LIBS="$LIBS_OLD"
1529 if test x"$IMAGEMAGICK" = xno ; then 1628 if test x"$IMAGEMAGICK" = xno ; then
1530 echo "configure: warning: ImageMagick support disabled!" 1>&2 1629 CFLAGS="$CFLAGS_OLD"
1630 CPPFLAGS="$CPPFLAGS_OLD"
1631 fi
1531 fi 1632 fi
1532fi 1633fi
1533if test x"$IMAGEMAGICK" = xyes ; then 1634if test x"$IMAGEMAGICK" = xyes ; then
1534 LIB_MAGICK=-lMagick 1635 LIB_MAGICK="`Magick-config --libs` `Magick-config --ldflags`"
1535 cat >> confdefs.h <<\EOF 1636 cat >> confdefs.h <<\EOF
1536#define IMAGEMAGICK 1 1637#define IMAGEMAGICK 1
1537EOF 1638EOF
1538 1639
1539else 1640else
1540 LIB_MAGICK= 1641 LIB_MAGICK=
1541fi 1642fi
1542 1643
1543 1644
1544echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1645echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1545echo "configure:1546: checking how to run the C preprocessor" >&5 1646echo "configure:1647: checking how to run the C preprocessor" >&5
1546# On Suns, sometimes $CPP names a directory. 1647# On Suns, sometimes $CPP names a directory.
1547if test -n "$CPP" && test -d "$CPP"; then 1648if test -n "$CPP" && test -d "$CPP"; then
1548 CPP= 1649 CPP=
1549fi 1650fi
1550if test -z "$CPP"; then 1651if test -z "$CPP"; then
1555 # substituted into the Makefile and "${CC-cc}" will confuse make. 1656 # substituted into the Makefile and "${CC-cc}" will confuse make.
1556 CPP="${CC-cc} -E" 1657 CPP="${CC-cc} -E"
1557 # On the NeXT, cc -E runs the code through the compiler's parser, 1658 # On the NeXT, cc -E runs the code through the compiler's parser,
1558 # not just through cpp. 1659 # not just through cpp.
1559 cat > conftest.$ac_ext <<EOF 1660 cat > conftest.$ac_ext <<EOF
1560#line 1561 "configure" 1661#line 1662 "configure"
1561#include "confdefs.h" 1662#include "confdefs.h"
1562#include <assert.h> 1663#include <assert.h>
1563Syntax Error 1664Syntax Error
1564EOF 1665EOF
1565ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1666ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1566{ (eval echo configure:1567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1667{ (eval echo configure:1668: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1567ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1668ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1568if test -z "$ac_err"; then 1669if test -z "$ac_err"; then
1569 : 1670 :
1570else 1671else
1571 echo "$ac_err" >&5 1672 echo "$ac_err" >&5
1572 echo "configure: failed program was:" >&5 1673 echo "configure: failed program was:" >&5
1573 cat conftest.$ac_ext >&5 1674 cat conftest.$ac_ext >&5
1574 rm -rf conftest* 1675 rm -rf conftest*
1575 CPP="${CC-cc} -E -traditional-cpp" 1676 CPP="${CC-cc} -E -traditional-cpp"
1576 cat > conftest.$ac_ext <<EOF 1677 cat > conftest.$ac_ext <<EOF
1577#line 1578 "configure" 1678#line 1679 "configure"
1578#include "confdefs.h" 1679#include "confdefs.h"
1579#include <assert.h> 1680#include <assert.h>
1580Syntax Error 1681Syntax Error
1581EOF 1682EOF
1582ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1683ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1583{ (eval echo configure:1584: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1684{ (eval echo configure:1685: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1584ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1685ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1585if test -z "$ac_err"; then 1686if test -z "$ac_err"; then
1586 : 1687 :
1587else 1688else
1588 echo "$ac_err" >&5 1689 echo "$ac_err" >&5
1589 echo "configure: failed program was:" >&5 1690 echo "configure: failed program was:" >&5
1590 cat conftest.$ac_ext >&5 1691 cat conftest.$ac_ext >&5
1591 rm -rf conftest* 1692 rm -rf conftest*
1592 CPP="${CC-cc} -nologo -E" 1693 CPP="${CC-cc} -nologo -E"
1593 cat > conftest.$ac_ext <<EOF 1694 cat > conftest.$ac_ext <<EOF
1594#line 1595 "configure" 1695#line 1696 "configure"
1595#include "confdefs.h" 1696#include "confdefs.h"
1596#include <assert.h> 1697#include <assert.h>
1597Syntax Error 1698Syntax Error
1598EOF 1699EOF
1599ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1700ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1600{ (eval echo configure:1601: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1701{ (eval echo configure:1702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1601ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1702ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1602if test -z "$ac_err"; then 1703if test -z "$ac_err"; then
1603 : 1704 :
1604else 1705else
1605 echo "$ac_err" >&5 1706 echo "$ac_err" >&5
1620 ac_cv_prog_CPP="$CPP" 1721 ac_cv_prog_CPP="$CPP"
1621fi 1722fi
1622echo "$ac_t""$CPP" 1>&6 1723echo "$ac_t""$CPP" 1>&6
1623 1724
1624echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1725echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1625echo "configure:1626: checking for ANSI C header files" >&5 1726echo "configure:1727: checking for ANSI C header files" >&5
1626if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1727if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1627 echo $ac_n "(cached) $ac_c" 1>&6 1728 echo $ac_n "(cached) $ac_c" 1>&6
1628else 1729else
1629 cat > conftest.$ac_ext <<EOF 1730 cat > conftest.$ac_ext <<EOF
1630#line 1631 "configure" 1731#line 1732 "configure"
1631#include "confdefs.h" 1732#include "confdefs.h"
1632#include <stdlib.h> 1733#include <stdlib.h>
1633#include <stdarg.h> 1734#include <stdarg.h>
1634#include <string.h> 1735#include <string.h>
1635#include <float.h> 1736#include <float.h>
1636EOF 1737EOF
1637ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1738ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1638{ (eval echo configure:1639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1739{ (eval echo configure:1740: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1639ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1740ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1640if test -z "$ac_err"; then 1741if test -z "$ac_err"; then
1641 rm -rf conftest* 1742 rm -rf conftest*
1642 ac_cv_header_stdc=yes 1743 ac_cv_header_stdc=yes
1643else 1744else
1650rm -f conftest* 1751rm -f conftest*
1651 1752
1652if test $ac_cv_header_stdc = yes; then 1753if test $ac_cv_header_stdc = yes; then
1653 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1754 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1654cat > conftest.$ac_ext <<EOF 1755cat > conftest.$ac_ext <<EOF
1655#line 1656 "configure" 1756#line 1757 "configure"
1656#include "confdefs.h" 1757#include "confdefs.h"
1657#include <string.h> 1758#include <string.h>
1658EOF 1759EOF
1659if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1760if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1660 egrep "memchr" >/dev/null 2>&1; then 1761 egrep "memchr" >/dev/null 2>&1; then
1668fi 1769fi
1669 1770
1670if test $ac_cv_header_stdc = yes; then 1771if test $ac_cv_header_stdc = yes; then
1671 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1772 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1672cat > conftest.$ac_ext <<EOF 1773cat > conftest.$ac_ext <<EOF
1673#line 1674 "configure" 1774#line 1775 "configure"
1674#include "confdefs.h" 1775#include "confdefs.h"
1675#include <stdlib.h> 1776#include <stdlib.h>
1676EOF 1777EOF
1677if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1778if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1678 egrep "free" >/dev/null 2>&1; then 1779 egrep "free" >/dev/null 2>&1; then
1689 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 1790 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1690if test "$cross_compiling" = yes; then 1791if test "$cross_compiling" = yes; then
1691 : 1792 :
1692else 1793else
1693 cat > conftest.$ac_ext <<EOF 1794 cat > conftest.$ac_ext <<EOF
1694#line 1695 "configure" 1795#line 1796 "configure"
1695#include "confdefs.h" 1796#include "confdefs.h"
1696#include <ctype.h> 1797#include <ctype.h>
1697#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 1798#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1698#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 1799#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1699#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 1800#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1700int main () { int i; for (i = 0; i < 256; i++) 1801int main () { int i; for (i = 0; i < 256; i++)
1701if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); 1802if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1702exit (0); } 1803exit (0); }
1703 1804
1704EOF 1805EOF
1705if { (eval echo configure:1706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1806if { (eval echo configure:1807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1706then 1807then
1707 : 1808 :
1708else 1809else
1709 echo "configure: failed program was:" >&5 1810 echo "configure: failed program was:" >&5
1710 cat conftest.$ac_ext >&5 1811 cat conftest.$ac_ext >&5
1727 1828
1728for ac_hdr in unistd.h 1829for ac_hdr in unistd.h
1729do 1830do
1730ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1831ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1731echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1832echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1732echo "configure:1733: checking for $ac_hdr" >&5 1833echo "configure:1834: checking for $ac_hdr" >&5
1733if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1834if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1734 echo $ac_n "(cached) $ac_c" 1>&6 1835 echo $ac_n "(cached) $ac_c" 1>&6
1735else 1836else
1736 cat > conftest.$ac_ext <<EOF 1837 cat > conftest.$ac_ext <<EOF
1737#line 1738 "configure" 1838#line 1839 "configure"
1738#include "confdefs.h" 1839#include "confdefs.h"
1739#include <$ac_hdr> 1840#include <$ac_hdr>
1740EOF 1841EOF
1741ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1842ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1742{ (eval echo configure:1743: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1843{ (eval echo configure:1844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1743ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1844ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1744if test -z "$ac_err"; then 1845if test -z "$ac_err"; then
1745 rm -rf conftest* 1846 rm -rf conftest*
1746 eval "ac_cv_header_$ac_safe=yes" 1847 eval "ac_cv_header_$ac_safe=yes"
1747else 1848else
1765fi 1866fi
1766done 1867done
1767 1868
1768 1869
1769echo $ac_n "checking for working const""... $ac_c" 1>&6 1870echo $ac_n "checking for working const""... $ac_c" 1>&6
1770echo "configure:1771: checking for working const" >&5 1871echo "configure:1872: checking for working const" >&5
1771if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1872if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1772 echo $ac_n "(cached) $ac_c" 1>&6 1873 echo $ac_n "(cached) $ac_c" 1>&6
1773else 1874else
1774 cat > conftest.$ac_ext <<EOF 1875 cat > conftest.$ac_ext <<EOF
1775#line 1776 "configure" 1876#line 1877 "configure"
1776#include "confdefs.h" 1877#include "confdefs.h"
1777 1878
1778int main() { 1879int main() {
1779 1880
1780/* Ultrix mips cc rejects this. */ 1881/* Ultrix mips cc rejects this. */
1819 const int foo = 10; 1920 const int foo = 10;
1820} 1921}
1821 1922
1822; return 0; } 1923; return 0; }
1823EOF 1924EOF
1824if { (eval echo configure:1825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1925if { (eval echo configure:1926: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1825 rm -rf conftest* 1926 rm -rf conftest*
1826 ac_cv_c_const=yes 1927 ac_cv_c_const=yes
1827else 1928else
1828 echo "configure: failed program was:" >&5 1929 echo "configure: failed program was:" >&5
1829 cat conftest.$ac_ext >&5 1930 cat conftest.$ac_ext >&5
1840EOF 1941EOF
1841 1942
1842fi 1943fi
1843 1944
1844echo $ac_n "checking for size_t""... $ac_c" 1>&6 1945echo $ac_n "checking for size_t""... $ac_c" 1>&6
1845echo "configure:1846: checking for size_t" >&5 1946echo "configure:1947: checking for size_t" >&5
1846if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 1947if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
1847 echo $ac_n "(cached) $ac_c" 1>&6 1948 echo $ac_n "(cached) $ac_c" 1>&6
1848else 1949else
1849 cat > conftest.$ac_ext <<EOF 1950 cat > conftest.$ac_ext <<EOF
1850#line 1851 "configure" 1951#line 1952 "configure"
1851#include "confdefs.h" 1952#include "confdefs.h"
1852#include <sys/types.h> 1953#include <sys/types.h>
1853#if STDC_HEADERS 1954#if STDC_HEADERS
1854#include <stdlib.h> 1955#include <stdlib.h>
1855#include <stddef.h> 1956#include <stddef.h>
1875fi 1976fi
1876 1977
1877 1978
1878 1979
1879echo $ac_n "checking size of char""... $ac_c" 1>&6 1980echo $ac_n "checking size of char""... $ac_c" 1>&6
1880echo "configure:1881: checking size of char" >&5 1981echo "configure:1982: checking size of char" >&5
1881if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 1982if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
1882 echo $ac_n "(cached) $ac_c" 1>&6 1983 echo $ac_n "(cached) $ac_c" 1>&6
1883else 1984else
1884 if test "$cross_compiling" = yes; then 1985 if test "$cross_compiling" = yes; then
1885 ac_cv_sizeof_char=1 1986 ac_cv_sizeof_char=1
1886else 1987else
1887 cat > conftest.$ac_ext <<EOF 1988 cat > conftest.$ac_ext <<EOF
1888#line 1889 "configure" 1989#line 1990 "configure"
1889#include "confdefs.h" 1990#include "confdefs.h"
1890#include <stdio.h> 1991#include <stdio.h>
1891main() 1992main()
1892{ 1993{
1893 FILE *f=fopen("conftestval", "w"); 1994 FILE *f=fopen("conftestval", "w");
1894 if (!f) exit(1); 1995 if (!f) exit(1);
1895 fprintf(f, "%d\n", sizeof(char)); 1996 fprintf(f, "%d\n", sizeof(char));
1896 exit(0); 1997 exit(0);
1897} 1998}
1898EOF 1999EOF
1899if { (eval echo configure:1900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2000if { (eval echo configure:2001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1900then 2001then
1901 ac_cv_sizeof_char=`cat conftestval` 2002 ac_cv_sizeof_char=`cat conftestval`
1902else 2003else
1903 echo "configure: failed program was:" >&5 2004 echo "configure: failed program was:" >&5
1904 cat conftest.$ac_ext >&5 2005 cat conftest.$ac_ext >&5
1914#define SIZEOF_CHAR $ac_cv_sizeof_char 2015#define SIZEOF_CHAR $ac_cv_sizeof_char
1915EOF 2016EOF
1916 2017
1917 2018
1918echo $ac_n "checking size of short""... $ac_c" 1>&6 2019echo $ac_n "checking size of short""... $ac_c" 1>&6
1919echo "configure:1920: checking size of short" >&5 2020echo "configure:2021: checking size of short" >&5
1920if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 2021if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
1921 echo $ac_n "(cached) $ac_c" 1>&6 2022 echo $ac_n "(cached) $ac_c" 1>&6
1922else 2023else
1923 if test "$cross_compiling" = yes; then 2024 if test "$cross_compiling" = yes; then
1924 ac_cv_sizeof_short=1 2025 ac_cv_sizeof_short=1
1925else 2026else
1926 cat > conftest.$ac_ext <<EOF 2027 cat > conftest.$ac_ext <<EOF
1927#line 1928 "configure" 2028#line 2029 "configure"
1928#include "confdefs.h" 2029#include "confdefs.h"
1929#include <stdio.h> 2030#include <stdio.h>
1930main() 2031main()
1931{ 2032{
1932 FILE *f=fopen("conftestval", "w"); 2033 FILE *f=fopen("conftestval", "w");
1933 if (!f) exit(1); 2034 if (!f) exit(1);
1934 fprintf(f, "%d\n", sizeof(short)); 2035 fprintf(f, "%d\n", sizeof(short));
1935 exit(0); 2036 exit(0);
1936} 2037}
1937EOF 2038EOF
1938if { (eval echo configure:1939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2039if { (eval echo configure:2040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1939then 2040then
1940 ac_cv_sizeof_short=`cat conftestval` 2041 ac_cv_sizeof_short=`cat conftestval`
1941else 2042else
1942 echo "configure: failed program was:" >&5 2043 echo "configure: failed program was:" >&5
1943 cat conftest.$ac_ext >&5 2044 cat conftest.$ac_ext >&5
1953#define SIZEOF_SHORT $ac_cv_sizeof_short 2054#define SIZEOF_SHORT $ac_cv_sizeof_short
1954EOF 2055EOF
1955 2056
1956 2057
1957echo $ac_n "checking size of int""... $ac_c" 1>&6 2058echo $ac_n "checking size of int""... $ac_c" 1>&6
1958echo "configure:1959: checking size of int" >&5 2059echo "configure:2060: checking size of int" >&5
1959if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 2060if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
1960 echo $ac_n "(cached) $ac_c" 1>&6 2061 echo $ac_n "(cached) $ac_c" 1>&6
1961else 2062else
1962 if test "$cross_compiling" = yes; then 2063 if test "$cross_compiling" = yes; then
1963 ac_cv_sizeof_int=2 2064 ac_cv_sizeof_int=2
1964else 2065else
1965 cat > conftest.$ac_ext <<EOF 2066 cat > conftest.$ac_ext <<EOF
1966#line 1967 "configure" 2067#line 2068 "configure"
1967#include "confdefs.h" 2068#include "confdefs.h"
1968#include <stdio.h> 2069#include <stdio.h>
1969main() 2070main()
1970{ 2071{
1971 FILE *f=fopen("conftestval", "w"); 2072 FILE *f=fopen("conftestval", "w");
1972 if (!f) exit(1); 2073 if (!f) exit(1);
1973 fprintf(f, "%d\n", sizeof(int)); 2074 fprintf(f, "%d\n", sizeof(int));
1974 exit(0); 2075 exit(0);
1975} 2076}
1976EOF 2077EOF
1977if { (eval echo configure:1978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2078if { (eval echo configure:2079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1978then 2079then
1979 ac_cv_sizeof_int=`cat conftestval` 2080 ac_cv_sizeof_int=`cat conftestval`
1980else 2081else
1981 echo "configure: failed program was:" >&5 2082 echo "configure: failed program was:" >&5
1982 cat conftest.$ac_ext >&5 2083 cat conftest.$ac_ext >&5
1992#define SIZEOF_INT $ac_cv_sizeof_int 2093#define SIZEOF_INT $ac_cv_sizeof_int
1993EOF 2094EOF
1994 2095
1995 2096
1996echo $ac_n "checking size of long""... $ac_c" 1>&6 2097echo $ac_n "checking size of long""... $ac_c" 1>&6
1997echo "configure:1998: checking size of long" >&5 2098echo "configure:2099: checking size of long" >&5
1998if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 2099if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
1999 echo $ac_n "(cached) $ac_c" 1>&6 2100 echo $ac_n "(cached) $ac_c" 1>&6
2000else 2101else
2001 if test "$cross_compiling" = yes; then 2102 if test "$cross_compiling" = yes; then
2002 ac_cv_sizeof_long=4 2103 ac_cv_sizeof_long=4
2003else 2104else
2004 cat > conftest.$ac_ext <<EOF 2105 cat > conftest.$ac_ext <<EOF
2005#line 2006 "configure" 2106#line 2107 "configure"
2006#include "confdefs.h" 2107#include "confdefs.h"
2007#include <stdio.h> 2108#include <stdio.h>
2008main() 2109main()
2009{ 2110{
2010 FILE *f=fopen("conftestval", "w"); 2111 FILE *f=fopen("conftestval", "w");
2011 if (!f) exit(1); 2112 if (!f) exit(1);
2012 fprintf(f, "%d\n", sizeof(long)); 2113 fprintf(f, "%d\n", sizeof(long));
2013 exit(0); 2114 exit(0);
2014} 2115}
2015EOF 2116EOF
2016if { (eval echo configure:2017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2117if { (eval echo configure:2118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2017then 2118then
2018 ac_cv_sizeof_long=`cat conftestval` 2119 ac_cv_sizeof_long=`cat conftestval`
2019else 2120else
2020 echo "configure: failed program was:" >&5 2121 echo "configure: failed program was:" >&5
2021 cat conftest.$ac_ext >&5 2122 cat conftest.$ac_ext >&5
2032EOF 2133EOF
2033 2134
2034 2135
2035 2136
2036echo $ac_n "checking for an 8 bit integer type""... $ac_c" 1>&6 2137echo $ac_n "checking for an 8 bit integer type""... $ac_c" 1>&6
2037echo "configure:2038: checking for an 8 bit integer type" >&5 2138echo "configure:2139: checking for an 8 bit integer type" >&5
2038if test $ac_cv_sizeof_char -ge 1 ; then 2139if test $ac_cv_sizeof_char -ge 1 ; then
2039 INT_8_BIT=char 2140 INT_8_BIT=char
2040 echo "$ac_t""char" 1>&6 2141 echo "$ac_t""char" 1>&6
2041elif test $ac_cv_sizeof_short -ge 1 ; then 2142elif test $ac_cv_sizeof_short -ge 1 ; then
2042 INT_8_BIT=short 2143 INT_8_BIT=short
2050else 2151else
2051 { echo "configure: error: No integer type of at least 8 bits found" 1>&2; exit 1; } 2152 { echo "configure: error: No integer type of at least 8 bits found" 1>&2; exit 1; }
2052fi 2153fi
2053 2154
2054echo $ac_n "checking for a 16 bit integer type""... $ac_c" 1>&6 2155echo $ac_n "checking for a 16 bit integer type""... $ac_c" 1>&6
2055echo "configure:2056: checking for a 16 bit integer type" >&5 2156echo "configure:2157: checking for a 16 bit integer type" >&5
2056if test $ac_cv_sizeof_char -ge 2 ; then 2157if test $ac_cv_sizeof_char -ge 2 ; then
2057 INT_16_BIT=char 2158 INT_16_BIT=char
2058 echo "$ac_t""char" 1>&6 2159 echo "$ac_t""char" 1>&6
2059elif test $ac_cv_sizeof_short -ge 2 ; then 2160elif test $ac_cv_sizeof_short -ge 2 ; then
2060 INT_16_BIT=short 2161 INT_16_BIT=short
2068else 2169else
2069 { echo "configure: error: No integer type of at least 16 bits found" 1>&2; exit 1; } 2170 { echo "configure: error: No integer type of at least 16 bits found" 1>&2; exit 1; }
2070fi 2171fi
2071 2172
2072echo $ac_n "checking for a 32 bit integer type""... $ac_c" 1>&6 2173echo $ac_n "checking for a 32 bit integer type""... $ac_c" 1>&6
2073echo "configure:2074: checking for a 32 bit integer type" >&5 2174echo "configure:2175: checking for a 32 bit integer type" >&5
2074if test $ac_cv_sizeof_char -ge 4 ; then 2175if test $ac_cv_sizeof_char -ge 4 ; then
2075 INT_32_BIT=char 2176 INT_32_BIT=char
2076 echo "$ac_t""char" 1>&6 2177 echo "$ac_t""char" 1>&6
2077elif test $ac_cv_sizeof_short -ge 4 ; then 2178elif test $ac_cv_sizeof_short -ge 4 ; then
2078 INT_32_BIT=short 2179 INT_32_BIT=short
2090 2191
2091 2192
2092 2193
2093 2194
2094echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2195echo $ac_n "checking for vprintf""... $ac_c" 1>&6
2095echo "configure:2096: checking for vprintf" >&5 2196echo "configure:2197: checking for vprintf" >&5
2096if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2197if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
2097 echo $ac_n "(cached) $ac_c" 1>&6 2198 echo $ac_n "(cached) $ac_c" 1>&6
2098else 2199else
2099 cat > conftest.$ac_ext <<EOF 2200 cat > conftest.$ac_ext <<EOF
2100#line 2101 "configure" 2201#line 2202 "configure"
2101#include "confdefs.h" 2202#include "confdefs.h"
2102/* System header to define __stub macros and hopefully few prototypes, 2203/* System header to define __stub macros and hopefully few prototypes,
2103 which can conflict with char vprintf(); below. */ 2204 which can conflict with char vprintf(); below. */
2104#include <assert.h> 2205#include <assert.h>
2105/* Override any gcc2 internal prototype to avoid an error. */ 2206/* Override any gcc2 internal prototype to avoid an error. */
2118vprintf(); 2219vprintf();
2119#endif 2220#endif
2120 2221
2121; return 0; } 2222; return 0; }
2122EOF 2223EOF
2123if { (eval echo configure:2124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2224if { (eval echo configure:2225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2124 rm -rf conftest* 2225 rm -rf conftest*
2125 eval "ac_cv_func_vprintf=yes" 2226 eval "ac_cv_func_vprintf=yes"
2126else 2227else
2127 echo "configure: failed program was:" >&5 2228 echo "configure: failed program was:" >&5
2128 cat conftest.$ac_ext >&5 2229 cat conftest.$ac_ext >&5
2142 echo "$ac_t""no" 1>&6 2243 echo "$ac_t""no" 1>&6
2143fi 2244fi
2144 2245
2145if test "$ac_cv_func_vprintf" != yes; then 2246if test "$ac_cv_func_vprintf" != yes; then
2146echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2247echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
2147echo "configure:2148: checking for _doprnt" >&5 2248echo "configure:2249: checking for _doprnt" >&5
2148if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2249if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
2149 echo $ac_n "(cached) $ac_c" 1>&6 2250 echo $ac_n "(cached) $ac_c" 1>&6
2150else 2251else
2151 cat > conftest.$ac_ext <<EOF 2252 cat > conftest.$ac_ext <<EOF
2152#line 2153 "configure" 2253#line 2254 "configure"
2153#include "confdefs.h" 2254#include "confdefs.h"
2154/* System header to define __stub macros and hopefully few prototypes, 2255/* System header to define __stub macros and hopefully few prototypes,
2155 which can conflict with char _doprnt(); below. */ 2256 which can conflict with char _doprnt(); below. */
2156#include <assert.h> 2257#include <assert.h>
2157/* Override any gcc2 internal prototype to avoid an error. */ 2258/* Override any gcc2 internal prototype to avoid an error. */
2170_doprnt(); 2271_doprnt();
2171#endif 2272#endif
2172 2273
2173; return 0; } 2274; return 0; }
2174EOF 2275EOF
2175if { (eval echo configure:2176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2276if { (eval echo configure:2277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2176 rm -rf conftest* 2277 rm -rf conftest*
2177 eval "ac_cv_func__doprnt=yes" 2278 eval "ac_cv_func__doprnt=yes"
2178else 2279else
2179 echo "configure: failed program was:" >&5 2280 echo "configure: failed program was:" >&5
2180 cat conftest.$ac_ext >&5 2281 cat conftest.$ac_ext >&5
2197fi 2298fi
2198 2299
2199for ac_func in strdup 2300for ac_func in strdup
2200do 2301do
2201echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2302echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2202echo "configure:2203: checking for $ac_func" >&5 2303echo "configure:2304: checking for $ac_func" >&5
2203if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2304if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2204 echo $ac_n "(cached) $ac_c" 1>&6 2305 echo $ac_n "(cached) $ac_c" 1>&6
2205else 2306else
2206 cat > conftest.$ac_ext <<EOF 2307 cat > conftest.$ac_ext <<EOF
2207#line 2208 "configure" 2308#line 2309 "configure"
2208#include "confdefs.h" 2309#include "confdefs.h"
2209/* System header to define __stub macros and hopefully few prototypes, 2310/* System header to define __stub macros and hopefully few prototypes,
2210 which can conflict with char $ac_func(); below. */ 2311 which can conflict with char $ac_func(); below. */
2211#include <assert.h> 2312#include <assert.h>
2212/* Override any gcc2 internal prototype to avoid an error. */ 2313/* Override any gcc2 internal prototype to avoid an error. */
2225$ac_func(); 2326$ac_func();
2226#endif 2327#endif
2227 2328
2228; return 0; } 2329; return 0; }
2229EOF 2330EOF
2230if { (eval echo configure:2231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2331if { (eval echo configure:2332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2231 rm -rf conftest* 2332 rm -rf conftest*
2232 eval "ac_cv_func_$ac_func=yes" 2333 eval "ac_cv_func_$ac_func=yes"
2233else 2334else
2234 echo "configure: failed program was:" >&5 2335 echo "configure: failed program was:" >&5
2235 cat conftest.$ac_ext >&5 2336 cat conftest.$ac_ext >&5
2246#define $ac_tr_func 1 2347#define $ac_tr_func 1
2247EOF 2348EOF
2248 2349
2249else 2350else
2250 echo "$ac_t""no" 1>&6 2351 echo "$ac_t""no" 1>&6
2352LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}"
2251fi 2353fi
2252done 2354done
2253 2355
2254for ac_func in strdup 2356
2357for ac_func in getopt_long
2255do 2358do
2256echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2359echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2257echo "configure:2258: checking for $ac_func" >&5 2360echo "configure:2361: checking for $ac_func" >&5
2258if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2361if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2259 echo $ac_n "(cached) $ac_c" 1>&6 2362 echo $ac_n "(cached) $ac_c" 1>&6
2260else 2363else
2261 cat > conftest.$ac_ext <<EOF 2364 cat > conftest.$ac_ext <<EOF
2262#line 2263 "configure" 2365#line 2366 "configure"
2263#include "confdefs.h" 2366#include "confdefs.h"
2264/* System header to define __stub macros and hopefully few prototypes, 2367/* System header to define __stub macros and hopefully few prototypes,
2265 which can conflict with char $ac_func(); below. */ 2368 which can conflict with char $ac_func(); below. */
2266#include <assert.h> 2369#include <assert.h>
2267/* Override any gcc2 internal prototype to avoid an error. */ 2370/* Override any gcc2 internal prototype to avoid an error. */
2280$ac_func(); 2383$ac_func();
2281#endif 2384#endif
2282 2385
2283; return 0; } 2386; return 0; }
2284EOF 2387EOF
2285if { (eval echo configure:2286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2388if { (eval echo configure:2389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2286 rm -rf conftest* 2389 rm -rf conftest*
2287 eval "ac_cv_func_$ac_func=yes" 2390 eval "ac_cv_func_$ac_func=yes"
2288else 2391else
2289 echo "configure: failed program was:" >&5 2392 echo "configure: failed program was:" >&5
2290 cat conftest.$ac_ext >&5 2393 cat conftest.$ac_ext >&5
2301#define $ac_tr_func 1 2404#define $ac_tr_func 1
2302EOF 2405EOF
2303 2406
2304else 2407else
2305 echo "$ac_t""no" 1>&6 2408 echo "$ac_t""no" 1>&6
2306LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}" 2409LIBOBJS="$LIBOBJS getopt.o getopt1.o"
2307fi 2410fi
2308done 2411done
2309 2412
2310 2413
2311 2414
2395else 2498else
2396 RTFDOCS_TRUE='#' 2499 RTFDOCS_TRUE='#'
2397 RTFDOCS_FALSE= 2500 RTFDOCS_FALSE=
2398fi 2501fi
2399 2502
2400# Check whether --enable-compile-warnings or --disable-compile-warnings was given.
2401if test "${enable_compile_warnings+set}" = set; then
2402 enableval="$enable_compile_warnings"
2403 :
2404else
2405 enable_compile_warnings=minimum
2406fi
2407
2408
2409echo $ac_n "checking what warning flags to pass to the C compiler""... $ac_c" 1>&6
2410echo "configure:2411: checking what warning flags to pass to the C compiler" >&5
2411warnCFLAGS=
2412if test "x$GCC" != xyes; then
2413 enable_compile_warnings=no
2414fi
2415if test "x$enable_compile_warnings" != "xno"; then
2416 if test "x$GCC" = "xyes"; then
2417 case " $CFLAGS " in
2418 *\ \ -Wall\ \ *) ;;
2419 *) warnCFLAGS="-Wall -Wunused" ;;
2420 esac
2421
2422 ## -W is not all that useful. And it cannot be controlled
2423 ## with individual -Wno-xxx flags, unlike -Wall
2424 if test "x$enable_compile_warnings" = "xyes"; then
2425 warnCFLAGS="$warnCFLAGS -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith"
2426 fi
2427 fi
2428fi
2429echo "$ac_t""$warnCFLAGS" 1>&6
2430
2431# Check whether --enable-iso-c or --disable-iso-c was given.
2432if test "${enable_iso_c+set}" = set; then
2433 enableval="$enable_iso_c"
2434 :
2435else
2436 enable_iso_c=no
2437fi
2438
2439
2440echo $ac_n "checking what language compliance flags to pass to the C compiler""... $ac_c" 1>&6
2441echo "configure:2442: checking what language compliance flags to pass to the C compiler" >&5
2442complCFLAGS=
2443if test "x$enable_iso_c" != "xno"; then
2444 if test "x$GCC" = "xyes"; then
2445 case " $CFLAGS " in
2446 *\ \ -ansi\ \ *) ;;
2447 *) complCFLAGS="$complCFLAGS -ansi" ;;
2448 esac
2449
2450 case " $CFLAGS " in
2451 *\ \ -pedantic\ \ *) ;;
2452 *) complCFLAGS="$complCFLAGS -pedantic" ;;
2453 esac
2454 fi
2455fi
2456echo "$ac_t""$complCFLAGS" 1>&6
2457if test "x$cflags_set" != "xyes"; then
2458 CFLAGS="$CFLAGS $warnCFLAGS $complCFLAGS"
2459 cflags_set=yes
2460
2461fi
2462 2503
2463trap '' 1 2 15 2504trap '' 1 2 15
2464cat > confcache <<\EOF 2505cat > confcache <<\EOF
2465# This file is a shell script that caches the results of configure 2506# This file is a shell script that caches the results of configure
2466# tests run on this system so they can be shared between configure 2507# tests run on this system so they can be shared between configure
2614s%@build_cpu@%$build_cpu%g 2655s%@build_cpu@%$build_cpu%g
2615s%@build_vendor@%$build_vendor%g 2656s%@build_vendor@%$build_vendor%g
2616s%@build_os@%$build_os%g 2657s%@build_os@%$build_os%g
2617s%@RANLIB@%$RANLIB%g 2658s%@RANLIB@%$RANLIB%g
2618s%@CC@%$CC%g 2659s%@CC@%$CC%g
2619s%@LD@%$LD%g
2620s%@NM@%$NM%g
2621s%@LN_S@%$LN_S%g 2660s%@LN_S@%$LN_S%g
2622s%@LIBTOOL@%$LIBTOOL%g 2661s%@LIBTOOL@%$LIBTOOL%g
2662s%@cflags_set@%$cflags_set%g
2663s%@IMAGEMAGICK@%$IMAGEMAGICK%g
2623s%@LIB_MAGICK@%$LIB_MAGICK%g 2664s%@LIB_MAGICK@%$LIB_MAGICK%g
2624s%@CPP@%$CPP%g 2665s%@CPP@%$CPP%g
2625s%@INT_8_BIT@%$INT_8_BIT%g 2666s%@INT_8_BIT@%$INT_8_BIT%g
2626s%@INT_16_BIT@%$INT_16_BIT%g 2667s%@INT_16_BIT@%$INT_16_BIT%g
2627s%@INT_32_BIT@%$INT_32_BIT%g 2668s%@INT_32_BIT@%$INT_32_BIT%g
2632s%@HTML4DOCS_FALSE@%$HTML4DOCS_FALSE%g 2673s%@HTML4DOCS_FALSE@%$HTML4DOCS_FALSE%g
2633s%@ASCIIDOCS_TRUE@%$ASCIIDOCS_TRUE%g 2674s%@ASCIIDOCS_TRUE@%$ASCIIDOCS_TRUE%g
2634s%@ASCIIDOCS_FALSE@%$ASCIIDOCS_FALSE%g 2675s%@ASCIIDOCS_FALSE@%$ASCIIDOCS_FALSE%g
2635s%@RTFDOCS_TRUE@%$RTFDOCS_TRUE%g 2676s%@RTFDOCS_TRUE@%$RTFDOCS_TRUE%g
2636s%@RTFDOCS_FALSE@%$RTFDOCS_FALSE%g 2677s%@RTFDOCS_FALSE@%$RTFDOCS_FALSE%g
2637s%@cflags_set@%$cflags_set%g
2638 2678
2639CEOF 2679CEOF
2640EOF 2680EOF
2641 2681
2642cat >> $CONFIG_STATUS <<\EOF 2682cat >> $CONFIG_STATUS <<\EOF

Legend:
Removed from v.19  
changed lines
  Added in v.57

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26