configure
上传用户:wuyixingx
上传日期:2007-01-08
资源大小:745k
文件大小:61k
源码类别:

图形图象

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.12 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.   --enable-shared         build shared library using GNU libtool"
  14. ac_help="$ac_help
  15.   --enable-static         build static library using GNU libtool"
  16. ac_help="$ac_help
  17.   --enable-maxmem[=N]     enable use of temp files, set max mem usage to N MB"
  18. ac_help="$ac_help
  19. "
  20. # Initialize some variables set by options.
  21. # The variables have the same names as the options, with
  22. # dashes changed to underlines.
  23. build=NONE
  24. cache_file=./config.cache
  25. exec_prefix=NONE
  26. host=NONE
  27. no_create=
  28. nonopt=NONE
  29. no_recursion=
  30. prefix=NONE
  31. program_prefix=NONE
  32. program_suffix=NONE
  33. program_transform_name=s,x,x,
  34. silent=
  35. site=
  36. srcdir=
  37. target=NONE
  38. verbose=
  39. x_includes=NONE
  40. x_libraries=NONE
  41. bindir='${exec_prefix}/bin'
  42. sbindir='${exec_prefix}/sbin'
  43. libexecdir='${exec_prefix}/libexec'
  44. datadir='${prefix}/share'
  45. sysconfdir='${prefix}/etc'
  46. sharedstatedir='${prefix}/com'
  47. localstatedir='${prefix}/var'
  48. libdir='${exec_prefix}/lib'
  49. includedir='${prefix}/include'
  50. oldincludedir='/usr/include'
  51. infodir='${prefix}/info'
  52. mandir='${prefix}/man'
  53. # Initialize some other variables.
  54. subdirs=
  55. MFLAGS= MAKEFLAGS=
  56. # Maximum number of lines to put in a shell here document.
  57. ac_max_here_lines=12
  58. ac_prev=
  59. for ac_option
  60. do
  61.   # If the previous option needs an argument, assign it.
  62.   if test -n "$ac_prev"; then
  63.     eval "$ac_prev=$ac_option"
  64.     ac_prev=
  65.     continue
  66.   fi
  67.   case "$ac_option" in
  68.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  69.   *) ac_optarg= ;;
  70.   esac
  71.   # Accept the important Cygnus configure options, so we can diagnose typos.
  72.   case "$ac_option" in
  73.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  74.     ac_prev=bindir ;;
  75.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  76.     bindir="$ac_optarg" ;;
  77.   -build | --build | --buil | --bui | --bu)
  78.     ac_prev=build ;;
  79.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  80.     build="$ac_optarg" ;;
  81.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  82.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  83.     ac_prev=cache_file ;;
  84.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  85.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  86.     cache_file="$ac_optarg" ;;
  87.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  88.     ac_prev=datadir ;;
  89.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  90.   | --da=*)
  91.     datadir="$ac_optarg" ;;
  92.   -disable-* | --disable-*)
  93.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  94.     # Reject names that are not valid shell variable names.
  95.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  96.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  97.     fi
  98.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  99.     eval "enable_${ac_feature}=no" ;;
  100.   -enable-* | --enable-*)
  101.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  102.     # Reject names that are not valid shell variable names.
  103.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  104.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  105.     fi
  106.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  107.     case "$ac_option" in
  108.       *=*) ;;
  109.       *) ac_optarg=yes ;;
  110.     esac
  111.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  112.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  113.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  114.   | --exec | --exe | --ex)
  115.     ac_prev=exec_prefix ;;
  116.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  117.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  118.   | --exec=* | --exe=* | --ex=*)
  119.     exec_prefix="$ac_optarg" ;;
  120.   -gas | --gas | --ga | --g)
  121.     # Obsolete; use --with-gas.
  122.     with_gas=yes ;;
  123.   -help | --help | --hel | --he)
  124.     # Omit some internal or obsolete options to make the list less imposing.
  125.     # This message is too long to be a string in the A/UX 3.1 sh.
  126.     cat << EOF
  127. Usage: configure [options] [host]
  128. Options: [defaults in brackets after descriptions]
  129. Configuration:
  130.   --cache-file=FILE       cache test results in FILE
  131.   --help                  print this message
  132.   --no-create             do not create output files
  133.   --quiet, --silent       do not print `checking...' messages
  134.   --version               print the version of autoconf that created configure
  135. Directory and file names:
  136.   --prefix=PREFIX         install architecture-independent files in PREFIX
  137.                           [$ac_default_prefix]
  138.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  139.                           [same as prefix]
  140.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  141.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  142.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  143.   --datadir=DIR           read-only architecture-independent data in DIR
  144.                           [PREFIX/share]
  145.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  146.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  147.                           [PREFIX/com]
  148.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  149.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  150.   --includedir=DIR        C header files in DIR [PREFIX/include]
  151.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  152.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  153.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  154.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  155.   --program-prefix=PREFIX prepend PREFIX to installed program names
  156.   --program-suffix=SUFFIX append SUFFIX to installed program names
  157.   --program-transform-name=PROGRAM
  158.                           run sed PROGRAM on installed program names
  159. EOF
  160.     cat << EOF
  161. Host type:
  162.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  163.   --host=HOST             configure for HOST [guessed]
  164.   --target=TARGET         configure for TARGET [TARGET=HOST]
  165. Features and packages:
  166.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  167.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  168.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  169.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  170.   --x-includes=DIR        X include files are in DIR
  171.   --x-libraries=DIR       X library files are in DIR
  172. EOF
  173.     if test -n "$ac_help"; then
  174.       echo "--enable and --with options recognized:$ac_help"
  175.     fi
  176.     exit 0 ;;
  177.   -host | --host | --hos | --ho)
  178.     ac_prev=host ;;
  179.   -host=* | --host=* | --hos=* | --ho=*)
  180.     host="$ac_optarg" ;;
  181.   -includedir | --includedir | --includedi | --included | --include 
  182.   | --includ | --inclu | --incl | --inc)
  183.     ac_prev=includedir ;;
  184.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  185.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  186.     includedir="$ac_optarg" ;;
  187.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  188.     ac_prev=infodir ;;
  189.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  190.     infodir="$ac_optarg" ;;
  191.   -libdir | --libdir | --libdi | --libd)
  192.     ac_prev=libdir ;;
  193.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  194.     libdir="$ac_optarg" ;;
  195.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  196.   | --libexe | --libex | --libe)
  197.     ac_prev=libexecdir ;;
  198.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  199.   | --libexe=* | --libex=* | --libe=*)
  200.     libexecdir="$ac_optarg" ;;
  201.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  202.   | --localstate | --localstat | --localsta | --localst 
  203.   | --locals | --local | --loca | --loc | --lo)
  204.     ac_prev=localstatedir ;;
  205.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  206.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  207.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  208.     localstatedir="$ac_optarg" ;;
  209.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  210.     ac_prev=mandir ;;
  211.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  212.     mandir="$ac_optarg" ;;
  213.   -nfp | --nfp | --nf)
  214.     # Obsolete; use --without-fp.
  215.     with_fp=no ;;
  216.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  217.   | --no-cr | --no-c)
  218.     no_create=yes ;;
  219.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  220.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  221.     no_recursion=yes ;;
  222.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  223.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  224.   | --oldin | --oldi | --old | --ol | --o)
  225.     ac_prev=oldincludedir ;;
  226.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  227.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  228.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  229.     oldincludedir="$ac_optarg" ;;
  230.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  231.     ac_prev=prefix ;;
  232.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  233.     prefix="$ac_optarg" ;;
  234.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  235.   | --program-pre | --program-pr | --program-p)
  236.     ac_prev=program_prefix ;;
  237.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  238.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  239.     program_prefix="$ac_optarg" ;;
  240.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  241.   | --program-suf | --program-su | --program-s)
  242.     ac_prev=program_suffix ;;
  243.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  244.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  245.     program_suffix="$ac_optarg" ;;
  246.   -program-transform-name | --program-transform-name 
  247.   | --program-transform-nam | --program-transform-na 
  248.   | --program-transform-n | --program-transform- 
  249.   | --program-transform | --program-transfor 
  250.   | --program-transfo | --program-transf 
  251.   | --program-trans | --program-tran 
  252.   | --progr-tra | --program-tr | --program-t)
  253.     ac_prev=program_transform_name ;;
  254.   -program-transform-name=* | --program-transform-name=* 
  255.   | --program-transform-nam=* | --program-transform-na=* 
  256.   | --program-transform-n=* | --program-transform-=* 
  257.   | --program-transform=* | --program-transfor=* 
  258.   | --program-transfo=* | --program-transf=* 
  259.   | --program-trans=* | --program-tran=* 
  260.   | --progr-tra=* | --program-tr=* | --program-t=*)
  261.     program_transform_name="$ac_optarg" ;;
  262.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  263.   | -silent | --silent | --silen | --sile | --sil)
  264.     silent=yes ;;
  265.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  266.     ac_prev=sbindir ;;
  267.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  268.   | --sbi=* | --sb=*)
  269.     sbindir="$ac_optarg" ;;
  270.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  271.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  272.   | --sharedst | --shareds | --shared | --share | --shar 
  273.   | --sha | --sh)
  274.     ac_prev=sharedstatedir ;;
  275.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  276.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  277.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  278.   | --sha=* | --sh=*)
  279.     sharedstatedir="$ac_optarg" ;;
  280.   -site | --site | --sit)
  281.     ac_prev=site ;;
  282.   -site=* | --site=* | --sit=*)
  283.     site="$ac_optarg" ;;
  284.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  285.     ac_prev=srcdir ;;
  286.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  287.     srcdir="$ac_optarg" ;;
  288.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  289.   | --syscon | --sysco | --sysc | --sys | --sy)
  290.     ac_prev=sysconfdir ;;
  291.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  292.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  293.     sysconfdir="$ac_optarg" ;;
  294.   -target | --target | --targe | --targ | --tar | --ta | --t)
  295.     ac_prev=target ;;
  296.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  297.     target="$ac_optarg" ;;
  298.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  299.     verbose=yes ;;
  300.   -version | --version | --versio | --versi | --vers)
  301.     echo "configure generated by autoconf version 2.12"
  302.     exit 0 ;;
  303.   -with-* | --with-*)
  304.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  305.     # Reject names that are not valid shell variable names.
  306.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  307.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  308.     fi
  309.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  310.     case "$ac_option" in
  311.       *=*) ;;
  312.       *) ac_optarg=yes ;;
  313.     esac
  314.     eval "with_${ac_package}='$ac_optarg'" ;;
  315.   -without-* | --without-*)
  316.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  317.     # Reject names that are not valid shell variable names.
  318.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  319.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  320.     fi
  321.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  322.     eval "with_${ac_package}=no" ;;
  323.   --x)
  324.     # Obsolete; use --with-x.
  325.     with_x=yes ;;
  326.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  327.   | --x-incl | --x-inc | --x-in | --x-i)
  328.     ac_prev=x_includes ;;
  329.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  330.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  331.     x_includes="$ac_optarg" ;;
  332.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  333.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  334.     ac_prev=x_libraries ;;
  335.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  336.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  337.     x_libraries="$ac_optarg" ;;
  338.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  339.     ;;
  340.   *=*)
  341.     varname=`echo "$ac_option"|sed -e 's/=.*//'`
  342.     # Reject names that aren't valid shell variable names.
  343.     if test -n "`echo $varname| sed 's/[a-zA-Z0-9_]//g'`"; then
  344.       { echo "configure: error: $varname: invalid shell variable name" 1>&2; exit 1; }
  345.     fi
  346.     val="`echo "$ac_option"|sed 's/[^=]*=//'`"
  347.     test -n "$verbose" && echo " setting shell variable $varname to $val"
  348.     eval "$varname='$val'"
  349.     eval "export $varname" ;;
  350.   *)
  351.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  352.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  353.     fi
  354.     if test "x$nonopt" != xNONE; then
  355.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  356.     fi
  357.     nonopt="$ac_option"
  358.     ;;
  359.   esac
  360. done
  361. if test -n "$ac_prev"; then
  362.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  363. fi
  364. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  365. # File descriptor usage:
  366. # 0 standard input
  367. # 1 file creation
  368. # 2 errors and warnings
  369. # 3 some systems may open it to /dev/tty
  370. # 4 used on the Kubota Titan
  371. # 6 checking for... messages and results
  372. # 5 compiler messages saved in config.log
  373. if test "$silent" = yes; then
  374.   exec 6>/dev/null
  375. else
  376.   exec 6>&1
  377. fi
  378. exec 5>./config.log
  379. echo "
  380. This file contains any messages produced by compilers while
  381. running configure, to aid debugging if configure makes a mistake.
  382. " 1>&5
  383. # Strip out --no-create and --no-recursion so they do not pile up.
  384. # Also quote any args containing shell metacharacters.
  385. ac_configure_args=
  386. for ac_arg
  387. do
  388.   case "$ac_arg" in
  389.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  390.   | --no-cr | --no-c) ;;
  391.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  392.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  393.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  394.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  395.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  396.   esac
  397. done
  398. # NLS nuisances.
  399. # Only set these to C if already set.  These must not be set unconditionally
  400. # because not all systems understand e.g. LANG=C (notably SCO).
  401. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  402. # Non-C LC_CTYPE values break the ctype check.
  403. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  404. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  405. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  406. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  407. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  408. rm -rf conftest* confdefs.h
  409. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  410. echo > confdefs.h
  411. # A filename unique to this package, relative to the directory that
  412. # configure is in, which we can look for to find out if srcdir is correct.
  413. ac_unique_file=jcmaster.c
  414. # Find the source files, if location was not specified.
  415. if test -z "$srcdir"; then
  416.   ac_srcdir_defaulted=yes
  417.   # Try the directory containing this script, then its parent.
  418.   ac_prog=$0
  419.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  420.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  421.   srcdir=$ac_confdir
  422.   if test ! -r $srcdir/$ac_unique_file; then
  423.     srcdir=..
  424.   fi
  425. else
  426.   ac_srcdir_defaulted=no
  427. fi
  428. if test ! -r $srcdir/$ac_unique_file; then
  429.   if test "$ac_srcdir_defaulted" = yes; then
  430.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  431.   else
  432.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  433.   fi
  434. fi
  435. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  436. # Prefer explicitly selected file to automatically selected ones.
  437. if test -z "$CONFIG_SITE"; then
  438.   if test "x$prefix" != xNONE; then
  439.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  440.   else
  441.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  442.   fi
  443. fi
  444. for ac_site_file in $CONFIG_SITE; do
  445.   if test -r "$ac_site_file"; then
  446.     echo "loading site script $ac_site_file"
  447.     . "$ac_site_file"
  448.   fi
  449. done
  450. ac_ext=c
  451. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  452. ac_cpp='$CPP $CPPFLAGS'
  453. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  454. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  455. cross_compiling=$ac_cv_prog_cc_cross
  456. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  457.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  458.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  459.     ac_n= ac_c='
  460. ' ac_t=' '
  461.   else
  462.     ac_n=-n ac_c= ac_t=
  463.   fi
  464. else
  465.   ac_n= ac_c='c' ac_t=
  466. fi
  467. # Extract the first word of "gcc", so it can be a program name with args.
  468. set dummy gcc; ac_word=$2
  469. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  470. echo "configure:538: checking for $ac_word" >&5
  471. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  472.   echo $ac_n "(cached) $ac_c" 1>&6
  473. else
  474.   if test -n "$CC"; then
  475.   ac_cv_prog_CC="$CC" # Let the user override the test.
  476. else
  477.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  478.   for ac_dir in $PATH; do
  479.     test -z "$ac_dir" && ac_dir=.
  480.     if test -f $ac_dir/$ac_word; then
  481.       ac_cv_prog_CC="gcc"
  482.       break
  483.     fi
  484.   done
  485.   IFS="$ac_save_ifs"
  486. fi
  487. fi
  488. CC="$ac_cv_prog_CC"
  489. if test -n "$CC"; then
  490.   echo "$ac_t""$CC" 1>&6
  491. else
  492.   echo "$ac_t""no" 1>&6
  493. fi
  494. if test -z "$CC"; then
  495.   # Extract the first word of "cc", so it can be a program name with args.
  496. set dummy cc; ac_word=$2
  497. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  498. echo "configure:567: checking for $ac_word" >&5
  499. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  500.   echo $ac_n "(cached) $ac_c" 1>&6
  501. else
  502.   if test -n "$CC"; then
  503.   ac_cv_prog_CC="$CC" # Let the user override the test.
  504. else
  505.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  506.   ac_prog_rejected=no
  507.   for ac_dir in $PATH; do
  508.     test -z "$ac_dir" && ac_dir=.
  509.     if test -f $ac_dir/$ac_word; then
  510.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  511.         ac_prog_rejected=yes
  512. continue
  513.       fi
  514.       ac_cv_prog_CC="cc"
  515.       break
  516.     fi
  517.   done
  518.   IFS="$ac_save_ifs"
  519. if test $ac_prog_rejected = yes; then
  520.   # We found a bogon in the path, so make sure we never use it.
  521.   set dummy $ac_cv_prog_CC
  522.   shift
  523.   if test $# -gt 0; then
  524.     # We chose a different compiler from the bogus one.
  525.     # However, it has the same basename, so the bogon will be chosen
  526.     # first if we set CC to just the basename; use the full file name.
  527.     shift
  528.     set dummy "$ac_dir/$ac_word" "$@"
  529.     shift
  530.     ac_cv_prog_CC="$@"
  531.   fi
  532. fi
  533. fi
  534. fi
  535. CC="$ac_cv_prog_CC"
  536. if test -n "$CC"; then
  537.   echo "$ac_t""$CC" 1>&6
  538. else
  539.   echo "$ac_t""no" 1>&6
  540. fi
  541.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  542. fi
  543. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  544. echo "configure:615: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  545. ac_ext=c
  546. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  547. ac_cpp='$CPP $CPPFLAGS'
  548. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  549. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  550. cross_compiling=$ac_cv_prog_cc_cross
  551. cat > conftest.$ac_ext <<EOF
  552. #line 625 "configure"
  553. #include "confdefs.h"
  554. main(){return(0);}
  555. EOF
  556. if { (eval echo configure:629: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  557.   ac_cv_prog_cc_works=yes
  558.   # If we can't run a trivial program, we are probably using a cross compiler.
  559.   if (./conftest; exit) 2>/dev/null; then
  560.     ac_cv_prog_cc_cross=no
  561.   else
  562.     ac_cv_prog_cc_cross=yes
  563.   fi
  564. else
  565.   echo "configure: failed program was:" >&5
  566.   cat conftest.$ac_ext >&5
  567.   ac_cv_prog_cc_works=no
  568. fi
  569. rm -fr conftest*
  570. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  571. if test $ac_cv_prog_cc_works = no; then
  572.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  573. fi
  574. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  575. echo "configure:649: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  576. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  577. cross_compiling=$ac_cv_prog_cc_cross
  578. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  579. echo "configure:654: checking whether we are using GNU C" >&5
  580. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  581.   echo $ac_n "(cached) $ac_c" 1>&6
  582. else
  583.   cat > conftest.c <<EOF
  584. #ifdef __GNUC__
  585.   yes;
  586. #endif
  587. EOF
  588. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:663: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  589.   ac_cv_prog_gcc=yes
  590. else
  591.   ac_cv_prog_gcc=no
  592. fi
  593. fi
  594. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  595. if test $ac_cv_prog_gcc = yes; then
  596.   GCC=yes
  597.   test "${CFLAGS+set}" = set || CFLAGS="-O2"
  598. else
  599.   GCC=
  600.   test "${CFLAGS+set}" = set || CFLAGS="-O"
  601. fi
  602. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  603. echo "configure:681: checking how to run the C preprocessor" >&5
  604. # On Suns, sometimes $CPP names a directory.
  605. if test -n "$CPP" && test -d "$CPP"; then
  606.   CPP=
  607. fi
  608. if test -z "$CPP"; then
  609. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  610.   echo $ac_n "(cached) $ac_c" 1>&6
  611. else
  612.     # This must be in double quotes, not single quotes, because CPP may get
  613.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  614.   CPP="${CC-cc} -E"
  615.   # On the NeXT, cc -E runs the code through the compiler's parser,
  616.   # not just through cpp.
  617.   cat > conftest.$ac_ext <<EOF
  618. #line 696 "configure"
  619. #include "confdefs.h"
  620. #include <assert.h>
  621. Syntax Error
  622. EOF
  623. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  624. { (eval echo configure:702: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  625. ac_err=`grep -v '^ *+' conftest.out`
  626. if test -z "$ac_err"; then
  627.   :
  628. else
  629.   echo "$ac_err" >&5
  630.   echo "configure: failed program was:" >&5
  631.   cat conftest.$ac_ext >&5
  632.   rm -rf conftest*
  633.   CPP="${CC-cc} -E -traditional-cpp"
  634.   cat > conftest.$ac_ext <<EOF
  635. #line 713 "configure"
  636. #include "confdefs.h"
  637. #include <assert.h>
  638. Syntax Error
  639. EOF
  640. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  641. { (eval echo configure:719: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  642. ac_err=`grep -v '^ *+' conftest.out`
  643. if test -z "$ac_err"; then
  644.   :
  645. else
  646.   echo "$ac_err" >&5
  647.   echo "configure: failed program was:" >&5
  648.   cat conftest.$ac_ext >&5
  649.   rm -rf conftest*
  650.   CPP=/lib/cpp
  651. fi
  652. rm -f conftest*
  653. fi
  654. rm -f conftest*
  655.   ac_cv_prog_CPP="$CPP"
  656. fi
  657.   CPP="$ac_cv_prog_CPP"
  658. else
  659.   ac_cv_prog_CPP="$CPP"
  660. fi
  661. echo "$ac_t""$CPP" 1>&6
  662. echo $ac_n "checking for function prototypes""... $ac_c" 1>&6
  663. echo "configure:742: checking for function prototypes" >&5
  664. if eval "test "`echo '$''{'ijg_cv_have_prototypes'+set}'`" = set"; then
  665.   echo $ac_n "(cached) $ac_c" 1>&6
  666. else
  667.   cat > conftest.$ac_ext <<EOF
  668. #line 747 "configure"
  669. #include "confdefs.h"
  670. int testfunction (int arg1, int * arg2); /* check prototypes */
  671. struct methods_struct { /* check method-pointer declarations */
  672.   int (*error_exit) (char *msgtext);
  673.   int (*trace_message) (char *msgtext);
  674.   int (*another_method) (void);
  675. };
  676. int testfunction (int arg1, int * arg2) /* check definitions */
  677. { return arg2[arg1]; }
  678. int test2function (void) /* check void arg list */
  679. { return 0; }
  680. int main() {
  681.  
  682. ; return 0; }
  683. EOF
  684. if { (eval echo configure:765: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  685.   rm -rf conftest*
  686.   ijg_cv_have_prototypes=yes
  687. else
  688.   echo "configure: failed program was:" >&5
  689.   cat conftest.$ac_ext >&5
  690.   rm -rf conftest*
  691.   ijg_cv_have_prototypes=no
  692. fi
  693. rm -f conftest*
  694. fi
  695. echo "$ac_t""$ijg_cv_have_prototypes" 1>&6
  696. if test $ijg_cv_have_prototypes = yes; then
  697.   cat >> confdefs.h <<EOF
  698. #define HAVE_PROTOTYPES 
  699. EOF
  700. else
  701.   echo Your compiler does not seem to know about function prototypes.
  702.   echo Perhaps it needs a special switch to enable ANSI C mode.
  703.   echo If so, we recommend running configure like this:
  704.   echo "   ./configure  CC='cc -switch'"
  705.   echo where -switch is the proper switch.
  706. fi
  707. ac_safe=`echo "stddef.h" | sed 'y%./+-%__p_%'`
  708. echo $ac_n "checking for stddef.h""... $ac_c" 1>&6
  709. echo "configure:792: checking for stddef.h" >&5
  710. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  711.   echo $ac_n "(cached) $ac_c" 1>&6
  712. else
  713.   cat > conftest.$ac_ext <<EOF
  714. #line 797 "configure"
  715. #include "confdefs.h"
  716. #include <stddef.h>
  717. EOF
  718. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  719. { (eval echo configure:802: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  720. ac_err=`grep -v '^ *+' conftest.out`
  721. if test -z "$ac_err"; then
  722.   rm -rf conftest*
  723.   eval "ac_cv_header_$ac_safe=yes"
  724. else
  725.   echo "$ac_err" >&5
  726.   echo "configure: failed program was:" >&5
  727.   cat conftest.$ac_ext >&5
  728.   rm -rf conftest*
  729.   eval "ac_cv_header_$ac_safe=no"
  730. fi
  731. rm -f conftest*
  732. fi
  733. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  734.   echo "$ac_t""yes" 1>&6
  735.   cat >> confdefs.h <<EOF
  736. #define HAVE_STDDEF_H 
  737. EOF
  738. else
  739.   echo "$ac_t""no" 1>&6
  740. fi
  741. ac_safe=`echo "stdlib.h" | sed 'y%./+-%__p_%'`
  742. echo $ac_n "checking for stdlib.h""... $ac_c" 1>&6
  743. echo "configure:828: checking for stdlib.h" >&5
  744. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  745.   echo $ac_n "(cached) $ac_c" 1>&6
  746. else
  747.   cat > conftest.$ac_ext <<EOF
  748. #line 833 "configure"
  749. #include "confdefs.h"
  750. #include <stdlib.h>
  751. EOF
  752. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  753. { (eval echo configure:838: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  754. ac_err=`grep -v '^ *+' conftest.out`
  755. if test -z "$ac_err"; then
  756.   rm -rf conftest*
  757.   eval "ac_cv_header_$ac_safe=yes"
  758. else
  759.   echo "$ac_err" >&5
  760.   echo "configure: failed program was:" >&5
  761.   cat conftest.$ac_ext >&5
  762.   rm -rf conftest*
  763.   eval "ac_cv_header_$ac_safe=no"
  764. fi
  765. rm -f conftest*
  766. fi
  767. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  768.   echo "$ac_t""yes" 1>&6
  769.   cat >> confdefs.h <<EOF
  770. #define HAVE_STDLIB_H 
  771. EOF
  772. else
  773.   echo "$ac_t""no" 1>&6
  774. fi
  775. ac_safe=`echo "string.h" | sed 'y%./+-%__p_%'`
  776. echo $ac_n "checking for string.h""... $ac_c" 1>&6
  777. echo "configure:864: checking for string.h" >&5
  778. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  779.   echo $ac_n "(cached) $ac_c" 1>&6
  780. else
  781.   cat > conftest.$ac_ext <<EOF
  782. #line 869 "configure"
  783. #include "confdefs.h"
  784. #include <string.h>
  785. EOF
  786. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  787. { (eval echo configure:874: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  788. ac_err=`grep -v '^ *+' conftest.out`
  789. if test -z "$ac_err"; then
  790.   rm -rf conftest*
  791.   eval "ac_cv_header_$ac_safe=yes"
  792. else
  793.   echo "$ac_err" >&5
  794.   echo "configure: failed program was:" >&5
  795.   cat conftest.$ac_ext >&5
  796.   rm -rf conftest*
  797.   eval "ac_cv_header_$ac_safe=no"
  798. fi
  799. rm -f conftest*
  800. fi
  801. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  802.   echo "$ac_t""yes" 1>&6
  803.   :
  804. else
  805.   echo "$ac_t""no" 1>&6
  806. cat >> confdefs.h <<EOF
  807. #define NEED_BSD_STRINGS 
  808. EOF
  809. fi
  810. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  811. echo "configure:900: checking for size_t" >&5
  812. cat > conftest.$ac_ext <<EOF
  813. #line 902 "configure"
  814. #include "confdefs.h"
  815. #ifdef HAVE_STDDEF_H
  816. #include <stddef.h>
  817. #endif
  818. #ifdef HAVE_STDLIB_H
  819. #include <stdlib.h>
  820. #endif
  821. #include <stdio.h>
  822. #ifdef NEED_BSD_STRINGS
  823. #include <strings.h>
  824. #else
  825. #include <string.h>
  826. #endif
  827. typedef size_t my_size_t;
  828. int main() {
  829.  my_size_t foovar; 
  830. ; return 0; }
  831. EOF
  832. if { (eval echo configure:923: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  833.   rm -rf conftest*
  834.   ijg_size_t_ok=yes
  835. else
  836.   echo "configure: failed program was:" >&5
  837.   cat conftest.$ac_ext >&5
  838.   rm -rf conftest*
  839.   ijg_size_t_ok="not ANSI, perhaps it is in sys/types.h"
  840. fi
  841. rm -f conftest*
  842. echo "$ac_t""$ijg_size_t_ok" 1>&6
  843. if test "$ijg_size_t_ok" != yes; then
  844. ac_safe=`echo "sys/types.h" | sed 'y%./+-%__p_%'`
  845. echo $ac_n "checking for sys/types.h""... $ac_c" 1>&6
  846. echo "configure:937: checking for sys/types.h" >&5
  847. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  848.   echo $ac_n "(cached) $ac_c" 1>&6
  849. else
  850.   cat > conftest.$ac_ext <<EOF
  851. #line 942 "configure"
  852. #include "confdefs.h"
  853. #include <sys/types.h>
  854. EOF
  855. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  856. { (eval echo configure:947: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  857. ac_err=`grep -v '^ *+' conftest.out`
  858. if test -z "$ac_err"; then
  859.   rm -rf conftest*
  860.   eval "ac_cv_header_$ac_safe=yes"
  861. else
  862.   echo "$ac_err" >&5
  863.   echo "configure: failed program was:" >&5
  864.   cat conftest.$ac_ext >&5
  865.   rm -rf conftest*
  866.   eval "ac_cv_header_$ac_safe=no"
  867. fi
  868. rm -f conftest*
  869. fi
  870. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  871.   echo "$ac_t""yes" 1>&6
  872.   cat >> confdefs.h <<EOF
  873. #define NEED_SYS_TYPES_H 
  874. EOF
  875. cat > conftest.$ac_ext <<EOF
  876. #line 968 "configure"
  877. #include "confdefs.h"
  878. #include <sys/types.h>
  879. EOF
  880. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  881.   egrep "size_t" >/dev/null 2>&1; then
  882.   rm -rf conftest*
  883.   ijg_size_t_ok="size_t is in sys/types.h"
  884. else
  885.   rm -rf conftest*
  886.   ijg_size_t_ok=no
  887. fi
  888. rm -f conftest*
  889. else
  890.   echo "$ac_t""no" 1>&6
  891. ijg_size_t_ok=no
  892. fi
  893. echo "$ac_t""$ijg_size_t_ok" 1>&6
  894. if test "$ijg_size_t_ok" = no; then
  895.   echo Type size_t is not defined in any of the usual places.
  896.   echo Try putting '"typedef unsigned int size_t;"' in jconfig.h.
  897. fi
  898. fi
  899. echo $ac_n "checking for type unsigned char""... $ac_c" 1>&6
  900. echo "configure:994: checking for type unsigned char" >&5
  901. cat > conftest.$ac_ext <<EOF
  902. #line 996 "configure"
  903. #include "confdefs.h"
  904. int main() {
  905.  unsigned char un_char; 
  906. ; return 0; }
  907. EOF
  908. if { (eval echo configure:1003: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  909.   rm -rf conftest*
  910.   echo "$ac_t""yes" 1>&6
  911. cat >> confdefs.h <<EOF
  912. #define HAVE_UNSIGNED_CHAR 
  913. EOF
  914. else
  915.   echo "configure: failed program was:" >&5
  916.   cat conftest.$ac_ext >&5
  917.   rm -rf conftest*
  918.   echo "$ac_t""no" 1>&6
  919. fi
  920. rm -f conftest*
  921. echo $ac_n "checking for type unsigned short""... $ac_c" 1>&6
  922. echo "configure:1018: checking for type unsigned short" >&5
  923. cat > conftest.$ac_ext <<EOF
  924. #line 1020 "configure"
  925. #include "confdefs.h"
  926. int main() {
  927.  unsigned short un_short; 
  928. ; return 0; }
  929. EOF
  930. if { (eval echo configure:1027: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  931.   rm -rf conftest*
  932.   echo "$ac_t""yes" 1>&6
  933. cat >> confdefs.h <<EOF
  934. #define HAVE_UNSIGNED_SHORT 
  935. EOF
  936. else
  937.   echo "configure: failed program was:" >&5
  938.   cat conftest.$ac_ext >&5
  939.   rm -rf conftest*
  940.   echo "$ac_t""no" 1>&6
  941. fi
  942. rm -f conftest*
  943. echo $ac_n "checking for type void""... $ac_c" 1>&6
  944. echo "configure:1042: checking for type void" >&5
  945. cat > conftest.$ac_ext <<EOF
  946. #line 1044 "configure"
  947. #include "confdefs.h"
  948. /* Caution: a C++ compiler will insist on valid prototypes */
  949. typedef void * void_ptr; /* check void * */
  950. #ifdef HAVE_PROTOTYPES /* check ptr to function returning void */
  951. typedef void (*void_func) (int a, int b);
  952. #else
  953. typedef void (*void_func) ();
  954. #endif
  955. #ifdef HAVE_PROTOTYPES /* check void function result */
  956. void test3function (void_ptr arg1, void_func arg2)
  957. #else
  958. void test3function (arg1, arg2)
  959.      void_ptr arg1;
  960.      void_func arg2;
  961. #endif
  962. {
  963.   char * locptr = (char *) arg1; /* check casting to and from void * */
  964.   arg1 = (void *) locptr;
  965.   (*arg2) (1, 2); /* check call of fcn returning void */
  966. }
  967. int main() {
  968.  
  969. ; return 0; }
  970. EOF
  971. if { (eval echo configure:1072: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  972.   rm -rf conftest*
  973.   echo "$ac_t""yes" 1>&6
  974. else
  975.   echo "configure: failed program was:" >&5
  976.   cat conftest.$ac_ext >&5
  977.   rm -rf conftest*
  978.   echo "$ac_t""no" 1>&6
  979. cat >> confdefs.h <<EOF
  980. #define void char
  981. EOF
  982. fi
  983. rm -f conftest*
  984. echo $ac_n "checking for working const""... $ac_c" 1>&6
  985. echo "configure:1088: checking for working const" >&5
  986. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  987.   echo $ac_n "(cached) $ac_c" 1>&6
  988. else
  989.   cat > conftest.$ac_ext <<EOF
  990. #line 1093 "configure"
  991. #include "confdefs.h"
  992. int main() {
  993. /* Ultrix mips cc rejects this.  */
  994. typedef int charset[2]; const charset x;
  995. /* SunOS 4.1.1 cc rejects this.  */
  996. char const *const *ccp;
  997. char **p;
  998. /* NEC SVR4.0.2 mips cc rejects this.  */
  999. struct point {int x, y;};
  1000. static struct point const zero = {0,0};
  1001. /* AIX XL C 1.02.0.0 rejects this.
  1002.    It does not let you subtract one const X* pointer from another in an arm
  1003.    of an if-expression whose if-part is not a constant expression */
  1004. const char *g = "string";
  1005. ccp = &g + (g ? g-g : 0);
  1006. /* HPUX 7.0 cc rejects these. */
  1007. ++ccp;
  1008. p = (char**) ccp;
  1009. ccp = (char const *const *) p;
  1010. { /* SCO 3.2v4 cc rejects this.  */
  1011.   char *t;
  1012.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1013.   *t++ = 0;
  1014. }
  1015. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1016.   int x[] = {25, 17};
  1017.   const int *foo = &x[0];
  1018.   ++foo;
  1019. }
  1020. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1021.   typedef const int *iptr;
  1022.   iptr p = 0;
  1023.   ++p;
  1024. }
  1025. { /* AIX XL C 1.02.0.0 rejects this saying
  1026.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1027.   struct s { int j; const int *ap[3]; };
  1028.   struct s *b; b->j = 5;
  1029. }
  1030. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1031.   const int foo = 10;
  1032. }
  1033. ; return 0; }
  1034. EOF
  1035. if { (eval echo configure:1142: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1036.   rm -rf conftest*
  1037.   ac_cv_c_const=yes
  1038. else
  1039.   echo "configure: failed program was:" >&5
  1040.   cat conftest.$ac_ext >&5
  1041.   rm -rf conftest*
  1042.   ac_cv_c_const=no
  1043. fi
  1044. rm -f conftest*
  1045. fi
  1046. echo "$ac_t""$ac_cv_c_const" 1>&6
  1047. if test $ac_cv_c_const = no; then
  1048.   cat >> confdefs.h <<EOF
  1049. #define const 
  1050. EOF
  1051. fi
  1052. echo $ac_n "checking for inline""... $ac_c" 1>&6
  1053. echo "configure:1163: checking for inline" >&5
  1054. ijg_cv_inline=""
  1055. cat > conftest.$ac_ext <<EOF
  1056. #line 1166 "configure"
  1057. #include "confdefs.h"
  1058. int main() {
  1059. } __inline__ int foo() { return 0; }
  1060. int bar() { return foo();
  1061. ; return 0; }
  1062. EOF
  1063. if { (eval echo configure:1174: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1064.   rm -rf conftest*
  1065.   ijg_cv_inline="__inline__"
  1066. else
  1067.   echo "configure: failed program was:" >&5
  1068.   cat conftest.$ac_ext >&5
  1069.   rm -rf conftest*
  1070.   cat > conftest.$ac_ext <<EOF
  1071. #line 1182 "configure"
  1072. #include "confdefs.h"
  1073. int main() {
  1074. } __inline int foo() { return 0; }
  1075. int bar() { return foo();
  1076. ; return 0; }
  1077. EOF
  1078. if { (eval echo configure:1190: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1079.   rm -rf conftest*
  1080.   ijg_cv_inline="__inline"
  1081. else
  1082.   echo "configure: failed program was:" >&5
  1083.   cat conftest.$ac_ext >&5
  1084.   rm -rf conftest*
  1085.   cat > conftest.$ac_ext <<EOF
  1086. #line 1198 "configure"
  1087. #include "confdefs.h"
  1088. int main() {
  1089. } inline int foo() { return 0; }
  1090. int bar() { return foo();
  1091. ; return 0; }
  1092. EOF
  1093. if { (eval echo configure:1206: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1094.   rm -rf conftest*
  1095.   ijg_cv_inline="inline"
  1096. else
  1097.   echo "configure: failed program was:" >&5
  1098.   cat conftest.$ac_ext >&5
  1099. fi
  1100. rm -f conftest*
  1101. fi
  1102. rm -f conftest*
  1103. fi
  1104. rm -f conftest*
  1105. echo "$ac_t""$ijg_cv_inline" 1>&6
  1106. cat >> confdefs.h <<EOF
  1107. #define INLINE $ijg_cv_inline
  1108. EOF
  1109. echo $ac_n "checking for broken incomplete types""... $ac_c" 1>&6
  1110. echo "configure:1224: checking for broken incomplete types" >&5
  1111. cat > conftest.$ac_ext <<EOF
  1112. #line 1226 "configure"
  1113. #include "confdefs.h"
  1114.  typedef struct undefined_structure * undef_struct_ptr; 
  1115. int main() {
  1116. ; return 0; }
  1117. EOF
  1118. if { (eval echo configure:1233: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1119.   rm -rf conftest*
  1120.   echo "$ac_t""ok" 1>&6
  1121. else
  1122.   echo "configure: failed program was:" >&5
  1123.   cat conftest.$ac_ext >&5
  1124.   rm -rf conftest*
  1125.   echo "$ac_t""broken" 1>&6
  1126. cat >> confdefs.h <<EOF
  1127. #define INCOMPLETE_TYPES_BROKEN 
  1128. EOF
  1129. fi
  1130. rm -f conftest*
  1131. echo $ac_n "checking for short external names""... $ac_c" 1>&6
  1132. echo "configure:1248: checking for short external names" >&5
  1133. cat > conftest.$ac_ext <<EOF
  1134. #line 1250 "configure"
  1135. #include "confdefs.h"
  1136. int possibly_duplicate_function () { return 0; }
  1137. int possibly_dupli_function () { return 1; }
  1138. int main() {
  1139.  
  1140. ; return 0; }
  1141. EOF
  1142. if { (eval echo configure:1260: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1143.   rm -rf conftest*
  1144.   echo "$ac_t""ok" 1>&6
  1145. else
  1146.   echo "configure: failed program was:" >&5
  1147.   cat conftest.$ac_ext >&5
  1148.   rm -rf conftest*
  1149.   echo "$ac_t""short" 1>&6
  1150. cat >> confdefs.h <<EOF
  1151. #define NEED_SHORT_EXTERNAL_NAMES 
  1152. EOF
  1153. fi
  1154. rm -f conftest*
  1155. echo $ac_n "checking to see if char is signed""... $ac_c" 1>&6
  1156. echo "configure:1275: checking to see if char is signed" >&5
  1157. if test "$cross_compiling" = yes; then
  1158.   echo Assuming that char is signed on target machine.
  1159. echo If it is unsigned, this will be a little bit inefficient.
  1160. else
  1161.   cat > conftest.$ac_ext <<EOF
  1162. #line 1282 "configure"
  1163. #include "confdefs.h"
  1164. #ifdef HAVE_PROTOTYPES
  1165. int is_char_signed (int arg)
  1166. #else
  1167. int is_char_signed (arg)
  1168.      int arg;
  1169. #endif
  1170. {
  1171.   if (arg == 189) { /* expected result for unsigned char */
  1172.     return 0; /* type char is unsigned */
  1173.   }
  1174.   else if (arg != -67) { /* expected result for signed char */
  1175.     printf("Hmm, it seems 'char' is not eight bits wide on your machine.n");
  1176.     printf("I fear the JPEG software will not work at all.nn");
  1177.   }
  1178.   return 1; /* assume char is signed otherwise */
  1179. }
  1180. char signed_char_check = (char) (-67);
  1181. main() {
  1182.   exit(is_char_signed((int) signed_char_check));
  1183. }
  1184. EOF
  1185. if { (eval echo configure:1306: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1186. then
  1187.   echo "$ac_t""no" 1>&6
  1188. cat >> confdefs.h <<EOF
  1189. #define CHAR_IS_UNSIGNED 
  1190. EOF
  1191. else
  1192.   echo "configure: failed program was:" >&5
  1193.   cat conftest.$ac_ext >&5
  1194.   rm -fr conftest*
  1195.   echo "$ac_t""yes" 1>&6
  1196. fi
  1197. rm -fr conftest*
  1198. fi
  1199. echo $ac_n "checking to see if right shift is signed""... $ac_c" 1>&6
  1200. echo "configure:1323: checking to see if right shift is signed" >&5
  1201. if test "$cross_compiling" = yes; then
  1202.   echo "$ac_t""Assuming that right shift is signed on target machine." 1>&6
  1203. else
  1204.   cat > conftest.$ac_ext <<EOF
  1205. #line 1328 "configure"
  1206. #include "confdefs.h"
  1207. #ifdef HAVE_PROTOTYPES
  1208. int is_shifting_signed (long arg)
  1209. #else
  1210. int is_shifting_signed (arg)
  1211.      long arg;
  1212. #endif
  1213. /* See whether right-shift on a long is signed or not. */
  1214. {
  1215.   long res = arg >> 4;
  1216.   if (res == -0x7F7E80CL) { /* expected result for signed shift */
  1217.     return 1; /* right shift is signed */
  1218.   }
  1219.   /* see if unsigned-shift hack will fix it. */
  1220.   /* we can't just test exact value since it depends on width of long... */
  1221.   res |= (~0L) << (32-4);
  1222.   if (res == -0x7F7E80CL) { /* expected result now? */
  1223.     return 0; /* right shift is unsigned */
  1224.   }
  1225.   printf("Right shift isn't acting as I expect it to.n");
  1226.   printf("I fear the JPEG software will not work at all.nn");
  1227.   return 0; /* try it with unsigned anyway */
  1228. }
  1229. main() {
  1230.   exit(is_shifting_signed(-0x7F7E80B1L));
  1231. }
  1232. EOF
  1233. if { (eval echo configure:1358: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1234. then
  1235.   echo "$ac_t""no" 1>&6
  1236. cat >> confdefs.h <<EOF
  1237. #define RIGHT_SHIFT_IS_UNSIGNED 
  1238. EOF
  1239. else
  1240.   echo "configure: failed program was:" >&5
  1241.   cat conftest.$ac_ext >&5
  1242.   rm -fr conftest*
  1243.   echo "$ac_t""yes" 1>&6
  1244. fi
  1245. rm -fr conftest*
  1246. fi
  1247. echo $ac_n "checking to see if fopen accepts b spec""... $ac_c" 1>&6
  1248. echo "configure:1375: checking to see if fopen accepts b spec" >&5
  1249. if test "$cross_compiling" = yes; then
  1250.   echo "$ac_t""Assuming that it does." 1>&6
  1251. else
  1252.   cat > conftest.$ac_ext <<EOF
  1253. #line 1380 "configure"
  1254. #include "confdefs.h"
  1255. #include <stdio.h>
  1256. main() {
  1257.   if (fopen("conftestdata", "wb") != NULL)
  1258.     exit(0);
  1259.   exit(1);
  1260. }
  1261. EOF
  1262. if { (eval echo configure:1390: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1263. then
  1264.   echo "$ac_t""yes" 1>&6
  1265. else
  1266.   echo "configure: failed program was:" >&5
  1267.   cat conftest.$ac_ext >&5
  1268.   rm -fr conftest*
  1269.   echo "$ac_t""no" 1>&6
  1270. cat >> confdefs.h <<EOF
  1271. #define DONT_USE_B_MODE 
  1272. EOF
  1273. fi
  1274. rm -fr conftest*
  1275. fi
  1276. ac_aux_dir=
  1277. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1278.   if test -f $ac_dir/install-sh; then
  1279.     ac_aux_dir=$ac_dir
  1280.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1281.     break
  1282.   elif test -f $ac_dir/install.sh; then
  1283.     ac_aux_dir=$ac_dir
  1284.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1285.     break
  1286.   fi
  1287. done
  1288. if test -z "$ac_aux_dir"; then
  1289.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  1290. fi
  1291. ac_config_guess=$ac_aux_dir/config.guess
  1292. ac_config_sub=$ac_aux_dir/config.sub
  1293. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  1294. # Find a good install program.  We prefer a C program (faster),
  1295. # so one script is as good as another.  But avoid the broken or
  1296. # incompatible versions:
  1297. # SysV /etc/install, /usr/sbin/install
  1298. # SunOS /usr/etc/install
  1299. # IRIX /sbin/install
  1300. # AIX /bin/install
  1301. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1302. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1303. # ./install, which can be erroneously created by make from ./install.sh.
  1304. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1305. echo "configure:1436: checking for a BSD compatible install" >&5
  1306. if test -z "$INSTALL"; then
  1307. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  1308.   echo $ac_n "(cached) $ac_c" 1>&6
  1309. else
  1310.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  1311.   for ac_dir in $PATH; do
  1312.     # Account for people who put trailing slashes in PATH elements.
  1313.     case "$ac_dir/" in
  1314.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1315.     *)
  1316.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1317.       for ac_prog in ginstall installbsd scoinst install; do
  1318.         if test -f $ac_dir/$ac_prog; then
  1319.   if test $ac_prog = install &&
  1320.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1321.     # AIX install.  It has an incompatible calling convention.
  1322.     # OSF/1 installbsd also uses dspmsg, but is usable.
  1323.     :
  1324.   else
  1325.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  1326.     break 2
  1327.   fi
  1328. fi
  1329.       done
  1330.       ;;
  1331.     esac
  1332.   done
  1333.   IFS="$ac_save_IFS"
  1334. fi
  1335.   if test "${ac_cv_path_install+set}" = set; then
  1336.     INSTALL="$ac_cv_path_install"
  1337.   else
  1338.     # As a last resort, use the slow shell script.  We don't cache a
  1339.     # path for INSTALL within a source directory, because that will
  1340.     # break other packages using the cache if that directory is
  1341.     # removed, or if the path is relative.
  1342.     INSTALL="$ac_install_sh"
  1343.   fi
  1344. fi
  1345. echo "$ac_t""$INSTALL" 1>&6
  1346. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1347. # It thinks the first close brace ends the variable substitution.
  1348. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1349. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1350. # Extract the first word of "ranlib", so it can be a program name with args.
  1351. set dummy ranlib; ac_word=$2
  1352. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1353. echo "configure:1488: checking for $ac_word" >&5
  1354. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  1355.   echo $ac_n "(cached) $ac_c" 1>&6
  1356. else
  1357.   if test -n "$RANLIB"; then
  1358.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1359. else
  1360.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1361.   for ac_dir in $PATH; do
  1362.     test -z "$ac_dir" && ac_dir=.
  1363.     if test -f $ac_dir/$ac_word; then
  1364.       ac_cv_prog_RANLIB="ranlib"
  1365.       break
  1366.     fi
  1367.   done
  1368.   IFS="$ac_save_ifs"
  1369.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1370. fi
  1371. fi
  1372. RANLIB="$ac_cv_prog_RANLIB"
  1373. if test -n "$RANLIB"; then
  1374.   echo "$ac_t""$RANLIB" 1>&6
  1375. else
  1376.   echo "$ac_t""no" 1>&6
  1377. fi
  1378. # Decide whether to use libtool,
  1379. # and if so whether to build shared, static, or both flavors of library.
  1380. LTSHARED="no"
  1381. # Check whether --enable-shared or --disable-shared was given.
  1382. if test "${enable_shared+set}" = set; then
  1383.   enableval="$enable_shared"
  1384.   LTSHARED="$enableval"
  1385. fi
  1386. LTSTATIC="no"
  1387. # Check whether --enable-static or --disable-static was given.
  1388. if test "${enable_static+set}" = set; then
  1389.   enableval="$enable_static"
  1390.   LTSTATIC="$enableval"
  1391. fi
  1392. if test "x$LTSHARED" != xno  -o  "x$LTSTATIC" != xno; then
  1393.   USELIBTOOL="yes"
  1394.   LIBTOOL="./libtool"
  1395.   O="lo"
  1396.   A="la"
  1397.   LN='$(LIBTOOL) --mode=link $(CC)'
  1398.   INSTALL_LIB='$(LIBTOOL) --mode=install ${INSTALL}'
  1399.   INSTALL_PROGRAM="$(LIBTOOL) --mode=install $INSTALL_PROGRAM"
  1400. else
  1401.   USELIBTOOL="no"
  1402.   LIBTOOL=""
  1403.   O="o"
  1404.   A="a"
  1405.   LN='$(CC)'
  1406.   INSTALL_LIB="$INSTALL_DATA"
  1407. fi
  1408. # Configure libtool if needed.
  1409. if test $USELIBTOOL = yes; then
  1410.   disable_shared=
  1411.   disable_static=
  1412.   if test "x$LTSHARED" = xno; then
  1413.     disable_shared="--disable-shared"
  1414.   fi
  1415.   if test "x$LTSTATIC" = xno; then
  1416.     disable_static="--disable-static"
  1417.   fi
  1418.   $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh
  1419. fi
  1420. # Select memory manager depending on user input.
  1421. # If no "-enable-maxmem", use jmemnobs
  1422. MEMORYMGR='jmemnobs.$(O)'
  1423. MAXMEM="no"
  1424. # Check whether --enable-maxmem or --disable-maxmem was given.
  1425. if test "${enable_maxmem+set}" = set; then
  1426.   enableval="$enable_maxmem"
  1427.   MAXMEM="$enableval"
  1428. fi
  1429. # support --with-maxmem for backwards compatibility with IJG V5.
  1430. # Check whether --with-maxmem or --without-maxmem was given.
  1431. if test "${with_maxmem+set}" = set; then
  1432.   withval="$with_maxmem"
  1433.   MAXMEM="$withval"
  1434. fi
  1435. if test "x$MAXMEM" = xyes; then
  1436.   MAXMEM=1
  1437. fi
  1438. if test "x$MAXMEM" != xno; then
  1439.   if test -n "`echo $MAXMEM | sed 's/[0-9]//g'`"; then
  1440.     { echo "configure: error: non-numeric argument to --enable-maxmem" 1>&2; exit 1; }
  1441.   fi
  1442.   DEFAULTMAXMEM=`expr $MAXMEM * 1048576`
  1443. cat >> confdefs.h <<EOF
  1444. #define DEFAULT_MAX_MEM ${DEFAULTMAXMEM}
  1445. EOF
  1446. echo $ac_n "checking for 'tmpfile()'""... $ac_c" 1>&6
  1447. echo "configure:1596: checking for 'tmpfile()'" >&5
  1448. cat > conftest.$ac_ext <<EOF
  1449. #line 1598 "configure"
  1450. #include "confdefs.h"
  1451. #include <stdio.h>
  1452. int main() {
  1453.  FILE * tfile = tmpfile(); 
  1454. ; return 0; }
  1455. EOF
  1456. if { (eval echo configure:1605: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1457.   rm -rf conftest*
  1458.   echo "$ac_t""yes" 1>&6
  1459. MEMORYMGR='jmemansi.$(O)'
  1460. else
  1461.   echo "configure: failed program was:" >&5
  1462.   cat conftest.$ac_ext >&5
  1463.   rm -rf conftest*
  1464.   echo "$ac_t""no" 1>&6
  1465. MEMORYMGR='jmemname.$(O)'
  1466. cat >> confdefs.h <<EOF
  1467. #define NEED_SIGNAL_CATCHER 
  1468. EOF
  1469. echo $ac_n "checking for 'mktemp()'""... $ac_c" 1>&6
  1470. echo "configure:1620: checking for 'mktemp()'" >&5
  1471. cat > conftest.$ac_ext <<EOF
  1472. #line 1622 "configure"
  1473. #include "confdefs.h"
  1474. int main() {
  1475.  char fname[80]; mktemp(fname); 
  1476. ; return 0; }
  1477. EOF
  1478. if { (eval echo configure:1629: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1479.   rm -rf conftest*
  1480.   echo "$ac_t""yes" 1>&6
  1481. else
  1482.   echo "configure: failed program was:" >&5
  1483.   cat conftest.$ac_ext >&5
  1484.   rm -rf conftest*
  1485.   echo "$ac_t""no" 1>&6
  1486. cat >> confdefs.h <<EOF
  1487. #define NO_MKTEMP 
  1488. EOF
  1489. fi
  1490. rm -f conftest*
  1491. fi
  1492. rm -f conftest*
  1493. fi
  1494. # Extract the library version ID from jpeglib.h.
  1495. echo $ac_n "checking libjpeg version number""... $ac_c" 1>&6
  1496. echo "configure:1650: checking libjpeg version number" >&5
  1497. JPEG_LIB_VERSION=`sed -e '/^#define JPEG_LIB_VERSION/!d' -e 's/^[^0-9]*([0-9][0-9]*).*$/1/' $srcdir/jpeglib.h`
  1498. echo "$ac_t""$JPEG_LIB_VERSION" 1>&6
  1499. # Prepare to massage makefile.cfg correctly.
  1500. if test $ijg_cv_have_prototypes = yes; then
  1501.   A2K_DEPS=""
  1502.   COM_A2K="# "
  1503. else
  1504.   A2K_DEPS="ansi2knr"
  1505.   COM_A2K=""
  1506. fi
  1507. # ansi2knr needs -DBSD if string.h is missing
  1508. if test $ac_cv_header_string_h = no; then
  1509.   ANSI2KNRFLAGS="-DBSD"
  1510. else
  1511.   ANSI2KNRFLAGS=""
  1512. fi
  1513. # Substitutions to enable or disable libtool-related stuff
  1514. if test $USELIBTOOL = yes -a $ijg_cv_have_prototypes = yes; then
  1515.   COM_LT=""
  1516. else
  1517.   COM_LT="# "
  1518. fi
  1519. if test "x$LTSHARED" != xno; then
  1520.   FORCE_INSTALL_LIB="install-lib"
  1521. else
  1522.   FORCE_INSTALL_LIB=""
  1523. fi
  1524. # Set up -I directives
  1525. if test "x$srcdir" = x.; then
  1526.   INCLUDEFLAGS='-I$(srcdir)'
  1527. else
  1528.   INCLUDEFLAGS='-I. -I$(srcdir)'
  1529. fi
  1530. trap '' 1 2 15
  1531. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1532. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1533. # Let make expand exec_prefix.
  1534. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1535. # Any assignment to VPATH causes Sun make to only execute
  1536. # the first set of double-colon rules, so remove it if not needed.
  1537. # If there is a colon in the path, we need to keep it.
  1538. if test "x$srcdir" = x.; then
  1539.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1540. fi
  1541. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1542. DEFS=-DHAVE_CONFIG_H
  1543. # Without the "./", some shells look in PATH for config.status.
  1544. : ${CONFIG_STATUS=./config.status}
  1545. echo creating $CONFIG_STATUS
  1546. rm -f $CONFIG_STATUS
  1547. cat > $CONFIG_STATUS <<EOF
  1548. #! /bin/sh
  1549. # Generated automatically by configure.
  1550. # Run this file to recreate the current configuration.
  1551. # This directory was configured as follows,
  1552. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1553. #
  1554. # $0 $ac_configure_args
  1555. #
  1556. # Compiler output produced by configure, useful for debugging
  1557. # configure, is in ./config.log if it exists.
  1558. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1559. for ac_option
  1560. do
  1561.   case "$ac_option" in
  1562.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1563.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1564.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1565.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1566.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  1567.     exit 0 ;;
  1568.   -help | --help | --hel | --he | --h)
  1569.     echo "$ac_cs_usage"; exit 0 ;;
  1570.   *) echo "$ac_cs_usage"; exit 1 ;;
  1571.   esac
  1572. done
  1573. ac_given_srcdir=$srcdir
  1574. ac_given_INSTALL="$INSTALL"
  1575. trap 'rm -fr `echo "Makefile:makefile.cfg jconfig.h:jconfig.cfg" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1576. EOF
  1577. cat >> $CONFIG_STATUS <<EOF
  1578. # Protect against being on the right side of a sed subst in config.status.
  1579. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1580.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1581. $ac_vpsub
  1582. $extrasub
  1583. s%@CFLAGS@%$CFLAGS%g
  1584. s%@CPPFLAGS@%$CPPFLAGS%g
  1585. s%@CXXFLAGS@%$CXXFLAGS%g
  1586. s%@DEFS@%$DEFS%g
  1587. s%@LDFLAGS@%$LDFLAGS%g
  1588. s%@LIBS@%$LIBS%g
  1589. s%@exec_prefix@%$exec_prefix%g
  1590. s%@prefix@%$prefix%g
  1591. s%@program_transform_name@%$program_transform_name%g
  1592. s%@bindir@%$bindir%g
  1593. s%@sbindir@%$sbindir%g
  1594. s%@libexecdir@%$libexecdir%g
  1595. s%@datadir@%$datadir%g
  1596. s%@sysconfdir@%$sysconfdir%g
  1597. s%@sharedstatedir@%$sharedstatedir%g
  1598. s%@localstatedir@%$localstatedir%g
  1599. s%@libdir@%$libdir%g
  1600. s%@includedir@%$includedir%g
  1601. s%@oldincludedir@%$oldincludedir%g
  1602. s%@infodir@%$infodir%g
  1603. s%@mandir@%$mandir%g
  1604. s%@CC@%$CC%g
  1605. s%@CPP@%$CPP%g
  1606. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1607. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1608. s%@RANLIB@%$RANLIB%g
  1609. s%@LIBTOOL@%$LIBTOOL%g
  1610. s%@O@%$O%g
  1611. s%@A@%$A%g
  1612. s%@LN@%$LN%g
  1613. s%@INSTALL_LIB@%$INSTALL_LIB%g
  1614. s%@MEMORYMGR@%$MEMORYMGR%g
  1615. s%@JPEG_LIB_VERSION@%$JPEG_LIB_VERSION%g
  1616. s%@A2K_DEPS@%$A2K_DEPS%g
  1617. s%@COM_A2K@%$COM_A2K%g
  1618. s%@ANSI2KNRFLAGS@%$ANSI2KNRFLAGS%g
  1619. s%@COM_LT@%$COM_LT%g
  1620. s%@FORCE_INSTALL_LIB@%$FORCE_INSTALL_LIB%g
  1621. s%@INCLUDEFLAGS@%$INCLUDEFLAGS%g
  1622. CEOF
  1623. EOF
  1624. cat >> $CONFIG_STATUS <<EOF
  1625. # Split the substitutions into bite-sized pieces for seds with
  1626. # small command number limits, like on Digital OSF/1 and HP-UX.
  1627. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1628. ac_file=1 # Number of current file.
  1629. ac_beg=1 # First line for current file.
  1630. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1631. ac_more_lines=:
  1632. ac_sed_cmds=""
  1633. while $ac_more_lines; do
  1634.   if test $ac_beg -gt 1; then
  1635.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1636.   else
  1637.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1638.   fi
  1639.   if test ! -s conftest.s$ac_file; then
  1640.     ac_more_lines=false
  1641.     rm -f conftest.s$ac_file
  1642.   else
  1643.     if test -z "$ac_sed_cmds"; then
  1644.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1645.     else
  1646.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1647.     fi
  1648.     ac_file=`expr $ac_file + 1`
  1649.     ac_beg=$ac_end
  1650.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1651.   fi
  1652. done
  1653. if test -z "$ac_sed_cmds"; then
  1654.   ac_sed_cmds=cat
  1655. fi
  1656. EOF
  1657. cat >> $CONFIG_STATUS <<EOF
  1658. CONFIG_FILES=${CONFIG_FILES-"Makefile:makefile.cfg"}
  1659. EOF
  1660. cat >> $CONFIG_STATUS <<EOF
  1661. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1662.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1663.   case "$ac_file" in
  1664.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1665.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1666.   *) ac_file_in="${ac_file}.in" ;;
  1667.   esac
  1668.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1669.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1670.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1671.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1672.     # The file is in a subdirectory.
  1673.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1674.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1675.     # A "../" for each directory in $ac_dir_suffix.
  1676.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1677.   else
  1678.     ac_dir_suffix= ac_dots=
  1679.   fi
  1680.   case "$ac_given_srcdir" in
  1681.   .)  srcdir=.
  1682.       if test -z "$ac_dots"; then top_srcdir=.
  1683.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1684.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1685.   *) # Relative path.
  1686.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1687.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1688.   esac
  1689.   case "$ac_given_INSTALL" in
  1690.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1691.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1692.   esac
  1693.   echo creating "$ac_file"
  1694.   rm -f "$ac_file"
  1695.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1696.   case "$ac_file" in
  1697.   *Makefile*) ac_comsub="1i\
  1698. # $configure_input" ;;
  1699.   *) ac_comsub= ;;
  1700.   esac
  1701.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1702.   sed -e "$ac_comsub
  1703. s%@configure_input@%$configure_input%g
  1704. s%@srcdir@%$srcdir%g
  1705. s%@top_srcdir@%$top_srcdir%g
  1706. s%@INSTALL@%$INSTALL%g
  1707. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1708. fi; done
  1709. rm -f conftest.s*
  1710. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1711. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1712. #
  1713. # ac_d sets the value in "#define NAME VALUE" lines.
  1714. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1715. ac_dB='([  ][  ]*)[^  ]*%1#2'
  1716. ac_dC='3'
  1717. ac_dD='%g'
  1718. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1719. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1720. ac_uB='([  ])%1#2define3'
  1721. ac_uC=' '
  1722. ac_uD='4%g'
  1723. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1724. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1725. ac_eB='$%1#2define3'
  1726. ac_eC=' '
  1727. ac_eD='%g'
  1728. if test "${CONFIG_HEADERS+set}" != set; then
  1729. EOF
  1730. cat >> $CONFIG_STATUS <<EOF
  1731.   CONFIG_HEADERS="jconfig.h:jconfig.cfg"
  1732. EOF
  1733. cat >> $CONFIG_STATUS <<EOF
  1734. fi
  1735. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1736.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1737.   case "$ac_file" in
  1738.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1739.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1740.   *) ac_file_in="${ac_file}.in" ;;
  1741.   esac
  1742.   echo creating $ac_file
  1743.   rm -f conftest.frag conftest.in conftest.out
  1744.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1745.   cat $ac_file_inputs > conftest.in
  1746. EOF
  1747. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1748. # the proper values into config.h.in to produce config.h.  And first:
  1749. # Protect against being on the right side of a sed subst in config.status.
  1750. # Protect against being in an unquoted here document in config.status.
  1751. rm -f conftest.vals
  1752. cat > conftest.hdr <<EOF
  1753. s/[\&%]/\&/g
  1754. s%[\$`]%\&%g
  1755. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  1756. s%ac_d%ac_u%gp
  1757. s%ac_u%ac_e%gp
  1758. EOF
  1759. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1760. rm -f conftest.hdr
  1761. # This sed command replaces #undef with comments.  This is necessary, for
  1762. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1763. # on some systems where configure will not decide to define it.
  1764. cat >> conftest.vals <<EOF
  1765. EOF
  1766. # Break up conftest.vals because some shells have a limit on
  1767. # the size of here documents, and old seds have small limits too.
  1768. rm -f conftest.tail
  1769. while :
  1770. do
  1771.   ac_lines=`grep -c . conftest.vals`
  1772.   # grep -c gives empty output for an empty file on some AIX systems.
  1773.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1774.   # Write a limited-size here document to conftest.frag.
  1775.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1776.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1777.   echo 'CEOF
  1778.   sed -f conftest.frag conftest.in > conftest.out
  1779.   rm -f conftest.in
  1780.   mv conftest.out conftest.in
  1781. ' >> $CONFIG_STATUS
  1782.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1783.   rm -f conftest.vals
  1784.   mv conftest.tail conftest.vals
  1785. done
  1786. rm -f conftest.vals
  1787. cat >> $CONFIG_STATUS <<EOF
  1788.   rm -f conftest.frag conftest.h
  1789.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1790.   cat conftest.in >> conftest.h
  1791.   rm -f conftest.in
  1792.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1793.     echo "$ac_file is unchanged"
  1794.     rm -f conftest.h
  1795.   else
  1796.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1797.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1798.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1799.       # The file is in a subdirectory.
  1800.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  1801.     fi
  1802.     rm -f $ac_file
  1803.     mv conftest.h $ac_file
  1804.   fi
  1805. fi; done
  1806. EOF
  1807. cat >> $CONFIG_STATUS <<EOF
  1808. EOF
  1809. cat >> $CONFIG_STATUS <<EOF
  1810. exit 0
  1811. EOF
  1812. chmod +x $CONFIG_STATUS
  1813. rm -fr confdefs* $ac_clean_files
  1814. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1