configure
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:222k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #line 3748 "configure"
  2. #include "confdefs.h"
  3. #include <glib.h>
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. int 
  7. main ()
  8. {
  9.   int major, minor, micro;
  10.   char *tmp_version;
  11.   system ("touch conf.glibtest");
  12.   /* HP/UX 9 (%@#!) writes to sscanf strings */
  13.   tmp_version = g_strdup("$min_glib_version");
  14.   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  15.      printf("%s, bad version stringn", "$min_glib_version");
  16.      exit(1);
  17.    }
  18.   if ((glib_major_version != $glib_config_major_version) ||
  19.       (glib_minor_version != $glib_config_minor_version) ||
  20.       (glib_micro_version != $glib_config_micro_version))
  21.     {
  22.       printf("n*** 'glib-config --version' returned %d.%d.%d, but GLIB (%d.%d.%d)n", 
  23.              $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version,
  24.              glib_major_version, glib_minor_version, glib_micro_version);
  25.       printf ("*** was found! If glib-config was correct, then it is bestn");
  26.       printf ("*** to remove the old version of GLIB. You may also be able to fix the errorn");
  27.       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editingn");
  28.       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that isn");
  29.       printf("*** required on your system.n");
  30.       printf("*** If glib-config was wrong, set the environment variable GLIB_CONFIGn");
  31.       printf("*** to point to the correct copy of glib-config, and remove the file config.cachen");
  32.       printf("*** before re-running configuren");
  33.     } 
  34.   else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
  35.    (glib_minor_version != GLIB_MINOR_VERSION) ||
  36.            (glib_micro_version != GLIB_MICRO_VERSION))
  37.     {
  38.       printf("*** GLIB header files (version %d.%d.%d) do not matchn",
  39.      GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
  40.       printf("*** library (version %d.%d.%d)n",
  41.      glib_major_version, glib_minor_version, glib_micro_version);
  42.     }
  43.   else
  44.     {
  45.       if ((glib_major_version > major) ||
  46.         ((glib_major_version == major) && (glib_minor_version > minor)) ||
  47.         ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
  48.       {
  49.         return 0;
  50.        }
  51.      else
  52.       {
  53.         printf("n*** An old version of GLIB (%d.%d.%d) was found.n",
  54.                glib_major_version, glib_minor_version, glib_micro_version);
  55.         printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version ofn",
  56.        major, minor, micro);
  57.         printf("*** GLIB is always available from ftp://ftp.gtk.org.n");
  58.         printf("***n");
  59.         printf("*** If you have already installed a sufficiently new version, this errorn");
  60.         printf("*** probably means that the wrong copy of the glib-config shell script isn");
  61.         printf("*** being found. The easiest way to fix this is to remove the old versionn");
  62.         printf("*** of GLIB, but you can also set the GLIB_CONFIG environment to point to then");
  63.         printf("*** correct copy of glib-config. (In this case, you will have ton");
  64.         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.confn");
  65.         printf("*** so that the correct libraries are found at run-time))n");
  66.       }
  67.     }
  68.   return 1;
  69. }
  70. EOF
  71. if { (eval echo configure:3824: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  72. then
  73.   :
  74. else
  75.   echo "configure: failed program was:" >&5
  76.   cat conftest.$ac_ext >&5
  77.   rm -fr conftest*
  78.   no_glib=yes
  79. fi
  80. rm -fr conftest*
  81. fi
  82.        CFLAGS="$ac_save_CFLAGS"
  83.        LIBS="$ac_save_LIBS"
  84.      fi
  85.   fi
  86.   if test "x$no_glib" = x ; then
  87.      echo "$ac_t""yes" 1>&6
  88.      :     
  89.   else
  90.      echo "$ac_t""no" 1>&6
  91.      if test "$GLIB_CONFIG" = "no" ; then
  92.        echo "*** The glib-config script installed by GLIB could not be found"
  93.        echo "*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in"
  94.        echo "*** your path, or set the GLIB_CONFIG environment variable to the"
  95.        echo "*** full path to glib-config."
  96.      else
  97.        if test -f conf.glibtest ; then
  98.         :
  99.        else
  100.           echo "*** Could not run GLIB test program, checking why..."
  101.           CFLAGS="$CFLAGS $GLIB_CFLAGS"
  102.           LIBS="$LIBS $GLIB_LIBS"
  103.           cat > conftest.$ac_ext <<EOF
  104. #line 3858 "configure"
  105. #include "confdefs.h"
  106. #include <glib.h>
  107. #include <stdio.h>
  108. int main() {
  109.  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); 
  110. ; return 0; }
  111. EOF
  112. if { (eval echo configure:3868: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  113.   rm -rf conftest*
  114.    echo "*** The test program compiled, but did not run. This usually means"
  115.           echo "*** that the run-time linker is not finding GLIB or finding the wrong"
  116.           echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your"
  117.           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
  118.           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
  119.           echo "*** is required on your system"
  120.   echo "***"
  121.           echo "*** If you have an old version installed, it is best to remove it, although"
  122.           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
  123.           echo "***"
  124.           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
  125.           echo "*** came with the system with the command"
  126.           echo "***"
  127.           echo "***    rpm --erase --nodeps gtk gtk-devel" 
  128. else
  129.   echo "configure: failed program was:" >&5
  130.   cat conftest.$ac_ext >&5
  131.   rm -rf conftest*
  132.    echo "*** The test program failed to compile or link. See the file config.log for the"
  133.           echo "*** exact error that occured. This usually means GLIB was incorrectly installed"
  134.           echo "*** or that you have moved GLIB since it was installed. In the latter case, you"
  135.           echo "*** may want to edit the glib-config script: $GLIB_CONFIG" 
  136. fi
  137. rm -f conftest*
  138.           CFLAGS="$ac_save_CFLAGS"
  139.           LIBS="$ac_save_LIBS"
  140.        fi
  141.      fi
  142.      GLIB_CFLAGS=""
  143.      GLIB_LIBS=""
  144.      { echo "configure: error: gFTP needs GLIB 1.2.3 or higher" 1>&2; exit 1; }
  145.   fi
  146.   
  147.   
  148.   rm -f conf.glibtest
  149. fi
  150. echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
  151. echo "configure:3909: checking for socket in -lsocket" >&5
  152. ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
  153. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  154.   echo $ac_n "(cached) $ac_c" 1>&6
  155. else
  156.   ac_save_LIBS="$LIBS"
  157. LIBS="-lsocket  $LIBS"
  158. cat > conftest.$ac_ext <<EOF
  159. #line 3917 "configure"
  160. #include "confdefs.h"
  161. /* Override any gcc2 internal prototype to avoid an error.  */
  162. /* We use char because int might match the return type of a gcc2
  163.     builtin and then its argument prototype would still apply.  */
  164. char socket();
  165. int main() {
  166. socket()
  167. ; return 0; }
  168. EOF
  169. if { (eval echo configure:3928: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  170.   rm -rf conftest*
  171.   eval "ac_cv_lib_$ac_lib_var=yes"
  172. else
  173.   echo "configure: failed program was:" >&5
  174.   cat conftest.$ac_ext >&5
  175.   rm -rf conftest*
  176.   eval "ac_cv_lib_$ac_lib_var=no"
  177. fi
  178. rm -f conftest*
  179. LIBS="$ac_save_LIBS"
  180. fi
  181. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  182.   echo "$ac_t""yes" 1>&6
  183.   EXTRA_LIBS="-lsocket"
  184. else
  185.   echo "$ac_t""no" 1>&6
  186. fi
  187.   
  188. echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
  189. echo "configure:3950: checking for gethostbyname in -lnsl" >&5
  190. ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
  191. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  192.   echo $ac_n "(cached) $ac_c" 1>&6
  193. else
  194.   ac_save_LIBS="$LIBS"
  195. LIBS="-lnsl  $LIBS"
  196. cat > conftest.$ac_ext <<EOF
  197. #line 3958 "configure"
  198. #include "confdefs.h"
  199. /* Override any gcc2 internal prototype to avoid an error.  */
  200. /* We use char because int might match the return type of a gcc2
  201.     builtin and then its argument prototype would still apply.  */
  202. char gethostbyname();
  203. int main() {
  204. gethostbyname()
  205. ; return 0; }
  206. EOF
  207. if { (eval echo configure:3969: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  208.   rm -rf conftest*
  209.   eval "ac_cv_lib_$ac_lib_var=yes"
  210. else
  211.   echo "configure: failed program was:" >&5
  212.   cat conftest.$ac_ext >&5
  213.   rm -rf conftest*
  214.   eval "ac_cv_lib_$ac_lib_var=no"
  215. fi
  216. rm -f conftest*
  217. LIBS="$ac_save_LIBS"
  218. fi
  219. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  220.   echo "$ac_t""yes" 1>&6
  221.   EXTRA_LIBS="$EXTRA_LIBS -lnsl"
  222. else
  223.   echo "$ac_t""no" 1>&6
  224. fi
  225. GFTP_TEXT=""
  226. EXTRA_LIBS=""
  227. USE_READLINE="yes"
  228. READLINE_LIBS=""
  229. if test "x$enable_textport" = "x1" ; then
  230.   echo $ac_n "checking whether to use readline""... $ac_c" 1>&6
  231. echo "configure:3996: checking whether to use readline" >&5
  232.   # Check whether --with-readline or --without-readline was given.
  233. if test "${with_readline+set}" = set; then
  234.   withval="$with_readline"
  235.   case "${withval}" in
  236.       yes) USE_READLINE="yes" ; echo "$ac_t""yes" 1>&6 ;;
  237.       no) USE_READLINE="no" ; echo "$ac_t""no" 1>&6 ;;
  238.       only) USE_READLINE="yes"
  239.             EXTRA_LIBREADLINE_DEPS=" "
  240.             echo "$ac_t""yes (using only readline)" 1>&6 ;;
  241.       *) USE_READLINE="yes"
  242.          EXTRA_LIBREADLINE_DEPS="${withval}"
  243.          echo "$ac_t""yes (using extra libraries ${withval})" 1>&6 ;;
  244.     esac
  245. else
  246.   echo "$ac_t""${USE_READLINE}" 1>&6
  247. fi
  248.           if test "$USE_READLINE" = yes ; then
  249.     if test "$EXTRA_LIBREADLINE_DEPS" = "" ; then
  250.       unset ac_cv_lib_readline_readline
  251.       echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
  252. echo "configure:4019: checking for readline in -lreadline" >&5
  253. ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
  254. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  255.   echo $ac_n "(cached) $ac_c" 1>&6
  256. else
  257.   ac_save_LIBS="$LIBS"
  258. LIBS="-lreadline -lncurses $LIBS"
  259. cat > conftest.$ac_ext <<EOF
  260. #line 4027 "configure"
  261. #include "confdefs.h"
  262. /* Override any gcc2 internal prototype to avoid an error.  */
  263. /* We use char because int might match the return type of a gcc2
  264.     builtin and then its argument prototype would still apply.  */
  265. char readline();
  266. int main() {
  267. readline()
  268. ; return 0; }
  269. EOF
  270. if { (eval echo configure:4038: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  271.   rm -rf conftest*
  272.   eval "ac_cv_lib_$ac_lib_var=yes"
  273. else
  274.   echo "configure: failed program was:" >&5
  275.   cat conftest.$ac_ext >&5
  276.   rm -rf conftest*
  277.   eval "ac_cv_lib_$ac_lib_var=no"
  278. fi
  279. rm -f conftest*
  280. LIBS="$ac_save_LIBS"
  281. fi
  282. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  283.   echo "$ac_t""yes" 1>&6
  284.   HAVE_LIBREADLINE=true
  285. else
  286.   echo "$ac_t""no" 1>&6
  287. HAVE_LIBREADLINE=false
  288. fi
  289.       if test x${HAVE_LIBREADLINE} = xtrue ; then
  290.         echo "  Using -lreadline -lncurses"
  291.         EXTRA_LIBREADLINE_DEPS=-lncurses
  292.         cat >> confdefs.h <<EOF
  293. #define HAVE_LIBREADLINE 1
  294. EOF
  295.       else
  296.         unset ac_cv_lib_readline_readline
  297.         echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
  298. echo "configure:4069: checking for readline in -lreadline" >&5
  299. ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
  300. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  301.   echo $ac_n "(cached) $ac_c" 1>&6
  302. else
  303.   ac_save_LIBS="$LIBS"
  304. LIBS="-lreadline -lcurses $LIBS"
  305. cat > conftest.$ac_ext <<EOF
  306. #line 4077 "configure"
  307. #include "confdefs.h"
  308. /* Override any gcc2 internal prototype to avoid an error.  */
  309. /* We use char because int might match the return type of a gcc2
  310.     builtin and then its argument prototype would still apply.  */
  311. char readline();
  312. int main() {
  313. readline()
  314. ; return 0; }
  315. EOF
  316. if { (eval echo configure:4088: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  317.   rm -rf conftest*
  318.   eval "ac_cv_lib_$ac_lib_var=yes"
  319. else
  320.   echo "configure: failed program was:" >&5
  321.   cat conftest.$ac_ext >&5
  322.   rm -rf conftest*
  323.   eval "ac_cv_lib_$ac_lib_var=no"
  324. fi
  325. rm -f conftest*
  326. LIBS="$ac_save_LIBS"
  327. fi
  328. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  329.   echo "$ac_t""yes" 1>&6
  330.   HAVE_LIBREADLINE=true
  331. else
  332.   echo "$ac_t""no" 1>&6
  333. HAVE_LIBREADLINE=false
  334. fi
  335.         if test x${HAVE_LIBREADLINE} = xtrue ; then
  336.           echo "  Using -lreadline -lcurses"
  337.           EXTRA_LIBREADLINE_DEPS=-lcurses
  338.           cat >> confdefs.h <<EOF
  339. #define HAVE_LIBREADLINE 1
  340. EOF
  341.         else
  342.           unset ac_cv_lib_readline_readline
  343.           echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
  344. echo "configure:4119: checking for readline in -lreadline" >&5
  345. ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
  346. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  347.   echo $ac_n "(cached) $ac_c" 1>&6
  348. else
  349.   ac_save_LIBS="$LIBS"
  350. LIBS="-lreadline -ltermcap $LIBS"
  351. cat > conftest.$ac_ext <<EOF
  352. #line 4127 "configure"
  353. #include "confdefs.h"
  354. /* Override any gcc2 internal prototype to avoid an error.  */
  355. /* We use char because int might match the return type of a gcc2
  356.     builtin and then its argument prototype would still apply.  */
  357. char readline();
  358. int main() {
  359. readline()
  360. ; return 0; }
  361. EOF
  362. if { (eval echo configure:4138: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  363.   rm -rf conftest*
  364.   eval "ac_cv_lib_$ac_lib_var=yes"
  365. else
  366.   echo "configure: failed program was:" >&5
  367.   cat conftest.$ac_ext >&5
  368.   rm -rf conftest*
  369.   eval "ac_cv_lib_$ac_lib_var=no"
  370. fi
  371. rm -f conftest*
  372. LIBS="$ac_save_LIBS"
  373. fi
  374. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  375.   echo "$ac_t""yes" 1>&6
  376.   HAVE_LIBREADLINE=true
  377. else
  378.   echo "$ac_t""no" 1>&6
  379. HAVE_LIBREADLINE=false
  380. fi
  381.           if test x${HAVE_LIBREADLINE} = xtrue ; then
  382.             echo "  Using -lreadline -ltermcap"
  383.             EXTRA_LIBREADLINE_DEPS=-ltermcap
  384.             cat >> confdefs.h <<EOF
  385. #define HAVE_LIBREADLINE 1
  386. EOF
  387.           else
  388.             unset ac_cv_lib_readline_readline
  389.             echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
  390. echo "configure:4169: checking for readline in -lreadline" >&5
  391. ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
  392. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  393.   echo $ac_n "(cached) $ac_c" 1>&6
  394. else
  395.   ac_save_LIBS="$LIBS"
  396. LIBS="-lreadline  $LIBS"
  397. cat > conftest.$ac_ext <<EOF
  398. #line 4177 "configure"
  399. #include "confdefs.h"
  400. /* Override any gcc2 internal prototype to avoid an error.  */
  401. /* We use char because int might match the return type of a gcc2
  402.     builtin and then its argument prototype would still apply.  */
  403. char readline();
  404. int main() {
  405. readline()
  406. ; return 0; }
  407. EOF
  408. if { (eval echo configure:4188: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  409.   rm -rf conftest*
  410.   eval "ac_cv_lib_$ac_lib_var=yes"
  411. else
  412.   echo "configure: failed program was:" >&5
  413.   cat conftest.$ac_ext >&5
  414.   rm -rf conftest*
  415.   eval "ac_cv_lib_$ac_lib_var=no"
  416. fi
  417. rm -f conftest*
  418. LIBS="$ac_save_LIBS"
  419. fi
  420. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  421.   echo "$ac_t""yes" 1>&6
  422.   HAVE_LIBREADLINE=true
  423. else
  424.   echo "$ac_t""no" 1>&6
  425. HAVE_LIBREADLINE=false
  426. fi
  427.             if test x${HAVE_LIBREADLINE} = xtrue ; then
  428.               cat >> confdefs.h <<EOF
  429. #define HAVE_LIBREADLINE 1
  430. EOF
  431.             else
  432.               cat >> confdefs.h <<EOF
  433. #define HAVE_LIBREADLINE 0
  434. EOF
  435.             fi
  436.           fi
  437.         fi
  438.       fi
  439.     else
  440.       unset ac_cv_lib_readline_readline
  441.       echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
  442. echo "configure:4226: checking for readline in -lreadline" >&5
  443. ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
  444. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  445.   echo $ac_n "(cached) $ac_c" 1>&6
  446. else
  447.   ac_save_LIBS="$LIBS"
  448. LIBS="-lreadline ${EXTRA_LIBREADLINE_DEPS} $LIBS"
  449. cat > conftest.$ac_ext <<EOF
  450. #line 4234 "configure"
  451. #include "confdefs.h"
  452. /* Override any gcc2 internal prototype to avoid an error.  */
  453. /* We use char because int might match the return type of a gcc2
  454.     builtin and then its argument prototype would still apply.  */
  455. char readline();
  456. int main() {
  457. readline()
  458. ; return 0; }
  459. EOF
  460. if { (eval echo configure:4245: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  461.   rm -rf conftest*
  462.   eval "ac_cv_lib_$ac_lib_var=yes"
  463. else
  464.   echo "configure: failed program was:" >&5
  465.   cat conftest.$ac_ext >&5
  466.   rm -rf conftest*
  467.   eval "ac_cv_lib_$ac_lib_var=no"
  468. fi
  469. rm -f conftest*
  470. LIBS="$ac_save_LIBS"
  471. fi
  472. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  473.   echo "$ac_t""yes" 1>&6
  474.   HAVE_LIBREADLINE=true
  475. else
  476.   echo "$ac_t""no" 1>&6
  477. HAVE_LIBREADLINE=false
  478. fi
  479.       if test x${HAVE_LIBREADLINE} = xtrue ; then
  480.         echo "  Using -lreadline ${EXTRA_LIBREADLINE_DEPS}"
  481.         cat >> confdefs.h <<EOF
  482. #define HAVE_LIBREADLINE 1
  483. EOF
  484.       else
  485.         cat >> confdefs.h <<EOF
  486. #define HAVE_LIBREADLINE 0
  487. EOF
  488.       fi
  489.     fi
  490.   else
  491.     HAVE_LIBREADLINE=false
  492.     cat >> confdefs.h <<EOF
  493. #define HAVE_LIBREADLINE 0
  494. EOF
  495.   fi
  496.   if test x${HAVE_LIBREADLINE} = xtrue; then
  497.     READLINE_LIBS="-lreadline ${EXTRA_LIBREADLINE_DEPS}"
  498.     GFTP_TEXT="gftp-text"
  499.   fi
  500. fi
  501. echo $ac_n "checking for log10 in -lm""... $ac_c" 1>&6
  502. echo "configure:4293: checking for log10 in -lm" >&5
  503. ac_lib_var=`echo m'_'log10 | sed 'y%./+-%__p_%'`
  504. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  505.   echo $ac_n "(cached) $ac_c" 1>&6
  506. else
  507.   ac_save_LIBS="$LIBS"
  508. LIBS="-lm  $LIBS"
  509. cat > conftest.$ac_ext <<EOF
  510. #line 4301 "configure"
  511. #include "confdefs.h"
  512. /* Override any gcc2 internal prototype to avoid an error.  */
  513. /* We use char because int might match the return type of a gcc2
  514.     builtin and then its argument prototype would still apply.  */
  515. char log10();
  516. int main() {
  517. log10()
  518. ; return 0; }
  519. EOF
  520. if { (eval echo configure:4312: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  521.   rm -rf conftest*
  522.   eval "ac_cv_lib_$ac_lib_var=yes"
  523. else
  524.   echo "configure: failed program was:" >&5
  525.   cat conftest.$ac_ext >&5
  526.   rm -rf conftest*
  527.   eval "ac_cv_lib_$ac_lib_var=no"
  528. fi
  529. rm -f conftest*
  530. LIBS="$ac_save_LIBS"
  531. fi
  532. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  533.   echo "$ac_t""yes" 1>&6
  534.   EXTRA_LIBS="$EXTRA_LIBS -lm"
  535. else
  536.   echo "$ac_t""no" 1>&6
  537. fi
  538. echo $ac_n "checking if malloc debugging is wanted""... $ac_c" 1>&6
  539. echo "configure:4334: checking if malloc debugging is wanted" >&5
  540. # Check whether --with-dmalloc or --without-dmalloc was given.
  541. if test "${with_dmalloc+set}" = set; then
  542.   withval="$with_dmalloc"
  543.   if test "$withval" = yes; then
  544.   echo "$ac_t""yes" 1>&6
  545.   cat >> confdefs.h <<EOF
  546. #define WITH_DMALLOC 1
  547. EOF
  548.   LIBS="$LIBS -ldmalloc"
  549.   LDFLAGS="$LDFLAGS -g"
  550. else
  551.   echo "$ac_t""no" 1>&6
  552. fi
  553. else
  554.   echo "$ac_t""no" 1>&6
  555. fi
  556. GFTP_GTK=""
  557. PTHREAD_CFLAGS=""
  558. PTHREAD_LIBS=""
  559. # I don't have PKG_CHECK_MODULES or AM_PATH_GLIB check for gthread because
  560. # the text port doesn't need to be compiled against the thread libraries
  561. GTHREAD_LIBS=""
  562. if test "x$enable_gtkport" = "x1" ; then
  563.   if test $found_glib20 = 1 -a $enable_gtk20 = 1 ; then
  564.     
  565.   succeeded=no
  566.   if test -z "$PKG_CONFIG"; then
  567.     # Extract the first word of "pkg-config", so it can be a program name with args.
  568. set dummy pkg-config; ac_word=$2
  569. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  570. echo "configure:4376: checking for $ac_word" >&5
  571. if eval "test "`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`" = set"; then
  572.   echo $ac_n "(cached) $ac_c" 1>&6
  573. else
  574.   case "$PKG_CONFIG" in
  575.   /*)
  576.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  577.   ;;
  578.   ?:/*)  
  579.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a dos path.
  580.   ;;
  581.   *)
  582.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  583.   ac_dummy="$PATH"
  584.   for ac_dir in $ac_dummy; do 
  585.     test -z "$ac_dir" && ac_dir=.
  586.     if test -f $ac_dir/$ac_word; then
  587.       ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word"
  588.       break
  589.     fi
  590.   done
  591.   IFS="$ac_save_ifs"
  592.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  593.   ;;
  594. esac
  595. fi
  596. PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
  597. if test -n "$PKG_CONFIG"; then
  598.   echo "$ac_t""$PKG_CONFIG" 1>&6
  599. else
  600.   echo "$ac_t""no" 1>&6
  601. fi
  602.   fi
  603.   if test "$PKG_CONFIG" = "no" ; then
  604.      echo "*** The pkg-config script could not be found. Make sure it is"
  605.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  606.      echo "*** to the full path to pkg-config."
  607.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  608.   else
  609.      PKG_CONFIG_MIN_VERSION=0.9.0
  610.      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
  611.         echo $ac_n "checking for gtk+-2.0 >= 2.0.0""... $ac_c" 1>&6
  612. echo "configure:4420: checking for gtk+-2.0 >= 2.0.0" >&5
  613.         if $PKG_CONFIG --exists "gtk+-2.0 >= 2.0.0" ; then
  614.             echo "$ac_t""yes" 1>&6
  615.             succeeded=yes
  616.             echo $ac_n "checking GTK_CFLAGS""... $ac_c" 1>&6
  617. echo "configure:4427: checking GTK_CFLAGS" >&5
  618.             GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.0.0"`
  619.             echo "$ac_t""$GTK_CFLAGS" 1>&6
  620.             echo $ac_n "checking GTK_LIBS""... $ac_c" 1>&6
  621. echo "configure:4432: checking GTK_LIBS" >&5
  622.             GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.0.0"`
  623.             echo "$ac_t""$GTK_LIBS" 1>&6
  624.         else
  625.             GTK_CFLAGS=""
  626.             GTK_LIBS=""
  627.             ## If we have a custom action on failure, don't print errors, but 
  628.             ## do set a variable so people can do so.
  629.             GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.0.0"`
  630.             
  631.         fi
  632.         
  633.         
  634.      else
  635.         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
  636.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  637.      fi
  638.   fi
  639.   if test $succeeded = yes; then
  640.      GFTP_GTK=gftp-gtk
  641.   else
  642.      { echo "configure: error: You have GLIB 2.0 installed but I cannot find GTK+ 2.0. Run configure with --disable-gtk20 or install GTK+ 2.0" 1>&2; exit 1; }
  643.   fi
  644.   fi
  645.   if test "x$GFTP_GTK" = "x" ; then
  646.     # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
  647. if test "${with_gtk_prefix+set}" = set; then
  648.   withval="$with_gtk_prefix"
  649.   gtk_config_prefix="$withval"
  650. else
  651.   gtk_config_prefix=""
  652. fi
  653. # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
  654. if test "${with_gtk_exec_prefix+set}" = set; then
  655.   withval="$with_gtk_exec_prefix"
  656.   gtk_config_exec_prefix="$withval"
  657. else
  658.   gtk_config_exec_prefix=""
  659. fi
  660. # Check whether --enable-gtktest or --disable-gtktest was given.
  661. if test "${enable_gtktest+set}" = set; then
  662.   enableval="$enable_gtktest"
  663.   :
  664. else
  665.   enable_gtktest=yes
  666. fi
  667.   for module in . 
  668.   do
  669.       case "$module" in
  670.          gthread) 
  671.              gtk_config_args="$gtk_config_args gthread"
  672.          ;;
  673.       esac
  674.   done
  675.   if test x$gtk_config_exec_prefix != x ; then
  676.      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
  677.      if test x${GTK_CONFIG+set} != xset ; then
  678.         GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
  679.      fi
  680.   fi
  681.   if test x$gtk_config_prefix != x ; then
  682.      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
  683.      if test x${GTK_CONFIG+set} != xset ; then
  684.         GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
  685.      fi
  686.   fi
  687.   # Extract the first word of "gtk-config", so it can be a program name with args.
  688. set dummy gtk-config; ac_word=$2
  689. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  690. echo "configure:4511: checking for $ac_word" >&5
  691. if eval "test "`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`" = set"; then
  692.   echo $ac_n "(cached) $ac_c" 1>&6
  693. else
  694.   case "$GTK_CONFIG" in
  695.   /*)
  696.   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
  697.   ;;
  698.   ?:/*)  
  699.   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
  700.   ;;
  701.   *)
  702.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  703.   ac_dummy="$PATH"
  704.   for ac_dir in $ac_dummy; do 
  705.     test -z "$ac_dir" && ac_dir=.
  706.     if test -f $ac_dir/$ac_word; then
  707.       ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
  708.       break
  709.     fi
  710.   done
  711.   IFS="$ac_save_ifs"
  712.   test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
  713.   ;;
  714. esac
  715. fi
  716. GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
  717. if test -n "$GTK_CONFIG"; then
  718.   echo "$ac_t""$GTK_CONFIG" 1>&6
  719. else
  720.   echo "$ac_t""no" 1>&6
  721. fi
  722.   min_gtk_version=1.2.3
  723.   echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
  724. echo "configure:4546: checking for GTK - version >= $min_gtk_version" >&5
  725.   no_gtk=""
  726.   if test "$GTK_CONFIG" = "no" ; then
  727.     no_gtk=yes
  728.   else
  729.     GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
  730.     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
  731.     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | 
  732.            sed 's/([0-9]*).([0-9]*).([0-9]*)/1/'`
  733.     gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | 
  734.            sed 's/([0-9]*).([0-9]*).([0-9]*)/2/'`
  735.     gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | 
  736.            sed 's/([0-9]*).([0-9]*).([0-9]*)/3/'`
  737.     if test "x$enable_gtktest" = "xyes" ; then
  738.       ac_save_CFLAGS="$CFLAGS"
  739.       ac_save_LIBS="$LIBS"
  740.       CFLAGS="$CFLAGS $GTK_CFLAGS"
  741.       LIBS="$GTK_LIBS $LIBS"
  742.       rm -f conf.gtktest
  743.       if test "$cross_compiling" = yes; then
  744.   echo $ac_n "cross compiling; assumed OK... $ac_c"
  745. else
  746.   cat > conftest.$ac_ext <<EOF
  747. #line 4569 "configure"
  748. #include "confdefs.h"
  749. #include <gtk/gtk.h>
  750. #include <stdio.h>
  751. #include <stdlib.h>
  752. int 
  753. main ()
  754. {
  755.   int major, minor, micro;
  756.   char *tmp_version;
  757.   system ("touch conf.gtktest");
  758.   /* HP/UX 9 (%@#!) writes to sscanf strings */
  759.   tmp_version = g_strdup("$min_gtk_version");
  760.   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  761.      printf("%s, bad version stringn", "$min_gtk_version");
  762.      exit(1);
  763.    }
  764.   if ((gtk_major_version != $gtk_config_major_version) ||
  765.       (gtk_minor_version != $gtk_config_minor_version) ||
  766.       (gtk_micro_version != $gtk_config_micro_version))
  767.     {
  768.       printf("n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)n", 
  769.              $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
  770.              gtk_major_version, gtk_minor_version, gtk_micro_version);
  771.       printf ("*** was found! If gtk-config was correct, then it is bestn");
  772.       printf ("*** to remove the old version of GTK+. You may also be able to fix the errorn");
  773.       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editingn");
  774.       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that isn");
  775.       printf("*** required on your system.n");
  776.       printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIGn");
  777.       printf("*** to point to the correct copy of gtk-config, and remove the file config.cachen");
  778.       printf("*** before re-running configuren");
  779.     } 
  780. #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
  781.   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
  782.    (gtk_minor_version != GTK_MINOR_VERSION) ||
  783.            (gtk_micro_version != GTK_MICRO_VERSION))
  784.     {
  785.       printf("*** GTK+ header files (version %d.%d.%d) do not matchn",
  786.      GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
  787.       printf("*** library (version %d.%d.%d)n",
  788.      gtk_major_version, gtk_minor_version, gtk_micro_version);
  789.     }
  790. #endif /* defined (GTK_MAJOR_VERSION) ... */
  791.   else
  792.     {
  793.       if ((gtk_major_version > major) ||
  794.         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
  795.         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
  796.       {
  797.         return 0;
  798.        }
  799.      else
  800.       {
  801.         printf("n*** An old version of GTK+ (%d.%d.%d) was found.n",
  802.                gtk_major_version, gtk_minor_version, gtk_micro_version);
  803.         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version ofn",
  804.        major, minor, micro);
  805.         printf("*** GTK+ is always available from ftp://ftp.gtk.org.n");
  806.         printf("***n");
  807.         printf("*** If you have already installed a sufficiently new version, this errorn");
  808.         printf("*** probably means that the wrong copy of the gtk-config shell script isn");
  809.         printf("*** being found. The easiest way to fix this is to remove the old versionn");
  810.         printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to then");
  811.         printf("*** correct copy of gtk-config. (In this case, you will have ton");
  812.         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.confn");
  813.         printf("*** so that the correct libraries are found at run-time))n");
  814.       }
  815.     }
  816.   return 1;
  817. }
  818. EOF
  819. if { (eval echo configure:4647: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  820. then
  821.   :
  822. else
  823.   echo "configure: failed program was:" >&5
  824.   cat conftest.$ac_ext >&5
  825.   rm -fr conftest*
  826.   no_gtk=yes
  827. fi
  828. rm -fr conftest*
  829. fi
  830.        CFLAGS="$ac_save_CFLAGS"
  831.        LIBS="$ac_save_LIBS"
  832.      fi
  833.   fi
  834.   if test "x$no_gtk" = x ; then
  835.      echo "$ac_t""yes" 1>&6
  836.      GFTP_GTK=gftp-gtk     
  837.   else
  838.      echo "$ac_t""no" 1>&6
  839.      if test "$GTK_CONFIG" = "no" ; then
  840.        echo "*** The gtk-config script installed by GTK could not be found"
  841.        echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
  842.        echo "*** your path, or set the GTK_CONFIG environment variable to the"
  843.        echo "*** full path to gtk-config."
  844.      else
  845.        if test -f conf.gtktest ; then
  846.         :
  847.        else
  848.           echo "*** Could not run GTK test program, checking why..."
  849.           CFLAGS="$CFLAGS $GTK_CFLAGS"
  850.           LIBS="$LIBS $GTK_LIBS"
  851.           cat > conftest.$ac_ext <<EOF
  852. #line 4681 "configure"
  853. #include "confdefs.h"
  854. #include <gtk/gtk.h>
  855. #include <stdio.h>
  856. int main() {
  857.  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 
  858. ; return 0; }
  859. EOF
  860. if { (eval echo configure:4691: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  861.   rm -rf conftest*
  862.    echo "*** The test program compiled, but did not run. This usually means"
  863.           echo "*** that the run-time linker is not finding GTK or finding the wrong"
  864.           echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
  865.           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
  866.           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
  867.           echo "*** is required on your system"
  868.   echo "***"
  869.           echo "*** If you have an old version installed, it is best to remove it, although"
  870.           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
  871.           echo "***"
  872.           echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
  873.           echo "*** came with the system with the command"
  874.           echo "***"
  875.           echo "***    rpm --erase --nodeps gtk gtk-devel" 
  876. else
  877.   echo "configure: failed program was:" >&5
  878.   cat conftest.$ac_ext >&5
  879.   rm -rf conftest*
  880.    echo "*** The test program failed to compile or link. See the file config.log for the"
  881.           echo "*** exact error that occured. This usually means GTK was incorrectly installed"
  882.           echo "*** or that you have moved GTK since it was installed. In the latter case, you"
  883.           echo "*** may want to edit the gtk-config script: $GTK_CONFIG" 
  884. fi
  885. rm -f conftest*
  886.           CFLAGS="$ac_save_CFLAGS"
  887.           LIBS="$ac_save_LIBS"
  888.        fi
  889.      fi
  890.      GTK_CFLAGS=""
  891.      GTK_LIBS=""
  892.      echo "configure: warning: gFTP needs GTK+ 1.2.3 or higher for the graphical version. Only building the text version" 1>&2
  893.   fi
  894.   
  895.   
  896.   rm -f conf.gtktest
  897.     GTHREAD_LIBS="-lgthread"
  898.   else
  899.     GTHREAD_LIBS="-lgthread-2.0"
  900.   fi
  901.   if test "x$GFTP_GTK" = xgftp-gtk; then
  902.     echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
  903. echo "configure:4736: checking for pthread_create in -lpthread" >&5
  904. ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
  905. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  906.   echo $ac_n "(cached) $ac_c" 1>&6
  907. else
  908.   ac_save_LIBS="$LIBS"
  909. LIBS="-lpthread  $LIBS"
  910. cat > conftest.$ac_ext <<EOF
  911. #line 4744 "configure"
  912. #include "confdefs.h"
  913. /* Override any gcc2 internal prototype to avoid an error.  */
  914. /* We use char because int might match the return type of a gcc2
  915.     builtin and then its argument prototype would still apply.  */
  916. char pthread_create();
  917. int main() {
  918. pthread_create()
  919. ; return 0; }
  920. EOF
  921. if { (eval echo configure:4755: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  922.   rm -rf conftest*
  923.   eval "ac_cv_lib_$ac_lib_var=yes"
  924. else
  925.   echo "configure: failed program was:" >&5
  926.   cat conftest.$ac_ext >&5
  927.   rm -rf conftest*
  928.   eval "ac_cv_lib_$ac_lib_var=no"
  929. fi
  930. rm -f conftest*
  931. LIBS="$ac_save_LIBS"
  932. fi
  933. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  934.   echo "$ac_t""yes" 1>&6
  935.   PTHREAD_LIBS="-lpthread"
  936. else
  937.   echo "$ac_t""no" 1>&6
  938. fi
  939.     if test "x$PTHREAD_LIBS" = x ; then
  940.       echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
  941. echo "configure:4778: checking for pthread_create in -lpthreads" >&5
  942. ac_lib_var=`echo pthreads'_'pthread_create | sed 'y%./+-%__p_%'`
  943. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  944.   echo $ac_n "(cached) $ac_c" 1>&6
  945. else
  946.   ac_save_LIBS="$LIBS"
  947. LIBS="-lpthreads  $LIBS"
  948. cat > conftest.$ac_ext <<EOF
  949. #line 4786 "configure"
  950. #include "confdefs.h"
  951. /* Override any gcc2 internal prototype to avoid an error.  */
  952. /* We use char because int might match the return type of a gcc2
  953.     builtin and then its argument prototype would still apply.  */
  954. char pthread_create();
  955. int main() {
  956. pthread_create()
  957. ; return 0; }
  958. EOF
  959. if { (eval echo configure:4797: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  960.   rm -rf conftest*
  961.   eval "ac_cv_lib_$ac_lib_var=yes"
  962. else
  963.   echo "configure: failed program was:" >&5
  964.   cat conftest.$ac_ext >&5
  965.   rm -rf conftest*
  966.   eval "ac_cv_lib_$ac_lib_var=no"
  967. fi
  968. rm -f conftest*
  969. LIBS="$ac_save_LIBS"
  970. fi
  971. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  972.   echo "$ac_t""yes" 1>&6
  973.   PTHREAD_LIBS="-lpthreads"
  974. else
  975.   echo "$ac_t""no" 1>&6
  976. fi
  977.     fi
  978.     if test "x$PTHREAD_LIBS" = x ; then
  979.       echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
  980. echo "configure:4821: checking for pthread_create in -lc_r" >&5
  981. ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
  982. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  983.   echo $ac_n "(cached) $ac_c" 1>&6
  984. else
  985.   ac_save_LIBS="$LIBS"
  986. LIBS="-lc_r  $LIBS"
  987. cat > conftest.$ac_ext <<EOF
  988. #line 4829 "configure"
  989. #include "confdefs.h"
  990. /* Override any gcc2 internal prototype to avoid an error.  */
  991. /* We use char because int might match the return type of a gcc2
  992.     builtin and then its argument prototype would still apply.  */
  993. char pthread_create();
  994. int main() {
  995. pthread_create()
  996. ; return 0; }
  997. EOF
  998. if { (eval echo configure:4840: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  999.   rm -rf conftest*
  1000.   eval "ac_cv_lib_$ac_lib_var=yes"
  1001. else
  1002.   echo "configure: failed program was:" >&5
  1003.   cat conftest.$ac_ext >&5
  1004.   rm -rf conftest*
  1005.   eval "ac_cv_lib_$ac_lib_var=no"
  1006. fi
  1007. rm -f conftest*
  1008. LIBS="$ac_save_LIBS"
  1009. fi
  1010. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1011.   echo "$ac_t""yes" 1>&6
  1012.   PTHREAD_LIBS="-lc_r"
  1013. else
  1014.   echo "$ac_t""no" 1>&6
  1015. fi
  1016.     fi
  1017.     if test "x$PTHREAD_LIBS" = x ; then
  1018.       echo ;
  1019.       echo "Error: Cannot find the pthread libraries. If you don't have them installed," ; 
  1020.       echo "your X libraries probably aren't thread safe either. You can download the" ; 
  1021.       echo "pthread library and the thread safe X libraries from my webpage at" ;
  1022.       echo "http://www.gftp.org/. Note the pthread library and the thread safe" ;
  1023.       echo "X libraries on my webpage are for Linux libc5 machines ONLY" ;
  1024.       echo ;
  1025.       exit
  1026.     fi
  1027.     PTHREAD_CFLAGS="-D_REENTRANT"
  1028.     # I took some of these from the glib 1.3.3 configure.in
  1029.     case $host in
  1030.       *-hpux*)
  1031.         # From H.Merijn Brand <h.m.brand@hccnet.nl>
  1032.         echo '#define pthread_attr_init(x) __pthread_attr_init_system(x)'
  1033. +>>confdefs.h
  1034.         ;;
  1035.       *-aix*)
  1036.         PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_THREAD_SAFE"
  1037.         if test x"$GCC" = xyes; then
  1038.           PTHREAD_CFLAGS="$PTHREAD_CFLAGS -mthreads"
  1039.         fi
  1040.         ;;
  1041.       *-freebsd*)
  1042.         PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_THREAD_SAFE"
  1043.         # FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support
  1044.         # -mthreads flag.
  1045.         ;;
  1046.       *-openbsd*)
  1047.         PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_THREAD_SAFE"
  1048.           if test "x$PTHREAD_LIBS" = "x-lc_r"; then
  1049.             PTHREAD_LIBS="-pthread"
  1050.           fi
  1051.         ;;
  1052.       *-sysv5uw7*)  # UnixWare 7
  1053.         if test "$GCC" != "yes"; then
  1054.           PTHREAD_CFLAGS="$PTHREAD_CFLAGS -Kthread"
  1055.         else
  1056.           PTHREAD_CFLAGS="$PTHREAD_CFLAGS -pthread"
  1057.         fi
  1058.         ;;
  1059.       *-dg-dgux*)  # DG/UX
  1060.         PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_POSIX4A_DRAFT10_SOURCE"
  1061.     esac
  1062.   fi
  1063. fi
  1064.   echo $ac_n "checking for inttypes.h""... $ac_c" 1>&6
  1065. echo "configure:4919: checking for inttypes.h" >&5
  1066. if eval "test "`echo '$''{'jm_ac_cv_header_inttypes_h'+set}'`" = set"; then
  1067.   echo $ac_n "(cached) $ac_c" 1>&6
  1068. else
  1069.   cat > conftest.$ac_ext <<EOF
  1070. #line 4924 "configure"
  1071. #include "confdefs.h"
  1072. #include <sys/types.h>
  1073. #include <inttypes.h>
  1074. int main() {
  1075. uintmax_t i = (uintmax_t) -1;
  1076. ; return 0; }
  1077. EOF
  1078. if { (eval echo configure:4932: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1079.   rm -rf conftest*
  1080.   jm_ac_cv_header_inttypes_h=yes
  1081. else
  1082.   echo "configure: failed program was:" >&5
  1083.   cat conftest.$ac_ext >&5
  1084.   rm -rf conftest*
  1085.   jm_ac_cv_header_inttypes_h=no
  1086. fi
  1087. rm -f conftest*
  1088. fi
  1089. echo "$ac_t""$jm_ac_cv_header_inttypes_h" 1>&6
  1090.   if test $jm_ac_cv_header_inttypes_h = yes; then
  1091.     cat >> confdefs.h <<EOF
  1092. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1093. EOF
  1094.   fi
  1095.   echo $ac_n "checking for stdint.h""... $ac_c" 1>&6
  1096. echo "configure:4954: checking for stdint.h" >&5
  1097. if eval "test "`echo '$''{'jm_ac_cv_header_stdint_h'+set}'`" = set"; then
  1098.   echo $ac_n "(cached) $ac_c" 1>&6
  1099. else
  1100.   cat > conftest.$ac_ext <<EOF
  1101. #line 4959 "configure"
  1102. #include "confdefs.h"
  1103. #include <sys/types.h>
  1104. #include <stdint.h>
  1105. int main() {
  1106. uintmax_t i = (uintmax_t) -1;
  1107. ; return 0; }
  1108. EOF
  1109. if { (eval echo configure:4967: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1110.   rm -rf conftest*
  1111.   jm_ac_cv_header_stdint_h=yes
  1112. else
  1113.   echo "configure: failed program was:" >&5
  1114.   cat conftest.$ac_ext >&5
  1115.   rm -rf conftest*
  1116.   jm_ac_cv_header_stdint_h=no
  1117. fi
  1118. rm -f conftest*
  1119. fi
  1120. echo "$ac_t""$jm_ac_cv_header_stdint_h" 1>&6
  1121.   if test $jm_ac_cv_header_stdint_h = yes; then
  1122.     cat >> confdefs.h <<EOF
  1123. #define HAVE_STDINT_H_WITH_UINTMAX 1
  1124. EOF
  1125.   fi
  1126.   echo $ac_n "checking for unsigned long long""... $ac_c" 1>&6
  1127. echo "configure:4989: checking for unsigned long long" >&5
  1128. if eval "test "`echo '$''{'ac_cv_type_unsigned_long_long'+set}'`" = set"; then
  1129.   echo $ac_n "(cached) $ac_c" 1>&6
  1130. else
  1131.   cat > conftest.$ac_ext <<EOF
  1132. #line 4994 "configure"
  1133. #include "confdefs.h"
  1134. unsigned long long ull = 1; int i = 63;
  1135. int main() {
  1136. unsigned long long ullmax = (unsigned long long) -1;
  1137.      return ull << i | ull >> i | ullmax / ull | ullmax % ull;
  1138. ; return 0; }
  1139. EOF
  1140. if { (eval echo configure:5002: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1141.   rm -rf conftest*
  1142.   ac_cv_type_unsigned_long_long=yes
  1143. else
  1144.   echo "configure: failed program was:" >&5
  1145.   cat conftest.$ac_ext >&5
  1146.   rm -rf conftest*
  1147.   ac_cv_type_unsigned_long_long=no
  1148. fi
  1149. rm -f conftest*
  1150. fi
  1151. echo "$ac_t""$ac_cv_type_unsigned_long_long" 1>&6
  1152.   if test $ac_cv_type_unsigned_long_long = yes; then
  1153.     cat >> confdefs.h <<EOF
  1154. #define HAVE_UNSIGNED_LONG_LONG 1
  1155. EOF
  1156.   fi
  1157.       if test "X$prefix" = "XNONE"; then
  1158.     acl_final_prefix="$ac_default_prefix"
  1159.   else
  1160.     acl_final_prefix="$prefix"
  1161.   fi
  1162.   if test "X$exec_prefix" = "XNONE"; then
  1163.     acl_final_exec_prefix='${prefix}'
  1164.   else
  1165.     acl_final_exec_prefix="$exec_prefix"
  1166.   fi
  1167.   acl_save_prefix="$prefix"
  1168.   prefix="$acl_final_prefix"
  1169.   eval acl_final_exec_prefix="$acl_final_exec_prefix"
  1170.   prefix="$acl_save_prefix"
  1171.                                                 echo $ac_n "checking for shared library run path origin""... $ac_c" 1>&6
  1172. echo "configure:5040: checking for shared library run path origin" >&5
  1173. if eval "test "`echo '$''{'acl_cv_rpath'+set}'`" = set"; then
  1174.   echo $ac_n "(cached) $ac_c" 1>&6
  1175. else
  1176.   
  1177.     CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" 
  1178.     ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
  1179.     . ./conftest.sh
  1180.     rm -f ./conftest.sh
  1181.     acl_cv_rpath=done
  1182.   
  1183. fi
  1184. echo "$ac_t""$acl_cv_rpath" 1>&6
  1185.   wl="$acl_cv_wl"
  1186.   libext="$acl_cv_libext"
  1187.   shlibext="$acl_cv_shlibext"
  1188.   hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
  1189.   hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
  1190.   hardcode_direct="$acl_cv_hardcode_direct"
  1191.   hardcode_minus_L="$acl_cv_hardcode_minus_L"
  1192.   sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
  1193.   sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
  1194.     # Check whether --enable-rpath or --disable-rpath was given.
  1195. if test "${enable_rpath+set}" = set; then
  1196.   enableval="$enable_rpath"
  1197.   :
  1198. else
  1199.   enable_rpath=yes
  1200. fi
  1201.         MKINSTALLDIRS=
  1202.   if test -n "$ac_aux_dir"; then
  1203.     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
  1204.   fi
  1205.   if test -z "$MKINSTALLDIRS"; then
  1206.     MKINSTALLDIRS="$(top_srcdir)/mkinstalldirs"
  1207.   fi
  1208.   
  1209.         echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
  1210. echo "configure:5084: checking for strerror in -lcposix" >&5
  1211. ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
  1212. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1213.   echo $ac_n "(cached) $ac_c" 1>&6
  1214. else
  1215.   ac_save_LIBS="$LIBS"
  1216. LIBS="-lcposix  $LIBS"
  1217. cat > conftest.$ac_ext <<EOF
  1218. #line 5092 "configure"
  1219. #include "confdefs.h"
  1220. /* Override any gcc2 internal prototype to avoid an error.  */
  1221. /* We use char because int might match the return type of a gcc2
  1222.     builtin and then its argument prototype would still apply.  */
  1223. char strerror();
  1224. int main() {
  1225. strerror()
  1226. ; return 0; }
  1227. EOF
  1228. if { (eval echo configure:5103: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1229.   rm -rf conftest*
  1230.   eval "ac_cv_lib_$ac_lib_var=yes"
  1231. else
  1232.   echo "configure: failed program was:" >&5
  1233.   cat conftest.$ac_ext >&5
  1234.   rm -rf conftest*
  1235.   eval "ac_cv_lib_$ac_lib_var=no"
  1236. fi
  1237. rm -f conftest*
  1238. LIBS="$ac_save_LIBS"
  1239. fi
  1240. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1241.   echo "$ac_t""yes" 1>&6
  1242.   LIBS="$LIBS -lcposix"
  1243. else
  1244.   echo "$ac_t""no" 1>&6
  1245. fi
  1246.   
  1247. echo $ac_n "checking for off_t""... $ac_c" 1>&6
  1248. echo "configure:5126: checking for off_t" >&5
  1249. if eval "test "`echo '$''{'ac_cv_type_off_t'+set}'`" = set"; then
  1250.   echo $ac_n "(cached) $ac_c" 1>&6
  1251. else
  1252.   cat > conftest.$ac_ext <<EOF
  1253. #line 5131 "configure"
  1254. #include "confdefs.h"
  1255. #include <sys/types.h>
  1256. #if STDC_HEADERS
  1257. #include <stdlib.h>
  1258. #include <stddef.h>
  1259. #endif
  1260. EOF
  1261. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1262.   egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1263.   rm -rf conftest*
  1264.   ac_cv_type_off_t=yes
  1265. else
  1266.   rm -rf conftest*
  1267.   ac_cv_type_off_t=no
  1268. fi
  1269. rm -f conftest*
  1270. fi
  1271. echo "$ac_t""$ac_cv_type_off_t" 1>&6
  1272. if test $ac_cv_type_off_t = no; then
  1273.   cat >> confdefs.h <<EOF
  1274. #define off_t long
  1275. EOF
  1276. fi
  1277.     echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6
  1278. echo "configure:5160: checking whether we are using the GNU C Library 2.1 or newer" >&5
  1279. if eval "test "`echo '$''{'ac_cv_gnu_library_2_1'+set}'`" = set"; then
  1280.   echo $ac_n "(cached) $ac_c" 1>&6
  1281. else
  1282.   cat > conftest.$ac_ext <<EOF
  1283. #line 5165 "configure"
  1284. #include "confdefs.h"
  1285. #include <features.h>
  1286. #ifdef __GNU_LIBRARY__
  1287.  #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
  1288.   Lucky GNU user
  1289.  #endif
  1290. #endif
  1291. EOF
  1292. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1293.   egrep "Lucky GNU user" >/dev/null 2>&1; then
  1294.   rm -rf conftest*
  1295.   ac_cv_gnu_library_2_1=yes
  1296. else
  1297.   rm -rf conftest*
  1298.   ac_cv_gnu_library_2_1=no
  1299. fi
  1300. rm -f conftest*
  1301.       
  1302.     
  1303. fi
  1304. echo "$ac_t""$ac_cv_gnu_library_2_1" 1>&6
  1305.     
  1306.     GLIBC21="$ac_cv_gnu_library_2_1"
  1307.   
  1308.     
  1309.   echo $ac_n "checking whether integer division by zero raises SIGFPE""... $ac_c" 1>&6
  1310. echo "configure:5198: checking whether integer division by zero raises SIGFPE" >&5
  1311. if eval "test "`echo '$''{'gt_cv_int_divbyzero_sigfpe'+set}'`" = set"; then
  1312.   echo $ac_n "(cached) $ac_c" 1>&6
  1313. else
  1314.   
  1315.       if test "$cross_compiling" = yes; then
  1316.   
  1317.           # Guess based on the CPU.
  1318.           case "$host_cpu" in
  1319.             alpha* | i3456786 | m68k | s390*)
  1320.               gt_cv_int_divbyzero_sigfpe="guessing yes";;
  1321.             *)
  1322.               gt_cv_int_divbyzero_sigfpe="guessing no";;
  1323.           esac
  1324.         
  1325. else
  1326.   cat > conftest.$ac_ext <<EOF
  1327. #line 5215 "configure"
  1328. #include "confdefs.h"
  1329. #include <stdlib.h>
  1330. #include <signal.h>
  1331. static void
  1332. #ifdef __cplusplus
  1333. sigfpe_handler (int sig)
  1334. #else
  1335. sigfpe_handler (sig) int sig;
  1336. #endif
  1337. {
  1338.   /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
  1339.   exit (sig != SIGFPE);
  1340. }
  1341. int x = 1;
  1342. int y = 0;
  1343. int z;
  1344. int nan;
  1345. int main ()
  1346. {
  1347.   signal (SIGFPE, sigfpe_handler);
  1348. /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
  1349. #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
  1350.   signal (SIGTRAP, sigfpe_handler);
  1351. #endif
  1352. /* Linux/SPARC yields signal SIGILL.  */
  1353. #if defined (__sparc__) && defined (__linux__)
  1354.   signal (SIGILL, sigfpe_handler);
  1355. #endif
  1356.   z = x / y;
  1357.   nan = y / y;
  1358.   exit (1);
  1359. }
  1360. EOF
  1361. if { (eval echo configure:5255: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  1362. then
  1363.   gt_cv_int_divbyzero_sigfpe=yes
  1364. else
  1365.   echo "configure: failed program was:" >&5
  1366.   cat conftest.$ac_ext >&5
  1367.   rm -fr conftest*
  1368.   gt_cv_int_divbyzero_sigfpe=no
  1369. fi
  1370. rm -fr conftest*
  1371. fi
  1372.     
  1373. fi
  1374. echo "$ac_t""$gt_cv_int_divbyzero_sigfpe" 1>&6
  1375.   case "$gt_cv_int_divbyzero_sigfpe" in
  1376.     *yes) value=1;;
  1377.     *) value=0;;
  1378.   esac
  1379.   cat >> confdefs.h <<EOF
  1380. #define INTDIV0_RAISES_SIGFPE $value
  1381. EOF
  1382.   
  1383.   
  1384.   if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
  1385.     
  1386.     test $ac_cv_type_unsigned_long_long = yes 
  1387.       && ac_type='unsigned long long' 
  1388.       || ac_type='unsigned long'
  1389.     cat >> confdefs.h <<EOF
  1390. #define uintmax_t $ac_type
  1391. EOF
  1392.   fi
  1393.   echo $ac_n "checking for inttypes.h""... $ac_c" 1>&6
  1394. echo "configure:5296: checking for inttypes.h" >&5
  1395. if eval "test "`echo '$''{'gt_cv_header_inttypes_h'+set}'`" = set"; then
  1396.   echo $ac_n "(cached) $ac_c" 1>&6
  1397. else
  1398.   
  1399.     cat > conftest.$ac_ext <<EOF
  1400. #line 5302 "configure"
  1401. #include "confdefs.h"
  1402. #include <sys/types.h>
  1403. #include <inttypes.h>
  1404. int main() {
  1405. ; return 0; }
  1406. EOF
  1407. if { (eval echo configure:5310: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1408.   rm -rf conftest*
  1409.   gt_cv_header_inttypes_h=yes
  1410. else
  1411.   echo "configure: failed program was:" >&5
  1412.   cat conftest.$ac_ext >&5
  1413.   rm -rf conftest*
  1414.   gt_cv_header_inttypes_h=no
  1415. fi
  1416. rm -f conftest*
  1417.   
  1418. fi
  1419. echo "$ac_t""$gt_cv_header_inttypes_h" 1>&6
  1420.   if test $gt_cv_header_inttypes_h = yes; then
  1421.     cat >> confdefs.h <<EOF
  1422. #define HAVE_INTTYPES_H 1
  1423. EOF
  1424.   fi
  1425.   
  1426.   if test $gt_cv_header_inttypes_h = yes; then
  1427.     echo $ac_n "checking whether the inttypes.h PRIxNN macros are broken""... $ac_c" 1>&6
  1428. echo "configure:5335: checking whether the inttypes.h PRIxNN macros are broken" >&5
  1429. if eval "test "`echo '$''{'gt_cv_inttypes_pri_broken'+set}'`" = set"; then
  1430.   echo $ac_n "(cached) $ac_c" 1>&6
  1431. else
  1432.   
  1433.         cat > conftest.$ac_ext <<EOF
  1434. #line 5341 "configure"
  1435. #include "confdefs.h"
  1436. #include <inttypes.h>
  1437. #ifdef PRId32
  1438. char *p = PRId32;
  1439. #endif
  1440. int main() {
  1441. ; return 0; }
  1442. EOF
  1443. if { (eval echo configure:5352: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1444.   rm -rf conftest*
  1445.   gt_cv_inttypes_pri_broken=no
  1446. else
  1447.   echo "configure: failed program was:" >&5
  1448.   cat conftest.$ac_ext >&5
  1449.   rm -rf conftest*
  1450.   gt_cv_inttypes_pri_broken=yes
  1451. fi
  1452. rm -f conftest*
  1453.       
  1454. fi
  1455. echo "$ac_t""$gt_cv_inttypes_pri_broken" 1>&6
  1456.   fi
  1457.   if test "$gt_cv_inttypes_pri_broken" = yes; then
  1458.     cat >> confdefs.h <<EOF
  1459. #define PRI_MACROS_BROKEN 1
  1460. EOF
  1461.   fi
  1462.     
  1463.   
  1464.       
  1465.   
  1466.     use_additional=yes
  1467.   
  1468.   acl_save_prefix="$prefix"
  1469.   prefix="$acl_final_prefix"
  1470.   acl_save_exec_prefix="$exec_prefix"
  1471.   exec_prefix="$acl_final_exec_prefix"
  1472.   
  1473.     eval additional_includedir="$includedir"
  1474.     eval additional_libdir="$libdir"
  1475.   
  1476.   exec_prefix="$acl_save_exec_prefix"
  1477.   prefix="$acl_save_prefix"
  1478.   # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
  1479. if test "${with_libiconv_prefix+set}" = set; then
  1480.   withval="$with_libiconv_prefix"
  1481.   
  1482.     if test "X$withval" = "Xno"; then
  1483.       use_additional=no
  1484.     else
  1485.       if test "X$withval" = "X"; then
  1486.         
  1487.   acl_save_prefix="$prefix"
  1488.   prefix="$acl_final_prefix"
  1489.   acl_save_exec_prefix="$exec_prefix"
  1490.   exec_prefix="$acl_final_exec_prefix"
  1491.   
  1492.           eval additional_includedir="$includedir"
  1493.           eval additional_libdir="$libdir"
  1494.         
  1495.   exec_prefix="$acl_save_exec_prefix"
  1496.   prefix="$acl_save_prefix"
  1497.       else
  1498.         additional_includedir="$withval/include"
  1499.         additional_libdir="$withval/lib"
  1500.       fi
  1501.     fi
  1502. fi
  1503.       LIBICONV=
  1504.   LTLIBICONV=
  1505.   INCICONV=
  1506.   rpathdirs=
  1507.   ltrpathdirs=
  1508.   names_already_handled=
  1509.   names_next_round='iconv '
  1510.   while test -n "$names_next_round"; do
  1511.     names_this_round="$names_next_round"
  1512.     names_next_round=
  1513.     for name in $names_this_round; do
  1514.       already_handled=
  1515.       for n in $names_already_handled; do
  1516.         if test "$n" = "$name"; then
  1517.           already_handled=yes
  1518.           break
  1519.         fi
  1520.       done
  1521.       if test -z "$already_handled"; then
  1522.         names_already_handled="$names_already_handled $name"
  1523.                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
  1524.         eval value="$HAVE_LIB$uppername"
  1525.         if test -n "$value"; then
  1526.           if test "$value" = yes; then
  1527.             eval value="$LIB$uppername"
  1528.             test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
  1529.             eval value="$LTLIB$uppername"
  1530.             test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
  1531.           else
  1532.                                     :
  1533.           fi
  1534.         else
  1535.                               found_dir=
  1536.           found_la=
  1537.           found_so=
  1538.           found_a=
  1539.           if test $use_additional = yes; then
  1540.             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
  1541.               found_dir="$additional_libdir"
  1542.               found_so="$additional_libdir/lib$name.$shlibext"
  1543.               if test -f "$additional_libdir/lib$name.la"; then
  1544.                 found_la="$additional_libdir/lib$name.la"
  1545.               fi
  1546.             else
  1547.               if test -f "$additional_libdir/lib$name.$libext"; then
  1548.                 found_dir="$additional_libdir"
  1549.                 found_a="$additional_libdir/lib$name.$libext"
  1550.                 if test -f "$additional_libdir/lib$name.la"; then
  1551.                   found_la="$additional_libdir/lib$name.la"
  1552.                 fi
  1553.               fi
  1554.             fi
  1555.           fi
  1556.           if test "X$found_dir" = "X"; then
  1557.             for x in $LDFLAGS $LTLIBICONV; do
  1558.               
  1559.   acl_save_prefix="$prefix"
  1560.   prefix="$acl_final_prefix"
  1561.   acl_save_exec_prefix="$exec_prefix"
  1562.   exec_prefix="$acl_final_exec_prefix"
  1563.   eval x="$x"
  1564.   exec_prefix="$acl_save_exec_prefix"
  1565.   prefix="$acl_save_prefix"
  1566.               case "$x" in
  1567.                 -L*)
  1568.                   dir=`echo "X$x" | sed -e 's/^X-L//'`
  1569.                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
  1570.                     found_dir="$dir"
  1571.                     found_so="$dir/lib$name.$shlibext"
  1572.                     if test -f "$dir/lib$name.la"; then
  1573.                       found_la="$dir/lib$name.la"
  1574.                     fi
  1575.                   else
  1576.                     if test -f "$dir/lib$name.$libext"; then
  1577.                       found_dir="$dir"
  1578.                       found_a="$dir/lib$name.$libext"
  1579.                       if test -f "$dir/lib$name.la"; then
  1580.                         found_la="$dir/lib$name.la"
  1581.                       fi
  1582.                     fi
  1583.                   fi
  1584.                   ;;
  1585.               esac
  1586.               if test "X$found_dir" != "X"; then
  1587.                 break
  1588.               fi
  1589.             done
  1590.           fi
  1591.           if test "X$found_dir" != "X"; then
  1592.                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
  1593.             if test "X$found_so" != "X"; then
  1594.                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
  1595.                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  1596.               else
  1597.                                                                                 haveit=
  1598.                 for x in $ltrpathdirs; do
  1599.                   if test "X$x" = "X$found_dir"; then
  1600.                     haveit=yes
  1601.                     break
  1602.                   fi
  1603.                 done
  1604.                 if test -z "$haveit"; then
  1605.                   ltrpathdirs="$ltrpathdirs $found_dir"
  1606.                 fi
  1607.                                 if test "$hardcode_direct" = yes; then
  1608.                                                       LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  1609.                 else
  1610.                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
  1611.                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  1612.                                                             haveit=
  1613.                     for x in $rpathdirs; do
  1614.                       if test "X$x" = "X$found_dir"; then
  1615.                         haveit=yes
  1616.                         break
  1617.                       fi
  1618.                     done
  1619.                     if test -z "$haveit"; then
  1620.                       rpathdirs="$rpathdirs $found_dir"
  1621.                     fi
  1622.                   else
  1623.                                                                                 haveit=
  1624.                     for x in $LDFLAGS $LIBICONV; do
  1625.                       
  1626.   acl_save_prefix="$prefix"
  1627.   prefix="$acl_final_prefix"
  1628.   acl_save_exec_prefix="$exec_prefix"
  1629.   exec_prefix="$acl_final_exec_prefix"
  1630.   eval x="$x"
  1631.   exec_prefix="$acl_save_exec_prefix"
  1632.   prefix="$acl_save_prefix"
  1633.                       if test "X$x" = "X-L$found_dir"; then
  1634.                         haveit=yes
  1635.                         break
  1636.                       fi
  1637.                     done
  1638.                     if test -z "$haveit"; then
  1639.                       LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
  1640.                     fi
  1641.                     if test "$hardcode_minus_L" != no; then
  1642.                                                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
  1643.                     else
  1644.                                                                                                                                                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
  1645.                     fi
  1646.                   fi
  1647.                 fi
  1648.               fi
  1649.             else
  1650.               if test "X$found_a" != "X"; then
  1651.                                 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
  1652.               else
  1653.                                                 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
  1654.               fi
  1655.             fi
  1656.                         additional_includedir=
  1657.             case "$found_dir" in
  1658.               */lib | */lib/)
  1659.                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
  1660.                 additional_includedir="$basedir/include"
  1661.                 ;;
  1662.             esac
  1663.             if test "X$additional_includedir" != "X"; then
  1664.                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
  1665.                 haveit=
  1666.                 if test "X$additional_includedir" = "X/usr/local/include"; then
  1667.                   if test -n "$GCC"; then
  1668.                     case $host_os in
  1669.                       linux*) haveit=yes;;
  1670.                     esac
  1671.                   fi
  1672.                 fi
  1673.                 if test -z "$haveit"; then
  1674.                   for x in $CPPFLAGS $INCICONV; do
  1675.                     
  1676.   acl_save_prefix="$prefix"
  1677.   prefix="$acl_final_prefix"
  1678.   acl_save_exec_prefix="$exec_prefix"
  1679.   exec_prefix="$acl_final_exec_prefix"
  1680.   eval x="$x"
  1681.   exec_prefix="$acl_save_exec_prefix"
  1682.   prefix="$acl_save_prefix"
  1683.                     if test "X$x" = "X-I$additional_includedir"; then
  1684.                       haveit=yes
  1685.                       break
  1686.                     fi
  1687.                   done
  1688.                   if test -z "$haveit"; then
  1689.                     if test -d "$additional_includedir"; then
  1690.                                             INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
  1691.                     fi
  1692.                   fi
  1693.                 fi
  1694.               fi
  1695.             fi
  1696.                         if test -n "$found_la"; then
  1697.                                                         save_libdir="$libdir"
  1698.               case "$found_la" in
  1699.                 */* | *\*) . "$found_la" ;;
  1700.                 *) . "./$found_la" ;;
  1701.               esac
  1702.               libdir="$save_libdir"
  1703.                             for dep in $dependency_libs; do
  1704.                 case "$dep" in
  1705.                   -L*)
  1706.                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
  1707.                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
  1708.                       haveit=
  1709.                       if test "X$additional_libdir" = "X/usr/local/lib"; then
  1710.                         if test -n "$GCC"; then
  1711.                           case $host_os in
  1712.                             linux*) haveit=yes;;
  1713.                           esac
  1714.                         fi
  1715.                       fi
  1716.                       if test -z "$haveit"; then
  1717.                         haveit=
  1718.                         for x in $LDFLAGS $LIBICONV; do
  1719.                           
  1720.   acl_save_prefix="$prefix"
  1721.   prefix="$acl_final_prefix"
  1722.   acl_save_exec_prefix="$exec_prefix"
  1723.   exec_prefix="$acl_final_exec_prefix"
  1724.   eval x="$x"
  1725.   exec_prefix="$acl_save_exec_prefix"
  1726.   prefix="$acl_save_prefix"
  1727.                           if test "X$x" = "X-L$additional_libdir"; then
  1728.                             haveit=yes
  1729.                             break
  1730.                           fi
  1731.                         done
  1732.                         if test -z "$haveit"; then
  1733.                           if test -d "$additional_libdir"; then
  1734.                                                         LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
  1735.                           fi
  1736.                         fi
  1737.                         haveit=
  1738.                         for x in $LDFLAGS $LTLIBICONV; do
  1739.                           
  1740.   acl_save_prefix="$prefix"
  1741.   prefix="$acl_final_prefix"
  1742.   acl_save_exec_prefix="$exec_prefix"
  1743.   exec_prefix="$acl_final_exec_prefix"
  1744.   eval x="$x"
  1745.   exec_prefix="$acl_save_exec_prefix"
  1746.   prefix="$acl_save_prefix"
  1747.                           if test "X$x" = "X-L$additional_libdir"; then
  1748.                             haveit=yes
  1749.                             break
  1750.                           fi
  1751.                         done
  1752.                         if test -z "$haveit"; then
  1753.                           if test -d "$additional_libdir"; then
  1754.                                                         LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
  1755.                           fi
  1756.                         fi
  1757.                       fi
  1758.                     fi
  1759.                     ;;
  1760.                   -R*)
  1761.                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
  1762.                     if test "$enable_rpath" != no; then
  1763.                                                                   haveit=
  1764.                       for x in $rpathdirs; do
  1765.                         if test "X$x" = "X$dir"; then
  1766.                           haveit=yes
  1767.                           break
  1768.                         fi
  1769.                       done
  1770.                       if test -z "$haveit"; then
  1771.                         rpathdirs="$rpathdirs $dir"
  1772.                       fi
  1773.                                                                   haveit=
  1774.                       for x in $ltrpathdirs; do
  1775.                         if test "X$x" = "X$dir"; then
  1776.                           haveit=yes
  1777.                           break
  1778.                         fi
  1779.                       done
  1780.                       if test -z "$haveit"; then
  1781.                         ltrpathdirs="$ltrpathdirs $dir"
  1782.                       fi
  1783.                     fi
  1784.                     ;;
  1785.                   -l*)
  1786.                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
  1787.                     ;;
  1788.                   *.la)
  1789.                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,.la$,,'`
  1790.                     ;;
  1791.                   *)
  1792.                                         LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
  1793.                     LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
  1794.                     ;;
  1795.                 esac
  1796.               done
  1797.             fi
  1798.           else
  1799.                                                             LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
  1800.             LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
  1801.           fi
  1802.         fi
  1803.       fi
  1804.     done
  1805.   done
  1806.   if test "X$rpathdirs" != "X"; then
  1807.     if test -n "$hardcode_libdir_separator"; then
  1808.                         alldirs=
  1809.       for found_dir in $rpathdirs; do
  1810.         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
  1811.       done
  1812.             acl_save_libdir="$libdir"
  1813.       libdir="$alldirs"
  1814.       eval flag="$hardcode_libdir_flag_spec"
  1815.       libdir="$acl_save_libdir"
  1816.       LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
  1817.     else
  1818.             for found_dir in $rpathdirs; do
  1819.         acl_save_libdir="$libdir"
  1820.         libdir="$found_dir"
  1821.         eval flag="$hardcode_libdir_flag_spec"
  1822.         libdir="$acl_save_libdir"
  1823.         LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
  1824.       done
  1825.     fi
  1826.   fi
  1827.   if test "X$ltrpathdirs" != "X"; then
  1828.             for found_dir in $ltrpathdirs; do
  1829.       LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
  1830.     done
  1831.   fi
  1832.       
  1833.     
  1834.         # Extract the first word of "msgfmt", so it can be a program name with args.
  1835. set dummy msgfmt; ac_word=$2
  1836. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1837. echo "configure:5763: checking for $ac_word" >&5
  1838. if eval "test "`echo '$''{'ac_cv_path_MSGFMT'+set}'`" = set"; then
  1839.   echo $ac_n "(cached) $ac_c" 1>&6
  1840. else
  1841.   case "$MSGFMT" in
  1842.   /*)
  1843.   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
  1844.   ;;
  1845.   *)
  1846.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1847.   for ac_dir in $PATH; do
  1848.     test -z "$ac_dir" && ac_dir=.
  1849.     if test -f $ac_dir/$ac_word; then
  1850.       if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
  1851.      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
  1852. ac_cv_path_MSGFMT="$ac_dir/$ac_word"
  1853. break
  1854.       fi
  1855.     fi
  1856.   done
  1857.   IFS="$ac_save_ifs"
  1858.   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
  1859.   ;;
  1860. esac
  1861. fi
  1862. MSGFMT="$ac_cv_path_MSGFMT"
  1863. if test "$MSGFMT" != ":"; then
  1864.   echo "$ac_t""$MSGFMT" 1>&6
  1865. else
  1866.   echo "$ac_t""no" 1>&6
  1867. fi
  1868.   # Extract the first word of "gmsgfmt", so it can be a program name with args.
  1869. set dummy gmsgfmt; ac_word=$2
  1870. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1871. echo "configure:5798: checking for $ac_word" >&5
  1872. if eval "test "`echo '$''{'ac_cv_path_GMSGFMT'+set}'`" = set"; then
  1873.   echo $ac_n "(cached) $ac_c" 1>&6
  1874. else
  1875.   case "$GMSGFMT" in
  1876.   /*)
  1877.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
  1878.   ;;
  1879.   ?:/*)  
  1880.   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
  1881.   ;;
  1882.   *)
  1883.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1884.   ac_dummy="$PATH"
  1885.   for ac_dir in $ac_dummy; do 
  1886.     test -z "$ac_dir" && ac_dir=.
  1887.     if test -f $ac_dir/$ac_word; then
  1888.       ac_cv_path_GMSGFMT="$ac_dir/$ac_word"
  1889.       break
  1890.     fi
  1891.   done
  1892.   IFS="$ac_save_ifs"
  1893.   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
  1894.   ;;
  1895. esac
  1896. fi
  1897. GMSGFMT="$ac_cv_path_GMSGFMT"
  1898. if test -n "$GMSGFMT"; then
  1899.   echo "$ac_t""$GMSGFMT" 1>&6
  1900. else
  1901.   echo "$ac_t""no" 1>&6
  1902. fi
  1903.         # Extract the first word of "xgettext", so it can be a program name with args.
  1904. set dummy xgettext; ac_word=$2
  1905. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1906. echo "configure:5835: checking for $ac_word" >&5
  1907. if eval "test "`echo '$''{'ac_cv_path_XGETTEXT'+set}'`" = set"; then
  1908.   echo $ac_n "(cached) $ac_c" 1>&6
  1909. else
  1910.   case "$XGETTEXT" in
  1911.   /*)
  1912.   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
  1913.   ;;
  1914.   *)
  1915.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1916.   for ac_dir in $PATH; do
  1917.     test -z "$ac_dir" && ac_dir=.
  1918.     if test -f $ac_dir/$ac_word; then
  1919.       if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
  1920.      (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
  1921. ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
  1922. break
  1923.       fi
  1924.     fi
  1925.   done
  1926.   IFS="$ac_save_ifs"
  1927.   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
  1928.   ;;
  1929. esac
  1930. fi
  1931. XGETTEXT="$ac_cv_path_XGETTEXT"
  1932. if test "$XGETTEXT" != ":"; then
  1933.   echo "$ac_t""$XGETTEXT" 1>&6
  1934. else
  1935.   echo "$ac_t""no" 1>&6
  1936. fi
  1937.     rm -f messages.po
  1938.     # Extract the first word of "msgmerge", so it can be a program name with args.
  1939. set dummy msgmerge; ac_word=$2
  1940. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1941. echo "configure:5872: checking for $ac_word" >&5
  1942. if eval "test "`echo '$''{'ac_cv_path_MSGMERGE'+set}'`" = set"; then
  1943.   echo $ac_n "(cached) $ac_c" 1>&6
  1944. else
  1945.   case "$MSGMERGE" in
  1946.   /*)
  1947.   ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
  1948.   ;;
  1949.   *)
  1950.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1951.   for ac_dir in $PATH; do
  1952.     test -z "$ac_dir" && ac_dir=.
  1953.     if test -f $ac_dir/$ac_word; then
  1954.       if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
  1955. ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
  1956. break
  1957.       fi
  1958.     fi
  1959.   done
  1960.   IFS="$ac_save_ifs"
  1961.   test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
  1962.   ;;
  1963. esac
  1964. fi
  1965. MSGMERGE="$ac_cv_path_MSGMERGE"
  1966. if test "$MSGMERGE" != ":"; then
  1967.   echo "$ac_t""$MSGMERGE" 1>&6
  1968. else
  1969.   echo "$ac_t""no" 1>&6
  1970. fi
  1971.       if test "$GMSGFMT" != ":"; then
  1972.             if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
  1973.        (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
  1974.       : ;
  1975.     else
  1976.       GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
  1977.       echo "$ac_t""found $GMSGFMT program is not GNU msgfmt; ignore it" 1>&6
  1978.       GMSGFMT=":"
  1979.     fi
  1980.   fi
  1981.       if test "$XGETTEXT" != ":"; then
  1982.             if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
  1983.        (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
  1984.       : ;
  1985.     else
  1986.       echo "$ac_t""found xgettext program is not GNU xgettext; ignore it" 1>&6
  1987.       XGETTEXT=":"
  1988.     fi
  1989.         rm -f messages.po
  1990.   fi
  1991.   
  1992.                                     
  1993.   for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h stddef.h 
  1994. stdlib.h string.h unistd.h sys/param.h
  1995. do
  1996. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1997. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1998. echo "configure:5935: checking for $ac_hdr" >&5
  1999. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  2000.   echo $ac_n "(cached) $ac_c" 1>&6
  2001. else
  2002.   cat > conftest.$ac_ext <<EOF
  2003. #line 5940 "configure"
  2004. #include "confdefs.h"
  2005. #include <$ac_hdr>
  2006. EOF
  2007. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2008. { (eval echo configure:5945: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  2009. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  2010. if test -z "$ac_err"; then
  2011.   rm -rf conftest*
  2012.   eval "ac_cv_header_$ac_safe=yes"
  2013. else
  2014.   echo "$ac_err" >&5
  2015.   echo "configure: failed program was:" >&5
  2016.   cat conftest.$ac_ext >&5
  2017.   rm -rf conftest*
  2018.   eval "ac_cv_header_$ac_safe=no"
  2019. fi
  2020. rm -f conftest*
  2021. fi
  2022. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  2023.   echo "$ac_t""yes" 1>&6
  2024.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2025.   cat >> confdefs.h <<EOF
  2026. #define $ac_tr_hdr 1
  2027. EOF
  2028.  
  2029. else
  2030.   echo "$ac_t""no" 1>&6
  2031. fi
  2032. done
  2033.   for ac_func in feof_unlocked fgets_unlocked getc_unlocked getcwd getegid 
  2034. geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy 
  2035. strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next
  2036. do
  2037. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2038. echo "configure:5976: checking for $ac_func" >&5
  2039. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  2040.   echo $ac_n "(cached) $ac_c" 1>&6
  2041. else
  2042.   cat > conftest.$ac_ext <<EOF
  2043. #line 5981 "configure"
  2044. #include "confdefs.h"
  2045. /* System header to define __stub macros and hopefully few prototypes,
  2046.     which can conflict with char $ac_func(); below.  */
  2047. #include <assert.h>
  2048. /* Override any gcc2 internal prototype to avoid an error.  */
  2049. /* We use char because int might match the return type of a gcc2
  2050.     builtin and then its argument prototype would still apply.  */
  2051. char $ac_func();
  2052. int main() {
  2053. /* The GNU C library defines this for functions which it implements
  2054.     to always fail with ENOSYS.  Some functions are actually named
  2055.     something starting with __ and the normal name is an alias.  */
  2056. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2057. choke me
  2058. #else
  2059. $ac_func();
  2060. #endif
  2061. ; return 0; }
  2062. EOF
  2063. if { (eval echo configure:6004: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2064.   rm -rf conftest*
  2065.   eval "ac_cv_func_$ac_func=yes"
  2066. else
  2067.   echo "configure: failed program was:" >&5
  2068.   cat conftest.$ac_ext >&5
  2069.   rm -rf conftest*
  2070.   eval "ac_cv_func_$ac_func=no"
  2071. fi
  2072. rm -f conftest*
  2073. fi
  2074. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  2075.   echo "$ac_t""yes" 1>&6
  2076.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2077.   cat >> confdefs.h <<EOF
  2078. #define $ac_tr_func 1
  2079. EOF
  2080.  
  2081. else
  2082.   echo "$ac_t""no" 1>&6
  2083. fi
  2084. done
  2085.   
  2086.   
  2087.     
  2088.       
  2089.           am_save_CPPFLAGS="$CPPFLAGS"
  2090.   
  2091.   for element in $INCICONV; do
  2092.     haveit=
  2093.     for x in $CPPFLAGS; do
  2094.       
  2095.   acl_save_prefix="$prefix"
  2096.   prefix="$acl_final_prefix"
  2097.   acl_save_exec_prefix="$exec_prefix"
  2098.   exec_prefix="$acl_final_exec_prefix"
  2099.   eval x="$x"
  2100.   exec_prefix="$acl_save_exec_prefix"
  2101.   prefix="$acl_save_prefix"
  2102.       if test "X$x" = "X$element"; then
  2103.         haveit=yes
  2104.         break
  2105.       fi
  2106.     done
  2107.     if test -z "$haveit"; then
  2108.       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
  2109.     fi
  2110.   done
  2111.   echo $ac_n "checking for iconv""... $ac_c" 1>&6
  2112. echo "configure:6060: checking for iconv" >&5
  2113. if eval "test "`echo '$''{'am_cv_func_iconv'+set}'`" = set"; then
  2114.   echo $ac_n "(cached) $ac_c" 1>&6
  2115. else
  2116.   
  2117.     am_cv_func_iconv="no, consider installing GNU libiconv"
  2118.     am_cv_lib_iconv=no
  2119.     cat > conftest.$ac_ext <<EOF
  2120. #line 6068 "configure"
  2121. #include "confdefs.h"
  2122. #include <stdlib.h>
  2123. #include <iconv.h>
  2124. int main() {
  2125. iconv_t cd = iconv_open("","");
  2126.        iconv(cd,NULL,NULL,NULL,NULL);
  2127.        iconv_close(cd);
  2128. ; return 0; }
  2129. EOF
  2130. if { (eval echo configure:6078: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2131.   rm -rf conftest*
  2132.   am_cv_func_iconv=yes
  2133. else
  2134.   echo "configure: failed program was:" >&5
  2135.   cat conftest.$ac_ext >&5
  2136. fi
  2137. rm -f conftest*
  2138.     if test "$am_cv_func_iconv" != yes; then
  2139.       am_save_LIBS="$LIBS"
  2140.       LIBS="$LIBS $LIBICONV"
  2141.       cat > conftest.$ac_ext <<EOF
  2142. #line 6090 "configure"
  2143. #include "confdefs.h"
  2144. #include <stdlib.h>
  2145. #include <iconv.h>
  2146. int main() {
  2147. iconv_t cd = iconv_open("","");
  2148.          iconv(cd,NULL,NULL,NULL,NULL);
  2149.          iconv_close(cd);
  2150. ; return 0; }
  2151. EOF
  2152. if { (eval echo configure:6100: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2153.   rm -rf conftest*
  2154.   am_cv_lib_iconv=yes
  2155.         am_cv_func_iconv=yes
  2156. else
  2157.   echo "configure: failed program was:" >&5
  2158.   cat conftest.$ac_ext >&5
  2159. fi
  2160. rm -f conftest*
  2161.       LIBS="$am_save_LIBS"
  2162.     fi
  2163.   
  2164. fi
  2165. echo "$ac_t""$am_cv_func_iconv" 1>&6
  2166.   if test "$am_cv_func_iconv" = yes; then
  2167.     cat >> confdefs.h <<EOF
  2168. #define HAVE_ICONV 1
  2169. EOF
  2170.   fi
  2171.   if test "$am_cv_lib_iconv" = yes; then
  2172.     echo $ac_n "checking how to link with libiconv""... $ac_c" 1>&6
  2173. echo "configure:6123: checking how to link with libiconv" >&5
  2174.     echo "$ac_t""$LIBICONV" 1>&6
  2175.   else
  2176.             CPPFLAGS="$am_save_CPPFLAGS"
  2177.     LIBICONV=
  2178.     LTLIBICONV=
  2179.   fi
  2180.   
  2181.   
  2182.   if test "$am_cv_func_iconv" = yes; then
  2183.     echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
  2184. echo "configure:6135: checking for iconv declaration" >&5
  2185.     if eval "test "`echo '$''{'am_cv_proto_iconv'+set}'`" = set"; then
  2186.   echo $ac_n "(cached) $ac_c" 1>&6
  2187. else
  2188.   
  2189.       cat > conftest.$ac_ext <<EOF
  2190. #line 6141 "configure"
  2191. #include "confdefs.h"
  2192. #include <stdlib.h>
  2193. #include <iconv.h>
  2194. extern
  2195. #ifdef __cplusplus
  2196. "C"
  2197. #endif
  2198. #if defined(__STDC__) || defined(__cplusplus)
  2199. size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  2200. #else
  2201. size_t iconv();
  2202. #endif
  2203. int main() {
  2204. ; return 0; }
  2205. EOF
  2206. if { (eval echo configure:6160: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2207.   rm -rf conftest*
  2208.   am_cv_proto_iconv_arg1=""
  2209. else
  2210.   echo "configure: failed program was:" >&5
  2211.   cat conftest.$ac_ext >&5
  2212.   rm -rf conftest*
  2213.   am_cv_proto_iconv_arg1="const"
  2214. fi
  2215. rm -f conftest*
  2216.       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
  2217. fi
  2218.     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
  2219.     echo "$ac_t""${ac_t:-
  2220.          }$am_cv_proto_iconv" 1>&6
  2221.     cat >> confdefs.h <<EOF
  2222. #define ICONV_CONST $am_cv_proto_iconv_arg1
  2223. EOF
  2224.   fi
  2225.   
  2226.   echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6
  2227. echo "configure:6184: checking for nl_langinfo and CODESET" >&5
  2228. if eval "test "`echo '$''{'am_cv_langinfo_codeset'+set}'`" = set"; then
  2229.   echo $ac_n "(cached) $ac_c" 1>&6
  2230. else
  2231.   cat > conftest.$ac_ext <<EOF
  2232. #line 6189 "configure"
  2233. #include "confdefs.h"
  2234. #include <langinfo.h>
  2235. int main() {
  2236. char* cs = nl_langinfo(CODESET);
  2237. ; return 0; }
  2238. EOF
  2239. if { (eval echo configure:6196: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2240.   rm -rf conftest*
  2241.   am_cv_langinfo_codeset=yes
  2242. else
  2243.   echo "configure: failed program was:" >&5
  2244.   cat conftest.$ac_ext >&5
  2245.   rm -rf conftest*
  2246.   am_cv_langinfo_codeset=no
  2247. fi
  2248. rm -f conftest*
  2249.     
  2250. fi
  2251. echo "$ac_t""$am_cv_langinfo_codeset" 1>&6
  2252.   if test $am_cv_langinfo_codeset = yes; then
  2253.     cat >> confdefs.h <<EOF
  2254. #define HAVE_LANGINFO_CODESET 1
  2255. EOF
  2256.   fi
  2257.   if test $ac_cv_header_locale_h = yes; then
  2258.     
  2259.   echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
  2260. echo "configure:6220: checking for LC_MESSAGES" >&5
  2261. if eval "test "`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`" = set"; then
  2262.   echo $ac_n "(cached) $ac_c" 1>&6
  2263. else
  2264.   cat > conftest.$ac_ext <<EOF
  2265. #line 6225 "configure"
  2266. #include "confdefs.h"
  2267. #include <locale.h>
  2268. int main() {
  2269. return LC_MESSAGES
  2270. ; return 0; }
  2271. EOF
  2272. if { (eval echo configure:6232: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2273.   rm -rf conftest*
  2274.   am_cv_val_LC_MESSAGES=yes
  2275. else
  2276.   echo "configure: failed program was:" >&5
  2277.   cat conftest.$ac_ext >&5
  2278.   rm -rf conftest*
  2279.   am_cv_val_LC_MESSAGES=no
  2280. fi
  2281. rm -f conftest*
  2282. fi
  2283. echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
  2284.   if test $am_cv_val_LC_MESSAGES = yes; then
  2285.     cat >> confdefs.h <<EOF
  2286. #define HAVE_LC_MESSAGES 1
  2287. EOF
  2288.   fi
  2289.   fi
  2290.                       for ac_prog in bison
  2291. do
  2292. # Extract the first word of "$ac_prog", so it can be a program name with args.
  2293. set dummy $ac_prog; ac_word=$2
  2294. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  2295. echo "configure:6259: checking for $ac_word" >&5
  2296. if eval "test "`echo '$''{'ac_cv_prog_INTLBISON'+set}'`" = set"; then
  2297.   echo $ac_n "(cached) $ac_c" 1>&6
  2298. else
  2299.   if test -n "$INTLBISON"; then
  2300.   ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
  2301. else
  2302.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  2303.   ac_dummy="$PATH"
  2304.   for ac_dir in $ac_dummy; do
  2305.     test -z "$ac_dir" && ac_dir=.
  2306.     if test -f $ac_dir/$ac_word; then
  2307.       ac_cv_prog_INTLBISON="$ac_prog"
  2308.       break
  2309.     fi
  2310.   done
  2311.   IFS="$ac_save_ifs"
  2312. fi
  2313. fi
  2314. INTLBISON="$ac_cv_prog_INTLBISON"
  2315. if test -n "$INTLBISON"; then
  2316.   echo "$ac_t""$INTLBISON" 1>&6
  2317. else
  2318.   echo "$ac_t""no" 1>&6
  2319. fi
  2320. test -n "$INTLBISON" && break
  2321. done
  2322.   if test -z "$INTLBISON"; then
  2323.     ac_verc_fail=yes
  2324.   else
  2325.         echo $ac_n "checking version of bison""... $ac_c" 1>&6
  2326. echo "configure:6292: checking version of bison" >&5
  2327.     ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* ([0-9]*.[0-9.]*).*$/1/p'`
  2328.     case $ac_prog_version in
  2329.       '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
  2330.       1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
  2331.          ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
  2332.       *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  2333.     esac
  2334.     echo "$ac_t""$ac_prog_version" 1>&6
  2335.   fi
  2336.   if test $ac_verc_fail = yes; then
  2337.     INTLBISON=:
  2338.   fi
  2339.     
  2340.   
  2341.   
  2342.   
  2343.     
  2344.       
  2345.     
  2346.   
  2347.                         
  2348.   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
  2349. echo "configure:6321: checking whether NLS is requested" >&5
  2350.     # Check whether --enable-nls or --disable-nls was given.
  2351. if test "${enable_nls+set}" = set; then
  2352.   enableval="$enable_nls"
  2353.   USE_NLS=$enableval
  2354. else
  2355.   USE_NLS=yes
  2356. fi
  2357.   echo "$ac_t""$USE_NLS" 1>&6
  2358.   
  2359.   
  2360.     BUILD_INCLUDED_LIBINTL=no
  2361.     USE_INCLUDED_LIBINTL=no
  2362.   
  2363.   LIBINTL=
  2364.   LTLIBINTL=
  2365.   POSUB=
  2366.     if test "$USE_NLS" = "yes"; then
  2367.     gt_use_preinstalled_gnugettext=no
  2368.     
  2369.       echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
  2370. echo "configure:6345: checking whether included gettext is requested" >&5
  2371.       # Check whether --with-included-gettext or --without-included-gettext was given.
  2372. if test "${with_included_gettext+set}" = set; then
  2373.   withval="$with_included_gettext"
  2374.   nls_cv_force_use_gnu_gettext=$withval
  2375. else
  2376.   nls_cv_force_use_gnu_gettext=no
  2377. fi
  2378.       echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6
  2379.       nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
  2380.       if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
  2381.     
  2382.                         
  2383.                 
  2384.         
  2385.         
  2386.         echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6
  2387. echo "configure:6365: checking for GNU gettext in libc" >&5
  2388. if eval "test "`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`" = set"; then
  2389.   echo $ac_n "(cached) $ac_c" 1>&6
  2390. else
  2391.   cat > conftest.$ac_ext <<EOF
  2392. #line 6370 "configure"
  2393. #include "confdefs.h"
  2394. #include <libintl.h>
  2395. extern int _nl_msg_cat_cntr;
  2396. extern int *_nl_domain_bindings;
  2397. int main() {
  2398. bindtextdomain ("", "");
  2399. return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
  2400. ; return 0; }
  2401. EOF
  2402. if { (eval echo configure:6380: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2403.   rm -rf conftest*
  2404.   gt_cv_func_gnugettext1_libc=yes
  2405. else
  2406.   echo "configure: failed program was:" >&5
  2407.   cat conftest.$ac_ext >&5
  2408.   rm -rf conftest*
  2409.   gt_cv_func_gnugettext1_libc=no
  2410. fi
  2411. rm -f conftest*
  2412. fi
  2413. echo "$ac_t""$gt_cv_func_gnugettext1_libc" 1>&6
  2414.         if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
  2415.                     
  2416.                                                   
  2417.   
  2418.     use_additional=yes
  2419.   
  2420.   acl_save_prefix="$prefix"
  2421.   prefix="$acl_final_prefix"
  2422.   acl_save_exec_prefix="$exec_prefix"
  2423.   exec_prefix="$acl_final_exec_prefix"
  2424.   
  2425.     eval additional_includedir="$includedir"
  2426.     eval additional_libdir="$libdir"
  2427.   
  2428.   exec_prefix="$acl_save_exec_prefix"
  2429.   prefix="$acl_save_prefix"
  2430.   # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
  2431. if test "${with_libintl_prefix+set}" = set; then
  2432.   withval="$with_libintl_prefix"
  2433.   
  2434.     if test "X$withval" = "Xno"; then
  2435.       use_additional=no
  2436.     else
  2437.       if test "X$withval" = "X"; then
  2438.         
  2439.   acl_save_prefix="$prefix"
  2440.   prefix="$acl_final_prefix"
  2441.   acl_save_exec_prefix="$exec_prefix"
  2442.   exec_prefix="$acl_final_exec_prefix"
  2443.   
  2444.           eval additional_includedir="$includedir"
  2445.           eval additional_libdir="$libdir"
  2446.         
  2447.   exec_prefix="$acl_save_exec_prefix"
  2448.   prefix="$acl_save_prefix"
  2449.       else
  2450.         additional_includedir="$withval/include"
  2451.         additional_libdir="$withval/lib"
  2452.       fi
  2453.     fi
  2454. fi
  2455.       LIBINTL=
  2456.   LTLIBINTL=
  2457.   INCINTL=
  2458.   rpathdirs=
  2459.   ltrpathdirs=
  2460.   names_already_handled=
  2461.   names_next_round='intl '
  2462.   while test -n "$names_next_round"; do
  2463.     names_this_round="$names_next_round"
  2464.     names_next_round=
  2465.     for name in $names_this_round; do
  2466.       already_handled=
  2467.       for n in $names_already_handled; do
  2468.         if test "$n" = "$name"; then
  2469.           already_handled=yes
  2470.           break
  2471.         fi
  2472.       done
  2473.       if test -z "$already_handled"; then
  2474.         names_already_handled="$names_already_handled $name"
  2475.                         uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
  2476.         eval value="$HAVE_LIB$uppername"
  2477.         if test -n "$value"; then
  2478.           if test "$value" = yes; then
  2479.             eval value="$LIB$uppername"
  2480.             test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
  2481.             eval value="$LTLIB$uppername"
  2482.             test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
  2483.           else
  2484.                                     :
  2485.           fi
  2486.         else
  2487.                               found_dir=
  2488.           found_la=
  2489.           found_so=
  2490.           found_a=
  2491.           if test $use_additional = yes; then
  2492.             if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
  2493.               found_dir="$additional_libdir"
  2494.               found_so="$additional_libdir/lib$name.$shlibext"
  2495.               if test -f "$additional_libdir/lib$name.la"; then
  2496.                 found_la="$additional_libdir/lib$name.la"
  2497.               fi
  2498.             else
  2499.               if test -f "$additional_libdir/lib$name.$libext"; then
  2500.                 found_dir="$additional_libdir"
  2501.                 found_a="$additional_libdir/lib$name.$libext"
  2502.                 if test -f "$additional_libdir/lib$name.la"; then
  2503.                   found_la="$additional_libdir/lib$name.la"
  2504.                 fi
  2505.               fi
  2506.             fi
  2507.           fi
  2508.           if test "X$found_dir" = "X"; then
  2509.             for x in $LDFLAGS $LTLIBINTL; do
  2510.               
  2511.   acl_save_prefix="$prefix"
  2512.   prefix="$acl_final_prefix"
  2513.   acl_save_exec_prefix="$exec_prefix"
  2514.   exec_prefix="$acl_final_exec_prefix"
  2515.   eval x="$x"
  2516.   exec_prefix="$acl_save_exec_prefix"
  2517.   prefix="$acl_save_prefix"
  2518.               case "$x" in
  2519.                 -L*)
  2520.                   dir=`echo "X$x" | sed -e 's/^X-L//'`
  2521.                   if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
  2522.                     found_dir="$dir"
  2523.                     found_so="$dir/lib$name.$shlibext"
  2524.                     if test -f "$dir/lib$name.la"; then
  2525.                       found_la="$dir/lib$name.la"
  2526.                     fi
  2527.                   else
  2528.                     if test -f "$dir/lib$name.$libext"; then
  2529.                       found_dir="$dir"
  2530.                       found_a="$dir/lib$name.$libext"
  2531.                       if test -f "$dir/lib$name.la"; then
  2532.                         found_la="$dir/lib$name.la"
  2533.                       fi
  2534.                     fi
  2535.                   fi
  2536.                   ;;
  2537.               esac
  2538.               if test "X$found_dir" != "X"; then
  2539.                 break
  2540.               fi
  2541.             done
  2542.           fi
  2543.           if test "X$found_dir" != "X"; then
  2544.                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
  2545.             if test "X$found_so" != "X"; then
  2546.                                                         if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
  2547.                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
  2548.               else
  2549.                                                                                 haveit=
  2550.                 for x in $ltrpathdirs; do
  2551.                   if test "X$x" = "X$found_dir"; then
  2552.                     haveit=yes
  2553.                     break
  2554.                   fi
  2555.                 done
  2556.                 if test -z "$haveit"; then
  2557.                   ltrpathdirs="$ltrpathdirs $found_dir"
  2558.                 fi
  2559.                                 if test "$hardcode_direct" = yes; then
  2560.                                                       LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
  2561.                 else
  2562.                   if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
  2563.                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
  2564.                                                             haveit=
  2565.                     for x in $rpathdirs; do
  2566.                       if test "X$x" = "X$found_dir"; then
  2567.                         haveit=yes
  2568.                         break
  2569.                       fi
  2570.                     done
  2571.                     if test -z "$haveit"; then
  2572.                       rpathdirs="$rpathdirs $found_dir"
  2573.                     fi
  2574.                   else
  2575.                                                                                 haveit=
  2576.                     for x in $LDFLAGS $LIBINTL; do
  2577.                       
  2578.   acl_save_prefix="$prefix"
  2579.   prefix="$acl_final_prefix"
  2580.   acl_save_exec_prefix="$exec_prefix"
  2581.   exec_prefix="$acl_final_exec_prefix"
  2582.   eval x="$x"
  2583.   exec_prefix="$acl_save_exec_prefix"
  2584.   prefix="$acl_save_prefix"
  2585.                       if test "X$x" = "X-L$found_dir"; then
  2586.                         haveit=yes
  2587.                         break
  2588.                       fi
  2589.                     done
  2590.                     if test -z "$haveit"; then
  2591.                       LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
  2592.                     fi
  2593.                     if test "$hardcode_minus_L" != no; then
  2594.                                                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
  2595.                     else
  2596.                                                                                                                                                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
  2597.                     fi
  2598.                   fi
  2599.                 fi
  2600.               fi
  2601.             else
  2602.               if test "X$found_a" != "X"; then
  2603.                                 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
  2604.               else
  2605.                                                 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
  2606.               fi
  2607.             fi
  2608.                         additional_includedir=
  2609.             case "$found_dir" in
  2610.               */lib | */lib/)
  2611.                 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
  2612.                 additional_includedir="$basedir/include"
  2613.                 ;;
  2614.             esac
  2615.             if test "X$additional_includedir" != "X"; then
  2616.                                                                                                                 if test "X$additional_includedir" != "X/usr/include"; then
  2617.                 haveit=
  2618.                 if test "X$additional_includedir" = "X/usr/local/include"; then
  2619.                   if test -n "$GCC"; then
  2620.                     case $host_os in
  2621.                       linux*) haveit=yes;;
  2622.                     esac
  2623.                   fi
  2624.                 fi
  2625.                 if test -z "$haveit"; then
  2626.                   for x in $CPPFLAGS $INCINTL; do
  2627.                     
  2628.   acl_save_prefix="$prefix"
  2629.   prefix="$acl_final_prefix"
  2630.   acl_save_exec_prefix="$exec_prefix"
  2631.   exec_prefix="$acl_final_exec_prefix"
  2632.   eval x="$x"
  2633.   exec_prefix="$acl_save_exec_prefix"
  2634.   prefix="$acl_save_prefix"
  2635.                     if test "X$x" = "X-I$additional_includedir"; then
  2636.                       haveit=yes
  2637.                       break
  2638.                     fi
  2639.                   done
  2640.                   if test -z "$haveit"; then
  2641.                     if test -d "$additional_includedir"; then
  2642.                                             INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
  2643.                     fi
  2644.                   fi
  2645.                 fi
  2646.               fi
  2647.             fi
  2648.                         if test -n "$found_la"; then
  2649.                                                         save_libdir="$libdir"
  2650.               case "$found_la" in
  2651.                 */* | *\*) . "$found_la" ;;
  2652.                 *) . "./$found_la" ;;
  2653.               esac
  2654.               libdir="$save_libdir"
  2655.                             for dep in $dependency_libs; do
  2656.                 case "$dep" in
  2657.                   -L*)
  2658.                     additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
  2659.                                                                                                                                                                 if test "X$additional_libdir" != "X/usr/lib"; then
  2660.                       haveit=
  2661.                       if test "X$additional_libdir" = "X/usr/local/lib"; then
  2662.                         if test -n "$GCC"; then
  2663.                           case $host_os in
  2664.                             linux*) haveit=yes;;
  2665.                           esac
  2666.                         fi
  2667.                       fi
  2668.                       if test -z "$haveit"; then
  2669.                         haveit=
  2670.                         for x in $LDFLAGS $LIBINTL; do
  2671.                           
  2672.   acl_save_prefix="$prefix"
  2673.   prefix="$acl_final_prefix"
  2674.   acl_save_exec_prefix="$exec_prefix"
  2675.   exec_prefix="$acl_final_exec_prefix"
  2676.   eval x="$x"
  2677.   exec_prefix="$acl_save_exec_prefix"
  2678.   prefix="$acl_save_prefix"
  2679.                           if test "X$x" = "X-L$additional_libdir"; then
  2680.                             haveit=yes
  2681.                             break
  2682.                           fi
  2683.                         done
  2684.                         if test -z "$haveit"; then
  2685.                           if test -d "$additional_libdir"; then
  2686.                                                         LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
  2687.                           fi
  2688.                         fi
  2689.                         haveit=
  2690.                         for x in $LDFLAGS $LTLIBINTL; do
  2691.                           
  2692.   acl_save_prefix="$prefix"
  2693.   prefix="$acl_final_prefix"
  2694.   acl_save_exec_prefix="$exec_prefix"
  2695.   exec_prefix="$acl_final_exec_prefix"
  2696.   eval x="$x"
  2697.   exec_prefix="$acl_save_exec_prefix"
  2698.   prefix="$acl_save_prefix"
  2699.                           if test "X$x" = "X-L$additional_libdir"; then
  2700.                             haveit=yes
  2701.                             break
  2702.                           fi
  2703.                         done
  2704.                         if test -z "$haveit"; then
  2705.                           if test -d "$additional_libdir"; then
  2706.                                                         LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
  2707.                           fi
  2708.                         fi
  2709.                       fi
  2710.                     fi
  2711.                     ;;
  2712.                   -R*)
  2713.                     dir=`echo "X$dep" | sed -e 's/^X-R//'`
  2714.                     if test "$enable_rpath" != no; then
  2715.                                                                   haveit=
  2716.                       for x in $rpathdirs; do
  2717.                         if test "X$x" = "X$dir"; then
  2718.                           haveit=yes
  2719.                           break
  2720.                         fi
  2721.                       done
  2722.                       if test -z "$haveit"; then
  2723.                         rpathdirs="$rpathdirs $dir"
  2724.                       fi
  2725.                                                                   haveit=
  2726.                       for x in $ltrpathdirs; do
  2727.                         if test "X$x" = "X$dir"; then
  2728.                           haveit=yes
  2729.                           break
  2730.                         fi
  2731.                       done
  2732.                       if test -z "$haveit"; then
  2733.                         ltrpathdirs="$ltrpathdirs $dir"
  2734.                       fi
  2735.                     fi
  2736.                     ;;
  2737.                   -l*)
  2738.                                         names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
  2739.                     ;;
  2740.                   *.la)
  2741.                                                                                 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,.la$,,'`
  2742.                     ;;
  2743.                   *)
  2744.                                         LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
  2745.                     LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
  2746.                     ;;
  2747.                 esac
  2748.               done
  2749.             fi
  2750.           else
  2751.                                                             LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
  2752.             LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
  2753.           fi
  2754.         fi
  2755.       fi
  2756.     done
  2757.   done
  2758.   if test "X$rpathdirs" != "X"; then
  2759.     if test -n "$hardcode_libdir_separator"; then
  2760.                         alldirs=
  2761.       for found_dir in $rpathdirs; do
  2762.         alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
  2763.       done
  2764.             acl_save_libdir="$libdir"
  2765.       libdir="$alldirs"
  2766.       eval flag="$hardcode_libdir_flag_spec"
  2767.       libdir="$acl_save_libdir"
  2768.       LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
  2769.     else
  2770.             for found_dir in $rpathdirs; do
  2771.         acl_save_libdir="$libdir"
  2772.         libdir="$found_dir"
  2773.         eval flag="$hardcode_libdir_flag_spec"
  2774.         libdir="$acl_save_libdir"
  2775.         LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
  2776.       done
  2777.     fi
  2778.   fi
  2779.   if test "X$ltrpathdirs" != "X"; then
  2780.             for found_dir in $ltrpathdirs; do
  2781.       LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
  2782.     done
  2783.   fi
  2784.           echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6
  2785. echo "configure:6775: checking for GNU gettext in libintl" >&5
  2786. if eval "test "`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`" = set"; then
  2787.   echo $ac_n "(cached) $ac_c" 1>&6
  2788. else
  2789.   gt_save_CPPFLAGS="$CPPFLAGS"
  2790.             CPPFLAGS="$CPPFLAGS $INCINTL"
  2791.             gt_save_LIBS="$LIBS"
  2792.             LIBS="$LIBS $LIBINTL"
  2793.                         cat > conftest.$ac_ext <<EOF
  2794. #line 6784 "configure"
  2795. #include "confdefs.h"
  2796. #include <libintl.h>
  2797. extern int _nl_msg_cat_cntr;
  2798. extern
  2799. #ifdef __cplusplus
  2800. "C"
  2801. #endif
  2802. const char *_nl_expand_alias ();
  2803. int main() {
  2804. bindtextdomain ("", "");
  2805. return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
  2806. ; return 0; }
  2807. EOF
  2808. if { (eval echo configure:6798: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2809.   rm -rf conftest*
  2810.   gt_cv_func_gnugettext1_libintl=yes
  2811. else
  2812.   echo "configure: failed program was:" >&5
  2813.   cat conftest.$ac_ext >&5
  2814.   rm -rf conftest*
  2815.   gt_cv_func_gnugettext1_libintl=no
  2816. fi
  2817. rm -f conftest*
  2818.                         if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
  2819.               LIBS="$LIBS $LIBICONV"
  2820.               cat > conftest.$ac_ext <<EOF
  2821. #line 6811 "configure"
  2822. #include "confdefs.h"
  2823. #include <libintl.h>
  2824. extern int _nl_msg_cat_cntr;
  2825. extern
  2826. #ifdef __cplusplus
  2827. "C"
  2828. #endif
  2829. const char *_nl_expand_alias ();
  2830. int main() {
  2831. bindtextdomain ("", "");
  2832. return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
  2833. ; return 0; }
  2834. EOF
  2835. if { (eval echo configure:6825: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2836.   rm -rf conftest*
  2837.   LIBINTL="$LIBINTL $LIBICONV"
  2838.                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
  2839.                 gt_cv_func_gnugettext1_libintl=yes
  2840.                
  2841. else
  2842.   echo "configure: failed program was:" >&5
  2843.   cat conftest.$ac_ext >&5
  2844. fi
  2845. rm -f conftest*
  2846.             fi
  2847.             CPPFLAGS="$gt_save_CPPFLAGS"
  2848.             LIBS="$gt_save_LIBS"
  2849. fi
  2850. echo "$ac_t""$gt_cv_func_gnugettext1_libintl" 1>&6
  2851.         fi
  2852.                                         if test "$gt_cv_func_gnugettext1_libc" = "yes" 
  2853.            || { test "$gt_cv_func_gnugettext1_libintl" = "yes" 
  2854.                 && test "$PACKAGE" != gettext; }; then
  2855.           gt_use_preinstalled_gnugettext=yes
  2856.         else
  2857.                     LIBINTL=
  2858.           LTLIBINTL=
  2859.           INCINTL=
  2860.         fi
  2861.     
  2862.         if test "$gt_use_preinstalled_gnugettext" != "yes"; then
  2863.                               nls_cv_use_gnu_gettext=yes
  2864.         fi
  2865.       fi
  2866.       if test "$nls_cv_use_gnu_gettext" = "yes"; then
  2867.                 INTLOBJS="$(GETTOBJS)"
  2868.         BUILD_INCLUDED_LIBINTL=yes
  2869.         USE_INCLUDED_LIBINTL=yes
  2870.         LIBINTL="${top_builddir}/intl/libintl.a $LIBICONV"
  2871.         LTLIBINTL="${top_builddir}/intl/libintl.a $LTLIBICONV"
  2872.         LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
  2873.       fi
  2874.       if test "$gt_use_preinstalled_gnugettext" = "yes" 
  2875.          || test "$nls_cv_use_gnu_gettext" = "yes"; then
  2876.                 CATOBJEXT=.gmo
  2877.       fi
  2878.     
  2879.     if test "$gt_use_preinstalled_gnugettext" = "yes" 
  2880.        || test "$nls_cv_use_gnu_gettext" = "yes"; then
  2881.       cat >> confdefs.h <<EOF
  2882. #define ENABLE_NLS 1
  2883. EOF
  2884.     else
  2885.       USE_NLS=no
  2886.     fi
  2887.   fi
  2888.   if test "$USE_NLS" = "yes"; then
  2889.     if test "$gt_use_preinstalled_gnugettext" = "yes"; then
  2890.       if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
  2891.         echo $ac_n "checking how to link with libintl""... $ac_c" 1>&6
  2892. echo "configure:6891: checking how to link with libintl" >&5
  2893.         echo "$ac_t""$LIBINTL" 1>&6
  2894.         
  2895.   for element in $INCINTL; do
  2896.     haveit=
  2897.     for x in $CPPFLAGS; do
  2898.       
  2899.   acl_save_prefix="$prefix"
  2900.   prefix="$acl_final_prefix"
  2901.   acl_save_exec_prefix="$exec_prefix"
  2902.   exec_prefix="$acl_final_exec_prefix"
  2903.   eval x="$x"
  2904.   exec_prefix="$acl_save_exec_prefix"
  2905.   prefix="$acl_save_prefix"
  2906.       if test "X$x" = "X$element"; then
  2907.         haveit=yes
  2908.         break
  2909.       fi
  2910.     done
  2911.     if test -z "$haveit"; then
  2912.       CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
  2913.     fi
  2914.   done
  2915.       fi
  2916.             cat >> confdefs.h <<EOF
  2917. #define HAVE_GETTEXT 1
  2918. EOF
  2919.       cat >> confdefs.h <<EOF
  2920. #define HAVE_DCGETTEXT 1
  2921. EOF
  2922.     fi
  2923.         POSUB=po
  2924.   fi
  2925.   
  2926.             if test "$PACKAGE" = gettext; then
  2927.       BUILD_INCLUDED_LIBINTL=yes
  2928.     fi
  2929.         
  2930.     
  2931.     
  2932.     
  2933.         nls_cv_header_intl=
  2934.     nls_cv_header_libgt=
  2935.         DATADIRNAME=share
  2936.     
  2937.         INSTOBJEXT=.mo
  2938.     
  2939.         GENCAT=gencat
  2940.     
  2941.         INTL_LIBTOOL_SUFFIX_PREFIX=
  2942.     
  2943.   
  2944.     INTLLIBS="$LIBINTL"
  2945.   
  2946.     
  2947.   
  2948.   
  2949. trap '' 1 2 15
  2950. cat > confcache <<EOF
  2951. # This file is a shell script that caches the results of configure
  2952. # tests run on this system so they can be shared between configure
  2953. # scripts and configure runs.  It is not useful on other systems.
  2954. # If it contains results you don't want to keep, you may remove or edit it.
  2955. #
  2956. # By default, configure uses ./config.cache as the cache file,
  2957. # creating it if it does not exist already.  You can give configure
  2958. # the --cache-file=FILE option to use a different cache file; that is
  2959. # what configure does when it calls configure scripts in
  2960. # subdirectories, so they share the cache.
  2961. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2962. # config.status only pays attention to the cache file if you give it the
  2963. # --recheck option to rerun configure.
  2964. #
  2965. EOF
  2966. # The following way of writing the cache mishandles newlines in values,
  2967. # but we know of no workaround that is simple, portable, and efficient.
  2968. # So, don't put newlines in cache variables' values.
  2969. # Ultrix sh set writes to stderr and can't be redirected directly,
  2970. # and sets the high bit in the cache file unless we assign to the vars.
  2971. (set) 2>&1 |
  2972.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2973.   *ac_space= *)
  2974.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2975.     # turns \\ into \, and sed turns \ into ).
  2976.     sed -n 
  2977.       -e "s/'/'\\''/g" 
  2978.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2979.     ;;
  2980.   *)
  2981.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2982.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2983.     ;;
  2984.   esac >> confcache
  2985. if cmp -s $cache_file confcache; then
  2986.   :
  2987. else
  2988.   if test -w $cache_file; then
  2989.     echo "updating cache $cache_file"
  2990.     cat confcache > $cache_file
  2991.   else
  2992.     echo "not updating unwritable cache $cache_file"
  2993.   fi
  2994. fi
  2995. rm -f confcache
  2996. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2997. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2998. # Let make expand exec_prefix.
  2999. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  3000. # Any assignment to VPATH causes Sun make to only execute
  3001. # the first set of double-colon rules, so remove it if not needed.
  3002. # If there is a colon in the path, we need to keep it.
  3003. if test "x$srcdir" = x.; then
  3004.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  3005. fi
  3006. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  3007. DEFS=-DHAVE_CONFIG_H
  3008. # Without the "./", some shells look in PATH for config.status.
  3009. : ${CONFIG_STATUS=./config.status}
  3010. echo creating $CONFIG_STATUS
  3011. rm -f $CONFIG_STATUS
  3012. cat > $CONFIG_STATUS <<EOF
  3013. #! /bin/sh
  3014. # Generated automatically by configure.
  3015. # Run this file to recreate the current configuration.
  3016. # This directory was configured as follows,
  3017. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3018. #
  3019. # $0 $ac_configure_args
  3020. #
  3021. # Compiler output produced by configure, useful for debugging
  3022. # configure, is in ./config.log if it exists.
  3023. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  3024. for ac_option
  3025. do
  3026.   case "$ac_option" in
  3027.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  3028.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  3029.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  3030.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  3031.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  3032.     exit 0 ;;
  3033.   -help | --help | --hel | --he | --h)
  3034.     echo "$ac_cs_usage"; exit 0 ;;
  3035.   *) echo "$ac_cs_usage"; exit 1 ;;
  3036.   esac
  3037. done
  3038. ac_given_srcdir=$srcdir
  3039. ac_given_INSTALL="$INSTALL"
  3040. trap 'rm -fr `echo "Makefile docs/Makefile docs/sample.gftp/Makefile src/gftp src/Makefile src/gtk/Makefile src/text/Makefile lib/Makefile gftp.spec intl/Makefile po/Makefile.in  config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  3041. EOF
  3042. cat >> $CONFIG_STATUS <<EOF
  3043. # Protect against being on the right side of a sed subst in config.status.
  3044. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  3045.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  3046. $ac_vpsub
  3047. $extrasub
  3048. s%@SHELL@%$SHELL%g
  3049. s%@CFLAGS@%$CFLAGS%g
  3050. s%@CPPFLAGS@%$CPPFLAGS%g
  3051. s%@CXXFLAGS@%$CXXFLAGS%g
  3052. s%@FFLAGS@%$FFLAGS%g
  3053. s%@DEFS@%$DEFS%g
  3054. s%@LDFLAGS@%$LDFLAGS%g
  3055. s%@LIBS@%$LIBS%g
  3056. s%@exec_prefix@%$exec_prefix%g
  3057. s%@prefix@%$prefix%g
  3058. s%@program_transform_name@%$program_transform_name%g
  3059. s%@bindir@%$bindir%g
  3060. s%@sbindir@%$sbindir%g
  3061. s%@libexecdir@%$libexecdir%g
  3062. s%@datadir@%$datadir%g
  3063. s%@sysconfdir@%$sysconfdir%g
  3064. s%@sharedstatedir@%$sharedstatedir%g
  3065. s%@localstatedir@%$localstatedir%g
  3066. s%@libdir@%$libdir%g
  3067. s%@includedir@%$includedir%g
  3068. s%@oldincludedir@%$oldincludedir%g
  3069. s%@infodir@%$infodir%g
  3070. s%@mandir@%$mandir%g
  3071. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  3072. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  3073. s%@INSTALL_DATA@%$INSTALL_DATA%g
  3074. s%@PACKAGE@%$PACKAGE%g
  3075. s%@VERSION@%$VERSION%g
  3076. s%@ACLOCAL@%$ACLOCAL%g
  3077. s%@AUTOCONF@%$AUTOCONF%g
  3078. s%@AUTOMAKE@%$AUTOMAKE%g
  3079. s%@AUTOHEADER@%$AUTOHEADER%g
  3080. s%@MAKEINFO@%$MAKEINFO%g
  3081. s%@SET_MAKE@%$SET_MAKE%g
  3082. s%@PREFIX@%$PREFIX%g
  3083. s%@host@%$host%g
  3084. s%@host_alias@%$host_alias%g
  3085. s%@host_cpu@%$host_cpu%g
  3086. s%@host_vendor@%$host_vendor%g
  3087. s%@host_os@%$host_os%g
  3088. s%@CC@%$CC%g
  3089. s%@CPP@%$CPP%g
  3090. s%@EXEEXT@%$EXEEXT%g
  3091. s%@RANLIB@%$RANLIB%g
  3092. s%@build@%$build%g
  3093. s%@build_alias@%$build_alias%g
  3094. s%@build_cpu@%$build_cpu%g
  3095. s%@build_vendor@%$build_vendor%g
  3096. s%@build_os@%$build_os%g
  3097. s%@GETCONF@%$GETCONF%g
  3098. s%@U@%$U%g
  3099. s%@ANSI2KNR@%$ANSI2KNR%g
  3100. s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
  3101. s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
  3102. s%@MAINT@%$MAINT%g
  3103. s%@AWK@%$AWK%g
  3104. s%@LN_S@%$LN_S%g
  3105. s%@ALLOCA@%$ALLOCA%g
  3106. s%@PKG_CONFIG@%$PKG_CONFIG%g
  3107. s%@GLIB_CFLAGS@%$GLIB_CFLAGS%g
  3108. s%@GLIB_LIBS@%$GLIB_LIBS%g
  3109. s%@GLIB_CONFIG@%$GLIB_CONFIG%g
  3110. s%@EXTRA_LIBS@%$EXTRA_LIBS%g
  3111. s%@READLINE_LIBS@%$READLINE_LIBS%g
  3112. s%@GFTP_TEXT@%$GFTP_TEXT%g
  3113. s%@GTK_CFLAGS@%$GTK_CFLAGS%g
  3114. s%@GTK_LIBS@%$GTK_LIBS%g
  3115. s%@GTK_CONFIG@%$GTK_CONFIG%g
  3116. s%@PTHREAD_CFLAGS@%$PTHREAD_CFLAGS%g
  3117. s%@PTHREAD_LIBS@%$PTHREAD_LIBS%g
  3118. s%@GTHREAD_LIBS@%$GTHREAD_LIBS%g
  3119. s%@GFTP_GTK@%$GFTP_GTK%g
  3120. s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
  3121. s%@MSGFMT@%$MSGFMT%g
  3122. s%@GMSGFMT@%$GMSGFMT%g
  3123. s%@XGETTEXT@%$XGETTEXT%g
  3124. s%@MSGMERGE@%$MSGMERGE%g
  3125. s%@GLIBC21@%$GLIBC21%g
  3126. s%@LIBICONV@%$LIBICONV%g
  3127. s%@LTLIBICONV@%$LTLIBICONV%g
  3128. s%@INTLBISON@%$INTLBISON%g
  3129. s%@USE_NLS@%$USE_NLS%g
  3130. s%@BUILD_INCLUDED_LIBINTL@%$BUILD_INCLUDED_LIBINTL%g
  3131. s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g
  3132. s%@CATOBJEXT@%$CATOBJEXT%g
  3133. s%@INTLOBJS@%$INTLOBJS%g
  3134. s%@DATADIRNAME@%$DATADIRNAME%g
  3135. s%@INSTOBJEXT@%$INSTOBJEXT%g
  3136. s%@GENCAT@%$GENCAT%g
  3137. s%@INTL_LIBTOOL_SUFFIX_PREFIX@%$INTL_LIBTOOL_SUFFIX_PREFIX%g
  3138. s%@INTLLIBS@%$INTLLIBS%g
  3139. s%@LIBINTL@%$LIBINTL%g
  3140. s%@LTLIBINTL@%$LTLIBINTL%g
  3141. s%@POSUB@%$POSUB%g
  3142. CEOF
  3143. EOF
  3144. cat >> $CONFIG_STATUS <<EOF
  3145. # Split the substitutions into bite-sized pieces for seds with
  3146. # small command number limits, like on Digital OSF/1 and HP-UX.
  3147. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  3148. ac_file=1 # Number of current file.
  3149. ac_beg=1 # First line for current file.
  3150. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  3151. ac_more_lines=:
  3152. ac_sed_cmds=""
  3153. while $ac_more_lines; do
  3154.   if test $ac_beg -gt 1; then
  3155.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  3156.   else
  3157.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  3158.   fi
  3159.   if test ! -s conftest.s$ac_file; then
  3160.     ac_more_lines=false
  3161.     rm -f conftest.s$ac_file
  3162.   else
  3163.     if test -z "$ac_sed_cmds"; then
  3164.       ac_sed_cmds="sed -f conftest.s$ac_file"
  3165.     else
  3166.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  3167.     fi
  3168.     ac_file=`expr $ac_file + 1`
  3169.     ac_beg=$ac_end
  3170.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  3171.   fi
  3172. done
  3173. if test -z "$ac_sed_cmds"; then
  3174.   ac_sed_cmds=cat
  3175. fi
  3176. EOF
  3177. cat >> $CONFIG_STATUS <<EOF
  3178. CONFIG_FILES=${CONFIG_FILES-"Makefile docs/Makefile docs/sample.gftp/Makefile src/gftp src/Makefile src/gtk/Makefile src/text/Makefile lib/Makefile gftp.spec intl/Makefile po/Makefile.in "}
  3179. EOF
  3180. cat >> $CONFIG_STATUS <<EOF
  3181. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  3182.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3183.   case "$ac_file" in
  3184.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3185.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3186.   *) ac_file_in="${ac_file}.in" ;;
  3187.   esac
  3188.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  3189.   # Remove last slash and all that follows it.  Not all systems have dirname.
  3190.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3191.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3192.     # The file is in a subdirectory.
  3193.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  3194.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  3195.     # A "../" for each directory in $ac_dir_suffix.
  3196.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3197.   else
  3198.     ac_dir_suffix= ac_dots=
  3199.   fi
  3200.   case "$ac_given_srcdir" in
  3201.   .)  srcdir=.
  3202.       if test -z "$ac_dots"; then top_srcdir=.
  3203.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  3204.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  3205.   *) # Relative path.
  3206.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  3207.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3208.   esac
  3209.   case "$ac_given_INSTALL" in
  3210.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  3211.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  3212.   esac
  3213.   echo creating "$ac_file"
  3214.   rm -f "$ac_file"
  3215.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  3216.   case "$ac_file" in
  3217.   *Makefile*) ac_comsub="1i\
  3218. # $configure_input" ;;
  3219.   *) ac_comsub= ;;
  3220.   esac
  3221.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3222.   sed -e "$ac_comsub
  3223. s%@configure_input@%$configure_input%g
  3224. s%@srcdir@%$srcdir%g
  3225. s%@top_srcdir@%$top_srcdir%g
  3226. s%@INSTALL@%$INSTALL%g
  3227. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  3228. fi; done
  3229. rm -f conftest.s*
  3230. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3231. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3232. #
  3233. # ac_d sets the value in "#define NAME VALUE" lines.
  3234. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  3235. ac_dB='([  ][  ]*)[^  ]*%1#2'
  3236. ac_dC='3'
  3237. ac_dD='%g'
  3238. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  3239. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  3240. ac_uB='([  ])%1#2define3'
  3241. ac_uC=' '
  3242. ac_uD='4%g'
  3243. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3244. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  3245. ac_eB='$%1#2define3'
  3246. ac_eC=' '
  3247. ac_eD='%g'
  3248. if test "${CONFIG_HEADERS+set}" != set; then
  3249. EOF
  3250. cat >> $CONFIG_STATUS <<EOF
  3251.   CONFIG_HEADERS="config.h"
  3252. EOF
  3253. cat >> $CONFIG_STATUS <<EOF
  3254. fi
  3255. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  3256.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3257.   case "$ac_file" in
  3258.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3259.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3260.   *) ac_file_in="${ac_file}.in" ;;
  3261.   esac
  3262.   echo creating $ac_file
  3263.   rm -f conftest.frag conftest.in conftest.out
  3264.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3265.   cat $ac_file_inputs > conftest.in
  3266. EOF
  3267. # Transform confdefs.h into a sed script conftest.vals that substitutes
  3268. # the proper values into config.h.in to produce config.h.  And first:
  3269. # Protect against being on the right side of a sed subst in config.status.
  3270. # Protect against being in an unquoted here document in config.status.
  3271. rm -f conftest.vals
  3272. cat > conftest.hdr <<EOF
  3273. s/[\&%]/\&/g
  3274. s%[\$`]%\&%g
  3275. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  3276. s%ac_d%ac_u%gp
  3277. s%ac_u%ac_e%gp
  3278. EOF
  3279. sed -n -f conftest.hdr confdefs.h > conftest.vals
  3280. rm -f conftest.hdr
  3281. # This sed command replaces #undef with comments.  This is necessary, for
  3282. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3283. # on some systems where configure will not decide to define it.
  3284. cat >> conftest.vals <<EOF
  3285. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  3286. EOF
  3287. # Break up conftest.vals because some shells have a limit on
  3288. # the size of here documents, and old seds have small limits too.
  3289. rm -f conftest.tail
  3290. while :
  3291. do
  3292.   ac_lines=`grep -c . conftest.vals`
  3293.   # grep -c gives empty output for an empty file on some AIX systems.
  3294.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  3295.   # Write a limited-size here document to conftest.frag.
  3296.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  3297.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  3298.   echo 'CEOF
  3299.   sed -f conftest.frag conftest.in > conftest.out
  3300.   rm -f conftest.in
  3301.   mv conftest.out conftest.in
  3302. ' >> $CONFIG_STATUS
  3303.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  3304.   rm -f conftest.vals
  3305.   mv conftest.tail conftest.vals
  3306. done
  3307. rm -f conftest.vals
  3308. cat >> $CONFIG_STATUS <<EOF
  3309.   rm -f conftest.frag conftest.h
  3310.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  3311.   cat conftest.in >> conftest.h
  3312.   rm -f conftest.in
  3313.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  3314.     echo "$ac_file is unchanged"
  3315.     rm -f conftest.h
  3316.   else
  3317.     # Remove last slash and all that follows it.  Not all systems have dirname.
  3318.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3319.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3320.       # The file is in a subdirectory.
  3321.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  3322.     fi
  3323.     rm -f $ac_file
  3324.     mv conftest.h $ac_file
  3325.   fi
  3326. fi; done
  3327. EOF
  3328. cat >> $CONFIG_STATUS <<EOF
  3329. # Capture the value of obsolete ALL_LINGUAS because we need it to compute
  3330.     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
  3331.     # from automake.
  3332.     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
  3333.     # Capture the value of LINGUAS because we need it to compute CATALOGS.
  3334.     LINGUAS="${LINGUAS-%UNSET%}"
  3335.    
  3336. EOF
  3337. cat >> $CONFIG_STATUS <<EOF
  3338. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  3339.     for ac_file in $CONFIG_FILES; do
  3340.       # Support "outfile[:infile[:infile...]]"
  3341.       case "$ac_file" in
  3342.         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3343.       esac
  3344.       # PO directories have a Makefile.in generated from Makefile.in.in.
  3345.       case "$ac_file" in */Makefile.in)
  3346.         # Adjust a relative srcdir.
  3347.         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
  3348.         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^./%%'`"
  3349.         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
  3350.         # In autoconf-2.13 it is called $ac_given_srcdir.
  3351.         # In autoconf-2.50 it is called $srcdir.
  3352.         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
  3353.         case "$ac_given_srcdir" in
  3354.           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
  3355.           /*) top_srcdir="$ac_given_srcdir" ;;
  3356.           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3357.         esac
  3358.         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
  3359.           rm -f "$ac_dir/POTFILES"
  3360.           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
  3361.           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[  ]*$/d" -e "s,.*,     $top_srcdir/& \\," | sed -e "$s/(.*) \\/1/" > "$ac_dir/POTFILES"
  3362.           # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
  3363.           # on $ac_dir but don't depend on user-specified configuration
  3364.           # parameters.
  3365.           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
  3366.             # The LINGUAS file contains the set of available languages.
  3367.             if test -n "$ALL_LINGUAS"; then
  3368.               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
  3369.             fi
  3370.             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
  3371.             # Hide the ALL_LINGUAS assigment from automake.
  3372.             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
  3373.           fi
  3374.           case "$ac_given_srcdir" in
  3375.             .) srcdirpre= ;;
  3376.             *) srcdirpre='$(srcdir)/' ;;
  3377.           esac
  3378.           POFILES=
  3379.           GMOFILES=
  3380.           UPDATEPOFILES=
  3381.           DUMMYPOFILES=
  3382.           for lang in $ALL_LINGUAS; do
  3383.             POFILES="$POFILES $srcdirpre$lang.po"
  3384.             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
  3385.             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
  3386.             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
  3387.           done
  3388.           # CATALOGS depends on both $ac_dir and the user's LINGUAS
  3389.           # environment variable.
  3390.           INST_LINGUAS=
  3391.           if test -n "$ALL_LINGUAS"; then
  3392.             for presentlang in $ALL_LINGUAS; do
  3393.               useit=no
  3394.               if test "%UNSET%" != "$LINGUAS"; then
  3395.                 desiredlanguages="$LINGUAS"
  3396.               else
  3397.                 desiredlanguages="$ALL_LINGUAS"
  3398.               fi
  3399.               for desiredlang in $desiredlanguages; do
  3400.                 # Use the presentlang catalog if desiredlang is
  3401.                 #   a. equal to presentlang, or
  3402.                 #   b. a variant of presentlang (because in this case,
  3403.                 #      presentlang can be used as a fallback for messages
  3404.                 #      which are not translated in the desiredlang catalog).
  3405.                 case "$desiredlang" in
  3406.                   "$presentlang"*) useit=yes;;
  3407.                 esac
  3408.               done
  3409.               if test $useit = yes; then
  3410.                 INST_LINGUAS="$INST_LINGUAS $presentlang"
  3411.               fi
  3412.             done
  3413.           fi
  3414.           CATALOGS=
  3415.           if test -n "$INST_LINGUAS"; then
  3416.             for lang in $INST_LINGUAS; do
  3417.               CATALOGS="$CATALOGS $lang.gmo"
  3418.             done
  3419.           fi
  3420.           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
  3421.           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
  3422.           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
  3423.             if test -f "$f"; then
  3424.               case "$f" in
  3425.                 *.orig | *.bak | *~) ;;
  3426.                 *) cat "$f" >> "$ac_dir/Makefile" ;;
  3427.               esac
  3428.             fi
  3429.           done
  3430.         fi
  3431.         ;;
  3432.       esac
  3433.     done
  3434. exit 0
  3435. EOF
  3436. chmod +x $CONFIG_STATUS
  3437. rm -fr confdefs* $ac_clean_files
  3438. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1