configure
上传用户:sorock1981
上传日期:2007-01-06
资源大小:73k
文件大小:59k
源码类别:

图片显示

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  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.   --with-png=DIR             location of png lib/inc"
  14. ac_help="$ac_help
  15.   --with-png-lib=DIR         location of png library"
  16. ac_help="$ac_help
  17.   --with-png-inc=DIR         location of the libpng include files"
  18. ac_help="$ac_help
  19.   --enable-TMPFILE           compile in TMPFILE support"
  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. SHELL=${CONFIG_SHELL-/bin/sh}
  57. # Maximum number of lines to put in a shell here document.
  58. ac_max_here_lines=12
  59. ac_prev=
  60. for ac_option
  61. do
  62.   # If the previous option needs an argument, assign it.
  63.   if test -n "$ac_prev"; then
  64.     eval "$ac_prev=$ac_option"
  65.     ac_prev=
  66.     continue
  67.   fi
  68.   case "$ac_option" in
  69.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  70.   *) ac_optarg= ;;
  71.   esac
  72.   # Accept the important Cygnus configure options, so we can diagnose typos.
  73.   case "$ac_option" in
  74.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  75.     ac_prev=bindir ;;
  76.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  77.     bindir="$ac_optarg" ;;
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  83.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  84.     ac_prev=cache_file ;;
  85.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  86.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  87.     cache_file="$ac_optarg" ;;
  88.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  89.     ac_prev=datadir ;;
  90.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  91.   | --da=*)
  92.     datadir="$ac_optarg" ;;
  93.   -disable-* | --disable-*)
  94.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  95.     # Reject names that are not valid shell variable names.
  96.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  97.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  98.     fi
  99.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  100.     eval "enable_${ac_feature}=no" ;;
  101.   -enable-* | --enable-*)
  102.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  103.     # Reject names that are not valid shell variable names.
  104.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  105.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  106.     fi
  107.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  108.     case "$ac_option" in
  109.       *=*) ;;
  110.       *) ac_optarg=yes ;;
  111.     esac
  112.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  113.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  114.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  115.   | --exec | --exe | --ex)
  116.     ac_prev=exec_prefix ;;
  117.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  118.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  119.   | --exec=* | --exe=* | --ex=*)
  120.     exec_prefix="$ac_optarg" ;;
  121.   -gas | --gas | --ga | --g)
  122.     # Obsolete; use --with-gas.
  123.     with_gas=yes ;;
  124.   -help | --help | --hel | --he)
  125.     # Omit some internal or obsolete options to make the list less imposing.
  126.     # This message is too long to be a string in the A/UX 3.1 sh.
  127.     cat << EOF
  128. Usage: configure [options] [host]
  129. Options: [defaults in brackets after descriptions]
  130. Configuration:
  131.   --cache-file=FILE       cache test results in FILE
  132.   --help                  print this message
  133.   --no-create             do not create output files
  134.   --quiet, --silent       do not print `checking...' messages
  135.   --version               print the version of autoconf that created configure
  136. Directory and file names:
  137.   --prefix=PREFIX         install architecture-independent files in PREFIX
  138.                           [$ac_default_prefix]
  139.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  140.                           [same as prefix]
  141.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  142.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  143.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  144.   --datadir=DIR           read-only architecture-independent data in DIR
  145.                           [PREFIX/share]
  146.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  147.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  148.                           [PREFIX/com]
  149.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  150.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  151.   --includedir=DIR        C header files in DIR [PREFIX/include]
  152.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  153.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  154.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  155.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  156.   --program-prefix=PREFIX prepend PREFIX to installed program names
  157.   --program-suffix=SUFFIX append SUFFIX to installed program names
  158.   --program-transform-name=PROGRAM
  159.                           run sed PROGRAM on installed program names
  160. EOF
  161.     cat << EOF
  162. Host type:
  163.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  164.   --host=HOST             configure for HOST [guessed]
  165.   --target=TARGET         configure for TARGET [TARGET=HOST]
  166. Features and packages:
  167.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  168.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  169.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  170.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  171.   --x-includes=DIR        X include files are in DIR
  172.   --x-libraries=DIR       X library files are in DIR
  173. EOF
  174.     if test -n "$ac_help"; then
  175.       echo "--enable and --with options recognized:$ac_help"
  176.     fi
  177.     exit 0 ;;
  178.   -host | --host | --hos | --ho)
  179.     ac_prev=host ;;
  180.   -host=* | --host=* | --hos=* | --ho=*)
  181.     host="$ac_optarg" ;;
  182.   -includedir | --includedir | --includedi | --included | --include 
  183.   | --includ | --inclu | --incl | --inc)
  184.     ac_prev=includedir ;;
  185.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  186.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  187.     includedir="$ac_optarg" ;;
  188.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  189.     ac_prev=infodir ;;
  190.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  191.     infodir="$ac_optarg" ;;
  192.   -libdir | --libdir | --libdi | --libd)
  193.     ac_prev=libdir ;;
  194.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  195.     libdir="$ac_optarg" ;;
  196.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  197.   | --libexe | --libex | --libe)
  198.     ac_prev=libexecdir ;;
  199.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  200.   | --libexe=* | --libex=* | --libe=*)
  201.     libexecdir="$ac_optarg" ;;
  202.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  203.   | --localstate | --localstat | --localsta | --localst 
  204.   | --locals | --local | --loca | --loc | --lo)
  205.     ac_prev=localstatedir ;;
  206.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  207.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  208.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  209.     localstatedir="$ac_optarg" ;;
  210.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  211.     ac_prev=mandir ;;
  212.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  213.     mandir="$ac_optarg" ;;
  214.   -nfp | --nfp | --nf)
  215.     # Obsolete; use --without-fp.
  216.     with_fp=no ;;
  217.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  218.   | --no-cr | --no-c)
  219.     no_create=yes ;;
  220.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  221.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  222.     no_recursion=yes ;;
  223.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  224.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  225.   | --oldin | --oldi | --old | --ol | --o)
  226.     ac_prev=oldincludedir ;;
  227.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  228.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  229.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  230.     oldincludedir="$ac_optarg" ;;
  231.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  232.     ac_prev=prefix ;;
  233.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  234.     prefix="$ac_optarg" ;;
  235.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  236.   | --program-pre | --program-pr | --program-p)
  237.     ac_prev=program_prefix ;;
  238.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  239.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  240.     program_prefix="$ac_optarg" ;;
  241.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  242.   | --program-suf | --program-su | --program-s)
  243.     ac_prev=program_suffix ;;
  244.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  245.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  246.     program_suffix="$ac_optarg" ;;
  247.   -program-transform-name | --program-transform-name 
  248.   | --program-transform-nam | --program-transform-na 
  249.   | --program-transform-n | --program-transform- 
  250.   | --program-transform | --program-transfor 
  251.   | --program-transfo | --program-transf 
  252.   | --program-trans | --program-tran 
  253.   | --progr-tra | --program-tr | --program-t)
  254.     ac_prev=program_transform_name ;;
  255.   -program-transform-name=* | --program-transform-name=* 
  256.   | --program-transform-nam=* | --program-transform-na=* 
  257.   | --program-transform-n=* | --program-transform-=* 
  258.   | --program-transform=* | --program-transfor=* 
  259.   | --program-transfo=* | --program-transf=* 
  260.   | --program-trans=* | --program-tran=* 
  261.   | --progr-tra=* | --program-tr=* | --program-t=*)
  262.     program_transform_name="$ac_optarg" ;;
  263.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  264.   | -silent | --silent | --silen | --sile | --sil)
  265.     silent=yes ;;
  266.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  267.     ac_prev=sbindir ;;
  268.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  269.   | --sbi=* | --sb=*)
  270.     sbindir="$ac_optarg" ;;
  271.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  272.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  273.   | --sharedst | --shareds | --shared | --share | --shar 
  274.   | --sha | --sh)
  275.     ac_prev=sharedstatedir ;;
  276.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  277.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  278.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  279.   | --sha=* | --sh=*)
  280.     sharedstatedir="$ac_optarg" ;;
  281.   -site | --site | --sit)
  282.     ac_prev=site ;;
  283.   -site=* | --site=* | --sit=*)
  284.     site="$ac_optarg" ;;
  285.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  286.     ac_prev=srcdir ;;
  287.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  288.     srcdir="$ac_optarg" ;;
  289.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  290.   | --syscon | --sysco | --sysc | --sys | --sy)
  291.     ac_prev=sysconfdir ;;
  292.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  293.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  294.     sysconfdir="$ac_optarg" ;;
  295.   -target | --target | --targe | --targ | --tar | --ta | --t)
  296.     ac_prev=target ;;
  297.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  298.     target="$ac_optarg" ;;
  299.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  300.     verbose=yes ;;
  301.   -version | --version | --versio | --versi | --vers)
  302.     echo "configure generated by autoconf version 2.13"
  303.     exit 0 ;;
  304.   -with-* | --with-*)
  305.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  306.     # Reject names that are not valid shell variable names.
  307.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  308.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  309.     fi
  310.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  311.     case "$ac_option" in
  312.       *=*) ;;
  313.       *) ac_optarg=yes ;;
  314.     esac
  315.     eval "with_${ac_package}='$ac_optarg'" ;;
  316.   -without-* | --without-*)
  317.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  318.     # Reject names that are not valid shell variable names.
  319.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  320.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  321.     fi
  322.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  323.     eval "with_${ac_package}=no" ;;
  324.   --x)
  325.     # Obsolete; use --with-x.
  326.     with_x=yes ;;
  327.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  328.   | --x-incl | --x-inc | --x-in | --x-i)
  329.     ac_prev=x_includes ;;
  330.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  331.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  332.     x_includes="$ac_optarg" ;;
  333.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  334.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  335.     ac_prev=x_libraries ;;
  336.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  337.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  338.     x_libraries="$ac_optarg" ;;
  339.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  340.     ;;
  341.   *)
  342.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  343.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  344.     fi
  345.     if test "x$nonopt" != xNONE; then
  346.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  347.     fi
  348.     nonopt="$ac_option"
  349.     ;;
  350.   esac
  351. done
  352. if test -n "$ac_prev"; then
  353.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  354. fi
  355. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  356. # File descriptor usage:
  357. # 0 standard input
  358. # 1 file creation
  359. # 2 errors and warnings
  360. # 3 some systems may open it to /dev/tty
  361. # 4 used on the Kubota Titan
  362. # 6 checking for... messages and results
  363. # 5 compiler messages saved in config.log
  364. if test "$silent" = yes; then
  365.   exec 6>/dev/null
  366. else
  367.   exec 6>&1
  368. fi
  369. exec 5>./config.log
  370. echo "
  371. This file contains any messages produced by compilers while
  372. running configure, to aid debugging if configure makes a mistake.
  373. " 1>&5
  374. # Strip out --no-create and --no-recursion so they do not pile up.
  375. # Also quote any args containing shell metacharacters.
  376. ac_configure_args=
  377. for ac_arg
  378. do
  379.   case "$ac_arg" in
  380.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  381.   | --no-cr | --no-c) ;;
  382.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  383.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  384.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  385.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  386.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  387.   esac
  388. done
  389. # NLS nuisances.
  390. # Only set these to C if already set.  These must not be set unconditionally
  391. # because not all systems understand e.g. LANG=C (notably SCO).
  392. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  393. # Non-C LC_CTYPE values break the ctype check.
  394. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  395. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  396. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  397. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  398. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  399. rm -rf conftest* confdefs.h
  400. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  401. echo > confdefs.h
  402. # A filename unique to this package, relative to the directory that
  403. # configure is in, which we can look for to find out if srcdir is correct.
  404. ac_unique_file=gif2png.h
  405. # Find the source files, if location was not specified.
  406. if test -z "$srcdir"; then
  407.   ac_srcdir_defaulted=yes
  408.   # Try the directory containing this script, then its parent.
  409.   ac_prog=$0
  410.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  411.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  412.   srcdir=$ac_confdir
  413.   if test ! -r $srcdir/$ac_unique_file; then
  414.     srcdir=..
  415.   fi
  416. else
  417.   ac_srcdir_defaulted=no
  418. fi
  419. if test ! -r $srcdir/$ac_unique_file; then
  420.   if test "$ac_srcdir_defaulted" = yes; then
  421.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  422.   else
  423.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  424.   fi
  425. fi
  426. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  427. # Prefer explicitly selected file to automatically selected ones.
  428. if test -z "$CONFIG_SITE"; then
  429.   if test "x$prefix" != xNONE; then
  430.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  431.   else
  432.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  433.   fi
  434. fi
  435. for ac_site_file in $CONFIG_SITE; do
  436.   if test -r "$ac_site_file"; then
  437.     echo "loading site script $ac_site_file"
  438.     . "$ac_site_file"
  439.   fi
  440. done
  441. if test -r "$cache_file"; then
  442.   echo "loading cache $cache_file"
  443.   . $cache_file
  444. else
  445.   echo "creating cache $cache_file"
  446.   > $cache_file
  447. fi
  448. ac_ext=c
  449. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  450. ac_cpp='$CPP $CPPFLAGS'
  451. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  452. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  453. cross_compiling=$ac_cv_prog_cc_cross
  454. ac_exeext=
  455. ac_objext=o
  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. ac_aux_dir=
  468. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  469.   if test -f $ac_dir/install-sh; then
  470.     ac_aux_dir=$ac_dir
  471.     ac_install_sh="$ac_aux_dir/install-sh -c"
  472.     break
  473.   elif test -f $ac_dir/install.sh; then
  474.     ac_aux_dir=$ac_dir
  475.     ac_install_sh="$ac_aux_dir/install.sh -c"
  476.     break
  477.   fi
  478. done
  479. if test -z "$ac_aux_dir"; then
  480.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  481. fi
  482. ac_config_guess=$ac_aux_dir/config.guess
  483. ac_config_sub=$ac_aux_dir/config.sub
  484. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  485. # Find a good install program.  We prefer a C program (faster),
  486. # so one script is as good as another.  But avoid the broken or
  487. # incompatible versions:
  488. # SysV /etc/install, /usr/sbin/install
  489. # SunOS /usr/etc/install
  490. # IRIX /sbin/install
  491. # AIX /bin/install
  492. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  493. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  494. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  495. # ./install, which can be erroneously created by make from ./install.sh.
  496. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  497. echo "configure:564: checking for a BSD compatible install" >&5
  498. if test -z "$INSTALL"; then
  499. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  500.   echo $ac_n "(cached) $ac_c" 1>&6
  501. else
  502.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  503.   for ac_dir in $PATH; do
  504.     # Account for people who put trailing slashes in PATH elements.
  505.     case "$ac_dir/" in
  506.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  507.     *)
  508.       # OSF1 and SCO ODT 3.0 have their own names for install.
  509.       # Don't use installbsd from OSF since it installs stuff as root
  510.       # by default.
  511.       for ac_prog in ginstall scoinst install; do
  512.         if test -f $ac_dir/$ac_prog; then
  513.   if test $ac_prog = install &&
  514.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  515.     # AIX install.  It has an incompatible calling convention.
  516.     :
  517.   else
  518.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  519.     break 2
  520.   fi
  521. fi
  522.       done
  523.       ;;
  524.     esac
  525.   done
  526.   IFS="$ac_save_IFS"
  527. fi
  528.   if test "${ac_cv_path_install+set}" = set; then
  529.     INSTALL="$ac_cv_path_install"
  530.   else
  531.     # As a last resort, use the slow shell script.  We don't cache a
  532.     # path for INSTALL within a source directory, because that will
  533.     # break other packages using the cache if that directory is
  534.     # removed, or if the path is relative.
  535.     INSTALL="$ac_install_sh"
  536.   fi
  537. fi
  538. echo "$ac_t""$INSTALL" 1>&6
  539. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  540. # It thinks the first close brace ends the variable substitution.
  541. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  542. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  543. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  544. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  545. echo "configure:617: checking whether build environment is sane" >&5
  546. # Just in case
  547. sleep 1
  548. echo timestamp > conftestfile
  549. # Do `set' in a subshell so we don't clobber the current shell's
  550. # arguments.  Must try -L first in case configure is actually a
  551. # symlink; some systems play weird games with the mod time of symlinks
  552. # (eg FreeBSD returns the mod time of the symlink's containing
  553. # directory).
  554. if (
  555.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  556.    if test "$*" = "X"; then
  557.       # -L didn't work.
  558.       set X `ls -t $srcdir/configure conftestfile`
  559.    fi
  560.    if test "$*" != "X $srcdir/configure conftestfile" 
  561.       && test "$*" != "X conftestfile $srcdir/configure"; then
  562.       # If neither matched, then we have a broken ls.  This can happen
  563.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  564.       # broken ls alias from the environment.  This has actually
  565.       # happened.  Such a system could not be considered "sane".
  566.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  567. alias in your environment" 1>&2; exit 1; }
  568.    fi
  569.    test "$2" = conftestfile
  570.    )
  571. then
  572.    # Ok.
  573.    :
  574. else
  575.    { echo "configure: error: newly created file is older than distributed files!
  576. Check your system clock" 1>&2; exit 1; }
  577. fi
  578. rm -f conftest*
  579. echo "$ac_t""yes" 1>&6
  580. if test "$program_transform_name" = s,x,x,; then
  581.   program_transform_name=
  582. else
  583.   # Double any  or $.  echo might interpret backslashes.
  584.   cat <<EOF_SED > conftestsed
  585. s,\,\\,g; s,$,$$,g
  586. EOF_SED
  587.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  588.   rm -f conftestsed
  589. fi
  590. test "$program_prefix" != NONE &&
  591.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  592. # Use a double $ so make ignores it.
  593. test "$program_suffix" != NONE &&
  594.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  595. # sed with no file args requires a program.
  596. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  597. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  598. echo "configure:674: checking whether ${MAKE-make} sets ${MAKE}" >&5
  599. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  600. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  601.   echo $ac_n "(cached) $ac_c" 1>&6
  602. else
  603.   cat > conftestmake <<EOF
  604. all:
  605. @echo 'ac_maketemp="${MAKE}"'
  606. EOF
  607. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  608. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  609. if test -n "$ac_maketemp"; then
  610.   eval ac_cv_prog_make_${ac_make}_set=yes
  611. else
  612.   eval ac_cv_prog_make_${ac_make}_set=no
  613. fi
  614. rm -f conftestmake
  615. fi
  616. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  617.   echo "$ac_t""yes" 1>&6
  618.   SET_MAKE=
  619. else
  620.   echo "$ac_t""no" 1>&6
  621.   SET_MAKE="MAKE=${MAKE-make}"
  622. fi
  623. PACKAGE=gif2png
  624. VERSION=2.3.2
  625. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  626.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  627. fi
  628. cat >> confdefs.h <<EOF
  629. #define PACKAGE "$PACKAGE"
  630. EOF
  631. cat >> confdefs.h <<EOF
  632. #define VERSION "$VERSION"
  633. EOF
  634. missing_dir=`cd $ac_aux_dir && pwd`
  635. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  636. echo "configure:720: checking for working aclocal" >&5
  637. # Run test in a subshell; some versions of sh will print an error if
  638. # an executable is not found, even if stderr is redirected.
  639. # Redirect stdin to placate older versions of autoconf.  Sigh.
  640. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  641.    ACLOCAL=aclocal
  642.    echo "$ac_t""found" 1>&6
  643. else
  644.    ACLOCAL="$missing_dir/missing aclocal"
  645.    echo "$ac_t""missing" 1>&6
  646. fi
  647. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  648. echo "configure:733: checking for working autoconf" >&5
  649. # Run test in a subshell; some versions of sh will print an error if
  650. # an executable is not found, even if stderr is redirected.
  651. # Redirect stdin to placate older versions of autoconf.  Sigh.
  652. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  653.    AUTOCONF=autoconf
  654.    echo "$ac_t""found" 1>&6
  655. else
  656.    AUTOCONF="$missing_dir/missing autoconf"
  657.    echo "$ac_t""missing" 1>&6
  658. fi
  659. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  660. echo "configure:746: checking for working automake" >&5
  661. # Run test in a subshell; some versions of sh will print an error if
  662. # an executable is not found, even if stderr is redirected.
  663. # Redirect stdin to placate older versions of autoconf.  Sigh.
  664. if (automake --version) < /dev/null > /dev/null 2>&1; then
  665.    AUTOMAKE=automake
  666.    echo "$ac_t""found" 1>&6
  667. else
  668.    AUTOMAKE="$missing_dir/missing automake"
  669.    echo "$ac_t""missing" 1>&6
  670. fi
  671. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  672. echo "configure:759: checking for working autoheader" >&5
  673. # Run test in a subshell; some versions of sh will print an error if
  674. # an executable is not found, even if stderr is redirected.
  675. # Redirect stdin to placate older versions of autoconf.  Sigh.
  676. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  677.    AUTOHEADER=autoheader
  678.    echo "$ac_t""found" 1>&6
  679. else
  680.    AUTOHEADER="$missing_dir/missing autoheader"
  681.    echo "$ac_t""missing" 1>&6
  682. fi
  683. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  684. echo "configure:772: checking for working makeinfo" >&5
  685. # Run test in a subshell; some versions of sh will print an error if
  686. # an executable is not found, even if stderr is redirected.
  687. # Redirect stdin to placate older versions of autoconf.  Sigh.
  688. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  689.    MAKEINFO=makeinfo
  690.    echo "$ac_t""found" 1>&6
  691. else
  692.    MAKEINFO="$missing_dir/missing makeinfo"
  693.    echo "$ac_t""missing" 1>&6
  694. fi
  695. # Extract the first word of "gcc", so it can be a program name with args.
  696. set dummy gcc; ac_word=$2
  697. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  698. echo "configure:792: checking for $ac_word" >&5
  699. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  700.   echo $ac_n "(cached) $ac_c" 1>&6
  701. else
  702.   if test -n "$CC"; then
  703.   ac_cv_prog_CC="$CC" # Let the user override the test.
  704. else
  705.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  706.   ac_dummy="$PATH"
  707.   for ac_dir in $ac_dummy; do
  708.     test -z "$ac_dir" && ac_dir=.
  709.     if test -f $ac_dir/$ac_word; then
  710.       ac_cv_prog_CC="gcc"
  711.       break
  712.     fi
  713.   done
  714.   IFS="$ac_save_ifs"
  715. fi
  716. fi
  717. CC="$ac_cv_prog_CC"
  718. if test -n "$CC"; then
  719.   echo "$ac_t""$CC" 1>&6
  720. else
  721.   echo "$ac_t""no" 1>&6
  722. fi
  723. if test -z "$CC"; then
  724.   # Extract the first word of "cc", so it can be a program name with args.
  725. set dummy cc; ac_word=$2
  726. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  727. echo "configure:822: checking for $ac_word" >&5
  728. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  729.   echo $ac_n "(cached) $ac_c" 1>&6
  730. else
  731.   if test -n "$CC"; then
  732.   ac_cv_prog_CC="$CC" # Let the user override the test.
  733. else
  734.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  735.   ac_prog_rejected=no
  736.   ac_dummy="$PATH"
  737.   for ac_dir in $ac_dummy; do
  738.     test -z "$ac_dir" && ac_dir=.
  739.     if test -f $ac_dir/$ac_word; then
  740.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  741.         ac_prog_rejected=yes
  742. continue
  743.       fi
  744.       ac_cv_prog_CC="cc"
  745.       break
  746.     fi
  747.   done
  748.   IFS="$ac_save_ifs"
  749. if test $ac_prog_rejected = yes; then
  750.   # We found a bogon in the path, so make sure we never use it.
  751.   set dummy $ac_cv_prog_CC
  752.   shift
  753.   if test $# -gt 0; then
  754.     # We chose a different compiler from the bogus one.
  755.     # However, it has the same basename, so the bogon will be chosen
  756.     # first if we set CC to just the basename; use the full file name.
  757.     shift
  758.     set dummy "$ac_dir/$ac_word" "$@"
  759.     shift
  760.     ac_cv_prog_CC="$@"
  761.   fi
  762. fi
  763. fi
  764. fi
  765. CC="$ac_cv_prog_CC"
  766. if test -n "$CC"; then
  767.   echo "$ac_t""$CC" 1>&6
  768. else
  769.   echo "$ac_t""no" 1>&6
  770. fi
  771.   if test -z "$CC"; then
  772.     case "`uname -s`" in
  773.     *win32* | *WIN32*)
  774.       # Extract the first word of "cl", so it can be a program name with args.
  775. set dummy cl; ac_word=$2
  776. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  777. echo "configure:873: checking for $ac_word" >&5
  778. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  779.   echo $ac_n "(cached) $ac_c" 1>&6
  780. else
  781.   if test -n "$CC"; then
  782.   ac_cv_prog_CC="$CC" # Let the user override the test.
  783. else
  784.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  785.   ac_dummy="$PATH"
  786.   for ac_dir in $ac_dummy; do
  787.     test -z "$ac_dir" && ac_dir=.
  788.     if test -f $ac_dir/$ac_word; then
  789.       ac_cv_prog_CC="cl"
  790.       break
  791.     fi
  792.   done
  793.   IFS="$ac_save_ifs"
  794. fi
  795. fi
  796. CC="$ac_cv_prog_CC"
  797. if test -n "$CC"; then
  798.   echo "$ac_t""$CC" 1>&6
  799. else
  800.   echo "$ac_t""no" 1>&6
  801. fi
  802.  ;;
  803.     esac
  804.   fi
  805.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  806. fi
  807. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  808. echo "configure:905: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  809. ac_ext=c
  810. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  811. ac_cpp='$CPP $CPPFLAGS'
  812. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  813. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  814. cross_compiling=$ac_cv_prog_cc_cross
  815. cat > conftest.$ac_ext << EOF
  816. #line 916 "configure"
  817. #include "confdefs.h"
  818. main(){return(0);}
  819. EOF
  820. if { (eval echo configure:921: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  821.   ac_cv_prog_cc_works=yes
  822.   # If we can't run a trivial program, we are probably using a cross compiler.
  823.   if (./conftest; exit) 2>/dev/null; then
  824.     ac_cv_prog_cc_cross=no
  825.   else
  826.     ac_cv_prog_cc_cross=yes
  827.   fi
  828. else
  829.   echo "configure: failed program was:" >&5
  830.   cat conftest.$ac_ext >&5
  831.   ac_cv_prog_cc_works=no
  832. fi
  833. rm -fr conftest*
  834. ac_ext=c
  835. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  836. ac_cpp='$CPP $CPPFLAGS'
  837. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  838. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  839. cross_compiling=$ac_cv_prog_cc_cross
  840. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  841. if test $ac_cv_prog_cc_works = no; then
  842.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  843. fi
  844. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  845. echo "configure:947: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  846. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  847. cross_compiling=$ac_cv_prog_cc_cross
  848. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  849. echo "configure:952: checking whether we are using GNU C" >&5
  850. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  851.   echo $ac_n "(cached) $ac_c" 1>&6
  852. else
  853.   cat > conftest.c <<EOF
  854. #ifdef __GNUC__
  855.   yes;
  856. #endif
  857. EOF
  858. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:961: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  859.   ac_cv_prog_gcc=yes
  860. else
  861.   ac_cv_prog_gcc=no
  862. fi
  863. fi
  864. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  865. if test $ac_cv_prog_gcc = yes; then
  866.   GCC=yes
  867. else
  868.   GCC=
  869. fi
  870. ac_test_CFLAGS="${CFLAGS+set}"
  871. ac_save_CFLAGS="$CFLAGS"
  872. CFLAGS=
  873. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  874. echo "configure:980: checking whether ${CC-cc} accepts -g" >&5
  875. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  876.   echo $ac_n "(cached) $ac_c" 1>&6
  877. else
  878.   echo 'void f(){}' > conftest.c
  879. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  880.   ac_cv_prog_cc_g=yes
  881. else
  882.   ac_cv_prog_cc_g=no
  883. fi
  884. rm -f conftest*
  885. fi
  886. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  887. if test "$ac_test_CFLAGS" = set; then
  888.   CFLAGS="$ac_save_CFLAGS"
  889. elif test $ac_cv_prog_cc_g = yes; then
  890.   if test "$GCC" = yes; then
  891.     CFLAGS="-g -O2"
  892.   else
  893.     CFLAGS="-g"
  894.   fi
  895. else
  896.   if test "$GCC" = yes; then
  897.     CFLAGS="-O2"
  898.   else
  899.     CFLAGS=
  900.   fi
  901. fi
  902. # Find a good install program.  We prefer a C program (faster),
  903. # so one script is as good as another.  But avoid the broken or
  904. # incompatible versions:
  905. # SysV /etc/install, /usr/sbin/install
  906. # SunOS /usr/etc/install
  907. # IRIX /sbin/install
  908. # AIX /bin/install
  909. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  910. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  911. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  912. # ./install, which can be erroneously created by make from ./install.sh.
  913. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  914. echo "configure:1023: checking for a BSD compatible install" >&5
  915. if test -z "$INSTALL"; then
  916. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  917.   echo $ac_n "(cached) $ac_c" 1>&6
  918. else
  919.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  920.   for ac_dir in $PATH; do
  921.     # Account for people who put trailing slashes in PATH elements.
  922.     case "$ac_dir/" in
  923.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  924.     *)
  925.       # OSF1 and SCO ODT 3.0 have their own names for install.
  926.       # Don't use installbsd from OSF since it installs stuff as root
  927.       # by default.
  928.       for ac_prog in ginstall scoinst install; do
  929.         if test -f $ac_dir/$ac_prog; then
  930.   if test $ac_prog = install &&
  931.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  932.     # AIX install.  It has an incompatible calling convention.
  933.     :
  934.   else
  935.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  936.     break 2
  937.   fi
  938. fi
  939.       done
  940.       ;;
  941.     esac
  942.   done
  943.   IFS="$ac_save_IFS"
  944. fi
  945.   if test "${ac_cv_path_install+set}" = set; then
  946.     INSTALL="$ac_cv_path_install"
  947.   else
  948.     # As a last resort, use the slow shell script.  We don't cache a
  949.     # path for INSTALL within a source directory, because that will
  950.     # break other packages using the cache if that directory is
  951.     # removed, or if the path is relative.
  952.     INSTALL="$ac_install_sh"
  953.   fi
  954. fi
  955. echo "$ac_t""$INSTALL" 1>&6
  956. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  957. # It thinks the first close brace ends the variable substitution.
  958. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  959. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  960. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  961. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  962. echo "configure:1076: checking how to run the C preprocessor" >&5
  963. # On Suns, sometimes $CPP names a directory.
  964. if test -n "$CPP" && test -d "$CPP"; then
  965.   CPP=
  966. fi
  967. if test -z "$CPP"; then
  968. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  969.   echo $ac_n "(cached) $ac_c" 1>&6
  970. else
  971.     # This must be in double quotes, not single quotes, because CPP may get
  972.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  973.   CPP="${CC-cc} -E"
  974.   # On the NeXT, cc -E runs the code through the compiler's parser,
  975.   # not just through cpp.
  976.   cat > conftest.$ac_ext <<EOF
  977. #line 1091 "configure"
  978. #include "confdefs.h"
  979. #include <assert.h>
  980. Syntax Error
  981. EOF
  982. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  983. { (eval echo configure:1097: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  984. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  985. if test -z "$ac_err"; then
  986.   :
  987. else
  988.   echo "$ac_err" >&5
  989.   echo "configure: failed program was:" >&5
  990.   cat conftest.$ac_ext >&5
  991.   rm -rf conftest*
  992.   CPP="${CC-cc} -E -traditional-cpp"
  993.   cat > conftest.$ac_ext <<EOF
  994. #line 1108 "configure"
  995. #include "confdefs.h"
  996. #include <assert.h>
  997. Syntax Error
  998. EOF
  999. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1000. { (eval echo configure:1114: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1001. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1002. if test -z "$ac_err"; then
  1003.   :
  1004. else
  1005.   echo "$ac_err" >&5
  1006.   echo "configure: failed program was:" >&5
  1007.   cat conftest.$ac_ext >&5
  1008.   rm -rf conftest*
  1009.   CPP="${CC-cc} -nologo -E"
  1010.   cat > conftest.$ac_ext <<EOF
  1011. #line 1125 "configure"
  1012. #include "confdefs.h"
  1013. #include <assert.h>
  1014. Syntax Error
  1015. EOF
  1016. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1017. { (eval echo configure:1131: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1018. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1019. if test -z "$ac_err"; then
  1020.   :
  1021. else
  1022.   echo "$ac_err" >&5
  1023.   echo "configure: failed program was:" >&5
  1024.   cat conftest.$ac_ext >&5
  1025.   rm -rf conftest*
  1026.   CPP=/lib/cpp
  1027. fi
  1028. rm -f conftest*
  1029. fi
  1030. rm -f conftest*
  1031. fi
  1032. rm -f conftest*
  1033.   ac_cv_prog_CPP="$CPP"
  1034. fi
  1035.   CPP="$ac_cv_prog_CPP"
  1036. else
  1037.   ac_cv_prog_CPP="$CPP"
  1038. fi
  1039. echo "$ac_t""$CPP" 1>&6
  1040. if test "x$CC" != xcc; then
  1041.   echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
  1042. echo "configure:1156: checking whether $CC and cc understand -c and -o together" >&5
  1043. else
  1044.   echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
  1045. echo "configure:1159: checking whether cc understands -c and -o together" >&5
  1046. fi
  1047. set dummy $CC; ac_cc="`echo $2 |
  1048.        sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
  1049. if eval "test "`echo '$''{'ac_cv_prog_cc_${ac_cc}_c_o'+set}'`" = set"; then
  1050.   echo $ac_n "(cached) $ac_c" 1>&6
  1051. else
  1052.   echo 'foo(){}' > conftest.c
  1053. # Make sure it works both with $CC and with simple cc.
  1054. # We do the test twice because some compilers refuse to overwrite an
  1055. # existing .o file with -o, though they will create one.
  1056. ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
  1057. if { (eval echo configure:1171: "$ac_try") 1>&5; (eval $ac_try) 2>&5; } &&
  1058.    test -f conftest.o && { (eval echo configure:1172: "$ac_try") 1>&5; (eval $ac_try) 2>&5; };
  1059. then
  1060.   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
  1061.   if test "x$CC" != xcc; then
  1062.     # Test first that cc exists at all.
  1063.     if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1177: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; }; then
  1064.       ac_try='cc -c conftest.c -o conftest.o 1>&5'
  1065.       if { (eval echo configure:1179: "$ac_try") 1>&5; (eval $ac_try) 2>&5; } &&
  1066.  test -f conftest.o && { (eval echo configure:1180: "$ac_try") 1>&5; (eval $ac_try) 2>&5; };
  1067.       then
  1068.         # cc works too.
  1069.         :
  1070.       else
  1071.         # cc exists but doesn't like -o.
  1072.         eval ac_cv_prog_cc_${ac_cc}_c_o=no
  1073.       fi
  1074.     fi
  1075.   fi
  1076. else
  1077.   eval ac_cv_prog_cc_${ac_cc}_c_o=no
  1078. fi
  1079. rm -f conftest*
  1080. fi
  1081. if eval "test "`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`" = yes"; then
  1082.   echo "$ac_t""yes" 1>&6
  1083. else
  1084.   echo "$ac_t""no" 1>&6
  1085.   cat >> confdefs.h <<EOF
  1086. #define NO_MINUS_C_MINUS_O 1
  1087. EOF
  1088. fi
  1089. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1090. echo "configure:1207: checking for ANSI C header files" >&5
  1091. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  1092.   echo $ac_n "(cached) $ac_c" 1>&6
  1093. else
  1094.   cat > conftest.$ac_ext <<EOF
  1095. #line 1212 "configure"
  1096. #include "confdefs.h"
  1097. #include <stdlib.h>
  1098. #include <stdarg.h>
  1099. #include <string.h>
  1100. #include <float.h>
  1101. EOF
  1102. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1103. { (eval echo configure:1220: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1104. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1105. if test -z "$ac_err"; then
  1106.   rm -rf conftest*
  1107.   ac_cv_header_stdc=yes
  1108. else
  1109.   echo "$ac_err" >&5
  1110.   echo "configure: failed program was:" >&5
  1111.   cat conftest.$ac_ext >&5
  1112.   rm -rf conftest*
  1113.   ac_cv_header_stdc=no
  1114. fi
  1115. rm -f conftest*
  1116. if test $ac_cv_header_stdc = yes; then
  1117.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1118. cat > conftest.$ac_ext <<EOF
  1119. #line 1237 "configure"
  1120. #include "confdefs.h"
  1121. #include <string.h>
  1122. EOF
  1123. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1124.   egrep "memchr" >/dev/null 2>&1; then
  1125.   :
  1126. else
  1127.   rm -rf conftest*
  1128.   ac_cv_header_stdc=no
  1129. fi
  1130. rm -f conftest*
  1131. fi
  1132. if test $ac_cv_header_stdc = yes; then
  1133.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1134. cat > conftest.$ac_ext <<EOF
  1135. #line 1255 "configure"
  1136. #include "confdefs.h"
  1137. #include <stdlib.h>
  1138. EOF
  1139. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1140.   egrep "free" >/dev/null 2>&1; then
  1141.   :
  1142. else
  1143.   rm -rf conftest*
  1144.   ac_cv_header_stdc=no
  1145. fi
  1146. rm -f conftest*
  1147. fi
  1148. if test $ac_cv_header_stdc = yes; then
  1149.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1150. if test "$cross_compiling" = yes; then
  1151.   :
  1152. else
  1153.   cat > conftest.$ac_ext <<EOF
  1154. #line 1276 "configure"
  1155. #include "confdefs.h"
  1156. #include <ctype.h>
  1157. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1158. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1159. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1160. int main () { int i; for (i = 0; i < 256; i++)
  1161. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1162. exit (0); }
  1163. EOF
  1164. if { (eval echo configure:1287: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1165. then
  1166.   :
  1167. else
  1168.   echo "configure: failed program was:" >&5
  1169.   cat conftest.$ac_ext >&5
  1170.   rm -fr conftest*
  1171.   ac_cv_header_stdc=no
  1172. fi
  1173. rm -fr conftest*
  1174. fi
  1175. fi
  1176. fi
  1177. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1178. if test $ac_cv_header_stdc = yes; then
  1179.   cat >> confdefs.h <<EOF
  1180. #define STDC_HEADERS 1
  1181. EOF
  1182. fi
  1183. if test "$program_transform_name" = s,x,x,; then
  1184.   program_transform_name=
  1185. else
  1186.   # Double any  or $.  echo might interpret backslashes.
  1187.   cat <<EOF_SED > conftestsed
  1188. s,\,\\,g; s,$,$$,g
  1189. EOF_SED
  1190.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  1191.   rm -f conftestsed
  1192. fi
  1193. test "$program_prefix" != NONE &&
  1194.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  1195. # Use a double $ so make ignores it.
  1196. test "$program_suffix" != NONE &&
  1197.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  1198. # sed with no file args requires a program.
  1199. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  1200. # Check whether --with-png or --without-png was given.
  1201. if test "${with_png+set}" = set; then
  1202.   withval="$with_png"
  1203.   LDFLAGS="${LDFLAGS} -L${withval}"
  1204. CFLAGS="${CFLAGS} -I${withval}"
  1205. fi
  1206.   
  1207. # Check whether --with-png-lib or --without-png-lib was given.
  1208. if test "${with_png_lib+set}" = set; then
  1209.   withval="$with_png_lib"
  1210.   LDFLAGS="${LDFLAGS} -L${withval}"
  1211. fi
  1212.                 
  1213. # Check whether --with-png-inc or --without-png-inc was given.
  1214. if test "${with_png_inc+set}" = set; then
  1215.   withval="$with_png_inc"
  1216.   CFLAGS="${CFLAGS} -I${withval}"
  1217. fi
  1218. ### use option --enable-TMPFILE to set TMPFILE mode
  1219. # Check whether --enable-TMPFILE or --disable-TMPFILE was given.
  1220. if test "${enable_TMPFILE+set}" = set; then
  1221.   enableval="$enable_TMPFILE"
  1222.   with_TMPFILE=$enableval
  1223. else
  1224.   with_TMPFILE=no
  1225. fi
  1226. test "$with_TMPFILE" = "yes" && cat >> confdefs.h <<EOF
  1227. #define TMPFILE_ENABLE 1
  1228. EOF
  1229. echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
  1230. echo "configure:1367: checking for deflate in -lz" >&5
  1231. ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
  1232. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1233.   echo $ac_n "(cached) $ac_c" 1>&6
  1234. else
  1235.   ac_save_LIBS="$LIBS"
  1236. LIBS="-lz  $LIBS"
  1237. cat > conftest.$ac_ext <<EOF
  1238. #line 1375 "configure"
  1239. #include "confdefs.h"
  1240. /* Override any gcc2 internal prototype to avoid an error.  */
  1241. /* We use char because int might match the return type of a gcc2
  1242.     builtin and then its argument prototype would still apply.  */
  1243. char deflate();
  1244. int main() {
  1245. deflate()
  1246. ; return 0; }
  1247. EOF
  1248. if { (eval echo configure:1386: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1249.   rm -rf conftest*
  1250.   eval "ac_cv_lib_$ac_lib_var=yes"
  1251. else
  1252.   echo "configure: failed program was:" >&5
  1253.   cat conftest.$ac_ext >&5
  1254.   rm -rf conftest*
  1255.   eval "ac_cv_lib_$ac_lib_var=no"
  1256. fi
  1257. rm -f conftest*
  1258. LIBS="$ac_save_LIBS"
  1259. fi
  1260. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1261.   echo "$ac_t""yes" 1>&6
  1262.     ac_tr_lib=HAVE_LIB`echo z | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1263.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1264.   cat >> confdefs.h <<EOF
  1265. #define $ac_tr_lib 1
  1266. EOF
  1267.   LIBS="-lz $LIBS"
  1268. else
  1269.   echo "$ac_t""no" 1>&6
  1270. fi
  1271. echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6
  1272. echo "configure:1414: checking for pow in -lm" >&5
  1273. ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'`
  1274. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1275.   echo $ac_n "(cached) $ac_c" 1>&6
  1276. else
  1277.   ac_save_LIBS="$LIBS"
  1278. LIBS="-lm  $LIBS"
  1279. cat > conftest.$ac_ext <<EOF
  1280. #line 1422 "configure"
  1281. #include "confdefs.h"
  1282. /* Override any gcc2 internal prototype to avoid an error.  */
  1283. /* We use char because int might match the return type of a gcc2
  1284.     builtin and then its argument prototype would still apply.  */
  1285. char pow();
  1286. int main() {
  1287. pow()
  1288. ; return 0; }
  1289. EOF
  1290. if { (eval echo configure:1433: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1291.   rm -rf conftest*
  1292.   eval "ac_cv_lib_$ac_lib_var=yes"
  1293. else
  1294.   echo "configure: failed program was:" >&5
  1295.   cat conftest.$ac_ext >&5
  1296.   rm -rf conftest*
  1297.   eval "ac_cv_lib_$ac_lib_var=no"
  1298. fi
  1299. rm -f conftest*
  1300. LIBS="$ac_save_LIBS"
  1301. fi
  1302. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1303.   echo "$ac_t""yes" 1>&6
  1304.     ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1305.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1306.   cat >> confdefs.h <<EOF
  1307. #define $ac_tr_lib 1
  1308. EOF
  1309.   LIBS="-lm $LIBS"
  1310. else
  1311.   echo "$ac_t""no" 1>&6
  1312. fi
  1313. echo $ac_n "checking for png_write_init in -lpng""... $ac_c" 1>&6
  1314. echo "configure:1461: checking for png_write_init in -lpng" >&5
  1315. ac_lib_var=`echo png'_'png_write_init | sed 'y%./+-%__p_%'`
  1316. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1317.   echo $ac_n "(cached) $ac_c" 1>&6
  1318. else
  1319.   ac_save_LIBS="$LIBS"
  1320. LIBS="-lpng $LIBS $LIBS"
  1321. cat > conftest.$ac_ext <<EOF
  1322. #line 1469 "configure"
  1323. #include "confdefs.h"
  1324. /* Override any gcc2 internal prototype to avoid an error.  */
  1325. /* We use char because int might match the return type of a gcc2
  1326.     builtin and then its argument prototype would still apply.  */
  1327. char png_write_init();
  1328. int main() {
  1329. png_write_init()
  1330. ; return 0; }
  1331. EOF
  1332. if { (eval echo configure:1480: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1333.   rm -rf conftest*
  1334.   eval "ac_cv_lib_$ac_lib_var=yes"
  1335. else
  1336.   echo "configure: failed program was:" >&5
  1337.   cat conftest.$ac_ext >&5
  1338.   rm -rf conftest*
  1339.   eval "ac_cv_lib_$ac_lib_var=no"
  1340. fi
  1341. rm -f conftest*
  1342. LIBS="$ac_save_LIBS"
  1343. fi
  1344. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1345.   echo "$ac_t""yes" 1>&6
  1346.     ac_tr_lib=HAVE_LIB`echo png | sed -e 's/[^a-zA-Z0-9_]/_/g' 
  1347.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  1348.   cat >> confdefs.h <<EOF
  1349. #define $ac_tr_lib 1
  1350. EOF
  1351.   LIBS="-lpng $LIBS"
  1352. else
  1353.   echo "$ac_t""no" 1>&6
  1354. fi
  1355. if test "$ac_cv_lib_png_png_write_init" = "no"
  1356. then
  1357.     { echo "configure: error: PNG library is missing! Please get it." 1>&2; exit 1; }
  1358. fi
  1359. if test "$ac_cv_lib_z_deflate" = "no"
  1360. then
  1361.     { echo "configure: error: ZLIB library is missing! Please get it." 1>&2; exit 1; }
  1362. fi
  1363. trap '' 1 2 15
  1364. cat > confcache <<EOF
  1365. # This file is a shell script that caches the results of configure
  1366. # tests run on this system so they can be shared between configure
  1367. # scripts and configure runs.  It is not useful on other systems.
  1368. # If it contains results you don't want to keep, you may remove or edit it.
  1369. #
  1370. # By default, configure uses ./config.cache as the cache file,
  1371. # creating it if it does not exist already.  You can give configure
  1372. # the --cache-file=FILE option to use a different cache file; that is
  1373. # what configure does when it calls configure scripts in
  1374. # subdirectories, so they share the cache.
  1375. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1376. # config.status only pays attention to the cache file if you give it the
  1377. # --recheck option to rerun configure.
  1378. #
  1379. EOF
  1380. # The following way of writing the cache mishandles newlines in values,
  1381. # but we know of no workaround that is simple, portable, and efficient.
  1382. # So, don't put newlines in cache variables' values.
  1383. # Ultrix sh set writes to stderr and can't be redirected directly,
  1384. # and sets the high bit in the cache file unless we assign to the vars.
  1385. (set) 2>&1 |
  1386.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1387.   *ac_space= *)
  1388.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1389.     # turns \\ into \, and sed turns \ into ).
  1390.     sed -n 
  1391.       -e "s/'/'\\''/g" 
  1392.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1393.     ;;
  1394.   *)
  1395.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1396.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1397.     ;;
  1398.   esac >> confcache
  1399. if cmp -s $cache_file confcache; then
  1400.   :
  1401. else
  1402.   if test -w $cache_file; then
  1403.     echo "updating cache $cache_file"
  1404.     cat confcache > $cache_file
  1405.   else
  1406.     echo "not updating unwritable cache $cache_file"
  1407.   fi
  1408. fi
  1409. rm -f confcache
  1410. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1411. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1412. # Let make expand exec_prefix.
  1413. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1414. # Any assignment to VPATH causes Sun make to only execute
  1415. # the first set of double-colon rules, so remove it if not needed.
  1416. # If there is a colon in the path, we need to keep it.
  1417. if test "x$srcdir" = x.; then
  1418.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1419. fi
  1420. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1421. DEFS=-DHAVE_CONFIG_H
  1422. # Without the "./", some shells look in PATH for config.status.
  1423. : ${CONFIG_STATUS=./config.status}
  1424. echo creating $CONFIG_STATUS
  1425. rm -f $CONFIG_STATUS
  1426. cat > $CONFIG_STATUS <<EOF
  1427. #! /bin/sh
  1428. # Generated automatically by configure.
  1429. # Run this file to recreate the current configuration.
  1430. # This directory was configured as follows,
  1431. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1432. #
  1433. # $0 $ac_configure_args
  1434. #
  1435. # Compiler output produced by configure, useful for debugging
  1436. # configure, is in ./config.log if it exists.
  1437. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1438. for ac_option
  1439. do
  1440.   case "$ac_option" in
  1441.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1442.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1443.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1444.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1445.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1446.     exit 0 ;;
  1447.   -help | --help | --hel | --he | --h)
  1448.     echo "$ac_cs_usage"; exit 0 ;;
  1449.   *) echo "$ac_cs_usage"; exit 1 ;;
  1450.   esac
  1451. done
  1452. ac_given_srcdir=$srcdir
  1453. ac_given_INSTALL="$INSTALL"
  1454. trap 'rm -fr `echo "Makefile gif2png.spec config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1455. EOF
  1456. cat >> $CONFIG_STATUS <<EOF
  1457. # Protect against being on the right side of a sed subst in config.status.
  1458. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1459.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1460. $ac_vpsub
  1461. $extrasub
  1462. s%@SHELL@%$SHELL%g
  1463. s%@CFLAGS@%$CFLAGS%g
  1464. s%@CPPFLAGS@%$CPPFLAGS%g
  1465. s%@CXXFLAGS@%$CXXFLAGS%g
  1466. s%@FFLAGS@%$FFLAGS%g
  1467. s%@DEFS@%$DEFS%g
  1468. s%@LDFLAGS@%$LDFLAGS%g
  1469. s%@LIBS@%$LIBS%g
  1470. s%@exec_prefix@%$exec_prefix%g
  1471. s%@prefix@%$prefix%g
  1472. s%@program_transform_name@%$program_transform_name%g
  1473. s%@bindir@%$bindir%g
  1474. s%@sbindir@%$sbindir%g
  1475. s%@libexecdir@%$libexecdir%g
  1476. s%@datadir@%$datadir%g
  1477. s%@sysconfdir@%$sysconfdir%g
  1478. s%@sharedstatedir@%$sharedstatedir%g
  1479. s%@localstatedir@%$localstatedir%g
  1480. s%@libdir@%$libdir%g
  1481. s%@includedir@%$includedir%g
  1482. s%@oldincludedir@%$oldincludedir%g
  1483. s%@infodir@%$infodir%g
  1484. s%@mandir@%$mandir%g
  1485. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1486. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1487. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1488. s%@PACKAGE@%$PACKAGE%g
  1489. s%@VERSION@%$VERSION%g
  1490. s%@ACLOCAL@%$ACLOCAL%g
  1491. s%@AUTOCONF@%$AUTOCONF%g
  1492. s%@AUTOMAKE@%$AUTOMAKE%g
  1493. s%@AUTOHEADER@%$AUTOHEADER%g
  1494. s%@MAKEINFO@%$MAKEINFO%g
  1495. s%@SET_MAKE@%$SET_MAKE%g
  1496. s%@CC@%$CC%g
  1497. s%@CPP@%$CPP%g
  1498. CEOF
  1499. EOF
  1500. cat >> $CONFIG_STATUS <<EOF
  1501. # Split the substitutions into bite-sized pieces for seds with
  1502. # small command number limits, like on Digital OSF/1 and HP-UX.
  1503. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1504. ac_file=1 # Number of current file.
  1505. ac_beg=1 # First line for current file.
  1506. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1507. ac_more_lines=:
  1508. ac_sed_cmds=""
  1509. while $ac_more_lines; do
  1510.   if test $ac_beg -gt 1; then
  1511.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1512.   else
  1513.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1514.   fi
  1515.   if test ! -s conftest.s$ac_file; then
  1516.     ac_more_lines=false
  1517.     rm -f conftest.s$ac_file
  1518.   else
  1519.     if test -z "$ac_sed_cmds"; then
  1520.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1521.     else
  1522.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1523.     fi
  1524.     ac_file=`expr $ac_file + 1`
  1525.     ac_beg=$ac_end
  1526.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1527.   fi
  1528. done
  1529. if test -z "$ac_sed_cmds"; then
  1530.   ac_sed_cmds=cat
  1531. fi
  1532. EOF
  1533. cat >> $CONFIG_STATUS <<EOF
  1534. CONFIG_FILES=${CONFIG_FILES-"Makefile gif2png.spec"}
  1535. EOF
  1536. cat >> $CONFIG_STATUS <<EOF
  1537. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1538.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1539.   case "$ac_file" in
  1540.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1541.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1542.   *) ac_file_in="${ac_file}.in" ;;
  1543.   esac
  1544.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1545.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1546.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1547.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1548.     # The file is in a subdirectory.
  1549.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1550.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1551.     # A "../" for each directory in $ac_dir_suffix.
  1552.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1553.   else
  1554.     ac_dir_suffix= ac_dots=
  1555.   fi
  1556.   case "$ac_given_srcdir" in
  1557.   .)  srcdir=.
  1558.       if test -z "$ac_dots"; then top_srcdir=.
  1559.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1560.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1561.   *) # Relative path.
  1562.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1563.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1564.   esac
  1565.   case "$ac_given_INSTALL" in
  1566.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1567.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1568.   esac
  1569.   echo creating "$ac_file"
  1570.   rm -f "$ac_file"
  1571.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1572.   case "$ac_file" in
  1573.   *Makefile*) ac_comsub="1i\
  1574. # $configure_input" ;;
  1575.   *) ac_comsub= ;;
  1576.   esac
  1577.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1578.   sed -e "$ac_comsub
  1579. s%@configure_input@%$configure_input%g
  1580. s%@srcdir@%$srcdir%g
  1581. s%@top_srcdir@%$top_srcdir%g
  1582. s%@INSTALL@%$INSTALL%g
  1583. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1584. fi; done
  1585. rm -f conftest.s*
  1586. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1587. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1588. #
  1589. # ac_d sets the value in "#define NAME VALUE" lines.
  1590. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1591. ac_dB='([  ][  ]*)[^  ]*%1#2'
  1592. ac_dC='3'
  1593. ac_dD='%g'
  1594. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1595. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1596. ac_uB='([  ])%1#2define3'
  1597. ac_uC=' '
  1598. ac_uD='4%g'
  1599. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1600. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1601. ac_eB='$%1#2define3'
  1602. ac_eC=' '
  1603. ac_eD='%g'
  1604. if test "${CONFIG_HEADERS+set}" != set; then
  1605. EOF
  1606. cat >> $CONFIG_STATUS <<EOF
  1607.   CONFIG_HEADERS="config.h"
  1608. EOF
  1609. cat >> $CONFIG_STATUS <<EOF
  1610. fi
  1611. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1612.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1613.   case "$ac_file" in
  1614.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1615.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1616.   *) ac_file_in="${ac_file}.in" ;;
  1617.   esac
  1618.   echo creating $ac_file
  1619.   rm -f conftest.frag conftest.in conftest.out
  1620.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1621.   cat $ac_file_inputs > conftest.in
  1622. EOF
  1623. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1624. # the proper values into config.h.in to produce config.h.  And first:
  1625. # Protect against being on the right side of a sed subst in config.status.
  1626. # Protect against being in an unquoted here document in config.status.
  1627. rm -f conftest.vals
  1628. cat > conftest.hdr <<EOF
  1629. s/[\&%]/\&/g
  1630. s%[\$`]%\&%g
  1631. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  1632. s%ac_d%ac_u%gp
  1633. s%ac_u%ac_e%gp
  1634. EOF
  1635. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1636. rm -f conftest.hdr
  1637. # This sed command replaces #undef with comments.  This is necessary, for
  1638. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1639. # on some systems where configure will not decide to define it.
  1640. cat >> conftest.vals <<EOF
  1641. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1642. EOF
  1643. # Break up conftest.vals because some shells have a limit on
  1644. # the size of here documents, and old seds have small limits too.
  1645. rm -f conftest.tail
  1646. while :
  1647. do
  1648.   ac_lines=`grep -c . conftest.vals`
  1649.   # grep -c gives empty output for an empty file on some AIX systems.
  1650.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1651.   # Write a limited-size here document to conftest.frag.
  1652.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1653.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1654.   echo 'CEOF
  1655.   sed -f conftest.frag conftest.in > conftest.out
  1656.   rm -f conftest.in
  1657.   mv conftest.out conftest.in
  1658. ' >> $CONFIG_STATUS
  1659.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1660.   rm -f conftest.vals
  1661.   mv conftest.tail conftest.vals
  1662. done
  1663. rm -f conftest.vals
  1664. cat >> $CONFIG_STATUS <<EOF
  1665.   rm -f conftest.frag conftest.h
  1666.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1667.   cat conftest.in >> conftest.h
  1668.   rm -f conftest.in
  1669.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1670.     echo "$ac_file is unchanged"
  1671.     rm -f conftest.h
  1672.   else
  1673.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1674.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1675.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1676.       # The file is in a subdirectory.
  1677.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  1678.     fi
  1679.     rm -f $ac_file
  1680.     mv conftest.h $ac_file
  1681.   fi
  1682. fi; done
  1683. EOF
  1684. cat >> $CONFIG_STATUS <<EOF
  1685. EOF
  1686. cat >> $CONFIG_STATUS <<EOF
  1687. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  1688. exit 0
  1689. EOF
  1690. chmod +x $CONFIG_STATUS
  1691. rm -fr confdefs* $ac_clean_files
  1692. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1