configure
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1316k
源码类别:

OpenGL

开发平台:

Visual C++

  1.   *) ac_try_echo=$ac_try;;
  2. esac
  3. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  4.   (eval "$ac_compile") 2>conftest.er1
  5.   ac_status=$?
  6.   grep -v '^ *+' conftest.er1 >conftest.err
  7.   rm -f conftest.er1
  8.   cat conftest.err >&5
  9.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  10.   (exit $ac_status); } && {
  11.  test -z "$ac_c_werror_flag" ||
  12.  test ! -s conftest.err
  13.        } && test -s conftest.$ac_objext; then
  14.   :
  15. else
  16.   echo "$as_me: failed program was:" >&5
  17. sed 's/^/| /' conftest.$ac_ext >&5
  18. ac_c_werror_flag=$ac_save_c_werror_flag
  19.  CFLAGS="-g"
  20.  cat >conftest.$ac_ext <<_ACEOF
  21. /* confdefs.h.  */
  22. _ACEOF
  23. cat confdefs.h >>conftest.$ac_ext
  24. cat >>conftest.$ac_ext <<_ACEOF
  25. /* end confdefs.h.  */
  26. int
  27. main ()
  28. {
  29.   ;
  30.   return 0;
  31. }
  32. _ACEOF
  33. rm -f conftest.$ac_objext
  34. if { (ac_try="$ac_compile"
  35. case "(($ac_try" in
  36.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  37.   *) ac_try_echo=$ac_try;;
  38. esac
  39. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  40.   (eval "$ac_compile") 2>conftest.er1
  41.   ac_status=$?
  42.   grep -v '^ *+' conftest.er1 >conftest.err
  43.   rm -f conftest.er1
  44.   cat conftest.err >&5
  45.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  46.   (exit $ac_status); } && {
  47.  test -z "$ac_c_werror_flag" ||
  48.  test ! -s conftest.err
  49.        } && test -s conftest.$ac_objext; then
  50.   ac_cv_prog_cc_g=yes
  51. else
  52.   echo "$as_me: failed program was:" >&5
  53. sed 's/^/| /' conftest.$ac_ext >&5
  54. fi
  55. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  56. fi
  57. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  58. fi
  59. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  60.    ac_c_werror_flag=$ac_save_c_werror_flag
  61. fi
  62. { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  63. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  64. if test "$ac_test_CFLAGS" = set; then
  65.   CFLAGS=$ac_save_CFLAGS
  66. elif test $ac_cv_prog_cc_g = yes; then
  67.   if test "$GCC" = yes; then
  68.     CFLAGS="-g -O2"
  69.   else
  70.     CFLAGS="-g"
  71.   fi
  72. else
  73.   if test "$GCC" = yes; then
  74.     CFLAGS="-O2"
  75.   else
  76.     CFLAGS=
  77.   fi
  78. fi
  79. { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  80. echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  81. if test "${ac_cv_prog_cc_c89+set}" = set; then
  82.   echo $ECHO_N "(cached) $ECHO_C" >&6
  83. else
  84.   ac_cv_prog_cc_c89=no
  85. ac_save_CC=$CC
  86. cat >conftest.$ac_ext <<_ACEOF
  87. /* confdefs.h.  */
  88. _ACEOF
  89. cat confdefs.h >>conftest.$ac_ext
  90. cat >>conftest.$ac_ext <<_ACEOF
  91. /* end confdefs.h.  */
  92. #include <stdarg.h>
  93. #include <stdio.h>
  94. #include <sys/types.h>
  95. #include <sys/stat.h>
  96. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  97. struct buf { int x; };
  98. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  99. static char *e (p, i)
  100.      char **p;
  101.      int i;
  102. {
  103.   return p[i];
  104. }
  105. static char *f (char * (*g) (char **, int), char **p, ...)
  106. {
  107.   char *s;
  108.   va_list v;
  109.   va_start (v,p);
  110.   s = g (p, va_arg (v,int));
  111.   va_end (v);
  112.   return s;
  113. }
  114. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  115.    function prototypes and stuff, but not 'xHH' hex character constants.
  116.    These don't provoke an error unfortunately, instead are silently treated
  117.    as 'x'.  The following induces an error, until -std is added to get
  118.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  119.    array size at least.  It's necessary to write 'x00'==0 to get something
  120.    that's true only with -std.  */
  121. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  122. /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  123.    inside strings and character constants.  */
  124. #define FOO(x) 'x'
  125. int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  126. int test (int i, double x);
  127. struct s1 {int (*f) (int a);};
  128. struct s2 {int (*f) (double a);};
  129. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  130. int argc;
  131. char **argv;
  132. int
  133. main ()
  134. {
  135. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  136.   ;
  137.   return 0;
  138. }
  139. _ACEOF
  140. for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std 
  141. -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  142. do
  143.   CC="$ac_save_CC $ac_arg"
  144.   rm -f conftest.$ac_objext
  145. if { (ac_try="$ac_compile"
  146. case "(($ac_try" in
  147.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  148.   *) ac_try_echo=$ac_try;;
  149. esac
  150. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  151.   (eval "$ac_compile") 2>conftest.er1
  152.   ac_status=$?
  153.   grep -v '^ *+' conftest.er1 >conftest.err
  154.   rm -f conftest.er1
  155.   cat conftest.err >&5
  156.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  157.   (exit $ac_status); } && {
  158.  test -z "$ac_c_werror_flag" ||
  159.  test ! -s conftest.err
  160.        } && test -s conftest.$ac_objext; then
  161.   ac_cv_prog_cc_c89=$ac_arg
  162. else
  163.   echo "$as_me: failed program was:" >&5
  164. sed 's/^/| /' conftest.$ac_ext >&5
  165. fi
  166. rm -f core conftest.err conftest.$ac_objext
  167.   test "x$ac_cv_prog_cc_c89" != "xno" && break
  168. done
  169. rm -f conftest.$ac_ext
  170. CC=$ac_save_CC
  171. fi
  172. # AC_CACHE_VAL
  173. case "x$ac_cv_prog_cc_c89" in
  174.   x)
  175.     { echo "$as_me:$LINENO: result: none needed" >&5
  176. echo "${ECHO_T}none needed" >&6; } ;;
  177.   xno)
  178.     { echo "$as_me:$LINENO: result: unsupported" >&5
  179. echo "${ECHO_T}unsupported" >&6; } ;;
  180.   *)
  181.     CC="$CC $ac_cv_prog_cc_c89"
  182.     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  183. echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  184. esac
  185. ac_ext=c
  186. ac_cpp='$CPP $CPPFLAGS'
  187. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  188. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  189. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  190. depcc="$CC"   am_compiler_list=
  191. { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  192. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  193. if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  194.   echo $ECHO_N "(cached) $ECHO_C" >&6
  195. else
  196.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  197.   # We make a subdir and do the tests there.  Otherwise we can end up
  198.   # making bogus files that we don't know about and never remove.  For
  199.   # instance it was reported that on HP-UX the gcc test will end up
  200.   # making a dummy file named `D' -- because `-MD' means `put the output
  201.   # in D'.
  202.   mkdir conftest.dir
  203.   # Copy depcomp to subdir because otherwise we won't find it if we're
  204.   # using a relative directory.
  205.   cp "$am_depcomp" conftest.dir
  206.   cd conftest.dir
  207.   # We will build objects and dependencies in a subdirectory because
  208.   # it helps to detect inapplicable dependency modes.  For instance
  209.   # both Tru64's cc and ICC support -MD to output dependencies as a
  210.   # side effect of compilation, but ICC will put the dependencies in
  211.   # the current directory while Tru64 will put them in the object
  212.   # directory.
  213.   mkdir sub
  214.   am_cv_CC_dependencies_compiler_type=none
  215.   if test "$am_compiler_list" = ""; then
  216.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  217.   fi
  218.   for depmode in $am_compiler_list; do
  219.     # Setup a source with many dependencies, because some compilers
  220.     # like to wrap large dependency lists on column 80 (with ), and
  221.     # we should not choose a depcomp mode which is confused by this.
  222.     #
  223.     # We need to recreate these files for each test, as the compiler may
  224.     # overwrite some of them when testing with obscure command lines.
  225.     # This happens at least with the AIX C compiler.
  226.     : > sub/conftest.c
  227.     for i in 1 2 3 4 5 6; do
  228.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  229.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  230.       # Solaris 8's {/usr,}/bin/sh.
  231.       touch sub/conftst$i.h
  232.     done
  233.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  234.     case $depmode in
  235.     nosideeffect)
  236.       # after this tag, mechanisms are not by side-effect, so they'll
  237.       # only be used when explicitly requested
  238.       if test "x$enable_dependency_tracking" = xyes; then
  239. continue
  240.       else
  241. break
  242.       fi
  243.       ;;
  244.     none) break ;;
  245.     esac
  246.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  247.     # mode.  It turns out that the SunPro C++ compiler does not properly
  248.     # handle `-M -o', and we need to detect this.
  249.     if depmode=$depmode 
  250.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  251.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  252.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  253.          >/dev/null 2>conftest.err &&
  254.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  255.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  256.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  257.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  258.       # icc doesn't choke on unknown options, it will just issue warnings
  259.       # or remarks (even with -Werror).  So we grep stderr for any message
  260.       # that says an option was ignored or not supported.
  261.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  262.       #   icc: Command line warning: ignoring option '-M'; no argument required
  263.       # The diagnosis changed in icc 8.0:
  264.       #   icc: Command line remark: option '-MP' not supported
  265.       if (grep 'ignoring option' conftest.err ||
  266.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  267.         am_cv_CC_dependencies_compiler_type=$depmode
  268.         break
  269.       fi
  270.     fi
  271.   done
  272.   cd ..
  273.   rm -rf conftest.dir
  274. else
  275.   am_cv_CC_dependencies_compiler_type=none
  276. fi
  277. fi
  278. { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  279. echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
  280. CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  281.  if
  282.   test "x$enable_dependency_tracking" != xno 
  283.   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  284.   am__fastdepCC_TRUE=
  285.   am__fastdepCC_FALSE='#'
  286. else
  287.   am__fastdepCC_TRUE='#'
  288.   am__fastdepCC_FALSE=
  289. fi
  290. # Check whether --with-gnu-ld was given.
  291. if test "${with_gnu_ld+set}" = set; then
  292.   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
  293. else
  294.   with_gnu_ld=no
  295. fi
  296. # Prepare PATH_SEPARATOR.
  297. # The user is always right.
  298. if test "${PATH_SEPARATOR+set}" != set; then
  299.   echo "#! /bin/sh" >conf$$.sh
  300.   echo  "exit 0"   >>conf$$.sh
  301.   chmod +x conf$$.sh
  302.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  303.     PATH_SEPARATOR=';'
  304.   else
  305.     PATH_SEPARATOR=:
  306.   fi
  307.   rm -f conf$$.sh
  308. fi
  309. ac_prog=ld
  310. if test "$GCC" = yes; then
  311.   # Check if gcc -print-prog-name=ld gives a path.
  312.   { echo "$as_me:$LINENO: checking for ld used by GCC" >&5
  313. echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; }
  314.   case $host in
  315.   *-*-mingw*)
  316.     # gcc leaves a trailing carriage return which upsets mingw
  317.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  318.   *)
  319.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  320.   esac
  321.   case $ac_prog in
  322.     # Accept absolute paths.
  323.     [\/]* | [A-Za-z]:[\/]*)
  324.       re_direlt='/[^/][^/]*/../'
  325.       # Canonicalize the path of ld
  326.       ac_prog=`echo $ac_prog| sed 's%\\%/%g'`
  327.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  328. ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  329.       done
  330.       test -z "$LD" && LD="$ac_prog"
  331.       ;;
  332.   "")
  333.     # If it fails, then pretend we aren't using GCC.
  334.     ac_prog=ld
  335.     ;;
  336.   *)
  337.     # If it is relative, then search for the first ld in PATH.
  338.     with_gnu_ld=unknown
  339.     ;;
  340.   esac
  341. elif test "$with_gnu_ld" = yes; then
  342.   { echo "$as_me:$LINENO: checking for GNU ld" >&5
  343. echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
  344. else
  345.   { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
  346. echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
  347. fi
  348. if test "${acl_cv_path_LD+set}" = set; then
  349.   echo $ECHO_N "(cached) $ECHO_C" >&6
  350. else
  351.   if test -z "$LD"; then
  352.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
  353.   for ac_dir in $PATH; do
  354.     test -z "$ac_dir" && ac_dir=.
  355.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  356.       acl_cv_path_LD="$ac_dir/$ac_prog"
  357.       # Check to see if the program is GNU ld.  I'd rather use --version,
  358.       # but apparently some GNU ld's only accept -v.
  359.       # Break only if it was the GNU/non-GNU ld that we prefer.
  360.       case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
  361.       *GNU* | *'with BFD'*)
  362. test "$with_gnu_ld" != no && break ;;
  363.       *)
  364. test "$with_gnu_ld" != yes && break ;;
  365.       esac
  366.     fi
  367.   done
  368.   IFS="$ac_save_ifs"
  369. else
  370.   acl_cv_path_LD="$LD" # Let the user override the test with a path.
  371. fi
  372. fi
  373. LD="$acl_cv_path_LD"
  374. if test -n "$LD"; then
  375.   { echo "$as_me:$LINENO: result: $LD" >&5
  376. echo "${ECHO_T}$LD" >&6; }
  377. else
  378.   { echo "$as_me:$LINENO: result: no" >&5
  379. echo "${ECHO_T}no" >&6; }
  380. fi
  381. test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in $PATH" >&5
  382. echo "$as_me: error: no acceptable ld found in $PATH" >&2;}
  383.    { (exit 1); exit 1; }; }
  384. { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
  385. echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
  386. if test "${acl_cv_prog_gnu_ld+set}" = set; then
  387.   echo $ECHO_N "(cached) $ECHO_C" >&6
  388. else
  389.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  390. case `$LD -v 2>&1 </dev/null` in
  391. *GNU* | *'with BFD'*)
  392.   acl_cv_prog_gnu_ld=yes ;;
  393. *)
  394.   acl_cv_prog_gnu_ld=no ;;
  395. esac
  396. fi
  397. { echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
  398. echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; }
  399. with_gnu_ld=$acl_cv_prog_gnu_ld
  400.                                                 { echo "$as_me:$LINENO: checking for shared library run path origin" >&5
  401. echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; }
  402. if test "${acl_cv_rpath+set}" = set; then
  403.   echo $ECHO_N "(cached) $ECHO_C" >&6
  404. else
  405.     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" 
  406.     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
  407.     . ./conftest.sh
  408.     rm -f ./conftest.sh
  409.     acl_cv_rpath=done
  410. fi
  411. { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
  412. echo "${ECHO_T}$acl_cv_rpath" >&6; }
  413.   wl="$acl_cv_wl"
  414.   acl_libext="$acl_cv_libext"
  415.   acl_shlibext="$acl_cv_shlibext"
  416.   acl_libname_spec="$acl_cv_libname_spec"
  417.   acl_library_names_spec="$acl_cv_library_names_spec"
  418.   acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
  419.   acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
  420.   acl_hardcode_direct="$acl_cv_hardcode_direct"
  421.   acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
  422.     # Check whether --enable-rpath was given.
  423. if test "${enable_rpath+set}" = set; then
  424.   enableval=$enable_rpath; :
  425. else
  426.   enable_rpath=yes
  427. fi
  428.                   acl_libdirstem=lib
  429.   searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
  430.   if test -n "$searchpath"; then
  431.     acl_save_IFS="${IFS=  }"; IFS=":"
  432.     for searchdir in $searchpath; do
  433.       if test -d "$searchdir"; then
  434.         case "$searchdir" in
  435.           */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
  436.           *) searchdir=`cd "$searchdir" && pwd`
  437.              case "$searchdir" in
  438.                */lib64 ) acl_libdirstem=lib64 ;;
  439.              esac ;;
  440.         esac
  441.       fi
  442.     done
  443.     IFS="$acl_save_IFS"
  444.   fi
  445.     use_additional=yes
  446.   acl_save_prefix="$prefix"
  447.   prefix="$acl_final_prefix"
  448.   acl_save_exec_prefix="$exec_prefix"
  449.   exec_prefix="$acl_final_exec_prefix"
  450.     eval additional_includedir="$includedir"
  451.     eval additional_libdir="$libdir"
  452.   exec_prefix="$acl_save_exec_prefix"
  453.   prefix="$acl_save_prefix"
  454. # Check whether --with-libiconv-prefix was given.
  455. if test "${with_libiconv_prefix+set}" = set; then
  456.   withval=$with_libiconv_prefix;
  457.     if test "X$withval" = "Xno"; then
  458.       use_additional=no
  459.     else
  460.       if test "X$withval" = "X"; then
  461.   acl_save_prefix="$prefix"
  462.   prefix="$acl_final_prefix"
  463.   acl_save_exec_prefix="$exec_prefix"
  464.   exec_prefix="$acl_final_exec_prefix"
  465.           eval additional_includedir="$includedir"
  466.           eval additional_libdir="$libdir"
  467.   exec_prefix="$acl_save_exec_prefix"
  468.   prefix="$acl_save_prefix"
  469.       else
  470.         additional_includedir="$withval/include"
  471.         additional_libdir="$withval/$acl_libdirstem"
  472.       fi
  473.     fi
  474. fi
  475.       LIBICONV=
  476.   LTLIBICONV=
  477.   INCICONV=
  478.   LIBICONV_PREFIX=
  479.   rpathdirs=
  480.   ltrpathdirs=
  481.   names_already_handled=
  482.   names_next_round='iconv '
  483.   while test -n "$names_next_round"; do
  484.     names_this_round="$names_next_round"
  485.     names_next_round=
  486.     for name in $names_this_round; do
  487.       already_handled=
  488.       for n in $names_already_handled; do
  489.         if test "$n" = "$name"; then
  490.           already_handled=yes
  491.           break
  492.         fi
  493.       done
  494.       if test -z "$already_handled"; then
  495.         names_already_handled="$names_already_handled $name"
  496.                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
  497.         eval value="$HAVE_LIB$uppername"
  498.         if test -n "$value"; then
  499.           if test "$value" = yes; then
  500.             eval value="$LIB$uppername"
  501.             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
  502.             eval value="$LTLIB$uppername"
  503.             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
  504.           else
  505.                                     :
  506.           fi
  507.         else
  508.                               found_dir=
  509.           found_la=
  510.           found_so=
  511.           found_a=
  512.           eval libname="$acl_libname_spec"    # typically: libname=lib$name
  513.           if test -n "$acl_shlibext"; then
  514.             shrext=".$acl_shlibext"             # typically: shrext=.so
  515.           else
  516.             shrext=
  517.           fi
  518.           if test $use_additional = yes; then
  519.             dir="$additional_libdir"
  520.                                     if test -n "$acl_shlibext"; then
  521.               if test -f "$dir/$libname$shrext"; then
  522.                 found_dir="$dir"
  523.                 found_so="$dir/$libname$shrext"
  524.               else
  525.                 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
  526.                   ver=`(cd "$dir" && 
  527.                         for f in "$libname$shrext".*; do echo "$f"; done 
  528.                         | sed -e "s,^$libname$shrext\\.,," 
  529.                         | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 
  530.                         | sed 1q ) 2>/dev/null`
  531.                   if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
  532.                     found_dir="$dir"
  533.                     found_so="$dir/$libname$shrext.$ver"
  534.                   fi
  535.                 else
  536.                   eval library_names="$acl_library_names_spec"
  537.                   for f in $library_names; do
  538.                     if test -f "$dir/$f"; then
  539.                       found_dir="$dir"
  540.                       found_so="$dir/$f"
  541.                       break
  542.                     fi
  543.                   done
  544.                 fi
  545.               fi
  546.             fi
  547.                         if test "X$found_dir" = "X"; then
  548.               if test -f "$dir/$libname.$acl_libext"; then
  549.                 found_dir="$dir"
  550.                 found_a="$dir/$libname.$acl_libext"
  551.               fi
  552.             fi
  553.             if test "X$found_dir" != "X"; then
  554.               if test -f "$dir/$libname.la"; then
  555.                 found_la="$dir/$libname.la"
  556.               fi
  557.             fi
  558.           fi
  559.           if test "X$found_dir" = "X"; then
  560.             for x in $LDFLAGS $LTLIBICONV; do
  561.   acl_save_prefix="$prefix"
  562.   prefix="$acl_final_prefix"
  563.   acl_save_exec_prefix="$exec_prefix"
  564.   exec_prefix="$acl_final_exec_prefix"
  565.   eval x="$x"
  566.   exec_prefix="$acl_save_exec_prefix"
  567.   prefix="$acl_save_prefix"
  568.               case "$x" in
  569.                 -L*)
  570.                   dir=`echo "X$x" | sed -e 's/^X-L//'`
  571.                                     if test -n "$acl_shlibext"; then
  572.                     if test -f "$dir/$libname$shrext"; then
  573.                       found_dir="$dir"
  574.                       found_so="$dir/$libname$shrext"
  575.                     else
  576.                       if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
  577.                         ver=`(cd "$dir" && 
  578.                               for f in "$libname$shrext".*; do echo "$f"; done 
  579.                               | sed -e "s,^$libname$shrext\\.,," 
  580.                               | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 
  581.                               | sed 1q ) 2>/dev/null`
  582.                         if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
  583.                           found_dir="$dir"
  584.                           found_so="$dir/$libname$shrext.$ver"
  585.                         fi
  586.                       else
  587.                         eval library_names="$acl_library_names_spec"
  588.                         for f in $library_names; do
  589.                           if test -f "$dir/$f"; then
  590.                             found_dir="$dir"
  591.                             found_so="$dir/$f"
  592.                             break
  593.                           fi
  594.                         done
  595.                       fi
  596.                     fi
  597.                   fi
  598.                                     if test "X$found_dir" = "X"; then
  599.                     if test -f "$dir/$libname.$acl_libext"; then
  600.                       found_dir="$dir"
  601.                       found_a="$dir/$libname.$acl_libext"
  602.                     fi
  603.                   fi
  604.                   if test "X$found_dir" != "X"; then
  605.                     if test -f "$dir/$libname.la"; then
  606.                       found_la="$dir/$libname.la"
  607.                     fi
  608.                   fi
  609.                   ;;
  610.               esac
  611.               if test "X$found_dir" != "X"; then
  612.                 break
  613.               fi
  614.             done
  615.           fi
  616.           if test "X$found_dir" != "X"; then
  617.                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
  618.             if test "X$found_so" != "X"; then
  619.                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
  620.                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  621.               else
  622.                                                                                 haveit=
  623.                 for x in $ltrpathdirs; do
  624.                   if test "X$x" = "X$found_dir"; then
  625.                     haveit=yes
  626.                     break
  627.                   fi
  628.                 done
  629.                 if test -z "$haveit"; then
  630.                   ltrpathdirs="$ltrpathdirs $found_dir"
  631.                 fi
  632.                                 if test "$acl_hardcode_direct" = yes; then
  633.                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  634.                 else
  635.                   if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
  636.                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  637.                                                             haveit=
  638.                     for x in $rpathdirs; do
  639.                       if test "X$x" = "X$found_dir"; then
  640.                         haveit=yes
  641.                         break
  642.                       fi
  643.                     done
  644.                     if test -z "$haveit"; then
  645.                       rpathdirs="$rpathdirs $found_dir"
  646.                     fi
  647.                   else
  648.                                                                                 haveit=
  649.                     for x in $LDFLAGS $LIBICONV; do
  650.   acl_save_prefix="$prefix"
  651.   prefix="$acl_final_prefix"
  652.   acl_save_exec_prefix="$exec_prefix"
  653.   exec_prefix="$acl_final_exec_prefix"
  654.   eval x="$x"
  655.   exec_prefix="$acl_save_exec_prefix"
  656.   prefix="$acl_save_prefix"
  657.                       if test "X$x" = "X-L$found_dir"; then
  658.                         haveit=yes
  659.                         break
  660.                       fi
  661.                     done
  662.                     if test -z "$haveit"; then
  663.                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
  664.                     fi
  665.                     if test "$acl_hardcode_minus_L" != no; then
  666.                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  667.                     else
  668.                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
  669.                     fi
  670.                   fi
  671.                 fi
  672.               fi
  673.             else
  674.               if test "X$found_a" != "X"; then
  675.                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
  676.               else
  677.                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
  678.               fi
  679.             fi
  680.                         additional_includedir=
  681.             case "$found_dir" in
  682.               */$acl_libdirstem | */$acl_libdirstem/)
  683.                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
  684.                 LIBICONV_PREFIX="$basedir"
  685.                 additional_includedir="$basedir/include"
  686.                 ;;
  687.             esac
  688.             if test "X$additional_includedir" != "X"; then
  689.                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
  690.                 haveit=
  691.                 if test "X$additional_includedir" = "X/usr/local/include"; then
  692.                   if test -n "$GCC"; then
  693.                     case $host_os in
  694.                       linux* | gnu* | k*bsd*-gnu) haveit=yes;;
  695.                     esac
  696.                   fi
  697.                 fi
  698.                 if test -z "$haveit"; then
  699.                   for x in $CPPFLAGS $INCICONV; do
  700.   acl_save_prefix="$prefix"
  701.   prefix="$acl_final_prefix"
  702.   acl_save_exec_prefix="$exec_prefix"
  703.   exec_prefix="$acl_final_exec_prefix"
  704.   eval x="$x"
  705.   exec_prefix="$acl_save_exec_prefix"
  706.   prefix="$acl_save_prefix"
  707.                     if test "X$x" = "X-I$additional_includedir"; then
  708.                       haveit=yes
  709.                       break
  710.                     fi
  711.                   done
  712.                   if test -z "$haveit"; then
  713.                     if test -d "$additional_includedir"; then
  714.                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
  715.                     fi
  716.                   fi
  717.                 fi
  718.               fi
  719.             fi
  720.                         if test -n "$found_la"; then
  721.                                                         save_libdir="$libdir"
  722.               case "$found_la" in
  723.                 */* | *\*) . "$found_la" ;;
  724.                 *) . "./$found_la" ;;
  725.               esac
  726.               libdir="$save_libdir"
  727.                             for dep in $dependency_libs; do
  728.                 case "$dep" in
  729.                   -L*)
  730.                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
  731.                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
  732.                       haveit=
  733.                       if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
  734.                         if test -n "$GCC"; then
  735.                           case $host_os in
  736.                             linux* | gnu* | k*bsd*-gnu) haveit=yes;;
  737.                           esac
  738.                         fi
  739.                       fi
  740.                       if test -z "$haveit"; then
  741.                         haveit=
  742.                         for x in $LDFLAGS $LIBICONV; do
  743.   acl_save_prefix="$prefix"
  744.   prefix="$acl_final_prefix"
  745.   acl_save_exec_prefix="$exec_prefix"
  746.   exec_prefix="$acl_final_exec_prefix"
  747.   eval x="$x"
  748.   exec_prefix="$acl_save_exec_prefix"
  749.   prefix="$acl_save_prefix"
  750.                           if test "X$x" = "X-L$additional_libdir"; then
  751.                             haveit=yes
  752.                             break
  753.                           fi
  754.                         done
  755.                         if test -z "$haveit"; then
  756.                           if test -d "$additional_libdir"; then
  757.                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
  758.                           fi
  759.                         fi
  760.                         haveit=
  761.                         for x in $LDFLAGS $LTLIBICONV; do
  762.   acl_save_prefix="$prefix"
  763.   prefix="$acl_final_prefix"
  764.   acl_save_exec_prefix="$exec_prefix"
  765.   exec_prefix="$acl_final_exec_prefix"
  766.   eval x="$x"
  767.   exec_prefix="$acl_save_exec_prefix"
  768.   prefix="$acl_save_prefix"
  769.                           if test "X$x" = "X-L$additional_libdir"; then
  770.                             haveit=yes
  771.                             break
  772.                           fi
  773.                         done
  774.                         if test -z "$haveit"; then
  775.                           if test -d "$additional_libdir"; then
  776.                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
  777.                           fi
  778.                         fi
  779.                       fi
  780.                     fi
  781.                     ;;
  782.                   -R*)
  783.                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
  784.                     if test "$enable_rpath" != no; then
  785.                                                                   haveit=
  786.                       for x in $rpathdirs; do
  787.                         if test "X$x" = "X$dir"; then
  788.                           haveit=yes
  789.                           break
  790.                         fi
  791.                       done
  792.                       if test -z "$haveit"; then
  793.                         rpathdirs="$rpathdirs $dir"
  794.                       fi
  795.                                                                   haveit=
  796.                       for x in $ltrpathdirs; do
  797.                         if test "X$x" = "X$dir"; then
  798.                           haveit=yes
  799.                           break
  800.                         fi
  801.                       done
  802.                       if test -z "$haveit"; then
  803.                         ltrpathdirs="$ltrpathdirs $dir"
  804.                       fi
  805.                     fi
  806.                     ;;
  807.                   -l*)
  808.                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
  809.                     ;;
  810.                   *.la)
  811.                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,.la$,,'`
  812.                     ;;
  813.                   *)
  814.                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
  815.                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
  816.                     ;;
  817.                 esac
  818.               done
  819.             fi
  820.           else
  821.                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
  822.             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
  823.           fi
  824.         fi
  825.       fi
  826.     done
  827.   done
  828.   if test "X$rpathdirs" != "X"; then
  829.     if test -n "$acl_hardcode_libdir_separator"; then
  830.                         alldirs=
  831.       for found_dir in $rpathdirs; do
  832.         alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
  833.       done
  834.             acl_save_libdir="$libdir"
  835.       libdir="$alldirs"
  836.       eval flag="$acl_hardcode_libdir_flag_spec"
  837.       libdir="$acl_save_libdir"
  838.       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
  839.     else
  840.             for found_dir in $rpathdirs; do
  841.         acl_save_libdir="$libdir"
  842.         libdir="$found_dir"
  843.         eval flag="$acl_hardcode_libdir_flag_spec"
  844.         libdir="$acl_save_libdir"
  845.         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
  846.       done
  847.     fi
  848.   fi
  849.   if test "X$ltrpathdirs" != "X"; then
  850.             for found_dir in $ltrpathdirs; do
  851.       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
  852.     done
  853.   fi
  854.     { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5
  855. echo $ECHO_N "checking for CFPreferencesCopyAppValue... $ECHO_C" >&6; }
  856. if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then
  857.   echo $ECHO_N "(cached) $ECHO_C" >&6
  858. else
  859.   gt_save_LIBS="$LIBS"
  860.      LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
  861.      cat >conftest.$ac_ext <<_ACEOF
  862. /* confdefs.h.  */
  863. _ACEOF
  864. cat confdefs.h >>conftest.$ac_ext
  865. cat >>conftest.$ac_ext <<_ACEOF
  866. /* end confdefs.h.  */
  867. #include <CoreFoundation/CFPreferences.h>
  868. int
  869. main ()
  870. {
  871. CFPreferencesCopyAppValue(NULL, NULL)
  872.   ;
  873.   return 0;
  874. }
  875. _ACEOF
  876. rm -f conftest.$ac_objext conftest$ac_exeext
  877. if { (ac_try="$ac_link"
  878. case "(($ac_try" in
  879.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  880.   *) ac_try_echo=$ac_try;;
  881. esac
  882. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  883.   (eval "$ac_link") 2>conftest.er1
  884.   ac_status=$?
  885.   grep -v '^ *+' conftest.er1 >conftest.err
  886.   rm -f conftest.er1
  887.   cat conftest.err >&5
  888.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  889.   (exit $ac_status); } && {
  890.  test -z "$ac_c_werror_flag" ||
  891.  test ! -s conftest.err
  892.        } && test -s conftest$ac_exeext &&
  893.        $as_test_x conftest$ac_exeext; then
  894.   gt_cv_func_CFPreferencesCopyAppValue=yes
  895. else
  896.   echo "$as_me: failed program was:" >&5
  897. sed 's/^/| /' conftest.$ac_ext >&5
  898. gt_cv_func_CFPreferencesCopyAppValue=no
  899. fi
  900. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  901.       conftest$ac_exeext conftest.$ac_ext
  902.      LIBS="$gt_save_LIBS"
  903. fi
  904. { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
  905. echo "${ECHO_T}$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
  906.   if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
  907. cat >>confdefs.h <<_ACEOF
  908. #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  909. _ACEOF
  910.   fi
  911.     { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5
  912. echo $ECHO_N "checking for CFLocaleCopyCurrent... $ECHO_C" >&6; }
  913. if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then
  914.   echo $ECHO_N "(cached) $ECHO_C" >&6
  915. else
  916.   gt_save_LIBS="$LIBS"
  917.      LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
  918.      cat >conftest.$ac_ext <<_ACEOF
  919. /* confdefs.h.  */
  920. _ACEOF
  921. cat confdefs.h >>conftest.$ac_ext
  922. cat >>conftest.$ac_ext <<_ACEOF
  923. /* end confdefs.h.  */
  924. #include <CoreFoundation/CFLocale.h>
  925. int
  926. main ()
  927. {
  928. CFLocaleCopyCurrent();
  929.   ;
  930.   return 0;
  931. }
  932. _ACEOF
  933. rm -f conftest.$ac_objext conftest$ac_exeext
  934. if { (ac_try="$ac_link"
  935. case "(($ac_try" in
  936.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  937.   *) ac_try_echo=$ac_try;;
  938. esac
  939. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  940.   (eval "$ac_link") 2>conftest.er1
  941.   ac_status=$?
  942.   grep -v '^ *+' conftest.er1 >conftest.err
  943.   rm -f conftest.er1
  944.   cat conftest.err >&5
  945.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  946.   (exit $ac_status); } && {
  947.  test -z "$ac_c_werror_flag" ||
  948.  test ! -s conftest.err
  949.        } && test -s conftest$ac_exeext &&
  950.        $as_test_x conftest$ac_exeext; then
  951.   gt_cv_func_CFLocaleCopyCurrent=yes
  952. else
  953.   echo "$as_me: failed program was:" >&5
  954. sed 's/^/| /' conftest.$ac_ext >&5
  955. gt_cv_func_CFLocaleCopyCurrent=no
  956. fi
  957. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  958.       conftest$ac_exeext conftest.$ac_ext
  959.      LIBS="$gt_save_LIBS"
  960. fi
  961. { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
  962. echo "${ECHO_T}$gt_cv_func_CFLocaleCopyCurrent" >&6; }
  963.   if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
  964. cat >>confdefs.h <<_ACEOF
  965. #define HAVE_CFLOCALECOPYCURRENT 1
  966. _ACEOF
  967.   fi
  968.   INTL_MACOSX_LIBS=
  969.   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
  970.     INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
  971.   fi
  972.   LIBINTL=
  973.   LTLIBINTL=
  974.   POSUB=
  975.     case " $gt_needs " in
  976.     *" need-formatstring-macros "*) gt_api_version=3 ;;
  977.     *" need-ngettext "*) gt_api_version=2 ;;
  978.     *) gt_api_version=1 ;;
  979.   esac
  980.   gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
  981.   gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
  982.     if test "$USE_NLS" = "yes"; then
  983.     gt_use_preinstalled_gnugettext=no
  984.         if test $gt_api_version -ge 3; then
  985.           gt_revision_test_code='
  986. #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
  987. #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
  988. #endif
  989. typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
  990. '
  991.         else
  992.           gt_revision_test_code=
  993.         fi
  994.         if test $gt_api_version -ge 2; then
  995.           gt_expression_test_code=' + * ngettext ("", "", 0)'
  996.         else
  997.           gt_expression_test_code=
  998.         fi
  999.         { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
  1000. echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; }
  1001. if { as_var=$gt_func_gnugettext_libc; eval "test "${$as_var+set}" = set"; }; then
  1002.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1003. else
  1004.   cat >conftest.$ac_ext <<_ACEOF
  1005. /* confdefs.h.  */
  1006. _ACEOF
  1007. cat confdefs.h >>conftest.$ac_ext
  1008. cat >>conftest.$ac_ext <<_ACEOF
  1009. /* end confdefs.h.  */
  1010. #include <libintl.h>
  1011. $gt_revision_test_code
  1012. extern int _nl_msg_cat_cntr;
  1013. extern int *_nl_domain_bindings;
  1014. int
  1015. main ()
  1016. {
  1017. bindtextdomain ("", "");
  1018. return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
  1019.   ;
  1020.   return 0;
  1021. }
  1022. _ACEOF
  1023. rm -f conftest.$ac_objext conftest$ac_exeext
  1024. if { (ac_try="$ac_link"
  1025. case "(($ac_try" in
  1026.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1027.   *) ac_try_echo=$ac_try;;
  1028. esac
  1029. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1030.   (eval "$ac_link") 2>conftest.er1
  1031.   ac_status=$?
  1032.   grep -v '^ *+' conftest.er1 >conftest.err
  1033.   rm -f conftest.er1
  1034.   cat conftest.err >&5
  1035.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1036.   (exit $ac_status); } && {
  1037.  test -z "$ac_c_werror_flag" ||
  1038.  test ! -s conftest.err
  1039.        } && test -s conftest$ac_exeext &&
  1040.        $as_test_x conftest$ac_exeext; then
  1041.   eval "$gt_func_gnugettext_libc=yes"
  1042. else
  1043.   echo "$as_me: failed program was:" >&5
  1044. sed 's/^/| /' conftest.$ac_ext >&5
  1045. eval "$gt_func_gnugettext_libc=no"
  1046. fi
  1047. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1048.       conftest$ac_exeext conftest.$ac_ext
  1049. fi
  1050. ac_res=`eval echo '${'$gt_func_gnugettext_libc'}'`
  1051.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  1052. echo "${ECHO_T}$ac_res" >&6; }
  1053.         if { eval "gt_val=$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
  1054.           am_save_CPPFLAGS="$CPPFLAGS"
  1055.   for element in $INCICONV; do
  1056.     haveit=
  1057.     for x in $CPPFLAGS; do
  1058.   acl_save_prefix="$prefix"
  1059.   prefix="$acl_final_prefix"
  1060.   acl_save_exec_prefix="$exec_prefix"
  1061.   exec_prefix="$acl_final_exec_prefix"
  1062.   eval x="$x"
  1063.   exec_prefix="$acl_save_exec_prefix"
  1064.   prefix="$acl_save_prefix"
  1065.       if test "X$x" = "X$element"; then
  1066.         haveit=yes
  1067.         break
  1068.       fi
  1069.     done
  1070.     if test -z "$haveit"; then
  1071.       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
  1072.     fi
  1073.   done
  1074.   { echo "$as_me:$LINENO: checking for iconv" >&5
  1075. echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
  1076. if test "${am_cv_func_iconv+set}" = set; then
  1077.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1078. else
  1079.     am_cv_func_iconv="no, consider installing GNU libiconv"
  1080.     am_cv_lib_iconv=no
  1081.     cat >conftest.$ac_ext <<_ACEOF
  1082. /* confdefs.h.  */
  1083. _ACEOF
  1084. cat confdefs.h >>conftest.$ac_ext
  1085. cat >>conftest.$ac_ext <<_ACEOF
  1086. /* end confdefs.h.  */
  1087. #include <stdlib.h>
  1088. #include <iconv.h>
  1089. int
  1090. main ()
  1091. {
  1092. iconv_t cd = iconv_open("","");
  1093.        iconv(cd,NULL,NULL,NULL,NULL);
  1094.        iconv_close(cd);
  1095.   ;
  1096.   return 0;
  1097. }
  1098. _ACEOF
  1099. rm -f conftest.$ac_objext conftest$ac_exeext
  1100. if { (ac_try="$ac_link"
  1101. case "(($ac_try" in
  1102.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1103.   *) ac_try_echo=$ac_try;;
  1104. esac
  1105. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1106.   (eval "$ac_link") 2>conftest.er1
  1107.   ac_status=$?
  1108.   grep -v '^ *+' conftest.er1 >conftest.err
  1109.   rm -f conftest.er1
  1110.   cat conftest.err >&5
  1111.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1112.   (exit $ac_status); } && {
  1113.  test -z "$ac_c_werror_flag" ||
  1114.  test ! -s conftest.err
  1115.        } && test -s conftest$ac_exeext &&
  1116.        $as_test_x conftest$ac_exeext; then
  1117.   am_cv_func_iconv=yes
  1118. else
  1119.   echo "$as_me: failed program was:" >&5
  1120. sed 's/^/| /' conftest.$ac_ext >&5
  1121. fi
  1122. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1123.       conftest$ac_exeext conftest.$ac_ext
  1124.     if test "$am_cv_func_iconv" != yes; then
  1125.       am_save_LIBS="$LIBS"
  1126.       LIBS="$LIBS $LIBICONV"
  1127.       cat >conftest.$ac_ext <<_ACEOF
  1128. /* confdefs.h.  */
  1129. _ACEOF
  1130. cat confdefs.h >>conftest.$ac_ext
  1131. cat >>conftest.$ac_ext <<_ACEOF
  1132. /* end confdefs.h.  */
  1133. #include <stdlib.h>
  1134. #include <iconv.h>
  1135. int
  1136. main ()
  1137. {
  1138. iconv_t cd = iconv_open("","");
  1139.          iconv(cd,NULL,NULL,NULL,NULL);
  1140.          iconv_close(cd);
  1141.   ;
  1142.   return 0;
  1143. }
  1144. _ACEOF
  1145. rm -f conftest.$ac_objext conftest$ac_exeext
  1146. if { (ac_try="$ac_link"
  1147. case "(($ac_try" in
  1148.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1149.   *) ac_try_echo=$ac_try;;
  1150. esac
  1151. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1152.   (eval "$ac_link") 2>conftest.er1
  1153.   ac_status=$?
  1154.   grep -v '^ *+' conftest.er1 >conftest.err
  1155.   rm -f conftest.er1
  1156.   cat conftest.err >&5
  1157.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1158.   (exit $ac_status); } && {
  1159.  test -z "$ac_c_werror_flag" ||
  1160.  test ! -s conftest.err
  1161.        } && test -s conftest$ac_exeext &&
  1162.        $as_test_x conftest$ac_exeext; then
  1163.   am_cv_lib_iconv=yes
  1164.         am_cv_func_iconv=yes
  1165. else
  1166.   echo "$as_me: failed program was:" >&5
  1167. sed 's/^/| /' conftest.$ac_ext >&5
  1168. fi
  1169. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1170.       conftest$ac_exeext conftest.$ac_ext
  1171.       LIBS="$am_save_LIBS"
  1172.     fi
  1173. fi
  1174. { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
  1175. echo "${ECHO_T}$am_cv_func_iconv" >&6; }
  1176.   if test "$am_cv_func_iconv" = yes; then
  1177.     { echo "$as_me:$LINENO: checking for working iconv" >&5
  1178. echo $ECHO_N "checking for working iconv... $ECHO_C" >&6; }
  1179. if test "${am_cv_func_iconv_works+set}" = set; then
  1180.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1181. else
  1182.             am_save_LIBS="$LIBS"
  1183.       if test $am_cv_lib_iconv = yes; then
  1184.         LIBS="$LIBS $LIBICONV"
  1185.       fi
  1186.       if test "$cross_compiling" = yes; then
  1187.   case "$host_os" in
  1188.            aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
  1189.            *)            am_cv_func_iconv_works="guessing yes" ;;
  1190.          esac
  1191. else
  1192.   cat >conftest.$ac_ext <<_ACEOF
  1193. /* confdefs.h.  */
  1194. _ACEOF
  1195. cat confdefs.h >>conftest.$ac_ext
  1196. cat >>conftest.$ac_ext <<_ACEOF
  1197. /* end confdefs.h.  */
  1198. #include <iconv.h>
  1199. #include <string.h>
  1200. int main ()
  1201. {
  1202.   /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
  1203.      returns.  */
  1204.   {
  1205.     iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
  1206.     if (cd_utf8_to_88591 != (iconv_t)(-1))
  1207.       {
  1208.         static const char input[] = "342202254"; /* EURO SIGN */
  1209.         char buf[10];
  1210.         const char *inptr = input;
  1211.         size_t inbytesleft = strlen (input);
  1212.         char *outptr = buf;
  1213.         size_t outbytesleft = sizeof (buf);
  1214.         size_t res = iconv (cd_utf8_to_88591,
  1215.                             (char **) &inptr, &inbytesleft,
  1216.                             &outptr, &outbytesleft);
  1217.         if (res == 0)
  1218.           return 1;
  1219.       }
  1220.   }
  1221. #if 0 /* This bug could be worked around by the caller.  */
  1222.   /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
  1223.   {
  1224.     iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
  1225.     if (cd_88591_to_utf8 != (iconv_t)(-1))
  1226.       {
  1227.         static const char input[] = "304rger mit b366sen B374bchen ohne Augenma337";
  1228.         char buf[50];
  1229.         const char *inptr = input;
  1230.         size_t inbytesleft = strlen (input);
  1231.         char *outptr = buf;
  1232.         size_t outbytesleft = sizeof (buf);
  1233.         size_t res = iconv (cd_88591_to_utf8,
  1234.                             (char **) &inptr, &inbytesleft,
  1235.                             &outptr, &outbytesleft);
  1236.         if ((int)res > 0)
  1237.           return 1;
  1238.       }
  1239.   }
  1240. #endif
  1241.   /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
  1242.      provided.  */
  1243.   if (/* Try standardized names.  */
  1244.       iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
  1245.       /* Try IRIX, OSF/1 names.  */
  1246.       && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
  1247.       /* Try AIX names.  */
  1248.       && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
  1249.       /* Try HP-UX names.  */
  1250.       && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
  1251.     return 1;
  1252.   return 0;
  1253. }
  1254. _ACEOF
  1255. rm -f conftest$ac_exeext
  1256. if { (ac_try="$ac_link"
  1257. case "(($ac_try" in
  1258.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1259.   *) ac_try_echo=$ac_try;;
  1260. esac
  1261. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1262.   (eval "$ac_link") 2>&5
  1263.   ac_status=$?
  1264.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1265.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  1266.   { (case "(($ac_try" in
  1267.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1268.   *) ac_try_echo=$ac_try;;
  1269. esac
  1270. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1271.   (eval "$ac_try") 2>&5
  1272.   ac_status=$?
  1273.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1274.   (exit $ac_status); }; }; then
  1275.   am_cv_func_iconv_works=yes
  1276. else
  1277.   echo "$as_me: program exited with status $ac_status" >&5
  1278. echo "$as_me: failed program was:" >&5
  1279. sed 's/^/| /' conftest.$ac_ext >&5
  1280. ( exit $ac_status )
  1281. am_cv_func_iconv_works=no
  1282. fi
  1283. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1284. fi
  1285.       LIBS="$am_save_LIBS"
  1286. fi
  1287. { echo "$as_me:$LINENO: result: $am_cv_func_iconv_works" >&5
  1288. echo "${ECHO_T}$am_cv_func_iconv_works" >&6; }
  1289.     case "$am_cv_func_iconv_works" in
  1290.       *no) am_func_iconv=no am_cv_lib_iconv=no ;;
  1291.       *)   am_func_iconv=yes ;;
  1292.     esac
  1293.   else
  1294.     am_func_iconv=no am_cv_lib_iconv=no
  1295.   fi
  1296.   if test "$am_func_iconv" = yes; then
  1297. cat >>confdefs.h <<_ACEOF
  1298. #define HAVE_ICONV 1
  1299. _ACEOF
  1300.   fi
  1301.   if test "$am_cv_lib_iconv" = yes; then
  1302.     { echo "$as_me:$LINENO: checking how to link with libiconv" >&5
  1303. echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; }
  1304.     { echo "$as_me:$LINENO: result: $LIBICONV" >&5
  1305. echo "${ECHO_T}$LIBICONV" >&6; }
  1306.   else
  1307.             CPPFLAGS="$am_save_CPPFLAGS"
  1308.     LIBICONV=
  1309.     LTLIBICONV=
  1310.   fi
  1311.     use_additional=yes
  1312.   acl_save_prefix="$prefix"
  1313.   prefix="$acl_final_prefix"
  1314.   acl_save_exec_prefix="$exec_prefix"
  1315.   exec_prefix="$acl_final_exec_prefix"
  1316.     eval additional_includedir="$includedir"
  1317.     eval additional_libdir="$libdir"
  1318.   exec_prefix="$acl_save_exec_prefix"
  1319.   prefix="$acl_save_prefix"
  1320. # Check whether --with-libintl-prefix was given.
  1321. if test "${with_libintl_prefix+set}" = set; then
  1322.   withval=$with_libintl_prefix;
  1323.     if test "X$withval" = "Xno"; then
  1324.       use_additional=no
  1325.     else
  1326.       if test "X$withval" = "X"; then
  1327.   acl_save_prefix="$prefix"
  1328.   prefix="$acl_final_prefix"
  1329.   acl_save_exec_prefix="$exec_prefix"
  1330.   exec_prefix="$acl_final_exec_prefix"
  1331.           eval additional_includedir="$includedir"
  1332.           eval additional_libdir="$libdir"
  1333.   exec_prefix="$acl_save_exec_prefix"
  1334.   prefix="$acl_save_prefix"
  1335.       else
  1336.         additional_includedir="$withval/include"
  1337.         additional_libdir="$withval/$acl_libdirstem"
  1338.       fi
  1339.     fi
  1340. fi
  1341.       LIBINTL=
  1342.   LTLIBINTL=
  1343.   INCINTL=
  1344.   LIBINTL_PREFIX=
  1345.   rpathdirs=
  1346.   ltrpathdirs=
  1347.   names_already_handled=
  1348.   names_next_round='intl '
  1349.   while test -n "$names_next_round"; do
  1350.     names_this_round="$names_next_round"
  1351.     names_next_round=
  1352.     for name in $names_this_round; do
  1353.       already_handled=
  1354.       for n in $names_already_handled; do
  1355.         if test "$n" = "$name"; then
  1356.           already_handled=yes
  1357.           break
  1358.         fi
  1359.       done
  1360.       if test -z "$already_handled"; then
  1361.         names_already_handled="$names_already_handled $name"
  1362.                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
  1363.         eval value="$HAVE_LIB$uppername"
  1364.         if test -n "$value"; then
  1365.           if test "$value" = yes; then
  1366.             eval value="$LIB$uppername"
  1367.             test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
  1368.             eval value="$LTLIB$uppername"
  1369.             test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
  1370.           else
  1371.                                     :
  1372.           fi
  1373.         else
  1374.                               found_dir=
  1375.           found_la=
  1376.           found_so=
  1377.           found_a=
  1378.           eval libname="$acl_libname_spec"    # typically: libname=lib$name
  1379.           if test -n "$acl_shlibext"; then
  1380.             shrext=".$acl_shlibext"             # typically: shrext=.so
  1381.           else
  1382.             shrext=
  1383.           fi
  1384.           if test $use_additional = yes; then
  1385.             dir="$additional_libdir"
  1386.                                     if test -n "$acl_shlibext"; then
  1387.               if test -f "$dir/$libname$shrext"; then
  1388.                 found_dir="$dir"
  1389.                 found_so="$dir/$libname$shrext"
  1390.               else
  1391.                 if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
  1392.                   ver=`(cd "$dir" && 
  1393.                         for f in "$libname$shrext".*; do echo "$f"; done 
  1394.                         | sed -e "s,^$libname$shrext\\.,," 
  1395.                         | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 
  1396.                         | sed 1q ) 2>/dev/null`
  1397.                   if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
  1398.                     found_dir="$dir"
  1399.                     found_so="$dir/$libname$shrext.$ver"
  1400.                   fi
  1401.                 else
  1402.                   eval library_names="$acl_library_names_spec"
  1403.                   for f in $library_names; do
  1404.                     if test -f "$dir/$f"; then
  1405.                       found_dir="$dir"
  1406.                       found_so="$dir/$f"
  1407.                       break
  1408.                     fi
  1409.                   done
  1410.                 fi
  1411.               fi
  1412.             fi
  1413.                         if test "X$found_dir" = "X"; then
  1414.               if test -f "$dir/$libname.$acl_libext"; then
  1415.                 found_dir="$dir"
  1416.                 found_a="$dir/$libname.$acl_libext"
  1417.               fi
  1418.             fi
  1419.             if test "X$found_dir" != "X"; then
  1420.               if test -f "$dir/$libname.la"; then
  1421.                 found_la="$dir/$libname.la"
  1422.               fi
  1423.             fi
  1424.           fi
  1425.           if test "X$found_dir" = "X"; then
  1426.             for x in $LDFLAGS $LTLIBINTL; do
  1427.   acl_save_prefix="$prefix"
  1428.   prefix="$acl_final_prefix"
  1429.   acl_save_exec_prefix="$exec_prefix"
  1430.   exec_prefix="$acl_final_exec_prefix"
  1431.   eval x="$x"
  1432.   exec_prefix="$acl_save_exec_prefix"
  1433.   prefix="$acl_save_prefix"
  1434.               case "$x" in
  1435.                 -L*)
  1436.                   dir=`echo "X$x" | sed -e 's/^X-L//'`
  1437.                                     if test -n "$acl_shlibext"; then
  1438.                     if test -f "$dir/$libname$shrext"; then
  1439.                       found_dir="$dir"
  1440.                       found_so="$dir/$libname$shrext"
  1441.                     else
  1442.                       if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
  1443.                         ver=`(cd "$dir" && 
  1444.                               for f in "$libname$shrext".*; do echo "$f"; done 
  1445.                               | sed -e "s,^$libname$shrext\\.,," 
  1446.                               | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 
  1447.                               | sed 1q ) 2>/dev/null`
  1448.                         if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
  1449.                           found_dir="$dir"
  1450.                           found_so="$dir/$libname$shrext.$ver"
  1451.                         fi
  1452.                       else
  1453.                         eval library_names="$acl_library_names_spec"
  1454.                         for f in $library_names; do
  1455.                           if test -f "$dir/$f"; then
  1456.                             found_dir="$dir"
  1457.                             found_so="$dir/$f"
  1458.                             break
  1459.                           fi
  1460.                         done
  1461.                       fi
  1462.                     fi
  1463.                   fi
  1464.                                     if test "X$found_dir" = "X"; then
  1465.                     if test -f "$dir/$libname.$acl_libext"; then
  1466.                       found_dir="$dir"
  1467.                       found_a="$dir/$libname.$acl_libext"
  1468.                     fi
  1469.                   fi
  1470.                   if test "X$found_dir" != "X"; then
  1471.                     if test -f "$dir/$libname.la"; then
  1472.                       found_la="$dir/$libname.la"
  1473.                     fi
  1474.                   fi
  1475.                   ;;
  1476.               esac
  1477.               if test "X$found_dir" != "X"; then
  1478.                 break
  1479.               fi
  1480.             done
  1481.           fi
  1482.           if test "X$found_dir" != "X"; then
  1483.                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
  1484.             if test "X$found_so" != "X"; then
  1485.                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
  1486.                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
  1487.               else
  1488.                                                                                 haveit=
  1489.                 for x in $ltrpathdirs; do
  1490.                   if test "X$x" = "X$found_dir"; then
  1491.                     haveit=yes
  1492.                     break
  1493.                   fi
  1494.                 done
  1495.                 if test -z "$haveit"; then
  1496.                   ltrpathdirs="$ltrpathdirs $found_dir"
  1497.                 fi
  1498.                                 if test "$acl_hardcode_direct" = yes; then
  1499.                                                       LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
  1500.                 else
  1501.                   if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
  1502.                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
  1503.                                                             haveit=
  1504.                     for x in $rpathdirs; do
  1505.                       if test "X$x" = "X$found_dir"; then
  1506.                         haveit=yes
  1507.                         break
  1508.                       fi
  1509.                     done
  1510.                     if test -z "$haveit"; then
  1511.                       rpathdirs="$rpathdirs $found_dir"
  1512.                     fi
  1513.                   else
  1514.                                                                                 haveit=
  1515.                     for x in $LDFLAGS $LIBINTL; do
  1516.   acl_save_prefix="$prefix"
  1517.   prefix="$acl_final_prefix"
  1518.   acl_save_exec_prefix="$exec_prefix"
  1519.   exec_prefix="$acl_final_exec_prefix"
  1520.   eval x="$x"
  1521.   exec_prefix="$acl_save_exec_prefix"
  1522.   prefix="$acl_save_prefix"
  1523.                       if test "X$x" = "X-L$found_dir"; then
  1524.                         haveit=yes
  1525.                         break
  1526.                       fi
  1527.                     done
  1528.                     if test -z "$haveit"; then
  1529.                       LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
  1530.                     fi
  1531.                     if test "$acl_hardcode_minus_L" != no; then
  1532.                                                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
  1533.                     else
  1534.                                                                                                                                                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
  1535.                     fi
  1536.                   fi
  1537.                 fi
  1538.               fi
  1539.             else
  1540.               if test "X$found_a" != "X"; then
  1541.                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
  1542.               else
  1543.                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
  1544.               fi
  1545.             fi
  1546.                         additional_includedir=
  1547.             case "$found_dir" in
  1548.               */$acl_libdirstem | */$acl_libdirstem/)
  1549.                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
  1550.                 LIBINTL_PREFIX="$basedir"
  1551.                 additional_includedir="$basedir/include"
  1552.                 ;;
  1553.             esac
  1554.             if test "X$additional_includedir" != "X"; then
  1555.                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
  1556.                 haveit=
  1557.                 if test "X$additional_includedir" = "X/usr/local/include"; then
  1558.                   if test -n "$GCC"; then
  1559.                     case $host_os in
  1560.                       linux* | gnu* | k*bsd*-gnu) haveit=yes;;
  1561.                     esac
  1562.                   fi
  1563.                 fi
  1564.                 if test -z "$haveit"; then
  1565.                   for x in $CPPFLAGS $INCINTL; do
  1566.   acl_save_prefix="$prefix"
  1567.   prefix="$acl_final_prefix"
  1568.   acl_save_exec_prefix="$exec_prefix"
  1569.   exec_prefix="$acl_final_exec_prefix"
  1570.   eval x="$x"
  1571.   exec_prefix="$acl_save_exec_prefix"
  1572.   prefix="$acl_save_prefix"
  1573.                     if test "X$x" = "X-I$additional_includedir"; then
  1574.                       haveit=yes
  1575.                       break
  1576.                     fi
  1577.                   done
  1578.                   if test -z "$haveit"; then
  1579.                     if test -d "$additional_includedir"; then
  1580.                                             INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
  1581.                     fi
  1582.                   fi
  1583.                 fi
  1584.               fi
  1585.             fi
  1586.                         if test -n "$found_la"; then
  1587.                                                         save_libdir="$libdir"
  1588.               case "$found_la" in
  1589.                 */* | *\*) . "$found_la" ;;
  1590.                 *) . "./$found_la" ;;
  1591.               esac
  1592.               libdir="$save_libdir"
  1593.                             for dep in $dependency_libs; do
  1594.                 case "$dep" in
  1595.                   -L*)
  1596.                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
  1597.                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
  1598.                       haveit=
  1599.                       if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
  1600.                         if test -n "$GCC"; then
  1601.                           case $host_os in
  1602.                             linux* | gnu* | k*bsd*-gnu) haveit=yes;;
  1603.                           esac
  1604.                         fi
  1605.                       fi
  1606.                       if test -z "$haveit"; then
  1607.                         haveit=
  1608.                         for x in $LDFLAGS $LIBINTL; do
  1609.   acl_save_prefix="$prefix"
  1610.   prefix="$acl_final_prefix"
  1611.   acl_save_exec_prefix="$exec_prefix"
  1612.   exec_prefix="$acl_final_exec_prefix"
  1613.   eval x="$x"
  1614.   exec_prefix="$acl_save_exec_prefix"
  1615.   prefix="$acl_save_prefix"
  1616.                           if test "X$x" = "X-L$additional_libdir"; then
  1617.                             haveit=yes
  1618.                             break
  1619.                           fi
  1620.                         done
  1621.                         if test -z "$haveit"; then
  1622.                           if test -d "$additional_libdir"; then
  1623.                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
  1624.                           fi
  1625.                         fi
  1626.                         haveit=
  1627.                         for x in $LDFLAGS $LTLIBINTL; do
  1628.   acl_save_prefix="$prefix"
  1629.   prefix="$acl_final_prefix"
  1630.   acl_save_exec_prefix="$exec_prefix"
  1631.   exec_prefix="$acl_final_exec_prefix"
  1632.   eval x="$x"
  1633.   exec_prefix="$acl_save_exec_prefix"
  1634.   prefix="$acl_save_prefix"
  1635.                           if test "X$x" = "X-L$additional_libdir"; then
  1636.                             haveit=yes
  1637.                             break
  1638.                           fi
  1639.                         done
  1640.                         if test -z "$haveit"; then
  1641.                           if test -d "$additional_libdir"; then
  1642.                                                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
  1643.                           fi
  1644.                         fi
  1645.                       fi
  1646.                     fi
  1647.                     ;;
  1648.                   -R*)
  1649.                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
  1650.                     if test "$enable_rpath" != no; then
  1651.                                                                   haveit=
  1652.                       for x in $rpathdirs; do
  1653.                         if test "X$x" = "X$dir"; then
  1654.                           haveit=yes
  1655.                           break
  1656.                         fi
  1657.                       done
  1658.                       if test -z "$haveit"; then
  1659.                         rpathdirs="$rpathdirs $dir"
  1660.                       fi
  1661.                                                                   haveit=
  1662.                       for x in $ltrpathdirs; do
  1663.                         if test "X$x" = "X$dir"; then
  1664.                           haveit=yes
  1665.                           break
  1666.                         fi
  1667.                       done
  1668.                       if test -z "$haveit"; then
  1669.                         ltrpathdirs="$ltrpathdirs $dir"
  1670.                       fi
  1671.                     fi
  1672.                     ;;
  1673.                   -l*)
  1674.                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
  1675.                     ;;
  1676.                   *.la)
  1677.                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,.la$,,'`
  1678.                     ;;
  1679.                   *)
  1680.                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
  1681.                     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
  1682.                     ;;
  1683.                 esac
  1684.               done
  1685.             fi
  1686.           else
  1687.                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
  1688.             LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
  1689.           fi
  1690.         fi
  1691.       fi
  1692.     done
  1693.   done
  1694.   if test "X$rpathdirs" != "X"; then
  1695.     if test -n "$acl_hardcode_libdir_separator"; then
  1696.                         alldirs=
  1697.       for found_dir in $rpathdirs; do
  1698.         alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
  1699.       done
  1700.             acl_save_libdir="$libdir"
  1701.       libdir="$alldirs"
  1702.       eval flag="$acl_hardcode_libdir_flag_spec"
  1703.       libdir="$acl_save_libdir"
  1704.       LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
  1705.     else
  1706.             for found_dir in $rpathdirs; do
  1707.         acl_save_libdir="$libdir"
  1708.         libdir="$found_dir"
  1709.         eval flag="$acl_hardcode_libdir_flag_spec"
  1710.         libdir="$acl_save_libdir"
  1711.         LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
  1712.       done
  1713.     fi
  1714.   fi
  1715.   if test "X$ltrpathdirs" != "X"; then
  1716.             for found_dir in $ltrpathdirs; do
  1717.       LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
  1718.     done
  1719.   fi
  1720.           { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
  1721. echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; }
  1722. if { as_var=$gt_func_gnugettext_libintl; eval "test "${$as_var+set}" = set"; }; then
  1723.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1724. else
  1725.   gt_save_CPPFLAGS="$CPPFLAGS"
  1726.             CPPFLAGS="$CPPFLAGS $INCINTL"
  1727.             gt_save_LIBS="$LIBS"
  1728.             LIBS="$LIBS $LIBINTL"
  1729.                         cat >conftest.$ac_ext <<_ACEOF
  1730. /* confdefs.h.  */
  1731. _ACEOF
  1732. cat confdefs.h >>conftest.$ac_ext
  1733. cat >>conftest.$ac_ext <<_ACEOF
  1734. /* end confdefs.h.  */
  1735. #include <libintl.h>
  1736. $gt_revision_test_code
  1737. extern int _nl_msg_cat_cntr;
  1738. extern
  1739. #ifdef __cplusplus
  1740. "C"
  1741. #endif
  1742. const char *_nl_expand_alias (const char *);
  1743. int
  1744. main ()
  1745. {
  1746. bindtextdomain ("", "");
  1747. return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
  1748.   ;
  1749.   return 0;
  1750. }
  1751. _ACEOF
  1752. rm -f conftest.$ac_objext conftest$ac_exeext
  1753. if { (ac_try="$ac_link"
  1754. case "(($ac_try" in
  1755.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1756.   *) ac_try_echo=$ac_try;;
  1757. esac
  1758. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1759.   (eval "$ac_link") 2>conftest.er1
  1760.   ac_status=$?
  1761.   grep -v '^ *+' conftest.er1 >conftest.err
  1762.   rm -f conftest.er1
  1763.   cat conftest.err >&5
  1764.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1765.   (exit $ac_status); } && {
  1766.  test -z "$ac_c_werror_flag" ||
  1767.  test ! -s conftest.err
  1768.        } && test -s conftest$ac_exeext &&
  1769.        $as_test_x conftest$ac_exeext; then
  1770.   eval "$gt_func_gnugettext_libintl=yes"
  1771. else
  1772.   echo "$as_me: failed program was:" >&5
  1773. sed 's/^/| /' conftest.$ac_ext >&5
  1774. eval "$gt_func_gnugettext_libintl=no"
  1775. fi
  1776. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1777.       conftest$ac_exeext conftest.$ac_ext
  1778.                         if { eval "gt_val=$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
  1779.               LIBS="$LIBS $LIBICONV"
  1780.               cat >conftest.$ac_ext <<_ACEOF
  1781. /* confdefs.h.  */
  1782. _ACEOF
  1783. cat confdefs.h >>conftest.$ac_ext
  1784. cat >>conftest.$ac_ext <<_ACEOF
  1785. /* end confdefs.h.  */
  1786. #include <libintl.h>
  1787. $gt_revision_test_code
  1788. extern int _nl_msg_cat_cntr;
  1789. extern
  1790. #ifdef __cplusplus
  1791. "C"
  1792. #endif
  1793. const char *_nl_expand_alias (const char *);
  1794. int
  1795. main ()
  1796. {
  1797. bindtextdomain ("", "");
  1798. return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
  1799.   ;
  1800.   return 0;
  1801. }
  1802. _ACEOF
  1803. rm -f conftest.$ac_objext conftest$ac_exeext
  1804. if { (ac_try="$ac_link"
  1805. case "(($ac_try" in
  1806.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1807.   *) ac_try_echo=$ac_try;;
  1808. esac
  1809. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1810.   (eval "$ac_link") 2>conftest.er1
  1811.   ac_status=$?
  1812.   grep -v '^ *+' conftest.er1 >conftest.err
  1813.   rm -f conftest.er1
  1814.   cat conftest.err >&5
  1815.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1816.   (exit $ac_status); } && {
  1817.  test -z "$ac_c_werror_flag" ||
  1818.  test ! -s conftest.err
  1819.        } && test -s conftest$ac_exeext &&
  1820.        $as_test_x conftest$ac_exeext; then
  1821.   LIBINTL="$LIBINTL $LIBICONV"
  1822.                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
  1823.                 eval "$gt_func_gnugettext_libintl=yes"
  1824. else
  1825.   echo "$as_me: failed program was:" >&5
  1826. sed 's/^/| /' conftest.$ac_ext >&5
  1827. fi
  1828. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1829.       conftest$ac_exeext conftest.$ac_ext
  1830.             fi
  1831.             CPPFLAGS="$gt_save_CPPFLAGS"
  1832.             LIBS="$gt_save_LIBS"
  1833. fi
  1834. ac_res=`eval echo '${'$gt_func_gnugettext_libintl'}'`
  1835.        { echo "$as_me:$LINENO: result: $ac_res" >&5
  1836. echo "${ECHO_T}$ac_res" >&6; }
  1837.         fi
  1838.                                         if { eval "gt_val=$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } 
  1839.            || { { eval "gt_val=$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } 
  1840.                 && test "$PACKAGE" != gettext-runtime 
  1841.                 && test "$PACKAGE" != gettext-tools; }; then
  1842.           gt_use_preinstalled_gnugettext=yes
  1843.         else
  1844.                     LIBINTL=
  1845.           LTLIBINTL=
  1846.           INCINTL=
  1847.         fi
  1848.     if test -n "$INTL_MACOSX_LIBS"; then
  1849.       if test "$gt_use_preinstalled_gnugettext" = "yes" 
  1850.          || test "$nls_cv_use_gnu_gettext" = "yes"; then
  1851.                 LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
  1852.         LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
  1853.       fi
  1854.     fi
  1855.     if test "$gt_use_preinstalled_gnugettext" = "yes" 
  1856.        || test "$nls_cv_use_gnu_gettext" = "yes"; then
  1857. cat >>confdefs.h <<_ACEOF
  1858. #define ENABLE_NLS 1
  1859. _ACEOF
  1860.     else
  1861.       USE_NLS=no
  1862.     fi
  1863.   fi
  1864.   { echo "$as_me:$LINENO: checking whether to use NLS" >&5
  1865. echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; }
  1866.   { echo "$as_me:$LINENO: result: $USE_NLS" >&5
  1867. echo "${ECHO_T}$USE_NLS" >&6; }
  1868.   if test "$USE_NLS" = "yes"; then
  1869.     { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5
  1870. echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; }
  1871.     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
  1872.       if { eval "gt_val=$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
  1873.         gt_source="external libintl"
  1874.       else
  1875.         gt_source="libc"
  1876.       fi
  1877.     else
  1878.       gt_source="included intl directory"
  1879.     fi
  1880.     { echo "$as_me:$LINENO: result: $gt_source" >&5
  1881. echo "${ECHO_T}$gt_source" >&6; }
  1882.   fi
  1883.   if test "$USE_NLS" = "yes"; then
  1884.     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
  1885.       if { eval "gt_val=$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
  1886.         { echo "$as_me:$LINENO: checking how to link with libintl" >&5
  1887. echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; }
  1888.         { echo "$as_me:$LINENO: result: $LIBINTL" >&5
  1889. echo "${ECHO_T}$LIBINTL" >&6; }
  1890.   for element in $INCINTL; do
  1891.     haveit=
  1892.     for x in $CPPFLAGS; do
  1893.   acl_save_prefix="$prefix"
  1894.   prefix="$acl_final_prefix"
  1895.   acl_save_exec_prefix="$exec_prefix"
  1896.   exec_prefix="$acl_final_exec_prefix"
  1897.   eval x="$x"
  1898.   exec_prefix="$acl_save_exec_prefix"
  1899.   prefix="$acl_save_prefix"
  1900.       if test "X$x" = "X$element"; then
  1901.         haveit=yes
  1902.         break
  1903.       fi
  1904.     done
  1905.     if test -z "$haveit"; then
  1906.       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
  1907.     fi
  1908.   done
  1909.       fi
  1910. cat >>confdefs.h <<_ACEOF
  1911. #define HAVE_GETTEXT 1
  1912. _ACEOF
  1913. cat >>confdefs.h <<_ACEOF
  1914. #define HAVE_DCGETTEXT 1
  1915. _ACEOF
  1916.     fi
  1917.         POSUB=po
  1918.   fi
  1919.     INTLLIBS="$LIBINTL"
  1920. if (test "x${CFLAGS-notset}" = "xnotset"); then
  1921.     export CFLAGS
  1922.     CFLAGS=""
  1923. fi
  1924. ac_ext=c
  1925. ac_cpp='$CPP $CPPFLAGS'
  1926. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1927. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1928. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1929. if test -n "$ac_tool_prefix"; then
  1930.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1931. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1932. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1933. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1934. if test "${ac_cv_prog_CC+set}" = set; then
  1935.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1936. else
  1937.   if test -n "$CC"; then
  1938.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1939. else
  1940. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1941. for as_dir in $PATH
  1942. do
  1943.   IFS=$as_save_IFS
  1944.   test -z "$as_dir" && as_dir=.
  1945.   for ac_exec_ext in '' $ac_executable_extensions; do
  1946.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1947.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1948.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1949.     break 2
  1950.   fi
  1951. done
  1952. done
  1953. IFS=$as_save_IFS
  1954. fi
  1955. fi
  1956. CC=$ac_cv_prog_CC
  1957. if test -n "$CC"; then
  1958.   { echo "$as_me:$LINENO: result: $CC" >&5
  1959. echo "${ECHO_T}$CC" >&6; }
  1960. else
  1961.   { echo "$as_me:$LINENO: result: no" >&5
  1962. echo "${ECHO_T}no" >&6; }
  1963. fi
  1964. fi
  1965. if test -z "$ac_cv_prog_CC"; then
  1966.   ac_ct_CC=$CC
  1967.   # Extract the first word of "gcc", so it can be a program name with args.
  1968. set dummy gcc; ac_word=$2
  1969. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  1970. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  1971. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1972.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1973. else
  1974.   if test -n "$ac_ct_CC"; then
  1975.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1976. else
  1977. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1978. for as_dir in $PATH
  1979. do
  1980.   IFS=$as_save_IFS
  1981.   test -z "$as_dir" && as_dir=.
  1982.   for ac_exec_ext in '' $ac_executable_extensions; do
  1983.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1984.     ac_cv_prog_ac_ct_CC="gcc"
  1985.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1986.     break 2
  1987.   fi
  1988. done
  1989. done
  1990. IFS=$as_save_IFS
  1991. fi
  1992. fi
  1993. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1994. if test -n "$ac_ct_CC"; then
  1995.   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1996. echo "${ECHO_T}$ac_ct_CC" >&6; }
  1997. else
  1998.   { echo "$as_me:$LINENO: result: no" >&5
  1999. echo "${ECHO_T}no" >&6; }
  2000. fi
  2001.   if test "x$ac_ct_CC" = x; then
  2002.     CC=""
  2003.   else
  2004.     case $cross_compiling:$ac_tool_warned in
  2005. yes:)
  2006. { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2007. whose name does not start with the host triplet.  If you think this
  2008. configuration is useful to you, please write to autoconf@gnu.org." >&5
  2009. echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2010. whose name does not start with the host triplet.  If you think this
  2011. configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2012. ac_tool_warned=yes ;;
  2013. esac
  2014.     CC=$ac_ct_CC
  2015.   fi
  2016. else
  2017.   CC="$ac_cv_prog_CC"
  2018. fi
  2019. if test -z "$CC"; then
  2020.           if test -n "$ac_tool_prefix"; then
  2021.     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  2022. set dummy ${ac_tool_prefix}cc; ac_word=$2
  2023. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2024. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2025. if test "${ac_cv_prog_CC+set}" = set; then
  2026.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2027. else
  2028.   if test -n "$CC"; then
  2029.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2030. else
  2031. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2032. for as_dir in $PATH
  2033. do
  2034.   IFS=$as_save_IFS
  2035.   test -z "$as_dir" && as_dir=.
  2036.   for ac_exec_ext in '' $ac_executable_extensions; do
  2037.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2038.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  2039.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2040.     break 2
  2041.   fi
  2042. done
  2043. done
  2044. IFS=$as_save_IFS
  2045. fi
  2046. fi
  2047. CC=$ac_cv_prog_CC
  2048. if test -n "$CC"; then
  2049.   { echo "$as_me:$LINENO: result: $CC" >&5
  2050. echo "${ECHO_T}$CC" >&6; }
  2051. else
  2052.   { echo "$as_me:$LINENO: result: no" >&5
  2053. echo "${ECHO_T}no" >&6; }
  2054. fi
  2055.   fi
  2056. fi
  2057. if test -z "$CC"; then
  2058.   # Extract the first word of "cc", so it can be a program name with args.
  2059. set dummy cc; ac_word=$2
  2060. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2061. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2062. if test "${ac_cv_prog_CC+set}" = set; then
  2063.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2064. else
  2065.   if test -n "$CC"; then
  2066.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2067. else
  2068.   ac_prog_rejected=no
  2069. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2070. for as_dir in $PATH
  2071. do
  2072.   IFS=$as_save_IFS
  2073.   test -z "$as_dir" && as_dir=.
  2074.   for ac_exec_ext in '' $ac_executable_extensions; do
  2075.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2076.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  2077.        ac_prog_rejected=yes
  2078.        continue
  2079.      fi
  2080.     ac_cv_prog_CC="cc"
  2081.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2082.     break 2
  2083.   fi
  2084. done
  2085. done
  2086. IFS=$as_save_IFS
  2087. if test $ac_prog_rejected = yes; then
  2088.   # We found a bogon in the path, so make sure we never use it.
  2089.   set dummy $ac_cv_prog_CC
  2090.   shift
  2091.   if test $# != 0; then
  2092.     # We chose a different compiler from the bogus one.
  2093.     # However, it has the same basename, so the bogon will be chosen
  2094.     # first if we set CC to just the basename; use the full file name.
  2095.     shift
  2096.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  2097.   fi
  2098. fi
  2099. fi
  2100. fi
  2101. CC=$ac_cv_prog_CC
  2102. if test -n "$CC"; then
  2103.   { echo "$as_me:$LINENO: result: $CC" >&5
  2104. echo "${ECHO_T}$CC" >&6; }
  2105. else
  2106.   { echo "$as_me:$LINENO: result: no" >&5
  2107. echo "${ECHO_T}no" >&6; }
  2108. fi
  2109. fi
  2110. if test -z "$CC"; then
  2111.   if test -n "$ac_tool_prefix"; then
  2112.   for ac_prog in cl.exe
  2113.   do
  2114.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2115. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2116. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2117. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2118. if test "${ac_cv_prog_CC+set}" = set; then
  2119.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2120. else
  2121.   if test -n "$CC"; then
  2122.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2123. else
  2124. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2125. for as_dir in $PATH
  2126. do
  2127.   IFS=$as_save_IFS
  2128.   test -z "$as_dir" && as_dir=.
  2129.   for ac_exec_ext in '' $ac_executable_extensions; do
  2130.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2131.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  2132.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2133.     break 2
  2134.   fi
  2135. done
  2136. done
  2137. IFS=$as_save_IFS
  2138. fi
  2139. fi
  2140. CC=$ac_cv_prog_CC
  2141. if test -n "$CC"; then
  2142.   { echo "$as_me:$LINENO: result: $CC" >&5
  2143. echo "${ECHO_T}$CC" >&6; }
  2144. else
  2145.   { echo "$as_me:$LINENO: result: no" >&5
  2146. echo "${ECHO_T}no" >&6; }
  2147. fi
  2148.     test -n "$CC" && break
  2149.   done
  2150. fi
  2151. if test -z "$CC"; then
  2152.   ac_ct_CC=$CC
  2153.   for ac_prog in cl.exe
  2154. do
  2155.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2156. set dummy $ac_prog; ac_word=$2
  2157. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2158. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2159. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2160.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2161. else
  2162.   if test -n "$ac_ct_CC"; then
  2163.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2164. else
  2165. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2166. for as_dir in $PATH
  2167. do
  2168.   IFS=$as_save_IFS
  2169.   test -z "$as_dir" && as_dir=.
  2170.   for ac_exec_ext in '' $ac_executable_extensions; do
  2171.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2172.     ac_cv_prog_ac_ct_CC="$ac_prog"
  2173.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2174.     break 2
  2175.   fi
  2176. done
  2177. done
  2178. IFS=$as_save_IFS
  2179. fi
  2180. fi
  2181. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2182. if test -n "$ac_ct_CC"; then
  2183.   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2184. echo "${ECHO_T}$ac_ct_CC" >&6; }
  2185. else
  2186.   { echo "$as_me:$LINENO: result: no" >&5
  2187. echo "${ECHO_T}no" >&6; }
  2188. fi
  2189.   test -n "$ac_ct_CC" && break
  2190. done
  2191.   if test "x$ac_ct_CC" = x; then
  2192.     CC=""
  2193.   else
  2194.     case $cross_compiling:$ac_tool_warned in
  2195. yes:)
  2196. { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2197. whose name does not start with the host triplet.  If you think this
  2198. configuration is useful to you, please write to autoconf@gnu.org." >&5
  2199. echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2200. whose name does not start with the host triplet.  If you think this
  2201. configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2202. ac_tool_warned=yes ;;
  2203. esac
  2204.     CC=$ac_ct_CC
  2205.   fi
  2206. fi
  2207. fi
  2208. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  2209. See `config.log' for more details." >&5
  2210. echo "$as_me: error: no acceptable C compiler found in $PATH
  2211. See `config.log' for more details." >&2;}
  2212.    { (exit 1); exit 1; }; }
  2213. # Provide some information about the compiler.
  2214. echo "$as_me:$LINENO: checking for C compiler version" >&5
  2215. ac_compiler=`set X $ac_compile; echo $2`
  2216. { (ac_try="$ac_compiler --version >&5"
  2217. case "(($ac_try" in
  2218.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2219.   *) ac_try_echo=$ac_try;;
  2220. esac
  2221. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2222.   (eval "$ac_compiler --version >&5") 2>&5
  2223.   ac_status=$?
  2224.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2225.   (exit $ac_status); }
  2226. { (ac_try="$ac_compiler -v >&5"
  2227. case "(($ac_try" in
  2228.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2229.   *) ac_try_echo=$ac_try;;
  2230. esac
  2231. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2232.   (eval "$ac_compiler -v >&5") 2>&5
  2233.   ac_status=$?
  2234.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2235.   (exit $ac_status); }
  2236. { (ac_try="$ac_compiler -V >&5"
  2237. case "(($ac_try" in
  2238.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2239.   *) ac_try_echo=$ac_try;;
  2240. esac
  2241. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2242.   (eval "$ac_compiler -V >&5") 2>&5
  2243.   ac_status=$?
  2244.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2245.   (exit $ac_status); }
  2246. { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  2247. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
  2248. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  2249.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2250. else
  2251.   cat >conftest.$ac_ext <<_ACEOF
  2252. /* confdefs.h.  */
  2253. _ACEOF
  2254. cat confdefs.h >>conftest.$ac_ext
  2255. cat >>conftest.$ac_ext <<_ACEOF
  2256. /* end confdefs.h.  */
  2257. int
  2258. main ()
  2259. {
  2260. #ifndef __GNUC__
  2261.        choke me
  2262. #endif
  2263.   ;
  2264.   return 0;
  2265. }
  2266. _ACEOF
  2267. rm -f conftest.$ac_objext
  2268. if { (ac_try="$ac_compile"
  2269. case "(($ac_try" in
  2270.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2271.   *) ac_try_echo=$ac_try;;
  2272. esac
  2273. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2274.   (eval "$ac_compile") 2>conftest.er1
  2275.   ac_status=$?
  2276.   grep -v '^ *+' conftest.er1 >conftest.err
  2277.   rm -f conftest.er1
  2278.   cat conftest.err >&5
  2279.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2280.   (exit $ac_status); } && {
  2281.  test -z "$ac_c_werror_flag" ||
  2282.  test ! -s conftest.err
  2283.        } && test -s conftest.$ac_objext; then
  2284.   ac_compiler_gnu=yes
  2285. else
  2286.   echo "$as_me: failed program was:" >&5
  2287. sed 's/^/| /' conftest.$ac_ext >&5
  2288. ac_compiler_gnu=no
  2289. fi
  2290. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2291. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  2292. fi
  2293. { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  2294. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  2295. GCC=`test $ac_compiler_gnu = yes && echo yes`
  2296. ac_test_CFLAGS=${CFLAGS+set}
  2297. ac_save_CFLAGS=$CFLAGS
  2298. { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  2299. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  2300. if test "${ac_cv_prog_cc_g+set}" = set; then
  2301.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2302. else
  2303.   ac_save_c_werror_flag=$ac_c_werror_flag
  2304.    ac_c_werror_flag=yes
  2305.    ac_cv_prog_cc_g=no
  2306.    CFLAGS="-g"
  2307.    cat >conftest.$ac_ext <<_ACEOF
  2308. /* confdefs.h.  */
  2309. _ACEOF
  2310. cat confdefs.h >>conftest.$ac_ext
  2311. cat >>conftest.$ac_ext <<_ACEOF
  2312. /* end confdefs.h.  */
  2313. int
  2314. main ()
  2315. {
  2316.   ;
  2317.   return 0;
  2318. }
  2319. _ACEOF
  2320. rm -f conftest.$ac_objext
  2321. if { (ac_try="$ac_compile"
  2322. case "(($ac_try" in
  2323.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2324.   *) ac_try_echo=$ac_try;;
  2325. esac
  2326. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2327.   (eval "$ac_compile") 2>conftest.er1
  2328.   ac_status=$?
  2329.   grep -v '^ *+' conftest.er1 >conftest.err
  2330.   rm -f conftest.er1
  2331.   cat conftest.err >&5
  2332.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2333.   (exit $ac_status); } && {
  2334.  test -z "$ac_c_werror_flag" ||
  2335.  test ! -s conftest.err
  2336.        } && test -s conftest.$ac_objext; then
  2337.   ac_cv_prog_cc_g=yes
  2338. else
  2339.   echo "$as_me: failed program was:" >&5
  2340. sed 's/^/| /' conftest.$ac_ext >&5
  2341. CFLAGS=""
  2342.       cat >conftest.$ac_ext <<_ACEOF
  2343. /* confdefs.h.  */
  2344. _ACEOF
  2345. cat confdefs.h >>conftest.$ac_ext
  2346. cat >>conftest.$ac_ext <<_ACEOF
  2347. /* end confdefs.h.  */
  2348. int
  2349. main ()
  2350. {
  2351.   ;
  2352.   return 0;
  2353. }
  2354. _ACEOF
  2355. rm -f conftest.$ac_objext
  2356. if { (ac_try="$ac_compile"
  2357. case "(($ac_try" in
  2358.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2359.   *) ac_try_echo=$ac_try;;
  2360. esac
  2361. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2362.   (eval "$ac_compile") 2>conftest.er1
  2363.   ac_status=$?
  2364.   grep -v '^ *+' conftest.er1 >conftest.err
  2365.   rm -f conftest.er1
  2366.   cat conftest.err >&5
  2367.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2368.   (exit $ac_status); } && {
  2369.  test -z "$ac_c_werror_flag" ||
  2370.  test ! -s conftest.err
  2371.        } && test -s conftest.$ac_objext; then
  2372.   :
  2373. else
  2374.   echo "$as_me: failed program was:" >&5
  2375. sed 's/^/| /' conftest.$ac_ext >&5
  2376. ac_c_werror_flag=$ac_save_c_werror_flag
  2377.  CFLAGS="-g"
  2378.  cat >conftest.$ac_ext <<_ACEOF
  2379. /* confdefs.h.  */
  2380. _ACEOF
  2381. cat confdefs.h >>conftest.$ac_ext
  2382. cat >>conftest.$ac_ext <<_ACEOF
  2383. /* end confdefs.h.  */
  2384. int
  2385. main ()
  2386. {
  2387.   ;
  2388.   return 0;
  2389. }
  2390. _ACEOF
  2391. rm -f conftest.$ac_objext
  2392. if { (ac_try="$ac_compile"
  2393. case "(($ac_try" in
  2394.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2395.   *) ac_try_echo=$ac_try;;
  2396. esac
  2397. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2398.   (eval "$ac_compile") 2>conftest.er1
  2399.   ac_status=$?
  2400.   grep -v '^ *+' conftest.er1 >conftest.err
  2401.   rm -f conftest.er1
  2402.   cat conftest.err >&5
  2403.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2404.   (exit $ac_status); } && {
  2405.  test -z "$ac_c_werror_flag" ||
  2406.  test ! -s conftest.err
  2407.        } && test -s conftest.$ac_objext; then
  2408.   ac_cv_prog_cc_g=yes
  2409. else
  2410.   echo "$as_me: failed program was:" >&5
  2411. sed 's/^/| /' conftest.$ac_ext >&5
  2412. fi
  2413. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2414. fi
  2415. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2416. fi
  2417. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2418.    ac_c_werror_flag=$ac_save_c_werror_flag
  2419. fi
  2420. { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  2421. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  2422. if test "$ac_test_CFLAGS" = set; then
  2423.   CFLAGS=$ac_save_CFLAGS
  2424. elif test $ac_cv_prog_cc_g = yes; then
  2425.   if test "$GCC" = yes; then
  2426.     CFLAGS="-g -O2"
  2427.   else
  2428.     CFLAGS="-g"
  2429.   fi
  2430. else
  2431.   if test "$GCC" = yes; then
  2432.     CFLAGS="-O2"
  2433.   else
  2434.     CFLAGS=
  2435.   fi
  2436. fi
  2437. { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  2438. echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  2439. if test "${ac_cv_prog_cc_c89+set}" = set; then
  2440.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2441. else
  2442.   ac_cv_prog_cc_c89=no
  2443. ac_save_CC=$CC
  2444. cat >conftest.$ac_ext <<_ACEOF
  2445. /* confdefs.h.  */
  2446. _ACEOF
  2447. cat confdefs.h >>conftest.$ac_ext
  2448. cat >>conftest.$ac_ext <<_ACEOF
  2449. /* end confdefs.h.  */
  2450. #include <stdarg.h>
  2451. #include <stdio.h>
  2452. #include <sys/types.h>
  2453. #include <sys/stat.h>
  2454. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  2455. struct buf { int x; };
  2456. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  2457. static char *e (p, i)
  2458.      char **p;
  2459.      int i;
  2460. {
  2461.   return p[i];
  2462. }
  2463. static char *f (char * (*g) (char **, int), char **p, ...)
  2464. {
  2465.   char *s;
  2466.   va_list v;
  2467.   va_start (v,p);
  2468.   s = g (p, va_arg (v,int));
  2469.   va_end (v);
  2470.   return s;
  2471. }
  2472. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  2473.    function prototypes and stuff, but not 'xHH' hex character constants.
  2474.    These don't provoke an error unfortunately, instead are silently treated
  2475.    as 'x'.  The following induces an error, until -std is added to get
  2476.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  2477.    array size at least.  It's necessary to write 'x00'==0 to get something
  2478.    that's true only with -std.  */
  2479. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  2480. /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  2481.    inside strings and character constants.  */
  2482. #define FOO(x) 'x'
  2483. int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  2484. int test (int i, double x);
  2485. struct s1 {int (*f) (int a);};
  2486. struct s2 {int (*f) (double a);};
  2487. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  2488. int argc;
  2489. char **argv;
  2490. int
  2491. main ()
  2492. {
  2493. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  2494.   ;
  2495.   return 0;
  2496. }
  2497. _ACEOF
  2498. for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std 
  2499. -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  2500. do
  2501.   CC="$ac_save_CC $ac_arg"
  2502.   rm -f conftest.$ac_objext
  2503. if { (ac_try="$ac_compile"
  2504. case "(($ac_try" in
  2505.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2506.   *) ac_try_echo=$ac_try;;
  2507. esac
  2508. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2509.   (eval "$ac_compile") 2>conftest.er1
  2510.   ac_status=$?
  2511.   grep -v '^ *+' conftest.er1 >conftest.err
  2512.   rm -f conftest.er1
  2513.   cat conftest.err >&5
  2514.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2515.   (exit $ac_status); } && {
  2516.  test -z "$ac_c_werror_flag" ||
  2517.  test ! -s conftest.err
  2518.        } && test -s conftest.$ac_objext; then
  2519.   ac_cv_prog_cc_c89=$ac_arg
  2520. else
  2521.   echo "$as_me: failed program was:" >&5
  2522. sed 's/^/| /' conftest.$ac_ext >&5
  2523. fi
  2524. rm -f core conftest.err conftest.$ac_objext
  2525.   test "x$ac_cv_prog_cc_c89" != "xno" && break
  2526. done
  2527. rm -f conftest.$ac_ext
  2528. CC=$ac_save_CC
  2529. fi
  2530. # AC_CACHE_VAL
  2531. case "x$ac_cv_prog_cc_c89" in
  2532.   x)
  2533.     { echo "$as_me:$LINENO: result: none needed" >&5
  2534. echo "${ECHO_T}none needed" >&6; } ;;
  2535.   xno)
  2536.     { echo "$as_me:$LINENO: result: unsupported" >&5
  2537. echo "${ECHO_T}unsupported" >&6; } ;;
  2538.   *)
  2539.     CC="$CC $ac_cv_prog_cc_c89"
  2540.     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  2541. echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  2542. esac
  2543. ac_ext=c
  2544. ac_cpp='$CPP $CPPFLAGS'
  2545. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2546. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2547. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2548. depcc="$CC"   am_compiler_list=
  2549. { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  2550. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  2551. if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  2552.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2553. else
  2554.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2555.   # We make a subdir and do the tests there.  Otherwise we can end up
  2556.   # making bogus files that we don't know about and never remove.  For
  2557.   # instance it was reported that on HP-UX the gcc test will end up
  2558.   # making a dummy file named `D' -- because `-MD' means `put the output
  2559.   # in D'.
  2560.   mkdir conftest.dir
  2561.   # Copy depcomp to subdir because otherwise we won't find it if we're
  2562.   # using a relative directory.
  2563.   cp "$am_depcomp" conftest.dir
  2564.   cd conftest.dir
  2565.   # We will build objects and dependencies in a subdirectory because
  2566.   # it helps to detect inapplicable dependency modes.  For instance
  2567.   # both Tru64's cc and ICC support -MD to output dependencies as a
  2568.   # side effect of compilation, but ICC will put the dependencies in
  2569.   # the current directory while Tru64 will put them in the object
  2570.   # directory.
  2571.   mkdir sub
  2572.   am_cv_CC_dependencies_compiler_type=none
  2573.   if test "$am_compiler_list" = ""; then
  2574.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  2575.   fi
  2576.   for depmode in $am_compiler_list; do
  2577.     # Setup a source with many dependencies, because some compilers
  2578.     # like to wrap large dependency lists on column 80 (with ), and
  2579.     # we should not choose a depcomp mode which is confused by this.
  2580.     #
  2581.     # We need to recreate these files for each test, as the compiler may
  2582.     # overwrite some of them when testing with obscure command lines.
  2583.     # This happens at least with the AIX C compiler.
  2584.     : > sub/conftest.c
  2585.     for i in 1 2 3 4 5 6; do
  2586.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  2587.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  2588.       # Solaris 8's {/usr,}/bin/sh.
  2589.       touch sub/conftst$i.h
  2590.     done
  2591.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  2592.     case $depmode in
  2593.     nosideeffect)
  2594.       # after this tag, mechanisms are not by side-effect, so they'll
  2595.       # only be used when explicitly requested
  2596.       if test "x$enable_dependency_tracking" = xyes; then
  2597. continue
  2598.       else
  2599. break
  2600.       fi
  2601.       ;;
  2602.     none) break ;;
  2603.     esac
  2604.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  2605.     # mode.  It turns out that the SunPro C++ compiler does not properly
  2606.     # handle `-M -o', and we need to detect this.
  2607.     if depmode=$depmode 
  2608.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  2609.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  2610.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  2611.          >/dev/null 2>conftest.err &&
  2612.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  2613.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  2614.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  2615.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  2616.       # icc doesn't choke on unknown options, it will just issue warnings
  2617.       # or remarks (even with -Werror).  So we grep stderr for any message
  2618.       # that says an option was ignored or not supported.
  2619.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  2620.       #   icc: Command line warning: ignoring option '-M'; no argument required
  2621.       # The diagnosis changed in icc 8.0:
  2622.       #   icc: Command line remark: option '-MP' not supported
  2623.       if (grep 'ignoring option' conftest.err ||
  2624.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  2625.         am_cv_CC_dependencies_compiler_type=$depmode
  2626.         break
  2627.       fi
  2628.     fi
  2629.   done
  2630.   cd ..
  2631.   rm -rf conftest.dir
  2632. else
  2633.   am_cv_CC_dependencies_compiler_type=none
  2634. fi
  2635. fi
  2636. { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  2637. echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
  2638. CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  2639.  if
  2640.   test "x$enable_dependency_tracking" != xno 
  2641.   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  2642.   am__fastdepCC_TRUE=
  2643.   am__fastdepCC_FALSE='#'
  2644. else
  2645.   am__fastdepCC_TRUE='#'
  2646.   am__fastdepCC_FALSE=
  2647. fi
  2648. if (test "x${CXXFLAGS-notset}" = "xnotset"); then
  2649.     export CXXFLAGS
  2650.     CXXFLAGS=""
  2651. fi
  2652. ac_ext=cpp
  2653. ac_cpp='$CXXCPP $CPPFLAGS'
  2654. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2655. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2656. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  2657. if test -z "$CXX"; then
  2658.   if test -n "$CCC"; then
  2659.     CXX=$CCC
  2660.   else
  2661.     if test -n "$ac_tool_prefix"; then
  2662.   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  2663.   do
  2664.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2665. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2666. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2667. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2668. if test "${ac_cv_prog_CXX+set}" = set; then
  2669.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2670. else
  2671.   if test -n "$CXX"; then
  2672.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  2673. else
  2674. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2675. for as_dir in $PATH
  2676. do
  2677.   IFS=$as_save_IFS
  2678.   test -z "$as_dir" && as_dir=.
  2679.   for ac_exec_ext in '' $ac_executable_extensions; do
  2680.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2681.     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
  2682.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2683.     break 2
  2684.   fi
  2685. done
  2686. done
  2687. IFS=$as_save_IFS
  2688. fi
  2689. fi
  2690. CXX=$ac_cv_prog_CXX
  2691. if test -n "$CXX"; then
  2692.   { echo "$as_me:$LINENO: result: $CXX" >&5
  2693. echo "${ECHO_T}$CXX" >&6; }
  2694. else
  2695.   { echo "$as_me:$LINENO: result: no" >&5
  2696. echo "${ECHO_T}no" >&6; }
  2697. fi
  2698.     test -n "$CXX" && break
  2699.   done
  2700. fi
  2701. if test -z "$CXX"; then
  2702.   ac_ct_CXX=$CXX
  2703.   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  2704. do
  2705.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2706. set dummy $ac_prog; ac_word=$2
  2707. { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2708. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2709. if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
  2710.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2711. else
  2712.   if test -n "$ac_ct_CXX"; then
  2713.   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
  2714. else
  2715. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2716. for as_dir in $PATH
  2717. do
  2718.   IFS=$as_save_IFS
  2719.   test -z "$as_dir" && as_dir=.
  2720.   for ac_exec_ext in '' $ac_executable_extensions; do
  2721.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2722.     ac_cv_prog_ac_ct_CXX="$ac_prog"
  2723.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2724.     break 2
  2725.   fi
  2726. done
  2727. done
  2728. IFS=$as_save_IFS
  2729. fi
  2730. fi
  2731. ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
  2732. if test -n "$ac_ct_CXX"; then
  2733.   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
  2734. echo "${ECHO_T}$ac_ct_CXX" >&6; }
  2735. else
  2736.   { echo "$as_me:$LINENO: result: no" >&5
  2737. echo "${ECHO_T}no" >&6; }
  2738. fi
  2739.   test -n "$ac_ct_CXX" && break
  2740. done
  2741.   if test "x$ac_ct_CXX" = x; then
  2742.     CXX="g++"
  2743.   else
  2744.     case $cross_compiling:$ac_tool_warned in
  2745. yes:)
  2746. { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2747. whose name does not start with the host triplet.  If you think this
  2748. configuration is useful to you, please write to autoconf@gnu.org." >&5
  2749. echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2750. whose name does not start with the host triplet.  If you think this
  2751. configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2752. ac_tool_warned=yes ;;
  2753. esac
  2754.     CXX=$ac_ct_CXX
  2755.   fi
  2756. fi
  2757.   fi
  2758. fi
  2759. # Provide some information about the compiler.
  2760. echo "$as_me:$LINENO: checking for C++ compiler version" >&5
  2761. ac_compiler=`set X $ac_compile; echo $2`
  2762. { (ac_try="$ac_compiler --version >&5"
  2763. case "(($ac_try" in
  2764.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2765.   *) ac_try_echo=$ac_try;;
  2766. esac
  2767. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2768.   (eval "$ac_compiler --version >&5") 2>&5
  2769.   ac_status=$?
  2770.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2771.   (exit $ac_status); }
  2772. { (ac_try="$ac_compiler -v >&5"
  2773. case "(($ac_try" in
  2774.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2775.   *) ac_try_echo=$ac_try;;
  2776. esac
  2777. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2778.   (eval "$ac_compiler -v >&5") 2>&5
  2779.   ac_status=$?
  2780.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2781.   (exit $ac_status); }
  2782. { (ac_try="$ac_compiler -V >&5"
  2783. case "(($ac_try" in
  2784.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2785.   *) ac_try_echo=$ac_try;;
  2786. esac
  2787. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2788.   (eval "$ac_compiler -V >&5") 2>&5
  2789.   ac_status=$?
  2790.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2791.   (exit $ac_status); }
  2792. { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
  2793. echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
  2794. if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
  2795.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2796. else
  2797.   cat >conftest.$ac_ext <<_ACEOF
  2798. /* confdefs.h.  */
  2799. _ACEOF
  2800. cat confdefs.h >>conftest.$ac_ext
  2801. cat >>conftest.$ac_ext <<_ACEOF
  2802. /* end confdefs.h.  */
  2803. int
  2804. main ()
  2805. {
  2806. #ifndef __GNUC__
  2807.        choke me
  2808. #endif
  2809.   ;
  2810.   return 0;
  2811. }
  2812. _ACEOF
  2813. rm -f conftest.$ac_objext
  2814. if { (ac_try="$ac_compile"
  2815. case "(($ac_try" in
  2816.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2817.   *) ac_try_echo=$ac_try;;
  2818. esac
  2819. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2820.   (eval "$ac_compile") 2>conftest.er1
  2821.   ac_status=$?
  2822.   grep -v '^ *+' conftest.er1 >conftest.err
  2823.   rm -f conftest.er1
  2824.   cat conftest.err >&5
  2825.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2826.   (exit $ac_status); } && {
  2827.  test -z "$ac_cxx_werror_flag" ||
  2828.  test ! -s conftest.err
  2829.        } && test -s conftest.$ac_objext; then
  2830.   ac_compiler_gnu=yes
  2831. else
  2832.   echo "$as_me: failed program was:" >&5
  2833. sed 's/^/| /' conftest.$ac_ext >&5
  2834. ac_compiler_gnu=no
  2835. fi
  2836. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2837. ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
  2838. fi
  2839. { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
  2840. echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
  2841. GXX=`test $ac_compiler_gnu = yes && echo yes`
  2842. ac_test_CXXFLAGS=${CXXFLAGS+set}
  2843. ac_save_CXXFLAGS=$CXXFLAGS
  2844. { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
  2845. echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
  2846. if test "${ac_cv_prog_cxx_g+set}" = set; then
  2847.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2848. else
  2849.   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
  2850.    ac_cxx_werror_flag=yes
  2851.    ac_cv_prog_cxx_g=no
  2852.    CXXFLAGS="-g"
  2853.    cat >conftest.$ac_ext <<_ACEOF
  2854. /* confdefs.h.  */
  2855. _ACEOF
  2856. cat confdefs.h >>conftest.$ac_ext
  2857. cat >>conftest.$ac_ext <<_ACEOF
  2858. /* end confdefs.h.  */
  2859. int
  2860. main ()
  2861. {
  2862.   ;
  2863.   return 0;
  2864. }
  2865. _ACEOF
  2866. rm -f conftest.$ac_objext
  2867. if { (ac_try="$ac_compile"
  2868. case "(($ac_try" in
  2869.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2870.   *) ac_try_echo=$ac_try;;
  2871. esac
  2872. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2873.   (eval "$ac_compile") 2>conftest.er1
  2874.   ac_status=$?
  2875.   grep -v '^ *+' conftest.er1 >conftest.err
  2876.   rm -f conftest.er1
  2877.   cat conftest.err >&5
  2878.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2879.   (exit $ac_status); } && {
  2880.  test -z "$ac_cxx_werror_flag" ||
  2881.  test ! -s conftest.err
  2882.        } && test -s conftest.$ac_objext; then
  2883.   ac_cv_prog_cxx_g=yes
  2884. else
  2885.   echo "$as_me: failed program was:" >&5
  2886. sed 's/^/| /' conftest.$ac_ext >&5
  2887. CXXFLAGS=""
  2888.       cat >conftest.$ac_ext <<_ACEOF
  2889. /* confdefs.h.  */
  2890. _ACEOF
  2891. cat confdefs.h >>conftest.$ac_ext
  2892. cat >>conftest.$ac_ext <<_ACEOF
  2893. /* end confdefs.h.  */
  2894. int
  2895. main ()
  2896. {
  2897.   ;
  2898.   return 0;
  2899. }
  2900. _ACEOF
  2901. rm -f conftest.$ac_objext
  2902. if { (ac_try="$ac_compile"
  2903. case "(($ac_try" in
  2904.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2905.   *) ac_try_echo=$ac_try;;
  2906. esac
  2907. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2908.   (eval "$ac_compile") 2>conftest.er1
  2909.   ac_status=$?
  2910.   grep -v '^ *+' conftest.er1 >conftest.err
  2911.   rm -f conftest.er1
  2912.   cat conftest.err >&5
  2913.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2914.   (exit $ac_status); } && {
  2915.  test -z "$ac_cxx_werror_flag" ||
  2916.  test ! -s conftest.err
  2917.        } && test -s conftest.$ac_objext; then
  2918.   :
  2919. else
  2920.   echo "$as_me: failed program was:" >&5
  2921. sed 's/^/| /' conftest.$ac_ext >&5
  2922. ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  2923.  CXXFLAGS="-g"
  2924.  cat >conftest.$ac_ext <<_ACEOF
  2925. /* confdefs.h.  */
  2926. _ACEOF
  2927. cat confdefs.h >>conftest.$ac_ext
  2928. cat >>conftest.$ac_ext <<_ACEOF
  2929. /* end confdefs.h.  */
  2930. int
  2931. main ()
  2932. {
  2933.   ;
  2934.   return 0;
  2935. }
  2936. _ACEOF
  2937. rm -f conftest.$ac_objext
  2938. if { (ac_try="$ac_compile"
  2939. case "(($ac_try" in
  2940.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2941.   *) ac_try_echo=$ac_try;;
  2942. esac
  2943. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2944.   (eval "$ac_compile") 2>conftest.er1
  2945.   ac_status=$?
  2946.   grep -v '^ *+' conftest.er1 >conftest.err
  2947.   rm -f conftest.er1
  2948.   cat conftest.err >&5
  2949.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2950.   (exit $ac_status); } && {
  2951.  test -z "$ac_cxx_werror_flag" ||
  2952.  test ! -s conftest.err
  2953.        } && test -s conftest.$ac_objext; then
  2954.   ac_cv_prog_cxx_g=yes
  2955. else
  2956.   echo "$as_me: failed program was:" >&5
  2957. sed 's/^/| /' conftest.$ac_ext >&5
  2958. fi
  2959. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2960. fi
  2961. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2962. fi
  2963. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2964.    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  2965. fi
  2966. { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
  2967. echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
  2968. if test "$ac_test_CXXFLAGS" = set; then
  2969.   CXXFLAGS=$ac_save_CXXFLAGS
  2970. elif test $ac_cv_prog_cxx_g = yes; then
  2971.   if test "$GXX" = yes; then
  2972.     CXXFLAGS="-g -O2"
  2973.   else
  2974.     CXXFLAGS="-g"
  2975.   fi
  2976. else
  2977.   if test "$GXX" = yes; then
  2978.     CXXFLAGS="-O2"
  2979.   else
  2980.     CXXFLAGS=
  2981.   fi
  2982. fi
  2983. ac_ext=c
  2984. ac_cpp='$CPP $CPPFLAGS'
  2985. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2986. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2987. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2988. depcc="$CXX"  am_compiler_list=
  2989. { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  2990. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  2991. if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
  2992.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2993. else
  2994.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2995.   # We make a subdir and do the tests there.  Otherwise we can end up
  2996.   # making bogus files that we don't know about and never remove.  For
  2997.   # instance it was reported that on HP-UX the gcc test will end up
  2998.   # making a dummy file named `D' -- because `-MD' means `put the output
  2999.   # in D'.
  3000.   mkdir conftest.dir
  3001.   # Copy depcomp to subdir because otherwise we won't find it if we're
  3002.   # using a relative directory.
  3003.   cp "$am_depcomp" conftest.dir
  3004.   cd conftest.dir
  3005.   # We will build objects and dependencies in a subdirectory because
  3006.   # it helps to detect inapplicable dependency modes.  For instance
  3007.   # both Tru64's cc and ICC support -MD to output dependencies as a
  3008.   # side effect of compilation, but ICC will put the dependencies in
  3009.   # the current directory while Tru64 will put them in the object
  3010.   # directory.
  3011.   mkdir sub
  3012.   am_cv_CXX_dependencies_compiler_type=none
  3013.   if test "$am_compiler_list" = ""; then
  3014.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  3015.   fi
  3016.   for depmode in $am_compiler_list; do
  3017.     # Setup a source with many dependencies, because some compilers
  3018.     # like to wrap large dependency lists on column 80 (with ), and
  3019.     # we should not choose a depcomp mode which is confused by this.
  3020.     #
  3021.     # We need to recreate these files for each test, as the compiler may
  3022.     # overwrite some of them when testing with obscure command lines.
  3023.     # This happens at least with the AIX C compiler.
  3024.     : > sub/conftest.c
  3025.     for i in 1 2 3 4 5 6; do
  3026.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  3027.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  3028.       # Solaris 8's {/usr,}/bin/sh.
  3029.       touch sub/conftst$i.h
  3030.     done
  3031.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  3032.     case $depmode in
  3033.     nosideeffect)
  3034.       # after this tag, mechanisms are not by side-effect, so they'll
  3035.       # only be used when explicitly requested
  3036.       if test "x$enable_dependency_tracking" = xyes; then
  3037. continue
  3038.       else
  3039. break
  3040.       fi
  3041.       ;;
  3042.     none) break ;;
  3043.     esac
  3044.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  3045.     # mode.  It turns out that the SunPro C++ compiler does not properly
  3046.     # handle `-M -o', and we need to detect this.
  3047.     if depmode=$depmode 
  3048.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  3049.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  3050.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  3051.          >/dev/null 2>conftest.err &&
  3052.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  3053.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  3054.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  3055.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  3056.       # icc doesn't choke on unknown options, it will just issue warnings
  3057.       # or remarks (even with -Werror).  So we grep stderr for any message
  3058.       # that says an option was ignored or not supported.
  3059.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  3060.       #   icc: Command line warning: ignoring option '-M'; no argument required
  3061.       # The diagnosis changed in icc 8.0:
  3062.       #   icc: Command line remark: option '-MP' not supported
  3063.       if (grep 'ignoring option' conftest.err ||
  3064.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  3065.         am_cv_CXX_dependencies_compiler_type=$depmode
  3066.         break
  3067.       fi
  3068.     fi
  3069.   done
  3070.   cd ..
  3071.   rm -rf conftest.dir
  3072. else
  3073.   am_cv_CXX_dependencies_compiler_type=none
  3074. fi
  3075. fi
  3076. { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
  3077. echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
  3078. CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
  3079.  if
  3080.   test "x$enable_dependency_tracking" != xno 
  3081.   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
  3082.   am__fastdepCXX_TRUE=
  3083.   am__fastdepCXX_FALSE='#'
  3084. else
  3085.   am__fastdepCXX_TRUE='#'
  3086.   am__fastdepCXX_FALSE=
  3087. fi
  3088. ac_ext=c
  3089. ac_cpp='$CPP $CPPFLAGS'
  3090. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3091. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3092. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3093. { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  3094. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
  3095. # On Suns, sometimes $CPP names a directory.
  3096. if test -n "$CPP" && test -d "$CPP"; then
  3097.   CPP=
  3098. fi
  3099. if test -z "$CPP"; then
  3100.   if test "${ac_cv_prog_CPP+set}" = set; then
  3101.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3102. else
  3103.       # Double quotes because CPP needs to be expanded
  3104.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  3105.     do
  3106.       ac_preproc_ok=false
  3107. for ac_c_preproc_warn_flag in '' yes
  3108. do
  3109.   # Use a header file that comes with gcc, so configuring glibc
  3110.   # with a fresh cross-compiler works.
  3111.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3112.   # <limits.h> exists even on freestanding compilers.
  3113.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3114.   # not just through cpp. "Syntax error" is here to catch this case.
  3115.   cat >conftest.$ac_ext <<_ACEOF
  3116. /* confdefs.h.  */
  3117. _ACEOF
  3118. cat confdefs.h >>conftest.$ac_ext
  3119. cat >>conftest.$ac_ext <<_ACEOF
  3120. /* end confdefs.h.  */
  3121. #ifdef __STDC__
  3122. # include <limits.h>
  3123. #else
  3124. # include <assert.h>
  3125. #endif
  3126.      Syntax error
  3127. _ACEOF
  3128. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3129. case "(($ac_try" in
  3130.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3131.   *) ac_try_echo=$ac_try;;
  3132. esac
  3133. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3134.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3135.   ac_status=$?
  3136.   grep -v '^ *+' conftest.er1 >conftest.err
  3137.   rm -f conftest.er1
  3138.   cat conftest.err >&5
  3139.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3140.   (exit $ac_status); } >/dev/null && {
  3141.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  3142.  test ! -s conftest.err
  3143.        }; then
  3144.   :
  3145. else
  3146.   echo "$as_me: failed program was:" >&5
  3147. sed 's/^/| /' conftest.$ac_ext >&5
  3148.   # Broken: fails on valid input.
  3149. continue
  3150. fi
  3151. rm -f conftest.err conftest.$ac_ext
  3152.   # OK, works on sane cases.  Now check whether nonexistent headers
  3153.   # can be detected and how.
  3154.   cat >conftest.$ac_ext <<_ACEOF
  3155. /* confdefs.h.  */
  3156. _ACEOF
  3157. cat confdefs.h >>conftest.$ac_ext
  3158. cat >>conftest.$ac_ext <<_ACEOF
  3159. /* end confdefs.h.  */
  3160. #include <ac_nonexistent.h>
  3161. _ACEOF
  3162. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3163. case "(($ac_try" in
  3164.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3165.   *) ac_try_echo=$ac_try;;
  3166. esac
  3167. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3168.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3169.   ac_status=$?
  3170.   grep -v '^ *+' conftest.er1 >conftest.err
  3171.   rm -f conftest.er1
  3172.   cat conftest.err >&5
  3173.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3174.   (exit $ac_status); } >/dev/null && {
  3175.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  3176.  test ! -s conftest.err
  3177.        }; then
  3178.   # Broken: success on invalid input.
  3179. continue
  3180. else
  3181.   echo "$as_me: failed program was:" >&5
  3182. sed 's/^/| /' conftest.$ac_ext >&5
  3183.   # Passes both tests.
  3184. ac_preproc_ok=:
  3185. break
  3186. fi
  3187. rm -f conftest.err conftest.$ac_ext
  3188. done
  3189. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3190. rm -f conftest.err conftest.$ac_ext
  3191. if $ac_preproc_ok; then
  3192.   break
  3193. fi
  3194.     done
  3195.     ac_cv_prog_CPP=$CPP
  3196. fi
  3197.   CPP=$ac_cv_prog_CPP
  3198. else
  3199.   ac_cv_prog_CPP=$CPP
  3200. fi
  3201. { echo "$as_me:$LINENO: result: $CPP" >&5
  3202. echo "${ECHO_T}$CPP" >&6; }
  3203. ac_preproc_ok=false
  3204. for ac_c_preproc_warn_flag in '' yes
  3205. do
  3206.   # Use a header file that comes with gcc, so configuring glibc
  3207.   # with a fresh cross-compiler works.
  3208.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3209.   # <limits.h> exists even on freestanding compilers.
  3210.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3211.   # not just through cpp. "Syntax error" is here to catch this case.
  3212.   cat >conftest.$ac_ext <<_ACEOF
  3213. /* confdefs.h.  */
  3214. _ACEOF
  3215. cat confdefs.h >>conftest.$ac_ext
  3216. cat >>conftest.$ac_ext <<_ACEOF
  3217. /* end confdefs.h.  */
  3218. #ifdef __STDC__
  3219. # include <limits.h>
  3220. #else
  3221. # include <assert.h>
  3222. #endif
  3223.      Syntax error
  3224. _ACEOF
  3225. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3226. case "(($ac_try" in
  3227.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3228.   *) ac_try_echo=$ac_try;;
  3229. esac
  3230. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3231.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3232.   ac_status=$?
  3233.   grep -v '^ *+' conftest.er1 >conftest.err
  3234.   rm -f conftest.er1
  3235.   cat conftest.err >&5
  3236.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3237.   (exit $ac_status); } >/dev/null && {
  3238.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  3239.  test ! -s conftest.err
  3240.        }; then
  3241.   :
  3242. else
  3243.   echo "$as_me: failed program was:" >&5
  3244. sed 's/^/| /' conftest.$ac_ext >&5
  3245.   # Broken: fails on valid input.
  3246. continue
  3247. fi
  3248. rm -f conftest.err conftest.$ac_ext
  3249.   # OK, works on sane cases.  Now check whether nonexistent headers
  3250.   # can be detected and how.
  3251.   cat >conftest.$ac_ext <<_ACEOF
  3252. /* confdefs.h.  */
  3253. _ACEOF
  3254. cat confdefs.h >>conftest.$ac_ext
  3255. cat >>conftest.$ac_ext <<_ACEOF
  3256. /* end confdefs.h.  */
  3257. #include <ac_nonexistent.h>
  3258. _ACEOF
  3259. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3260. case "(($ac_try" in
  3261.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3262.   *) ac_try_echo=$ac_try;;
  3263. esac
  3264. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3265.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3266.   ac_status=$?
  3267.   grep -v '^ *+' conftest.er1 >conftest.err
  3268.   rm -f conftest.er1
  3269.   cat conftest.err >&5
  3270.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3271.   (exit $ac_status); } >/dev/null && {
  3272.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  3273.  test ! -s conftest.err
  3274.        }; then
  3275.   # Broken: success on invalid input.
  3276. continue
  3277. else
  3278.   echo "$as_me: failed program was:" >&5
  3279. sed 's/^/| /' conftest.$ac_ext >&5
  3280.   # Passes both tests.
  3281. ac_preproc_ok=:
  3282. break
  3283. fi
  3284. rm -f conftest.err conftest.$ac_ext
  3285. done
  3286. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3287. rm -f conftest.err conftest.$ac_ext
  3288. if $ac_preproc_ok; then
  3289.   :
  3290. else
  3291.   { { echo "$as_me:$LINENO: error: C preprocessor "$CPP" fails sanity check
  3292. See `config.log' for more details." >&5
  3293. echo "$as_me: error: C preprocessor "$CPP" fails sanity check
  3294. See `config.log' for more details." >&2;}
  3295.    { (exit 1); exit 1; }; }
  3296. fi
  3297. ac_ext=c
  3298. ac_cpp='$CPP $CPPFLAGS'
  3299. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3300. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3301. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3302. ac_ext=cpp
  3303. ac_cpp='$CXXCPP $CPPFLAGS'
  3304. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3305. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3306. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  3307. { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
  3308. echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
  3309. if test -z "$CXXCPP"; then
  3310.   if test "${ac_cv_prog_CXXCPP+set}" = set; then
  3311.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3312. else
  3313.       # Double quotes because CXXCPP needs to be expanded
  3314.     for CXXCPP in "$CXX -E" "/lib/cpp"
  3315.     do
  3316.       ac_preproc_ok=false
  3317. for ac_cxx_preproc_warn_flag in '' yes
  3318. do
  3319.   # Use a header file that comes with gcc, so configuring glibc
  3320.   # with a fresh cross-compiler works.
  3321.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3322.   # <limits.h> exists even on freestanding compilers.
  3323.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3324.   # not just through cpp. "Syntax error" is here to catch this case.
  3325.   cat >conftest.$ac_ext <<_ACEOF
  3326. /* confdefs.h.  */
  3327. _ACEOF
  3328. cat confdefs.h >>conftest.$ac_ext
  3329. cat >>conftest.$ac_ext <<_ACEOF
  3330. /* end confdefs.h.  */
  3331. #ifdef __STDC__
  3332. # include <limits.h>
  3333. #else
  3334. # include <assert.h>
  3335. #endif
  3336.      Syntax error
  3337. _ACEOF
  3338. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3339. case "(($ac_try" in
  3340.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3341.   *) ac_try_echo=$ac_try;;
  3342. esac
  3343. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3344.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3345.   ac_status=$?
  3346.   grep -v '^ *+' conftest.er1 >conftest.err
  3347.   rm -f conftest.er1
  3348.   cat conftest.err >&5
  3349.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3350.   (exit $ac_status); } >/dev/null && {
  3351.  test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  3352.  test ! -s conftest.err
  3353.        }; then
  3354.   :
  3355. else
  3356.   echo "$as_me: failed program was:" >&5
  3357. sed 's/^/| /' conftest.$ac_ext >&5
  3358.   # Broken: fails on valid input.
  3359. continue
  3360. fi
  3361. rm -f conftest.err conftest.$ac_ext
  3362.   # OK, works on sane cases.  Now check whether nonexistent headers
  3363.   # can be detected and how.
  3364.   cat >conftest.$ac_ext <<_ACEOF
  3365. /* confdefs.h.  */
  3366. _ACEOF
  3367. cat confdefs.h >>conftest.$ac_ext
  3368. cat >>conftest.$ac_ext <<_ACEOF
  3369. /* end confdefs.h.  */
  3370. #include <ac_nonexistent.h>
  3371. _ACEOF
  3372. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3373. case "(($ac_try" in
  3374.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3375.   *) ac_try_echo=$ac_try;;
  3376. esac
  3377. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3378.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3379.   ac_status=$?
  3380.   grep -v '^ *+' conftest.er1 >conftest.err
  3381.   rm -f conftest.er1
  3382.   cat conftest.err >&5
  3383.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3384.   (exit $ac_status); } >/dev/null && {
  3385.  test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  3386.  test ! -s conftest.err
  3387.        }; then
  3388.   # Broken: success on invalid input.
  3389. continue
  3390. else
  3391.   echo "$as_me: failed program was:" >&5
  3392. sed 's/^/| /' conftest.$ac_ext >&5
  3393.   # Passes both tests.
  3394. ac_preproc_ok=:
  3395. break
  3396. fi
  3397. rm -f conftest.err conftest.$ac_ext
  3398. done
  3399. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3400. rm -f conftest.err conftest.$ac_ext
  3401. if $ac_preproc_ok; then
  3402.   break
  3403. fi
  3404.     done
  3405.     ac_cv_prog_CXXCPP=$CXXCPP
  3406. fi
  3407.   CXXCPP=$ac_cv_prog_CXXCPP
  3408. else
  3409.   ac_cv_prog_CXXCPP=$CXXCPP
  3410. fi
  3411. { echo "$as_me:$LINENO: result: $CXXCPP" >&5
  3412. echo "${ECHO_T}$CXXCPP" >&6; }
  3413. ac_preproc_ok=false
  3414. for ac_cxx_preproc_warn_flag in '' yes
  3415. do
  3416.   # Use a header file that comes with gcc, so configuring glibc
  3417.   # with a fresh cross-compiler works.
  3418.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3419.   # <limits.h> exists even on freestanding compilers.
  3420.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3421.   # not just through cpp. "Syntax error" is here to catch this case.
  3422.   cat >conftest.$ac_ext <<_ACEOF
  3423. /* confdefs.h.  */
  3424. _ACEOF
  3425. cat confdefs.h >>conftest.$ac_ext
  3426. cat >>conftest.$ac_ext <<_ACEOF
  3427. /* end confdefs.h.  */
  3428. #ifdef __STDC__
  3429. # include <limits.h>
  3430. #else
  3431. # include <assert.h>
  3432. #endif
  3433.      Syntax error
  3434. _ACEOF
  3435. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3436. case "(($ac_try" in
  3437.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3438.   *) ac_try_echo=$ac_try;;
  3439. esac
  3440. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3441.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3442.   ac_status=$?
  3443.   grep -v '^ *+' conftest.er1 >conftest.err
  3444.   rm -f conftest.er1
  3445.   cat conftest.err >&5
  3446.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3447.   (exit $ac_status); } >/dev/null && {
  3448.  test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  3449.  test ! -s conftest.err
  3450.        }; then
  3451.   :
  3452. else
  3453.   echo "$as_me: failed program was:" >&5
  3454. sed 's/^/| /' conftest.$ac_ext >&5
  3455.   # Broken: fails on valid input.
  3456. continue
  3457. fi
  3458. rm -f conftest.err conftest.$ac_ext
  3459.   # OK, works on sane cases.  Now check whether nonexistent headers
  3460.   # can be detected and how.
  3461.   cat >conftest.$ac_ext <<_ACEOF
  3462. /* confdefs.h.  */
  3463. _ACEOF
  3464. cat confdefs.h >>conftest.$ac_ext
  3465. cat >>conftest.$ac_ext <<_ACEOF
  3466. /* end confdefs.h.  */
  3467. #include <ac_nonexistent.h>
  3468. _ACEOF
  3469. if { (ac_try="$ac_cpp conftest.$ac_ext"
  3470. case "(($ac_try" in
  3471.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3472.   *) ac_try_echo=$ac_try;;
  3473. esac
  3474. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  3475.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  3476.   ac_status=$?
  3477.   grep -v '^ *+' conftest.er1 >conftest.err
  3478.   rm -f conftest.er1
  3479.   cat conftest.err >&5
  3480.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3481.   (exit $ac_status); } >/dev/null && {
  3482.  test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  3483.  test ! -s conftest.err
  3484.        }; then
  3485.   # Broken: success on invalid input.
  3486. continue
  3487. else
  3488.   echo "$as_me: failed program was:" >&5
  3489. sed 's/^/| /' conftest.$ac_ext >&5
  3490.   # Passes both tests.
  3491. ac_preproc_ok=:
  3492. break
  3493. fi
  3494. rm -f conftest.err conftest.$ac_ext
  3495. done
  3496. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3497. rm -f conftest.err conftest.$ac_ext
  3498. if $ac_preproc_ok; then
  3499.   :
  3500. else
  3501.   { { echo "$as_me:$LINENO: error: C++ preprocessor "$CXXCPP" fails sanity check
  3502. See `config.log' for more details." >&5
  3503. echo "$as_me: error: C++ preprocessor "$CXXCPP" fails sanity check
  3504. See `config.log' for more details." >&2;}
  3505.    { (exit 1); exit 1; }; }
  3506. fi
  3507. ac_ext=c
  3508. ac_cpp='$CPP $CPPFLAGS'
  3509. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3510. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3511. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3512. # Find a good install program.  We prefer a C program (faster),
  3513. # so one script is as good as another.  But avoid the broken or
  3514. # incompatible versions:
  3515. # SysV /etc/install, /usr/sbin/install
  3516. # SunOS /usr/etc/install
  3517. # IRIX /sbin/install
  3518. # AIX /bin/install
  3519. # AmigaOS /C/install, which installs bootblocks on floppy discs
  3520. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  3521. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  3522. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  3523. # OS/2's system install, which has a completely different semantic
  3524. # ./install, which can be erroneously created by make from ./install.sh.
  3525. { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  3526. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  3527. if test -z "$INSTALL"; then
  3528. if test "${ac_cv_path_install+set}" = set; then
  3529.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3530. else
  3531.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3532. for as_dir in $PATH
  3533. do
  3534.   IFS=$as_save_IFS
  3535.   test -z "$as_dir" && as_dir=.
  3536.   # Account for people who put trailing slashes in PATH elements.
  3537. case $as_dir/ in
  3538.   ./ | .// | /cC/* | 
  3539.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | 
  3540.   ?:\/os2\/install\/* | ?:\/OS2\/INSTALL\/* | 
  3541.   /usr/ucb/* ) ;;
  3542.   *)
  3543.     # OSF1 and SCO ODT 3.0 have their own names for install.
  3544.     # Don't use installbsd from OSF since it installs stuff as root
  3545.     # by default.
  3546.     for ac_prog in ginstall scoinst install; do
  3547.       for ac_exec_ext in '' $ac_executable_extensions; do
  3548. if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  3549.   if test $ac_prog = install &&
  3550.     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  3551.     # AIX install.  It has an incompatible calling convention.
  3552.     :
  3553.   elif test $ac_prog = install &&
  3554.     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  3555.     # program-specific install script used by HP pwplus--don't use.
  3556.     :
  3557.   else
  3558.     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  3559.     break 3
  3560.   fi
  3561. fi
  3562.       done
  3563.     done
  3564.     ;;
  3565. esac
  3566. done
  3567. IFS=$as_save_IFS
  3568. fi
  3569.   if test "${ac_cv_path_install+set}" = set; then
  3570.     INSTALL=$ac_cv_path_install
  3571.   else
  3572.     # As a last resort, use the slow shell script.  Don't cache a
  3573.     # value for INSTALL within a source directory, because that will
  3574.     # break other packages using the cache if that directory is
  3575.     # removed, or if the value is a relative name.
  3576.     INSTALL=$ac_install_sh
  3577.   fi
  3578. fi
  3579. { echo "$as_me:$LINENO: result: $INSTALL" >&5
  3580. echo "${ECHO_T}$INSTALL" >&6; }
  3581. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  3582. # It thinks the first close brace ends the variable substitution.
  3583. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  3584. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  3585. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  3586. # Check whether --enable-shared was given.
  3587. if test "${enable_shared+set}" = set; then
  3588.   enableval=$enable_shared; p=${PACKAGE-default}
  3589.     case $enableval in
  3590.     yes) enable_shared=yes ;;
  3591.     no) enable_shared=no ;;
  3592.     *)
  3593.       enable_shared=no
  3594.       # Look at the argument we got.  We use all the common list separators.
  3595.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  3596.       for pkg in $enableval; do
  3597. IFS="$lt_save_ifs"
  3598. if test "X$pkg" = "X$p"; then
  3599.   enable_shared=yes
  3600. fi
  3601.       done
  3602.       IFS="$lt_save_ifs"
  3603.       ;;
  3604.     esac
  3605. else
  3606.   enable_shared=yes
  3607. fi
  3608. # Check whether --enable-static was given.
  3609. if test "${enable_static+set}" = set; then
  3610.   enableval=$enable_static; p=${PACKAGE-default}
  3611.     case $enableval in
  3612.     yes) enable_static=yes ;;
  3613.     no) enable_static=no ;;
  3614.     *)
  3615.      enable_static=no
  3616.       # Look at the argument we got.  We use all the common list separators.
  3617.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  3618.       for pkg in $enableval; do
  3619. IFS="$lt_save_ifs"
  3620. if test "X$pkg" = "X$p"; then
  3621.   enable_static=yes
  3622. fi
  3623.       done
  3624.       IFS="$lt_save_ifs"
  3625.       ;;
  3626.     esac
  3627. else
  3628.   enable_static=yes
  3629. fi
  3630. # Check whether --enable-fast-install was given.
  3631. if test "${enable_fast_install+set}" = set; then
  3632.   enableval=$enable_fast_install; p=${PACKAGE-default}
  3633.     case $enableval in
  3634.     yes) enable_fast_install=yes ;;
  3635.     no) enable_fast_install=no ;;
  3636.     *)
  3637.       enable_fast_install=no
  3638.       # Look at the argument we got.  We use all the common list separators.
  3639.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  3640.       for pkg in $enableval; do
  3641. IFS="$lt_save_ifs"
  3642. if test "X$pkg" = "X$p"; then
  3643.   enable_fast_install=yes
  3644. fi
  3645.       done
  3646.       IFS="$lt_save_ifs"
  3647.       ;;
  3648.     esac
  3649. else
  3650.   enable_fast_install=yes
  3651. fi
  3652. { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
  3653. echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
  3654. if test "${lt_cv_path_SED+set}" = set; then
  3655.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3656. else
  3657.   # Loop through the user's path and test for sed and gsed.
  3658. # Then use that list of sed's as ones to test for truncation.
  3659. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3660. for as_dir in $PATH
  3661. do
  3662.   IFS=$as_save_IFS
  3663.   test -z "$as_dir" && as_dir=.
  3664.   for lt_ac_prog in sed gsed; do
  3665.     for ac_exec_ext in '' $ac_executable_extensions; do
  3666.       if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
  3667.         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
  3668.       fi
  3669.     done
  3670.   done
  3671. done
  3672. IFS=$as_save_IFS
  3673. lt_ac_max=0
  3674. lt_ac_count=0
  3675. # Add /usr/xpg4/bin/sed as it is typically found on Solaris