configure
上传用户:weyjxb
上传日期:2020-05-18
资源大小:52k
文件大小:44k
源码类别:

多显示器编程

开发平台:

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. # Initialize some variables set by options.
  13. # The variables have the same names as the options, with
  14. # dashes changed to underlines.
  15. build=NONE
  16. cache_file=./config.cache
  17. exec_prefix=NONE
  18. host=NONE
  19. no_create=
  20. nonopt=NONE
  21. no_recursion=
  22. prefix=NONE
  23. program_prefix=NONE
  24. program_suffix=NONE
  25. program_transform_name=s,x,x,
  26. silent=
  27. site=
  28. srcdir=
  29. target=NONE
  30. verbose=
  31. x_includes=NONE
  32. x_libraries=NONE
  33. bindir='${exec_prefix}/bin'
  34. sbindir='${exec_prefix}/sbin'
  35. libexecdir='${exec_prefix}/libexec'
  36. datadir='${prefix}/share'
  37. sysconfdir='${prefix}/etc'
  38. sharedstatedir='${prefix}/com'
  39. localstatedir='${prefix}/var'
  40. libdir='${exec_prefix}/lib'
  41. includedir='${prefix}/include'
  42. oldincludedir='/usr/include'
  43. infodir='${prefix}/info'
  44. mandir='${prefix}/man'
  45. # Initialize some other variables.
  46. subdirs=
  47. MFLAGS= MAKEFLAGS=
  48. SHELL=${CONFIG_SHELL-/bin/sh}
  49. # Maximum number of lines to put in a shell here document.
  50. ac_max_here_lines=12
  51. ac_prev=
  52. for ac_option
  53. do
  54.   # If the previous option needs an argument, assign it.
  55.   if test -n "$ac_prev"; then
  56.     eval "$ac_prev=$ac_option"
  57.     ac_prev=
  58.     continue
  59.   fi
  60.   case "$ac_option" in
  61.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  62.   *) ac_optarg= ;;
  63.   esac
  64.   # Accept the important Cygnus configure options, so we can diagnose typos.
  65.   case "$ac_option" in
  66.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  67.     ac_prev=bindir ;;
  68.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  69.     bindir="$ac_optarg" ;;
  70.   -build | --build | --buil | --bui | --bu)
  71.     ac_prev=build ;;
  72.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  73.     build="$ac_optarg" ;;
  74.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  75.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  76.     ac_prev=cache_file ;;
  77.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  78.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  79.     cache_file="$ac_optarg" ;;
  80.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  81.     ac_prev=datadir ;;
  82.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  83.   | --da=*)
  84.     datadir="$ac_optarg" ;;
  85.   -disable-* | --disable-*)
  86.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  87.     # Reject names that are not valid shell variable names.
  88.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  89.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  90.     fi
  91.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  92.     eval "enable_${ac_feature}=no" ;;
  93.   -enable-* | --enable-*)
  94.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  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.     case "$ac_option" in
  101.       *=*) ;;
  102.       *) ac_optarg=yes ;;
  103.     esac
  104.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  105.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  106.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  107.   | --exec | --exe | --ex)
  108.     ac_prev=exec_prefix ;;
  109.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  110.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  111.   | --exec=* | --exe=* | --ex=*)
  112.     exec_prefix="$ac_optarg" ;;
  113.   -gas | --gas | --ga | --g)
  114.     # Obsolete; use --with-gas.
  115.     with_gas=yes ;;
  116.   -help | --help | --hel | --he)
  117.     # Omit some internal or obsolete options to make the list less imposing.
  118.     # This message is too long to be a string in the A/UX 3.1 sh.
  119.     cat << EOF
  120. Usage: configure [options] [host]
  121. Options: [defaults in brackets after descriptions]
  122. Configuration:
  123.   --cache-file=FILE       cache test results in FILE
  124.   --help                  print this message
  125.   --no-create             do not create output files
  126.   --quiet, --silent       do not print `checking...' messages
  127.   --version               print the version of autoconf that created configure
  128. Directory and file names:
  129.   --prefix=PREFIX         install architecture-independent files in PREFIX
  130.                           [$ac_default_prefix]
  131.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  132.                           [same as prefix]
  133.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  134.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  135.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  136.   --datadir=DIR           read-only architecture-independent data in DIR
  137.                           [PREFIX/share]
  138.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  139.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  140.                           [PREFIX/com]
  141.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  142.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  143.   --includedir=DIR        C header files in DIR [PREFIX/include]
  144.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  145.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  146.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  147.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  148.   --program-prefix=PREFIX prepend PREFIX to installed program names
  149.   --program-suffix=SUFFIX append SUFFIX to installed program names
  150.   --program-transform-name=PROGRAM
  151.                           run sed PROGRAM on installed program names
  152. EOF
  153.     cat << EOF
  154. Host type:
  155.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  156.   --host=HOST             configure for HOST [guessed]
  157.   --target=TARGET         configure for TARGET [TARGET=HOST]
  158. Features and packages:
  159.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  160.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  161.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  162.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  163.   --x-includes=DIR        X include files are in DIR
  164.   --x-libraries=DIR       X library files are in DIR
  165. EOF
  166.     if test -n "$ac_help"; then
  167.       echo "--enable and --with options recognized:$ac_help"
  168.     fi
  169.     exit 0 ;;
  170.   -host | --host | --hos | --ho)
  171.     ac_prev=host ;;
  172.   -host=* | --host=* | --hos=* | --ho=*)
  173.     host="$ac_optarg" ;;
  174.   -includedir | --includedir | --includedi | --included | --include 
  175.   | --includ | --inclu | --incl | --inc)
  176.     ac_prev=includedir ;;
  177.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  178.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  179.     includedir="$ac_optarg" ;;
  180.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  181.     ac_prev=infodir ;;
  182.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  183.     infodir="$ac_optarg" ;;
  184.   -libdir | --libdir | --libdi | --libd)
  185.     ac_prev=libdir ;;
  186.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  187.     libdir="$ac_optarg" ;;
  188.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  189.   | --libexe | --libex | --libe)
  190.     ac_prev=libexecdir ;;
  191.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  192.   | --libexe=* | --libex=* | --libe=*)
  193.     libexecdir="$ac_optarg" ;;
  194.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  195.   | --localstate | --localstat | --localsta | --localst 
  196.   | --locals | --local | --loca | --loc | --lo)
  197.     ac_prev=localstatedir ;;
  198.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  199.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  200.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  201.     localstatedir="$ac_optarg" ;;
  202.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  203.     ac_prev=mandir ;;
  204.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  205.     mandir="$ac_optarg" ;;
  206.   -nfp | --nfp | --nf)
  207.     # Obsolete; use --without-fp.
  208.     with_fp=no ;;
  209.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  210.   | --no-cr | --no-c)
  211.     no_create=yes ;;
  212.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  213.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  214.     no_recursion=yes ;;
  215.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  216.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  217.   | --oldin | --oldi | --old | --ol | --o)
  218.     ac_prev=oldincludedir ;;
  219.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  220.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  221.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  222.     oldincludedir="$ac_optarg" ;;
  223.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  224.     ac_prev=prefix ;;
  225.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  226.     prefix="$ac_optarg" ;;
  227.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  228.   | --program-pre | --program-pr | --program-p)
  229.     ac_prev=program_prefix ;;
  230.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  231.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  232.     program_prefix="$ac_optarg" ;;
  233.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  234.   | --program-suf | --program-su | --program-s)
  235.     ac_prev=program_suffix ;;
  236.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  237.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  238.     program_suffix="$ac_optarg" ;;
  239.   -program-transform-name | --program-transform-name 
  240.   | --program-transform-nam | --program-transform-na 
  241.   | --program-transform-n | --program-transform- 
  242.   | --program-transform | --program-transfor 
  243.   | --program-transfo | --program-transf 
  244.   | --program-trans | --program-tran 
  245.   | --progr-tra | --program-tr | --program-t)
  246.     ac_prev=program_transform_name ;;
  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.     program_transform_name="$ac_optarg" ;;
  255.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  256.   | -silent | --silent | --silen | --sile | --sil)
  257.     silent=yes ;;
  258.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  259.     ac_prev=sbindir ;;
  260.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  261.   | --sbi=* | --sb=*)
  262.     sbindir="$ac_optarg" ;;
  263.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  264.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  265.   | --sharedst | --shareds | --shared | --share | --shar 
  266.   | --sha | --sh)
  267.     ac_prev=sharedstatedir ;;
  268.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  269.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  270.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  271.   | --sha=* | --sh=*)
  272.     sharedstatedir="$ac_optarg" ;;
  273.   -site | --site | --sit)
  274.     ac_prev=site ;;
  275.   -site=* | --site=* | --sit=*)
  276.     site="$ac_optarg" ;;
  277.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  278.     ac_prev=srcdir ;;
  279.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  280.     srcdir="$ac_optarg" ;;
  281.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  282.   | --syscon | --sysco | --sysc | --sys | --sy)
  283.     ac_prev=sysconfdir ;;
  284.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  285.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  286.     sysconfdir="$ac_optarg" ;;
  287.   -target | --target | --targe | --targ | --tar | --ta | --t)
  288.     ac_prev=target ;;
  289.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  290.     target="$ac_optarg" ;;
  291.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  292.     verbose=yes ;;
  293.   -version | --version | --versio | --versi | --vers)
  294.     echo "configure generated by autoconf version 2.13"
  295.     exit 0 ;;
  296.   -with-* | --with-*)
  297.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  298.     # Reject names that are not valid shell variable names.
  299.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  300.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  301.     fi
  302.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  303.     case "$ac_option" in
  304.       *=*) ;;
  305.       *) ac_optarg=yes ;;
  306.     esac
  307.     eval "with_${ac_package}='$ac_optarg'" ;;
  308.   -without-* | --without-*)
  309.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  310.     # Reject names that are not valid shell variable names.
  311.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  312.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  313.     fi
  314.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  315.     eval "with_${ac_package}=no" ;;
  316.   --x)
  317.     # Obsolete; use --with-x.
  318.     with_x=yes ;;
  319.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  320.   | --x-incl | --x-inc | --x-in | --x-i)
  321.     ac_prev=x_includes ;;
  322.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  323.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  324.     x_includes="$ac_optarg" ;;
  325.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  326.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  327.     ac_prev=x_libraries ;;
  328.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  329.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  330.     x_libraries="$ac_optarg" ;;
  331.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  332.     ;;
  333.   *)
  334.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  335.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  336.     fi
  337.     if test "x$nonopt" != xNONE; then
  338.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  339.     fi
  340.     nonopt="$ac_option"
  341.     ;;
  342.   esac
  343. done
  344. if test -n "$ac_prev"; then
  345.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  346. fi
  347. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  348. # File descriptor usage:
  349. # 0 standard input
  350. # 1 file creation
  351. # 2 errors and warnings
  352. # 3 some systems may open it to /dev/tty
  353. # 4 used on the Kubota Titan
  354. # 6 checking for... messages and results
  355. # 5 compiler messages saved in config.log
  356. if test "$silent" = yes; then
  357.   exec 6>/dev/null
  358. else
  359.   exec 6>&1
  360. fi
  361. exec 5>./config.log
  362. echo "
  363. This file contains any messages produced by compilers while
  364. running configure, to aid debugging if configure makes a mistake.
  365. " 1>&5
  366. # Strip out --no-create and --no-recursion so they do not pile up.
  367. # Also quote any args containing shell metacharacters.
  368. ac_configure_args=
  369. for ac_arg
  370. do
  371.   case "$ac_arg" in
  372.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  373.   | --no-cr | --no-c) ;;
  374.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  375.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  376.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  377.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  378.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  379.   esac
  380. done
  381. # NLS nuisances.
  382. # Only set these to C if already set.  These must not be set unconditionally
  383. # because not all systems understand e.g. LANG=C (notably SCO).
  384. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  385. # Non-C LC_CTYPE values break the ctype check.
  386. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  387. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  388. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  389. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  390. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  391. rm -rf conftest* confdefs.h
  392. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  393. echo > confdefs.h
  394. # A filename unique to this package, relative to the directory that
  395. # configure is in, which we can look for to find out if srcdir is correct.
  396. ac_unique_file=voip-device.c
  397. # Find the source files, if location was not specified.
  398. if test -z "$srcdir"; then
  399.   ac_srcdir_defaulted=yes
  400.   # Try the directory containing this script, then its parent.
  401.   ac_prog=$0
  402.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  403.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  404.   srcdir=$ac_confdir
  405.   if test ! -r $srcdir/$ac_unique_file; then
  406.     srcdir=..
  407.   fi
  408. else
  409.   ac_srcdir_defaulted=no
  410. fi
  411. if test ! -r $srcdir/$ac_unique_file; then
  412.   if test "$ac_srcdir_defaulted" = yes; then
  413.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  414.   else
  415.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  416.   fi
  417. fi
  418. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  419. # Prefer explicitly selected file to automatically selected ones.
  420. if test -z "$CONFIG_SITE"; then
  421.   if test "x$prefix" != xNONE; then
  422.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  423.   else
  424.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  425.   fi
  426. fi
  427. for ac_site_file in $CONFIG_SITE; do
  428.   if test -r "$ac_site_file"; then
  429.     echo "loading site script $ac_site_file"
  430.     . "$ac_site_file"
  431.   fi
  432. done
  433. if test -r "$cache_file"; then
  434.   echo "loading cache $cache_file"
  435.   . $cache_file
  436. else
  437.   echo "creating cache $cache_file"
  438.   > $cache_file
  439. fi
  440. ac_ext=c
  441. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  442. ac_cpp='$CPP $CPPFLAGS'
  443. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  444. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  445. cross_compiling=$ac_cv_prog_cc_cross
  446. ac_exeext=
  447. ac_objext=o
  448. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  449.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  450.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  451.     ac_n= ac_c='
  452. ' ac_t=' '
  453.   else
  454.     ac_n=-n ac_c= ac_t=
  455.   fi
  456. else
  457.   ac_n= ac_c='c' ac_t=
  458. fi
  459. # Extract the first word of "rmmod", so it can be a program name with args.
  460. set dummy rmmod; ac_word=$2
  461. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  462. echo "configure:530: checking for $ac_word" >&5
  463. if eval "test "`echo '$''{'ac_cv_path_RMMOD'+set}'`" = set"; then
  464.   echo $ac_n "(cached) $ac_c" 1>&6
  465. else
  466.   case "$RMMOD" in
  467.   /*)
  468.   ac_cv_path_RMMOD="$RMMOD" # Let the user override the test with a path.
  469.   ;;
  470.   ?:/*)  
  471.   ac_cv_path_RMMOD="$RMMOD" # Let the user override the test with a dos path.
  472.   ;;
  473.   *)
  474.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  475.   ac_dummy="$PATH:/sbin:/usr/sbin"
  476.   for ac_dir in $ac_dummy; do 
  477.     test -z "$ac_dir" && ac_dir=.
  478.     if test -f $ac_dir/$ac_word; then
  479.       ac_cv_path_RMMOD="$ac_dir/$ac_word"
  480.       break
  481.     fi
  482.   done
  483.   IFS="$ac_save_ifs"
  484.   test -z "$ac_cv_path_RMMOD" && ac_cv_path_RMMOD="rmmod"
  485.   ;;
  486. esac
  487. fi
  488. RMMOD="$ac_cv_path_RMMOD"
  489. if test -n "$RMMOD"; then
  490.   echo "$ac_t""$RMMOD" 1>&6
  491. else
  492.   echo "$ac_t""no" 1>&6
  493. fi
  494. # Extract the first word of "lsmod", so it can be a program name with args.
  495. set dummy lsmod; ac_word=$2
  496. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  497. echo "configure:568: checking for $ac_word" >&5
  498. if eval "test "`echo '$''{'ac_cv_path_LSMOD'+set}'`" = set"; then
  499.   echo $ac_n "(cached) $ac_c" 1>&6
  500. else
  501.   case "$LSMOD" in
  502.   /*)
  503.   ac_cv_path_LSMOD="$LSMOD" # Let the user override the test with a path.
  504.   ;;
  505.   ?:/*)  
  506.   ac_cv_path_LSMOD="$LSMOD" # Let the user override the test with a dos path.
  507.   ;;
  508.   *)
  509.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  510.   ac_dummy="$PATH:/sbin:/usr/sbin"
  511.   for ac_dir in $ac_dummy; do 
  512.     test -z "$ac_dir" && ac_dir=.
  513.     if test -f $ac_dir/$ac_word; then
  514.       ac_cv_path_LSMOD="$ac_dir/$ac_word"
  515.       break
  516.     fi
  517.   done
  518.   IFS="$ac_save_ifs"
  519.   test -z "$ac_cv_path_LSMOD" && ac_cv_path_LSMOD="lsmod"
  520.   ;;
  521. esac
  522. fi
  523. LSMOD="$ac_cv_path_LSMOD"
  524. if test -n "$LSMOD"; then
  525.   echo "$ac_t""$LSMOD" 1>&6
  526. else
  527.   echo "$ac_t""no" 1>&6
  528. fi
  529. # Extract the first word of "depmod", so it can be a program name with args.
  530. set dummy depmod; ac_word=$2
  531. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  532. echo "configure:606: checking for $ac_word" >&5
  533. if eval "test "`echo '$''{'ac_cv_path_DEPMOD'+set}'`" = set"; then
  534.   echo $ac_n "(cached) $ac_c" 1>&6
  535. else
  536.   case "$DEPMOD" in
  537.   /*)
  538.   ac_cv_path_DEPMOD="$DEPMOD" # Let the user override the test with a path.
  539.   ;;
  540.   ?:/*)  
  541.   ac_cv_path_DEPMOD="$DEPMOD" # Let the user override the test with a dos path.
  542.   ;;
  543.   *)
  544.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  545.   ac_dummy="$PATH:/sbin:/usr/sbin"
  546.   for ac_dir in $ac_dummy; do 
  547.     test -z "$ac_dir" && ac_dir=.
  548.     if test -f $ac_dir/$ac_word; then
  549.       ac_cv_path_DEPMOD="$ac_dir/$ac_word"
  550.       break
  551.     fi
  552.   done
  553.   IFS="$ac_save_ifs"
  554.   test -z "$ac_cv_path_DEPMOD" && ac_cv_path_DEPMOD="depod"
  555.   ;;
  556. esac
  557. fi
  558. DEPMOD="$ac_cv_path_DEPMOD"
  559. if test -n "$DEPMOD"; then
  560.   echo "$ac_t""$DEPMOD" 1>&6
  561. else
  562.   echo "$ac_t""no" 1>&6
  563. fi
  564. for ac_prog in gawk mawk nawk awk
  565. do
  566. # Extract the first word of "$ac_prog", so it can be a program name with args.
  567. set dummy $ac_prog; ac_word=$2
  568. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  569. echo "configure:646: checking for $ac_word" >&5
  570. if eval "test "`echo '$''{'ac_cv_prog_AWK'+set}'`" = set"; then
  571.   echo $ac_n "(cached) $ac_c" 1>&6
  572. else
  573.   if test -n "$AWK"; then
  574.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  575. else
  576.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  577.   ac_dummy="$PATH"
  578.   for ac_dir in $ac_dummy; do
  579.     test -z "$ac_dir" && ac_dir=.
  580.     if test -f $ac_dir/$ac_word; then
  581.       ac_cv_prog_AWK="$ac_prog"
  582.       break
  583.     fi
  584.   done
  585.   IFS="$ac_save_ifs"
  586. fi
  587. fi
  588. AWK="$ac_cv_prog_AWK"
  589. if test -n "$AWK"; then
  590.   echo "$ac_t""$AWK" 1>&6
  591. else
  592.   echo "$ac_t""no" 1>&6
  593. fi
  594. test -n "$AWK" && break
  595. done
  596. ac_aux_dir=
  597. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  598.   if test -f $ac_dir/install-sh; then
  599.     ac_aux_dir=$ac_dir
  600.     ac_install_sh="$ac_aux_dir/install-sh -c"
  601.     break
  602.   elif test -f $ac_dir/install.sh; then
  603.     ac_aux_dir=$ac_dir
  604.     ac_install_sh="$ac_aux_dir/install.sh -c"
  605.     break
  606.   fi
  607. done
  608. if test -z "$ac_aux_dir"; then
  609.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  610. fi
  611. ac_config_guess=$ac_aux_dir/config.guess
  612. ac_config_sub=$ac_aux_dir/config.sub
  613. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  614. # Find a good install program.  We prefer a C program (faster),
  615. # so one script is as good as another.  But avoid the broken or
  616. # incompatible versions:
  617. # SysV /etc/install, /usr/sbin/install
  618. # SunOS /usr/etc/install
  619. # IRIX /sbin/install
  620. # AIX /bin/install
  621. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  622. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  623. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  624. # ./install, which can be erroneously created by make from ./install.sh.
  625. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  626. echo "configure:707: checking for a BSD compatible install" >&5
  627. if test -z "$INSTALL"; then
  628. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  629.   echo $ac_n "(cached) $ac_c" 1>&6
  630. else
  631.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  632.   for ac_dir in $PATH; do
  633.     # Account for people who put trailing slashes in PATH elements.
  634.     case "$ac_dir/" in
  635.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  636.     *)
  637.       # OSF1 and SCO ODT 3.0 have their own names for install.
  638.       # Don't use installbsd from OSF since it installs stuff as root
  639.       # by default.
  640.       for ac_prog in ginstall scoinst install; do
  641.         if test -f $ac_dir/$ac_prog; then
  642.   if test $ac_prog = install &&
  643.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  644.     # AIX install.  It has an incompatible calling convention.
  645.     :
  646.   else
  647.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  648.     break 2
  649.   fi
  650. fi
  651.       done
  652.       ;;
  653.     esac
  654.   done
  655.   IFS="$ac_save_IFS"
  656. fi
  657.   if test "${ac_cv_path_install+set}" = set; then
  658.     INSTALL="$ac_cv_path_install"
  659.   else
  660.     # As a last resort, use the slow shell script.  We don't cache a
  661.     # path for INSTALL within a source directory, because that will
  662.     # break other packages using the cache if that directory is
  663.     # removed, or if the path is relative.
  664.     INSTALL="$ac_install_sh"
  665.   fi
  666. fi
  667. echo "$ac_t""$INSTALL" 1>&6
  668. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  669. # It thinks the first close brace ends the variable substitution.
  670. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  671. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  672. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  673. echo $ac_n "checking for driver version""... $ac_c" 1>&6
  674. echo "configure:762: checking for driver version" >&5
  675. DRIVER_VER_MAJOR=`grep VOIP_VER_MAJOR voip-ver.h | $AWK '{print$3}'`
  676. DRIVER_VER_MINOR=`grep VOIP_VER_MINOR voip-ver.h | $AWK '{print$3}'`
  677. DRIVER_BLD_VER=`grep VOIP_BLD_VER voip-ver.h | $AWK '{print$3}'`
  678. DRIVER_VERSION="${DRIVER_VER_MAJOR}.${DRIVER_VER_MINOR}.${DRIVER_BLD_VER}"
  679. if test -n $DRIVER_VERSION ; then
  680.   echo "$ac_t""version is $DRIVER_VERSION" 1>&6
  681. else
  682.   echo "$ac_t""unknown" 1>&6
  683.   { echo "configure: error: Could not find driver version" 1>&2; exit 1; }
  684. fi
  685. echo $ac_n "checking for kernel source directory""... $ac_c" 1>&6
  686. echo "configure:777: checking for kernel source directory" >&5
  687. KERNEL_DIR=/lib/modules/`uname -r`/build
  688. if test -n "$with_kernel_src" ; then
  689.   KERNEL_DIR=$with_kernel_src
  690.   if ! test -d $KERNEL_DIR ; then
  691.     echo "$ac_t""no" 1>&6
  692.     { echo "configure: error: Cannot find specified directory $KERNEL_SRC" 1>&2; exit 1; }
  693.   fi
  694. elif test ! -d $KERNEL_DIR ; then
  695.   KERNEL_DIR=`find /usr/src/ -maxdepth 1 -type l -name linux-* | sort | head -1`
  696.   if test ! -n $KERNEL_DIR ; then
  697.     KERNEL_DIR=`find /usr/src/ -maxdepth 1 -type d -name linux-* | sort | head -1`
  698.     if test ! -n $KERNEL_DIR ; then
  699.       echo "$ac_t""no" 1>&6
  700.       { echo "configure: error: Kernel source not in $KERNEL_DIR Use --with-kernel-src option to set location" 1>&2; exit 1; }
  701.     fi
  702.   fi
  703. fi
  704. echo "$ac_t""yes ($KERNEL_DIR)" 1>&6
  705. echo $ac_n "checking for complete kernel source""... $ac_c" 1>&6
  706. echo "configure:800: checking for complete kernel source" >&5
  707. if test -e $KERNEL_DIR/Makefile ; then
  708.   echo "$ac_t""yes" 1>&6
  709. else
  710.   echo "$ac_t""no" 1>&6
  711.   { echo "configure: error: Cannot continue without complete kernel source" 1>&2; exit 1; }
  712.   exit
  713. fi
  714. echo $ac_n "checking for configured kernel""... $ac_c" 1>&6
  715. echo "configure:810: checking for configured kernel" >&5
  716. if test -e $KERNEL_DIR/.config ; then
  717.   echo "$ac_t""yes" 1>&6
  718. else
  719.   echo "$ac_t""no" 1>&6
  720.   { echo "configure: error: Run "make menuconfig" in kernel directory to configure kernel and try again" 1>&2; exit 1; }
  721.   exit
  722. fi
  723. echo $ac_n "checking running kernel version""... $ac_c" 1>&6
  724. echo "configure:820: checking running kernel version" >&5
  725. VER=`uname -r`
  726. if test -n $VER ; then
  727.   echo "$ac_t""ok ($VER)" 1>&6
  728. else
  729.   echo "$ac_t""cannot determine running kernel version via "uname -r"" 1>&6
  730.   { echo "configure: error: Cannot continue without knowing kernel version" 1>&2; exit 1; }
  731. fi
  732. echo $ac_n "checking for kernel includes directory""... $ac_c" 1>&6
  733. echo "configure:831: checking for kernel includes directory" >&5
  734. if test -d /lib/modules/$VER/build/include/ ; then
  735.   INCLUDE_DIR=/lib/modules/$VER/build/include
  736.   echo "$ac_t""yes ($INCLUDE_DIR)" 1>&6
  737. else
  738.   INCLUDE_DIR=/usr/include
  739.   echo "$ac_t""no ($INCLUDE_DIR)" 1>&6
  740. fi
  741. echo $ac_n "checking that running and kernel source versions match""... $ac_c" 1>&6
  742. echo "configure:842: checking that running and kernel source versions match" >&5
  743. SOURCE_VERSION=`grep '^VERSION' $KERNEL_DIR/Makefile | $AWK '{print$3;}'`
  744. SOURCE_PATCHLEVEL=`grep '^PATCHLEVEL' $KERNEL_DIR/Makefile | $AWK '{print$3;}'`
  745. SOURCE_SUBLEVEL=`grep '^SUBLEVEL' $KERNEL_DIR/Makefile | $AWK '{print$3;}'`
  746. SOURCE_EXTRAVERSION=`grep '^EXTRAVERSION' $KERNEL_DIR/Makefile | $AWK '{print$3;}'`
  747. SOURCE_VER="${SOURCE_VERSION}.${SOURCE_PATCHLEVEL}.${SOURCE_SUBLEVEL}${SOURCE_EXTRAVERSION}"
  748. if test "$VER" = "$SOURCE_VER" ; then
  749.   echo "$ac_t""yes" 1>&6
  750. else
  751.   echo "$ac_t""no" 1>&6
  752.   echo "configure: warning: Kernel source version $SOURCE_VER does not match running version. This kernel module may not work correctly" 1>&2
  753. fi
  754. echo $ac_n "checking for kernel compiled with modules""... $ac_c" 1>&6
  755. echo "configure:858: checking for kernel compiled with modules" >&5
  756. HAS_MODULE=`grep '^CONFIG_MODULES' $KERNEL_DIR/.config | cut -d= -f2`
  757. if test "$HAS_MODULE" = "y" ; then
  758.   echo "$ac_t""yes" 1>&6
  759. else
  760.   echo "$ac_t""no" 1>&6
  761.   { echo "configure: error: Kernel must be recompiled with modules support" 1>&2; exit 1; }
  762. fi 
  763. echo $ac_n "checking "modules directory"""... $ac_c" 1>&6
  764. echo "configure:868: checking "modules directory"" >&5
  765. if test ! -d /lib/modules ; then
  766.   echo "$ac_t""no" 1>&6
  767.   { echo "configure: error: Could not find modules directory /lib/modules" 1>&2; exit 1; }
  768. else
  769.   if test ! -d /lib/modules/$VER ; then
  770.     echo "$ac_t""no" 1>&6
  771.     { echo "configure: error: Could not find modules directory /lib/modules/$VER" 1>&2; exit 1; }
  772.   else
  773.     echo "$ac_t""yes (/lib/modules/$VER)" 1>&6
  774.     MODULE_DIR=/lib/modules/$VER
  775.   fi
  776. fi
  777. echo $ac_n "checking "if kernel compiled with phone module"""... $ac_c" 1>&6
  778. echo "configure:883: checking "if kernel compiled with phone module"" >&5
  779. HAS_MODULE=`grep '^CONFIG_PHONE' $KERNEL_DIR/.config | cut -d= -f2`
  780. if test "$HAS_MODULE" = "y" ; then
  781.   echo "$ac_t""no" 1>&6
  782.   { echo "configure: error: Change kernel to include CONFIG_PHONE as a module rather than built-in to kernel" 1>&2; exit 1; }
  783. elif test "$HAS_MODULE" = "n" ; then
  784.   echo "$ac_t""no" 1>&6
  785.   { echo "configure: error: Change kernel to include CONFIG_PHONE as a module" 1>&2; exit 1; }
  786. else
  787.   echo "$ac_t""yes" 1>&6
  788. fi 
  789. echo $ac_n "checking "for USB support in kernel"""... $ac_c" 1>&6
  790. echo "configure:896: checking "for USB support in kernel"" >&5
  791. HAS_MODULE=`grep '^CONFIG_USB=' $KERNEL_DIR/.config | cut -d= -f2`
  792. if test "$HAS_MODULE" = "y" || test "$HAS_MODULE" = "m"; then
  793.   echo "$ac_t""yes" 1>&6
  794. else
  795.   echo "$ac_t""no" 1>&6
  796.   { echo "configure: error: Kernel must be recompiled with USB support" 1>&2; exit 1; }
  797. fi 
  798. if test $SOURCE_VERSION -eq 2 && test $SOURCE_PATCHLEVEL -ge 4 ; then
  799.   cat >> confdefs.h <<EOF
  800. #define VOIP_KERNEL_TYPE 2
  801. EOF
  802.   MODULE_DIR="$MODULE_DIR/kernel/drivers/telephony"
  803. fi
  804. if test $SOURCE_VERSION -eq 2 && test $SOURCE_PATCHLEVEL -eq 2 ; then
  805.   cat >> confdefs.h <<EOF
  806. #define VOIP_ASYNC_QUEUE 1
  807. EOF
  808.     echo $ac_n "checking "kernel for RedHat kill_fasync"""... $ac_c" 1>&6
  809. echo "configure:920: checking "kernel for RedHat kill_fasync"" >&5
  810.   if test -n "$with_redhat_kernel" ; then
  811.     echo "$ac_t""yes (forced)" 1>&6
  812.     cat >> confdefs.h <<EOF
  813. #define VOIP_KERNEL_TYPE 1
  814. EOF
  815.   else
  816.     OLD_CFLAGS=$CFLAGS
  817.     CFLAGS="$CFLAGS -Wall -D__KERNEL__ -DMODULE -I/usr/include"
  818.     cat > conftest.$ac_ext <<EOF
  819. #line 931 "configure"
  820. #include "confdefs.h"
  821. #include <linux/fs.h>
  822. int main() {
  823. {struct fasync_struct * a = 0; kill_fasync(a,0);}
  824. ; return 0; }
  825. EOF
  826. if { (eval echo configure:938: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  827.   rm -rf conftest*
  828.   VOIP_FASYNC_TYPE=0
  829. else
  830.   echo "configure: failed program was:" >&5
  831.   cat conftest.$ac_ext >&5
  832.   rm -rf conftest*
  833.   VOIP_FASYNC_TYPE=1
  834. fi
  835. rm -f conftest*
  836.     if test "$VOIP_FASYNC_TYPE" = "1" ; then
  837.       echo "$ac_t"""yes"" 1>&6
  838.       cat >> confdefs.h <<EOF
  839. #define VOIP_KERNEL_TYPE 1
  840. EOF
  841.     else
  842.       echo "$ac_t"""no"" 1>&6
  843.       cat >> confdefs.h <<EOF
  844. #define VOIP_KERNEL_TYPE 0
  845. EOF
  846.     fi
  847.     CFLAGS=$OLD_CFLAGS
  848.   fi
  849.   MODULE_DIR="$MODULE_DIR/misc"
  850. fi
  851. if test ! -n $VOIP_KERNEL_TYPE ; then
  852.   { echo "configure: error: Unable to configure for kernel version $SOURCE_VER" 1>&2; exit 1; }
  853. fi
  854. echo $ac_n "checking "for /dev/phone devices"""... $ac_c" 1>&6
  855. echo "configure:973: checking "for /dev/phone devices"" >&5
  856. if test -c /dev/phone0 ; then
  857.   echo "$ac_t"""yes"" 1>&6
  858. else
  859.   echo "$ac_t"""no"" 1>&6
  860.   echo "configure: warning: Run phone_dev_create script when finished to create phone devices" 1>&2
  861. fi
  862. echo $ac_n "checking "for max VOIP device count"""... $ac_c" 1>&6
  863. echo "configure:982: checking "for max VOIP device count"" >&5
  864. if test "$with_max_device_count" = "" ; then
  865.   VOIP_MAX=4
  866. elif test $with_max_device_count -lt 1 || test $with_max_device_count -gt 16 ; then
  867.   { echo "configure: error: Cannot set maximum number of devices to $with_max_device_count" 1>&2; exit 1; }
  868. else
  869.   VOIP_MAX=$with_max_device_count
  870. fi
  871. echo "$ac_t""$VOIP_MAX devices" 1>&6
  872. trap '' 1 2 15
  873. cat > confcache <<EOF
  874. # This file is a shell script that caches the results of configure
  875. # tests run on this system so they can be shared between configure
  876. # scripts and configure runs.  It is not useful on other systems.
  877. # If it contains results you don't want to keep, you may remove or edit it.
  878. #
  879. # By default, configure uses ./config.cache as the cache file,
  880. # creating it if it does not exist already.  You can give configure
  881. # the --cache-file=FILE option to use a different cache file; that is
  882. # what configure does when it calls configure scripts in
  883. # subdirectories, so they share the cache.
  884. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  885. # config.status only pays attention to the cache file if you give it the
  886. # --recheck option to rerun configure.
  887. #
  888. EOF
  889. # The following way of writing the cache mishandles newlines in values,
  890. # but we know of no workaround that is simple, portable, and efficient.
  891. # So, don't put newlines in cache variables' values.
  892. # Ultrix sh set writes to stderr and can't be redirected directly,
  893. # and sets the high bit in the cache file unless we assign to the vars.
  894. (set) 2>&1 |
  895.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  896.   *ac_space= *)
  897.     # `set' does not quote correctly, so add quotes (double-quote substitution
  898.     # turns \\ into \, and sed turns \ into ).
  899.     sed -n 
  900.       -e "s/'/'\\''/g" 
  901.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  902.     ;;
  903.   *)
  904.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  905.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  906.     ;;
  907.   esac >> confcache
  908. if cmp -s $cache_file confcache; then
  909.   :
  910. else
  911.   if test -w $cache_file; then
  912.     echo "updating cache $cache_file"
  913.     cat confcache > $cache_file
  914.   else
  915.     echo "not updating unwritable cache $cache_file"
  916.   fi
  917. fi
  918. rm -f confcache
  919. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  920. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  921. # Let make expand exec_prefix.
  922. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  923. # Any assignment to VPATH causes Sun make to only execute
  924. # the first set of double-colon rules, so remove it if not needed.
  925. # If there is a colon in the path, we need to keep it.
  926. if test "x$srcdir" = x.; then
  927.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  928. fi
  929. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  930. DEFS=-DHAVE_CONFIG_H
  931. # Without the "./", some shells look in PATH for config.status.
  932. : ${CONFIG_STATUS=./config.status}
  933. echo creating $CONFIG_STATUS
  934. rm -f $CONFIG_STATUS
  935. cat > $CONFIG_STATUS <<EOF
  936. #! /bin/sh
  937. # Generated automatically by configure.
  938. # Run this file to recreate the current configuration.
  939. # This directory was configured as follows,
  940. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  941. #
  942. # $0 $ac_configure_args
  943. #
  944. # Compiler output produced by configure, useful for debugging
  945. # configure, is in ./config.log if it exists.
  946. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  947. for ac_option
  948. do
  949.   case "$ac_option" in
  950.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  951.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  952.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  953.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  954.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  955.     exit 0 ;;
  956.   -help | --help | --hel | --he | --h)
  957.     echo "$ac_cs_usage"; exit 0 ;;
  958.   *) echo "$ac_cs_usage"; exit 1 ;;
  959.   esac
  960. done
  961. ac_given_srcdir=$srcdir
  962. ac_given_INSTALL="$INSTALL"
  963. trap 'rm -fr `echo "Makefile voip-config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  964. EOF
  965. cat >> $CONFIG_STATUS <<EOF
  966. # Protect against being on the right side of a sed subst in config.status.
  967. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  968.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  969. $ac_vpsub
  970. $extrasub
  971. s%@SHELL@%$SHELL%g
  972. s%@CFLAGS@%$CFLAGS%g
  973. s%@CPPFLAGS@%$CPPFLAGS%g
  974. s%@CXXFLAGS@%$CXXFLAGS%g
  975. s%@FFLAGS@%$FFLAGS%g
  976. s%@DEFS@%$DEFS%g
  977. s%@LDFLAGS@%$LDFLAGS%g
  978. s%@LIBS@%$LIBS%g
  979. s%@exec_prefix@%$exec_prefix%g
  980. s%@prefix@%$prefix%g
  981. s%@program_transform_name@%$program_transform_name%g
  982. s%@bindir@%$bindir%g
  983. s%@sbindir@%$sbindir%g
  984. s%@libexecdir@%$libexecdir%g
  985. s%@datadir@%$datadir%g
  986. s%@sysconfdir@%$sysconfdir%g
  987. s%@sharedstatedir@%$sharedstatedir%g
  988. s%@localstatedir@%$localstatedir%g
  989. s%@libdir@%$libdir%g
  990. s%@includedir@%$includedir%g
  991. s%@oldincludedir@%$oldincludedir%g
  992. s%@infodir@%$infodir%g
  993. s%@mandir@%$mandir%g
  994. s%@RMMOD@%$RMMOD%g
  995. s%@LSMOD@%$LSMOD%g
  996. s%@DEPMOD@%$DEPMOD%g
  997. s%@AWK@%$AWK%g
  998. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  999. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  1000. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1001. s%@INSTALL@%$INSTALL%g
  1002. s%@DRIVER_VERSION@%$DRIVER_VERSION%g
  1003. s%@KERNEL_DIR@%$KERNEL_DIR%g
  1004. s%@VER@%$VER%g
  1005. s%@INCLUDE_DIR@%$INCLUDE_DIR%g
  1006. s%@MODULE_DIR@%$MODULE_DIR%g
  1007. s%@VOIP_MAX@%$VOIP_MAX%g
  1008. CEOF
  1009. EOF
  1010. cat >> $CONFIG_STATUS <<EOF
  1011. # Split the substitutions into bite-sized pieces for seds with
  1012. # small command number limits, like on Digital OSF/1 and HP-UX.
  1013. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1014. ac_file=1 # Number of current file.
  1015. ac_beg=1 # First line for current file.
  1016. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1017. ac_more_lines=:
  1018. ac_sed_cmds=""
  1019. while $ac_more_lines; do
  1020.   if test $ac_beg -gt 1; then
  1021.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1022.   else
  1023.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1024.   fi
  1025.   if test ! -s conftest.s$ac_file; then
  1026.     ac_more_lines=false
  1027.     rm -f conftest.s$ac_file
  1028.   else
  1029.     if test -z "$ac_sed_cmds"; then
  1030.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1031.     else
  1032.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1033.     fi
  1034.     ac_file=`expr $ac_file + 1`
  1035.     ac_beg=$ac_end
  1036.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1037.   fi
  1038. done
  1039. if test -z "$ac_sed_cmds"; then
  1040.   ac_sed_cmds=cat
  1041. fi
  1042. EOF
  1043. cat >> $CONFIG_STATUS <<EOF
  1044. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  1045. EOF
  1046. cat >> $CONFIG_STATUS <<EOF
  1047. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1048.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1049.   case "$ac_file" in
  1050.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1051.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1052.   *) ac_file_in="${ac_file}.in" ;;
  1053.   esac
  1054.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1055.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1056.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1057.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1058.     # The file is in a subdirectory.
  1059.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1060.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1061.     # A "../" for each directory in $ac_dir_suffix.
  1062.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1063.   else
  1064.     ac_dir_suffix= ac_dots=
  1065.   fi
  1066.   case "$ac_given_srcdir" in
  1067.   .)  srcdir=.
  1068.       if test -z "$ac_dots"; then top_srcdir=.
  1069.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1070.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1071.   *) # Relative path.
  1072.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1073.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1074.   esac
  1075.   case "$ac_given_INSTALL" in
  1076.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1077.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1078.   esac
  1079.   echo creating "$ac_file"
  1080.   rm -f "$ac_file"
  1081.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1082.   case "$ac_file" in
  1083.   *Makefile*) ac_comsub="1i\
  1084. # $configure_input" ;;
  1085.   *) ac_comsub= ;;
  1086.   esac
  1087.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1088.   sed -e "$ac_comsub
  1089. s%@configure_input@%$configure_input%g
  1090. s%@srcdir@%$srcdir%g
  1091. s%@top_srcdir@%$top_srcdir%g
  1092. s%@INSTALL@%$INSTALL%g
  1093. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1094. fi; done
  1095. rm -f conftest.s*
  1096. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1097. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1098. #
  1099. # ac_d sets the value in "#define NAME VALUE" lines.
  1100. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1101. ac_dB='([  ][  ]*)[^  ]*%1#2'
  1102. ac_dC='3'
  1103. ac_dD='%g'
  1104. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1105. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1106. ac_uB='([  ])%1#2define3'
  1107. ac_uC=' '
  1108. ac_uD='4%g'
  1109. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1110. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1111. ac_eB='$%1#2define3'
  1112. ac_eC=' '
  1113. ac_eD='%g'
  1114. if test "${CONFIG_HEADERS+set}" != set; then
  1115. EOF
  1116. cat >> $CONFIG_STATUS <<EOF
  1117.   CONFIG_HEADERS="voip-config.h"
  1118. EOF
  1119. cat >> $CONFIG_STATUS <<EOF
  1120. fi
  1121. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1122.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1123.   case "$ac_file" in
  1124.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1125.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1126.   *) ac_file_in="${ac_file}.in" ;;
  1127.   esac
  1128.   echo creating $ac_file
  1129.   rm -f conftest.frag conftest.in conftest.out
  1130.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1131.   cat $ac_file_inputs > conftest.in
  1132. EOF
  1133. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1134. # the proper values into config.h.in to produce config.h.  And first:
  1135. # Protect against being on the right side of a sed subst in config.status.
  1136. # Protect against being in an unquoted here document in config.status.
  1137. rm -f conftest.vals
  1138. cat > conftest.hdr <<EOF
  1139. s/[\&%]/\&/g
  1140. s%[\$`]%\&%g
  1141. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  1142. s%ac_d%ac_u%gp
  1143. s%ac_u%ac_e%gp
  1144. EOF
  1145. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1146. rm -f conftest.hdr
  1147. # This sed command replaces #undef with comments.  This is necessary, for
  1148. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1149. # on some systems where configure will not decide to define it.
  1150. cat >> conftest.vals <<EOF
  1151. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1152. EOF
  1153. # Break up conftest.vals because some shells have a limit on
  1154. # the size of here documents, and old seds have small limits too.
  1155. rm -f conftest.tail
  1156. while :
  1157. do
  1158.   ac_lines=`grep -c . conftest.vals`
  1159.   # grep -c gives empty output for an empty file on some AIX systems.
  1160.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1161.   # Write a limited-size here document to conftest.frag.
  1162.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1163.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1164.   echo 'CEOF
  1165.   sed -f conftest.frag conftest.in > conftest.out
  1166.   rm -f conftest.in
  1167.   mv conftest.out conftest.in
  1168. ' >> $CONFIG_STATUS
  1169.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1170.   rm -f conftest.vals
  1171.   mv conftest.tail conftest.vals
  1172. done
  1173. rm -f conftest.vals
  1174. cat >> $CONFIG_STATUS <<EOF
  1175.   rm -f conftest.frag conftest.h
  1176.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1177.   cat conftest.in >> conftest.h
  1178.   rm -f conftest.in
  1179.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1180.     echo "$ac_file is unchanged"
  1181.     rm -f conftest.h
  1182.   else
  1183.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1184.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1185.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1186.       # The file is in a subdirectory.
  1187.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  1188.     fi
  1189.     rm -f $ac_file
  1190.     mv conftest.h $ac_file
  1191.   fi
  1192. fi; done
  1193. EOF
  1194. cat >> $CONFIG_STATUS <<EOF
  1195. EOF
  1196. cat >> $CONFIG_STATUS <<EOF
  1197. exit 0
  1198. EOF
  1199. chmod +x $CONFIG_STATUS
  1200. rm -fr confdefs* $ac_clean_files
  1201. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1