configure
上传用户:hongyu5696
上传日期:2018-01-22
资源大小:391k
文件大小:273k
源码类别:

PlugIns编程

开发平台:

Unix_Linux

  1. int
  2. main ()
  3. {
  4. exit (malloc (0) ? 0 : 1);
  5.   ;
  6.   return 0;
  7. }
  8. _ACEOF
  9. rm -f conftest$ac_exeext
  10. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  11.   (eval $ac_link) 2>&5
  12.   ac_status=$?
  13.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  14.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  15.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  16.   (eval $ac_try) 2>&5
  17.   ac_status=$?
  18.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  19.   (exit $ac_status); }; }; then
  20.   ac_cv_func_malloc_0_nonnull=yes
  21. else
  22.   echo "$as_me: program exited with status $ac_status" >&5
  23. echo "$as_me: failed program was:" >&5
  24. sed 's/^/| /' conftest.$ac_ext >&5
  25. ( exit $ac_status )
  26. ac_cv_func_malloc_0_nonnull=no
  27. fi
  28. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  29. fi
  30. fi
  31. echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
  32. echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
  33. if test $ac_cv_func_malloc_0_nonnull = yes; then
  34. cat >>confdefs.h <<_ACEOF
  35. #define HAVE_MALLOC 1
  36. _ACEOF
  37. else
  38.   cat >>confdefs.h <<_ACEOF
  39. #define HAVE_MALLOC 0
  40. _ACEOF
  41.    case $LIBOBJS in
  42.     "malloc.$ac_objext"   | 
  43.   *" malloc.$ac_objext"   | 
  44.     "malloc.$ac_objext "* | 
  45.   *" malloc.$ac_objext "* ) ;;
  46.   *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;;
  47. esac
  48. cat >>confdefs.h <<_ACEOF
  49. #define malloc rpl_malloc
  50. _ACEOF
  51. fi
  52. for ac_header in unistd.h vfork.h
  53. do
  54. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  55. if eval "test "${$as_ac_Header+set}" = set"; then
  56.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  57. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  58. if eval "test "${$as_ac_Header+set}" = set"; then
  59.   echo $ECHO_N "(cached) $ECHO_C" >&6
  60. fi
  61. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  62. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  63. else
  64.   # Is the header compilable?
  65. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  66. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  67. cat >conftest.$ac_ext <<_ACEOF
  68. /* confdefs.h.  */
  69. _ACEOF
  70. cat confdefs.h >>conftest.$ac_ext
  71. cat >>conftest.$ac_ext <<_ACEOF
  72. /* end confdefs.h.  */
  73. $ac_includes_default
  74. #include <$ac_header>
  75. _ACEOF
  76. rm -f conftest.$ac_objext
  77. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  78.   (eval $ac_compile) 2>conftest.er1
  79.   ac_status=$?
  80.   grep -v '^ *+' conftest.er1 >conftest.err
  81.   rm -f conftest.er1
  82.   cat conftest.err >&5
  83.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  84.   (exit $ac_status); } &&
  85.  { ac_try='test -z "$ac_c_werror_flag"
  86.  || test ! -s conftest.err'
  87.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  88.   (eval $ac_try) 2>&5
  89.   ac_status=$?
  90.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  91.   (exit $ac_status); }; } &&
  92.  { ac_try='test -s conftest.$ac_objext'
  93.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  94.   (eval $ac_try) 2>&5
  95.   ac_status=$?
  96.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  97.   (exit $ac_status); }; }; then
  98.   ac_header_compiler=yes
  99. else
  100.   echo "$as_me: failed program was:" >&5
  101. sed 's/^/| /' conftest.$ac_ext >&5
  102. ac_header_compiler=no
  103. fi
  104. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  105. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  106. echo "${ECHO_T}$ac_header_compiler" >&6
  107. # Is the header present?
  108. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  109. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  110. cat >conftest.$ac_ext <<_ACEOF
  111. /* confdefs.h.  */
  112. _ACEOF
  113. cat confdefs.h >>conftest.$ac_ext
  114. cat >>conftest.$ac_ext <<_ACEOF
  115. /* end confdefs.h.  */
  116. #include <$ac_header>
  117. _ACEOF
  118. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  119.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  120.   ac_status=$?
  121.   grep -v '^ *+' conftest.er1 >conftest.err
  122.   rm -f conftest.er1
  123.   cat conftest.err >&5
  124.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  125.   (exit $ac_status); } >/dev/null; then
  126.   if test -s conftest.err; then
  127.     ac_cpp_err=$ac_c_preproc_warn_flag
  128.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  129.   else
  130.     ac_cpp_err=
  131.   fi
  132. else
  133.   ac_cpp_err=yes
  134. fi
  135. if test -z "$ac_cpp_err"; then
  136.   ac_header_preproc=yes
  137. else
  138.   echo "$as_me: failed program was:" >&5
  139. sed 's/^/| /' conftest.$ac_ext >&5
  140.   ac_header_preproc=no
  141. fi
  142. rm -f conftest.err conftest.$ac_ext
  143. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  144. echo "${ECHO_T}$ac_header_preproc" >&6
  145. # So?  What about this header?
  146. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  147.   yes:no: )
  148.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  149. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  150.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  151. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  152.     ac_header_preproc=yes
  153.     ;;
  154.   no:yes:* )
  155.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  156. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  157.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  158. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  159.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  160. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  161.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  162. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  163.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  164. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  165.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  166. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  167.     (
  168.       cat <<_ASBOX
  169. ## --------------------------------------------------------- ##
  170. ## Report this to downloadplug-in-devel@lists.sourceforge.net ##
  171. ## --------------------------------------------------------- ##
  172. _ASBOX
  173.     ) |
  174.       sed "s/^/$as_me: WARNING:     /" >&2
  175.     ;;
  176. esac
  177. echo "$as_me:$LINENO: checking for $ac_header" >&5
  178. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  179. if eval "test "${$as_ac_Header+set}" = set"; then
  180.   echo $ECHO_N "(cached) $ECHO_C" >&6
  181. else
  182.   eval "$as_ac_Header=$ac_header_preproc"
  183. fi
  184. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  185. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  186. fi
  187. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  188.   cat >>confdefs.h <<_ACEOF
  189. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  190. _ACEOF
  191. fi
  192. done
  193. for ac_func in fork vfork
  194. do
  195. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  196. echo "$as_me:$LINENO: checking for $ac_func" >&5
  197. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  198. if eval "test "${$as_ac_var+set}" = set"; then
  199.   echo $ECHO_N "(cached) $ECHO_C" >&6
  200. else
  201.   cat >conftest.$ac_ext <<_ACEOF
  202. /* confdefs.h.  */
  203. _ACEOF
  204. cat confdefs.h >>conftest.$ac_ext
  205. cat >>conftest.$ac_ext <<_ACEOF
  206. /* end confdefs.h.  */
  207. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  208.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  209. #define $ac_func innocuous_$ac_func
  210. /* System header to define __stub macros and hopefully few prototypes,
  211.     which can conflict with char $ac_func (); below.
  212.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  213.     <limits.h> exists even on freestanding compilers.  */
  214. #ifdef __STDC__
  215. # include <limits.h>
  216. #else
  217. # include <assert.h>
  218. #endif
  219. #undef $ac_func
  220. /* Override any gcc2 internal prototype to avoid an error.  */
  221. #ifdef __cplusplus
  222. extern "C"
  223. {
  224. #endif
  225. /* We use char because int might match the return type of a gcc2
  226.    builtin and then its argument prototype would still apply.  */
  227. char $ac_func ();
  228. /* The GNU C library defines this for functions which it implements
  229.     to always fail with ENOSYS.  Some functions are actually named
  230.     something starting with __ and the normal name is an alias.  */
  231. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  232. choke me
  233. #else
  234. char (*f) () = $ac_func;
  235. #endif
  236. #ifdef __cplusplus
  237. }
  238. #endif
  239. int
  240. main ()
  241. {
  242. return f != $ac_func;
  243.   ;
  244.   return 0;
  245. }
  246. _ACEOF
  247. rm -f conftest.$ac_objext conftest$ac_exeext
  248. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  249.   (eval $ac_link) 2>conftest.er1
  250.   ac_status=$?
  251.   grep -v '^ *+' conftest.er1 >conftest.err
  252.   rm -f conftest.er1
  253.   cat conftest.err >&5
  254.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  255.   (exit $ac_status); } &&
  256.  { ac_try='test -z "$ac_c_werror_flag"
  257.  || test ! -s conftest.err'
  258.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  259.   (eval $ac_try) 2>&5
  260.   ac_status=$?
  261.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  262.   (exit $ac_status); }; } &&
  263.  { ac_try='test -s conftest$ac_exeext'
  264.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  265.   (eval $ac_try) 2>&5
  266.   ac_status=$?
  267.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  268.   (exit $ac_status); }; }; then
  269.   eval "$as_ac_var=yes"
  270. else
  271.   echo "$as_me: failed program was:" >&5
  272. sed 's/^/| /' conftest.$ac_ext >&5
  273. eval "$as_ac_var=no"
  274. fi
  275. rm -f conftest.err conftest.$ac_objext 
  276.       conftest$ac_exeext conftest.$ac_ext
  277. fi
  278. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  279. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  280. if test `eval echo '${'$as_ac_var'}'` = yes; then
  281.   cat >>confdefs.h <<_ACEOF
  282. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  283. _ACEOF
  284. fi
  285. done
  286. if test "x$ac_cv_func_fork" = xyes; then
  287.   echo "$as_me:$LINENO: checking for working fork" >&5
  288. echo $ECHO_N "checking for working fork... $ECHO_C" >&6
  289. if test "${ac_cv_func_fork_works+set}" = set; then
  290.   echo $ECHO_N "(cached) $ECHO_C" >&6
  291. else
  292.   if test "$cross_compiling" = yes; then
  293.   ac_cv_func_fork_works=cross
  294. else
  295.   cat >conftest.$ac_ext <<_ACEOF
  296. /* By Ruediger Kuhlmann. */
  297.       #include <sys/types.h>
  298.       #if HAVE_UNISTD_H
  299.       # include <unistd.h>
  300.       #endif
  301.       /* Some systems only have a dummy stub for fork() */
  302.       int main ()
  303.       {
  304. if (fork() < 0)
  305.   exit (1);
  306. exit (0);
  307.       }
  308. _ACEOF
  309. rm -f conftest$ac_exeext
  310. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  311.   (eval $ac_link) 2>&5
  312.   ac_status=$?
  313.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  314.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  315.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  316.   (eval $ac_try) 2>&5
  317.   ac_status=$?
  318.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  319.   (exit $ac_status); }; }; then
  320.   ac_cv_func_fork_works=yes
  321. else
  322.   echo "$as_me: program exited with status $ac_status" >&5
  323. echo "$as_me: failed program was:" >&5
  324. sed 's/^/| /' conftest.$ac_ext >&5
  325. ( exit $ac_status )
  326. ac_cv_func_fork_works=no
  327. fi
  328. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  329. fi
  330. fi
  331. echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
  332. echo "${ECHO_T}$ac_cv_func_fork_works" >&6
  333. else
  334.   ac_cv_func_fork_works=$ac_cv_func_fork
  335. fi
  336. if test "x$ac_cv_func_fork_works" = xcross; then
  337.   case $host in
  338.     *-*-amigaos* | *-*-msdosdjgpp*)
  339.       # Override, as these systems have only a dummy fork() stub
  340.       ac_cv_func_fork_works=no
  341.       ;;
  342.     *)
  343.       ac_cv_func_fork_works=yes
  344.       ;;
  345.   esac
  346.   { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
  347. echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
  348. fi
  349. ac_cv_func_vfork_works=$ac_cv_func_vfork
  350. if test "x$ac_cv_func_vfork" = xyes; then
  351.   echo "$as_me:$LINENO: checking for working vfork" >&5
  352. echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
  353. if test "${ac_cv_func_vfork_works+set}" = set; then
  354.   echo $ECHO_N "(cached) $ECHO_C" >&6
  355. else
  356.   if test "$cross_compiling" = yes; then
  357.   ac_cv_func_vfork_works=cross
  358. else
  359.   cat >conftest.$ac_ext <<_ACEOF
  360. /* confdefs.h.  */
  361. _ACEOF
  362. cat confdefs.h >>conftest.$ac_ext
  363. cat >>conftest.$ac_ext <<_ACEOF
  364. /* end confdefs.h.  */
  365. /* Thanks to Paul Eggert for this test.  */
  366. #include <stdio.h>
  367. #include <stdlib.h>
  368. #include <sys/types.h>
  369. #include <sys/stat.h>
  370. #include <sys/wait.h>
  371. #if HAVE_UNISTD_H
  372. # include <unistd.h>
  373. #endif
  374. #if HAVE_VFORK_H
  375. # include <vfork.h>
  376. #endif
  377. /* On some sparc systems, changes by the child to local and incoming
  378.    argument registers are propagated back to the parent.  The compiler
  379.    is told about this with #include <vfork.h>, but some compilers
  380.    (e.g. gcc -O) don't grok <vfork.h>.  Test for this by using a
  381.    static variable whose address is put into a register that is
  382.    clobbered by the vfork.  */
  383. static void
  384. #ifdef __cplusplus
  385. sparc_address_test (int arg)
  386. # else
  387. sparc_address_test (arg) int arg;
  388. #endif
  389. {
  390.   static pid_t child;
  391.   if (!child) {
  392.     child = vfork ();
  393.     if (child < 0) {
  394.       perror ("vfork");
  395.       _exit(2);
  396.     }
  397.     if (!child) {
  398.       arg = getpid();
  399.       write(-1, "", 0);
  400.       _exit (arg);
  401.     }
  402.   }
  403. }
  404. int
  405. main ()
  406. {
  407.   pid_t parent = getpid ();
  408.   pid_t child;
  409.   sparc_address_test (0);
  410.   child = vfork ();
  411.   if (child == 0) {
  412.     /* Here is another test for sparc vfork register problems.  This
  413.        test uses lots of local variables, at least as many local
  414.        variables as main has allocated so far including compiler
  415.        temporaries.  4 locals are enough for gcc 1.40.3 on a Solaris
  416.        4.1.3 sparc, but we use 8 to be safe.  A buggy compiler should
  417.        reuse the register of parent for one of the local variables,
  418.        since it will think that parent can't possibly be used any more
  419.        in this routine.  Assigning to the local variable will thus
  420.        munge parent in the parent process.  */
  421.     pid_t
  422.       p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
  423.       p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
  424.     /* Convince the compiler that p..p7 are live; otherwise, it might
  425.        use the same hardware register for all 8 local variables.  */
  426.     if (p != p1 || p != p2 || p != p3 || p != p4
  427. || p != p5 || p != p6 || p != p7)
  428.       _exit(1);
  429.     /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
  430.        from child file descriptors.  If the child closes a descriptor
  431.        before it execs or exits, this munges the parent's descriptor
  432.        as well.  Test for this by closing stdout in the child.  */
  433.     _exit(close(fileno(stdout)) != 0);
  434.   } else {
  435.     int status;
  436.     struct stat st;
  437.     while (wait(&status) != child)
  438.       ;
  439.     exit(
  440.  /* Was there some problem with vforking?  */
  441.  child < 0
  442.  /* Did the child fail?  (This shouldn't happen.)  */
  443.  || status
  444.  /* Did the vfork/compiler bug occur?  */
  445.  || parent != getpid()
  446.  /* Did the file descriptor bug occur?  */
  447.  || fstat(fileno(stdout), &st) != 0
  448.  );
  449.   }
  450. }
  451. _ACEOF
  452. rm -f conftest$ac_exeext
  453. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  454.   (eval $ac_link) 2>&5
  455.   ac_status=$?
  456.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  457.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  458.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  459.   (eval $ac_try) 2>&5
  460.   ac_status=$?
  461.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  462.   (exit $ac_status); }; }; then
  463.   ac_cv_func_vfork_works=yes
  464. else
  465.   echo "$as_me: program exited with status $ac_status" >&5
  466. echo "$as_me: failed program was:" >&5
  467. sed 's/^/| /' conftest.$ac_ext >&5
  468. ( exit $ac_status )
  469. ac_cv_func_vfork_works=no
  470. fi
  471. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  472. fi
  473. fi
  474. echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
  475. echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
  476. fi;
  477. if test "x$ac_cv_func_fork_works" = xcross; then
  478.   ac_cv_func_vfork_works=$ac_cv_func_vfork
  479.   { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
  480. echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
  481. fi
  482. if test "x$ac_cv_func_vfork_works" = xyes; then
  483. cat >>confdefs.h <<_ACEOF
  484. #define HAVE_WORKING_VFORK 1
  485. _ACEOF
  486. else
  487. cat >>confdefs.h <<_ACEOF
  488. #define vfork fork
  489. _ACEOF
  490. fi
  491. if test "x$ac_cv_func_fork_works" = xyes; then
  492. cat >>confdefs.h <<_ACEOF
  493. #define HAVE_WORKING_FORK 1
  494. _ACEOF
  495. fi
  496. for ac_func in memset strcasecmp strchr strdup strncasecmp strstr strrchr snprintf mkfifo dup2 gettimeofday strerror strtol mkdir setlocale
  497. do
  498. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  499. echo "$as_me:$LINENO: checking for $ac_func" >&5
  500. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  501. if eval "test "${$as_ac_var+set}" = set"; then
  502.   echo $ECHO_N "(cached) $ECHO_C" >&6
  503. else
  504.   cat >conftest.$ac_ext <<_ACEOF
  505. /* confdefs.h.  */
  506. _ACEOF
  507. cat confdefs.h >>conftest.$ac_ext
  508. cat >>conftest.$ac_ext <<_ACEOF
  509. /* end confdefs.h.  */
  510. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  511.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  512. #define $ac_func innocuous_$ac_func
  513. /* System header to define __stub macros and hopefully few prototypes,
  514.     which can conflict with char $ac_func (); below.
  515.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  516.     <limits.h> exists even on freestanding compilers.  */
  517. #ifdef __STDC__
  518. # include <limits.h>
  519. #else
  520. # include <assert.h>
  521. #endif
  522. #undef $ac_func
  523. /* Override any gcc2 internal prototype to avoid an error.  */
  524. #ifdef __cplusplus
  525. extern "C"
  526. {
  527. #endif
  528. /* We use char because int might match the return type of a gcc2
  529.    builtin and then its argument prototype would still apply.  */
  530. char $ac_func ();
  531. /* The GNU C library defines this for functions which it implements
  532.     to always fail with ENOSYS.  Some functions are actually named
  533.     something starting with __ and the normal name is an alias.  */
  534. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  535. choke me
  536. #else
  537. char (*f) () = $ac_func;
  538. #endif
  539. #ifdef __cplusplus
  540. }
  541. #endif
  542. int
  543. main ()
  544. {
  545. return f != $ac_func;
  546.   ;
  547.   return 0;
  548. }
  549. _ACEOF
  550. rm -f conftest.$ac_objext conftest$ac_exeext
  551. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  552.   (eval $ac_link) 2>conftest.er1
  553.   ac_status=$?
  554.   grep -v '^ *+' conftest.er1 >conftest.err
  555.   rm -f conftest.er1
  556.   cat conftest.err >&5
  557.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  558.   (exit $ac_status); } &&
  559.  { ac_try='test -z "$ac_c_werror_flag"
  560.  || test ! -s conftest.err'
  561.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  562.   (eval $ac_try) 2>&5
  563.   ac_status=$?
  564.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  565.   (exit $ac_status); }; } &&
  566.  { ac_try='test -s conftest$ac_exeext'
  567.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  568.   (eval $ac_try) 2>&5
  569.   ac_status=$?
  570.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  571.   (exit $ac_status); }; }; then
  572.   eval "$as_ac_var=yes"
  573. else
  574.   echo "$as_me: failed program was:" >&5
  575. sed 's/^/| /' conftest.$ac_ext >&5
  576. eval "$as_ac_var=no"
  577. fi
  578. rm -f conftest.err conftest.$ac_objext 
  579.       conftest$ac_exeext conftest.$ac_ext
  580. fi
  581. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  582. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  583. if test `eval echo '${'$as_ac_var'}'` = yes; then
  584.   cat >>confdefs.h <<_ACEOF
  585. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  586. _ACEOF
  587. fi
  588. done
  589. #AC_REPLACE_FUNCS([memmem strlcpy strlcat])
  590. for ac_func in memmem
  591. do
  592. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  593. echo "$as_me:$LINENO: checking for $ac_func" >&5
  594. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  595. if eval "test "${$as_ac_var+set}" = set"; then
  596.   echo $ECHO_N "(cached) $ECHO_C" >&6
  597. else
  598.   cat >conftest.$ac_ext <<_ACEOF
  599. /* confdefs.h.  */
  600. _ACEOF
  601. cat confdefs.h >>conftest.$ac_ext
  602. cat >>conftest.$ac_ext <<_ACEOF
  603. /* end confdefs.h.  */
  604. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  605.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  606. #define $ac_func innocuous_$ac_func
  607. /* System header to define __stub macros and hopefully few prototypes,
  608.     which can conflict with char $ac_func (); below.
  609.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  610.     <limits.h> exists even on freestanding compilers.  */
  611. #ifdef __STDC__
  612. # include <limits.h>
  613. #else
  614. # include <assert.h>
  615. #endif
  616. #undef $ac_func
  617. /* Override any gcc2 internal prototype to avoid an error.  */
  618. #ifdef __cplusplus
  619. extern "C"
  620. {
  621. #endif
  622. /* We use char because int might match the return type of a gcc2
  623.    builtin and then its argument prototype would still apply.  */
  624. char $ac_func ();
  625. /* The GNU C library defines this for functions which it implements
  626.     to always fail with ENOSYS.  Some functions are actually named
  627.     something starting with __ and the normal name is an alias.  */
  628. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  629. choke me
  630. #else
  631. char (*f) () = $ac_func;
  632. #endif
  633. #ifdef __cplusplus
  634. }
  635. #endif
  636. int
  637. main ()
  638. {
  639. return f != $ac_func;
  640.   ;
  641.   return 0;
  642. }
  643. _ACEOF
  644. rm -f conftest.$ac_objext conftest$ac_exeext
  645. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  646.   (eval $ac_link) 2>conftest.er1
  647.   ac_status=$?
  648.   grep -v '^ *+' conftest.er1 >conftest.err
  649.   rm -f conftest.er1
  650.   cat conftest.err >&5
  651.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  652.   (exit $ac_status); } &&
  653.  { ac_try='test -z "$ac_c_werror_flag"
  654.  || test ! -s conftest.err'
  655.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  656.   (eval $ac_try) 2>&5
  657.   ac_status=$?
  658.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  659.   (exit $ac_status); }; } &&
  660.  { ac_try='test -s conftest$ac_exeext'
  661.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  662.   (eval $ac_try) 2>&5
  663.   ac_status=$?
  664.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  665.   (exit $ac_status); }; }; then
  666.   eval "$as_ac_var=yes"
  667. else
  668.   echo "$as_me: failed program was:" >&5
  669. sed 's/^/| /' conftest.$ac_ext >&5
  670. eval "$as_ac_var=no"
  671. fi
  672. rm -f conftest.err conftest.$ac_objext 
  673.       conftest$ac_exeext conftest.$ac_ext
  674. fi
  675. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  676. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  677. if test `eval echo '${'$as_ac_var'}'` = yes; then
  678.   cat >>confdefs.h <<_ACEOF
  679. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  680. _ACEOF
  681. else
  682.   case $LIBOBJS in
  683.     "$ac_func.$ac_objext"   | 
  684.   *" $ac_func.$ac_objext"   | 
  685.     "$ac_func.$ac_objext "* | 
  686.   *" $ac_func.$ac_objext "* ) ;;
  687.   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
  688. esac
  689. fi
  690. done
  691. LDFLAGS="$LDFLAGS $INTLLIBS"
  692. LOCALEDIR=/share/locale
  693. SUBDIR=languages
  694. INSTALL_SUBDIR=install-languages
  695. for ac_header in libintl.h
  696. do
  697. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  698. if eval "test "${$as_ac_Header+set}" = set"; then
  699.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  700. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  701. if eval "test "${$as_ac_Header+set}" = set"; then
  702.   echo $ECHO_N "(cached) $ECHO_C" >&6
  703. fi
  704. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  705. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  706. else
  707.   # Is the header compilable?
  708. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  709. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  710. cat >conftest.$ac_ext <<_ACEOF
  711. /* confdefs.h.  */
  712. _ACEOF
  713. cat confdefs.h >>conftest.$ac_ext
  714. cat >>conftest.$ac_ext <<_ACEOF
  715. /* end confdefs.h.  */
  716. $ac_includes_default
  717. #include <$ac_header>
  718. _ACEOF
  719. rm -f conftest.$ac_objext
  720. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  721.   (eval $ac_compile) 2>conftest.er1
  722.   ac_status=$?
  723.   grep -v '^ *+' conftest.er1 >conftest.err
  724.   rm -f conftest.er1
  725.   cat conftest.err >&5
  726.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  727.   (exit $ac_status); } &&
  728.  { ac_try='test -z "$ac_c_werror_flag"
  729.  || test ! -s conftest.err'
  730.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  731.   (eval $ac_try) 2>&5
  732.   ac_status=$?
  733.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  734.   (exit $ac_status); }; } &&
  735.  { ac_try='test -s conftest.$ac_objext'
  736.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  737.   (eval $ac_try) 2>&5
  738.   ac_status=$?
  739.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  740.   (exit $ac_status); }; }; then
  741.   ac_header_compiler=yes
  742. else
  743.   echo "$as_me: failed program was:" >&5
  744. sed 's/^/| /' conftest.$ac_ext >&5
  745. ac_header_compiler=no
  746. fi
  747. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  748. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  749. echo "${ECHO_T}$ac_header_compiler" >&6
  750. # Is the header present?
  751. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  752. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  753. cat >conftest.$ac_ext <<_ACEOF
  754. /* confdefs.h.  */
  755. _ACEOF
  756. cat confdefs.h >>conftest.$ac_ext
  757. cat >>conftest.$ac_ext <<_ACEOF
  758. /* end confdefs.h.  */
  759. #include <$ac_header>
  760. _ACEOF
  761. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  762.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  763.   ac_status=$?
  764.   grep -v '^ *+' conftest.er1 >conftest.err
  765.   rm -f conftest.er1
  766.   cat conftest.err >&5
  767.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  768.   (exit $ac_status); } >/dev/null; then
  769.   if test -s conftest.err; then
  770.     ac_cpp_err=$ac_c_preproc_warn_flag
  771.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  772.   else
  773.     ac_cpp_err=
  774.   fi
  775. else
  776.   ac_cpp_err=yes
  777. fi
  778. if test -z "$ac_cpp_err"; then
  779.   ac_header_preproc=yes
  780. else
  781.   echo "$as_me: failed program was:" >&5
  782. sed 's/^/| /' conftest.$ac_ext >&5
  783.   ac_header_preproc=no
  784. fi
  785. rm -f conftest.err conftest.$ac_ext
  786. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  787. echo "${ECHO_T}$ac_header_preproc" >&6
  788. # So?  What about this header?
  789. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  790.   yes:no: )
  791.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  792. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  793.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  794. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  795.     ac_header_preproc=yes
  796.     ;;
  797.   no:yes:* )
  798.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  799. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  800.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  801. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  802.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  803. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  804.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  805. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  806.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  807. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  808.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  809. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  810.     (
  811.       cat <<_ASBOX
  812. ## --------------------------------------------------------- ##
  813. ## Report this to downloadplug-in-devel@lists.sourceforge.net ##
  814. ## --------------------------------------------------------- ##
  815. _ASBOX
  816.     ) |
  817.       sed "s/^/$as_me: WARNING:     /" >&2
  818.     ;;
  819. esac
  820. echo "$as_me:$LINENO: checking for $ac_header" >&5
  821. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  822. if eval "test "${$as_ac_Header+set}" = set"; then
  823.   echo $ECHO_N "(cached) $ECHO_C" >&6
  824. else
  825.   eval "$as_ac_Header=$ac_header_preproc"
  826. fi
  827. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  828. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  829. fi
  830. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  831.   cat >>confdefs.h <<_ACEOF
  832. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  833. _ACEOF
  834. cat >>confdefs.h <<_ACEOF
  835. #define HAVE_GETTEXT 1
  836. _ACEOF
  837. fi
  838. done
  839. for ac_header in sys/time.h
  840. do
  841. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  842. if eval "test "${$as_ac_Header+set}" = set"; then
  843.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  844. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  845. if eval "test "${$as_ac_Header+set}" = set"; then
  846.   echo $ECHO_N "(cached) $ECHO_C" >&6
  847. fi
  848. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  849. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  850. else
  851.   # Is the header compilable?
  852. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  853. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  854. cat >conftest.$ac_ext <<_ACEOF
  855. /* confdefs.h.  */
  856. _ACEOF
  857. cat confdefs.h >>conftest.$ac_ext
  858. cat >>conftest.$ac_ext <<_ACEOF
  859. /* end confdefs.h.  */
  860. $ac_includes_default
  861. #include <$ac_header>
  862. _ACEOF
  863. rm -f conftest.$ac_objext
  864. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  865.   (eval $ac_compile) 2>conftest.er1
  866.   ac_status=$?
  867.   grep -v '^ *+' conftest.er1 >conftest.err
  868.   rm -f conftest.er1
  869.   cat conftest.err >&5
  870.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  871.   (exit $ac_status); } &&
  872.  { ac_try='test -z "$ac_c_werror_flag"
  873.  || test ! -s conftest.err'
  874.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  875.   (eval $ac_try) 2>&5
  876.   ac_status=$?
  877.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  878.   (exit $ac_status); }; } &&
  879.  { ac_try='test -s conftest.$ac_objext'
  880.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  881.   (eval $ac_try) 2>&5
  882.   ac_status=$?
  883.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  884.   (exit $ac_status); }; }; then
  885.   ac_header_compiler=yes
  886. else
  887.   echo "$as_me: failed program was:" >&5
  888. sed 's/^/| /' conftest.$ac_ext >&5
  889. ac_header_compiler=no
  890. fi
  891. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  892. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  893. echo "${ECHO_T}$ac_header_compiler" >&6
  894. # Is the header present?
  895. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  896. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  897. cat >conftest.$ac_ext <<_ACEOF
  898. /* confdefs.h.  */
  899. _ACEOF
  900. cat confdefs.h >>conftest.$ac_ext
  901. cat >>conftest.$ac_ext <<_ACEOF
  902. /* end confdefs.h.  */
  903. #include <$ac_header>
  904. _ACEOF
  905. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  906.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  907.   ac_status=$?
  908.   grep -v '^ *+' conftest.er1 >conftest.err
  909.   rm -f conftest.er1
  910.   cat conftest.err >&5
  911.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  912.   (exit $ac_status); } >/dev/null; then
  913.   if test -s conftest.err; then
  914.     ac_cpp_err=$ac_c_preproc_warn_flag
  915.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  916.   else
  917.     ac_cpp_err=
  918.   fi
  919. else
  920.   ac_cpp_err=yes
  921. fi
  922. if test -z "$ac_cpp_err"; then
  923.   ac_header_preproc=yes
  924. else
  925.   echo "$as_me: failed program was:" >&5
  926. sed 's/^/| /' conftest.$ac_ext >&5
  927.   ac_header_preproc=no
  928. fi
  929. rm -f conftest.err conftest.$ac_ext
  930. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  931. echo "${ECHO_T}$ac_header_preproc" >&6
  932. # So?  What about this header?
  933. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  934.   yes:no: )
  935.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  936. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  937.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  938. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  939.     ac_header_preproc=yes
  940.     ;;
  941.   no:yes:* )
  942.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  943. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  944.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  945. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  946.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  947. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  948.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  949. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  950.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  951. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  952.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  953. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  954.     (
  955.       cat <<_ASBOX
  956. ## --------------------------------------------------------- ##
  957. ## Report this to downloadplug-in-devel@lists.sourceforge.net ##
  958. ## --------------------------------------------------------- ##
  959. _ASBOX
  960.     ) |
  961.       sed "s/^/$as_me: WARNING:     /" >&2
  962.     ;;
  963. esac
  964. echo "$as_me:$LINENO: checking for $ac_header" >&5
  965. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  966. if eval "test "${$as_ac_Header+set}" = set"; then
  967.   echo $ECHO_N "(cached) $ECHO_C" >&6
  968. else
  969.   eval "$as_ac_Header=$ac_header_preproc"
  970. fi
  971. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  972. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  973. fi
  974. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  975.   cat >>confdefs.h <<_ACEOF
  976. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  977. _ACEOF
  978. fi
  979. done
  980. for ac_header in sys/param.h
  981. do
  982. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  983. if eval "test "${$as_ac_Header+set}" = set"; then
  984.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  985. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  986. if eval "test "${$as_ac_Header+set}" = set"; then
  987.   echo $ECHO_N "(cached) $ECHO_C" >&6
  988. fi
  989. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  990. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  991. else
  992.   # Is the header compilable?
  993. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  994. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  995. cat >conftest.$ac_ext <<_ACEOF
  996. /* confdefs.h.  */
  997. _ACEOF
  998. cat confdefs.h >>conftest.$ac_ext
  999. cat >>conftest.$ac_ext <<_ACEOF
  1000. /* end confdefs.h.  */
  1001. $ac_includes_default
  1002. #include <$ac_header>
  1003. _ACEOF
  1004. rm -f conftest.$ac_objext
  1005. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1006.   (eval $ac_compile) 2>conftest.er1
  1007.   ac_status=$?
  1008.   grep -v '^ *+' conftest.er1 >conftest.err
  1009.   rm -f conftest.er1
  1010.   cat conftest.err >&5
  1011.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1012.   (exit $ac_status); } &&
  1013.  { ac_try='test -z "$ac_c_werror_flag"
  1014.  || test ! -s conftest.err'
  1015.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1016.   (eval $ac_try) 2>&5
  1017.   ac_status=$?
  1018.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1019.   (exit $ac_status); }; } &&
  1020.  { ac_try='test -s conftest.$ac_objext'
  1021.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1022.   (eval $ac_try) 2>&5
  1023.   ac_status=$?
  1024.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1025.   (exit $ac_status); }; }; then
  1026.   ac_header_compiler=yes
  1027. else
  1028.   echo "$as_me: failed program was:" >&5
  1029. sed 's/^/| /' conftest.$ac_ext >&5
  1030. ac_header_compiler=no
  1031. fi
  1032. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1033. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1034. echo "${ECHO_T}$ac_header_compiler" >&6
  1035. # Is the header present?
  1036. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1037. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1038. cat >conftest.$ac_ext <<_ACEOF
  1039. /* confdefs.h.  */
  1040. _ACEOF
  1041. cat confdefs.h >>conftest.$ac_ext
  1042. cat >>conftest.$ac_ext <<_ACEOF
  1043. /* end confdefs.h.  */
  1044. #include <$ac_header>
  1045. _ACEOF
  1046. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1047.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1048.   ac_status=$?
  1049.   grep -v '^ *+' conftest.er1 >conftest.err
  1050.   rm -f conftest.er1
  1051.   cat conftest.err >&5
  1052.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1053.   (exit $ac_status); } >/dev/null; then
  1054.   if test -s conftest.err; then
  1055.     ac_cpp_err=$ac_c_preproc_warn_flag
  1056.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1057.   else
  1058.     ac_cpp_err=
  1059.   fi
  1060. else
  1061.   ac_cpp_err=yes
  1062. fi
  1063. if test -z "$ac_cpp_err"; then
  1064.   ac_header_preproc=yes
  1065. else
  1066.   echo "$as_me: failed program was:" >&5
  1067. sed 's/^/| /' conftest.$ac_ext >&5
  1068.   ac_header_preproc=no
  1069. fi
  1070. rm -f conftest.err conftest.$ac_ext
  1071. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1072. echo "${ECHO_T}$ac_header_preproc" >&6
  1073. # So?  What about this header?
  1074. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1075.   yes:no: )
  1076.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1077. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1078.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1079. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1080.     ac_header_preproc=yes
  1081.     ;;
  1082.   no:yes:* )
  1083.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1084. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1085.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1086. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1087.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1088. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1089.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1090. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1091.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1092. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1093.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1094. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1095.     (
  1096.       cat <<_ASBOX
  1097. ## --------------------------------------------------------- ##
  1098. ## Report this to downloadplug-in-devel@lists.sourceforge.net ##
  1099. ## --------------------------------------------------------- ##
  1100. _ASBOX
  1101.     ) |
  1102.       sed "s/^/$as_me: WARNING:     /" >&2
  1103.     ;;
  1104. esac
  1105. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1106. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1107. if eval "test "${$as_ac_Header+set}" = set"; then
  1108.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1109. else
  1110.   eval "$as_ac_Header=$ac_header_preproc"
  1111. fi
  1112. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1113. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1114. fi
  1115. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1116.   cat >>confdefs.h <<_ACEOF
  1117. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1118. _ACEOF
  1119. fi
  1120. done
  1121. for ac_header in locale.h
  1122. do
  1123. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1124. if eval "test "${$as_ac_Header+set}" = set"; then
  1125.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1126. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1127. if eval "test "${$as_ac_Header+set}" = set"; then
  1128.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1129. fi
  1130. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1131. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1132. else
  1133.   # Is the header compilable?
  1134. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1135. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1136. cat >conftest.$ac_ext <<_ACEOF
  1137. /* confdefs.h.  */
  1138. _ACEOF
  1139. cat confdefs.h >>conftest.$ac_ext
  1140. cat >>conftest.$ac_ext <<_ACEOF
  1141. /* end confdefs.h.  */
  1142. $ac_includes_default
  1143. #include <$ac_header>
  1144. _ACEOF
  1145. rm -f conftest.$ac_objext
  1146. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1147.   (eval $ac_compile) 2>conftest.er1
  1148.   ac_status=$?
  1149.   grep -v '^ *+' conftest.er1 >conftest.err
  1150.   rm -f conftest.er1
  1151.   cat conftest.err >&5
  1152.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1153.   (exit $ac_status); } &&
  1154.  { ac_try='test -z "$ac_c_werror_flag"
  1155.  || test ! -s conftest.err'
  1156.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1157.   (eval $ac_try) 2>&5
  1158.   ac_status=$?
  1159.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1160.   (exit $ac_status); }; } &&
  1161.  { ac_try='test -s conftest.$ac_objext'
  1162.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1163.   (eval $ac_try) 2>&5
  1164.   ac_status=$?
  1165.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1166.   (exit $ac_status); }; }; then
  1167.   ac_header_compiler=yes
  1168. else
  1169.   echo "$as_me: failed program was:" >&5
  1170. sed 's/^/| /' conftest.$ac_ext >&5
  1171. ac_header_compiler=no
  1172. fi
  1173. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1174. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1175. echo "${ECHO_T}$ac_header_compiler" >&6
  1176. # Is the header present?
  1177. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1178. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1179. cat >conftest.$ac_ext <<_ACEOF
  1180. /* confdefs.h.  */
  1181. _ACEOF
  1182. cat confdefs.h >>conftest.$ac_ext
  1183. cat >>conftest.$ac_ext <<_ACEOF
  1184. /* end confdefs.h.  */
  1185. #include <$ac_header>
  1186. _ACEOF
  1187. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1188.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1189.   ac_status=$?
  1190.   grep -v '^ *+' conftest.er1 >conftest.err
  1191.   rm -f conftest.er1
  1192.   cat conftest.err >&5
  1193.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1194.   (exit $ac_status); } >/dev/null; then
  1195.   if test -s conftest.err; then
  1196.     ac_cpp_err=$ac_c_preproc_warn_flag
  1197.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1198.   else
  1199.     ac_cpp_err=
  1200.   fi
  1201. else
  1202.   ac_cpp_err=yes
  1203. fi
  1204. if test -z "$ac_cpp_err"; then
  1205.   ac_header_preproc=yes
  1206. else
  1207.   echo "$as_me: failed program was:" >&5
  1208. sed 's/^/| /' conftest.$ac_ext >&5
  1209.   ac_header_preproc=no
  1210. fi
  1211. rm -f conftest.err conftest.$ac_ext
  1212. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1213. echo "${ECHO_T}$ac_header_preproc" >&6
  1214. # So?  What about this header?
  1215. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1216.   yes:no: )
  1217.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1218. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1219.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1220. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1221.     ac_header_preproc=yes
  1222.     ;;
  1223.   no:yes:* )
  1224.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1225. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1226.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1227. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1228.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1229. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1230.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1231. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1232.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1233. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1234.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1235. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1236.     (
  1237.       cat <<_ASBOX
  1238. ## --------------------------------------------------------- ##
  1239. ## Report this to downloadplug-in-devel@lists.sourceforge.net ##
  1240. ## --------------------------------------------------------- ##
  1241. _ASBOX
  1242.     ) |
  1243.       sed "s/^/$as_me: WARNING:     /" >&2
  1244.     ;;
  1245. esac
  1246. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1247. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1248. if eval "test "${$as_ac_Header+set}" = set"; then
  1249.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1250. else
  1251.   eval "$as_ac_Header=$ac_header_preproc"
  1252. fi
  1253. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1254. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1255. fi
  1256. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1257.   cat >>confdefs.h <<_ACEOF
  1258. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1259. _ACEOF
  1260. fi
  1261. done
  1262. echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
  1263. echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
  1264. if test "${ac_cv_header_stdbool_h+set}" = set; then
  1265.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1266. else
  1267.   cat >conftest.$ac_ext <<_ACEOF
  1268. /* confdefs.h.  */
  1269. _ACEOF
  1270. cat confdefs.h >>conftest.$ac_ext
  1271. cat >>conftest.$ac_ext <<_ACEOF
  1272. /* end confdefs.h.  */
  1273. #include <stdbool.h>
  1274. #ifndef bool
  1275. # error bool is not defined
  1276. #endif
  1277. #ifndef false
  1278. # error false is not defined
  1279. #endif
  1280. #if false
  1281. # error false is not 0
  1282. #endif
  1283. #ifndef true
  1284. # error true is not defined
  1285. #endif
  1286. #if true != 1
  1287. # error true is not 1
  1288. #endif
  1289. #ifndef __bool_true_false_are_defined
  1290. # error __bool_true_false_are_defined is not defined
  1291. #endif
  1292. struct s { _Bool s: 1; _Bool t; } s;
  1293. char a[true == 1 ? 1 : -1];
  1294. char b[false == 0 ? 1 : -1];
  1295. char c[__bool_true_false_are_defined == 1 ? 1 : -1];
  1296. char d[(bool) -0.5 == true ? 1 : -1];
  1297. bool e = &s;
  1298. char f[(_Bool) -0.0 == false ? 1 : -1];
  1299. char g[true];
  1300. char h[sizeof (_Bool)];
  1301. char i[sizeof s.t];
  1302. int
  1303. main ()
  1304. {
  1305.  return !a + !b + !c + !d + !e + !f + !g + !h + !i;
  1306.   ;
  1307.   return 0;
  1308. }
  1309. _ACEOF
  1310. rm -f conftest.$ac_objext
  1311. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1312.   (eval $ac_compile) 2>conftest.er1
  1313.   ac_status=$?
  1314.   grep -v '^ *+' conftest.er1 >conftest.err
  1315.   rm -f conftest.er1
  1316.   cat conftest.err >&5
  1317.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1318.   (exit $ac_status); } &&
  1319.  { ac_try='test -z "$ac_c_werror_flag"
  1320.  || test ! -s conftest.err'
  1321.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1322.   (eval $ac_try) 2>&5
  1323.   ac_status=$?
  1324.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1325.   (exit $ac_status); }; } &&
  1326.  { ac_try='test -s conftest.$ac_objext'
  1327.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1328.   (eval $ac_try) 2>&5
  1329.   ac_status=$?
  1330.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1331.   (exit $ac_status); }; }; then
  1332.   ac_cv_header_stdbool_h=yes
  1333. else
  1334.   echo "$as_me: failed program was:" >&5
  1335. sed 's/^/| /' conftest.$ac_ext >&5
  1336. ac_cv_header_stdbool_h=no
  1337. fi
  1338. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1339. fi
  1340. echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
  1341. echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
  1342. echo "$as_me:$LINENO: checking for _Bool" >&5
  1343. echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
  1344. if test "${ac_cv_type__Bool+set}" = set; then
  1345.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1346. else
  1347.   cat >conftest.$ac_ext <<_ACEOF
  1348. /* confdefs.h.  */
  1349. _ACEOF
  1350. cat confdefs.h >>conftest.$ac_ext
  1351. cat >>conftest.$ac_ext <<_ACEOF
  1352. /* end confdefs.h.  */
  1353. $ac_includes_default
  1354. int
  1355. main ()
  1356. {
  1357. if ((_Bool *) 0)
  1358.   return 0;
  1359. if (sizeof (_Bool))
  1360.   return 0;
  1361.   ;
  1362.   return 0;
  1363. }
  1364. _ACEOF
  1365. rm -f conftest.$ac_objext
  1366. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1367.   (eval $ac_compile) 2>conftest.er1
  1368.   ac_status=$?
  1369.   grep -v '^ *+' conftest.er1 >conftest.err
  1370.   rm -f conftest.er1
  1371.   cat conftest.err >&5
  1372.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1373.   (exit $ac_status); } &&
  1374.  { ac_try='test -z "$ac_c_werror_flag"
  1375.  || test ! -s conftest.err'
  1376.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1377.   (eval $ac_try) 2>&5
  1378.   ac_status=$?
  1379.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1380.   (exit $ac_status); }; } &&
  1381.  { ac_try='test -s conftest.$ac_objext'
  1382.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1383.   (eval $ac_try) 2>&5
  1384.   ac_status=$?
  1385.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1386.   (exit $ac_status); }; }; then
  1387.   ac_cv_type__Bool=yes
  1388. else
  1389.   echo "$as_me: failed program was:" >&5
  1390. sed 's/^/| /' conftest.$ac_ext >&5
  1391. ac_cv_type__Bool=no
  1392. fi
  1393. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1394. fi
  1395. echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
  1396. echo "${ECHO_T}$ac_cv_type__Bool" >&6
  1397. if test $ac_cv_type__Bool = yes; then
  1398. cat >>confdefs.h <<_ACEOF
  1399. #define HAVE__BOOL 1
  1400. _ACEOF
  1401. fi
  1402. if test $ac_cv_header_stdbool_h = yes; then
  1403. cat >>confdefs.h <<_ACEOF
  1404. #define HAVE_STDBOOL_H 1
  1405. _ACEOF
  1406. fi
  1407. echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
  1408. echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
  1409. if test "${ac_cv_header_sys_wait_h+set}" = set; then
  1410.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1411. else
  1412.   cat >conftest.$ac_ext <<_ACEOF
  1413. /* confdefs.h.  */
  1414. _ACEOF
  1415. cat confdefs.h >>conftest.$ac_ext
  1416. cat >>conftest.$ac_ext <<_ACEOF
  1417. /* end confdefs.h.  */
  1418. #include <sys/types.h>
  1419. #include <sys/wait.h>
  1420. #ifndef WEXITSTATUS
  1421. # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  1422. #endif
  1423. #ifndef WIFEXITED
  1424. # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  1425. #endif
  1426. int
  1427. main ()
  1428. {
  1429.   int s;
  1430.   wait (&s);
  1431.   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  1432.   ;
  1433.   return 0;
  1434. }
  1435. _ACEOF
  1436. rm -f conftest.$ac_objext
  1437. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1438.   (eval $ac_compile) 2>conftest.er1
  1439.   ac_status=$?
  1440.   grep -v '^ *+' conftest.er1 >conftest.err
  1441.   rm -f conftest.er1
  1442.   cat conftest.err >&5
  1443.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1444.   (exit $ac_status); } &&
  1445.  { ac_try='test -z "$ac_c_werror_flag"
  1446.  || test ! -s conftest.err'
  1447.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1448.   (eval $ac_try) 2>&5
  1449.   ac_status=$?
  1450.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1451.   (exit $ac_status); }; } &&
  1452.  { ac_try='test -s conftest.$ac_objext'
  1453.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1454.   (eval $ac_try) 2>&5
  1455.   ac_status=$?
  1456.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1457.   (exit $ac_status); }; }; then
  1458.   ac_cv_header_sys_wait_h=yes
  1459. else
  1460.   echo "$as_me: failed program was:" >&5
  1461. sed 's/^/| /' conftest.$ac_ext >&5
  1462. ac_cv_header_sys_wait_h=no
  1463. fi
  1464. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1465. fi
  1466. echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
  1467. echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
  1468. if test $ac_cv_header_sys_wait_h = yes; then
  1469. cat >>confdefs.h <<_ACEOF
  1470. #define HAVE_SYS_WAIT_H 1
  1471. _ACEOF
  1472. fi
  1473. echo "$as_me:$LINENO: checking return type of signal handlers" >&5
  1474. echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
  1475. if test "${ac_cv_type_signal+set}" = set; then
  1476.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1477. else
  1478.   cat >conftest.$ac_ext <<_ACEOF
  1479. /* confdefs.h.  */
  1480. _ACEOF
  1481. cat confdefs.h >>conftest.$ac_ext
  1482. cat >>conftest.$ac_ext <<_ACEOF
  1483. /* end confdefs.h.  */
  1484. #include <sys/types.h>
  1485. #include <signal.h>
  1486. #ifdef signal
  1487. # undef signal
  1488. #endif
  1489. #ifdef __cplusplus
  1490. extern "C" void (*signal (int, void (*)(int)))(int);
  1491. #else
  1492. void (*signal ()) ();
  1493. #endif
  1494. int
  1495. main ()
  1496. {
  1497. int i;
  1498.   ;
  1499.   return 0;
  1500. }
  1501. _ACEOF
  1502. rm -f conftest.$ac_objext
  1503. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1504.   (eval $ac_compile) 2>conftest.er1
  1505.   ac_status=$?
  1506.   grep -v '^ *+' conftest.er1 >conftest.err
  1507.   rm -f conftest.er1
  1508.   cat conftest.err >&5
  1509.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1510.   (exit $ac_status); } &&
  1511.  { ac_try='test -z "$ac_c_werror_flag"
  1512.  || test ! -s conftest.err'
  1513.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1514.   (eval $ac_try) 2>&5
  1515.   ac_status=$?
  1516.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1517.   (exit $ac_status); }; } &&
  1518.  { ac_try='test -s conftest.$ac_objext'
  1519.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1520.   (eval $ac_try) 2>&5
  1521.   ac_status=$?
  1522.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1523.   (exit $ac_status); }; }; then
  1524.   ac_cv_type_signal=void
  1525. else
  1526.   echo "$as_me: failed program was:" >&5
  1527. sed 's/^/| /' conftest.$ac_ext >&5
  1528. ac_cv_type_signal=int
  1529. fi
  1530. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1531. fi
  1532. echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
  1533. echo "${ECHO_T}$ac_cv_type_signal" >&6
  1534. cat >>confdefs.h <<_ACEOF
  1535. #define RETSIGTYPE $ac_cv_type_signal
  1536. _ACEOF
  1537. if test "${ac_cv_header_X11_xpm_h+set}" = set; then
  1538.   echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
  1539. echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
  1540. if test "${ac_cv_header_X11_xpm_h+set}" = set; then
  1541.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1542. fi
  1543. echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
  1544. echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
  1545. else
  1546.   # Is the header compilable?
  1547. echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
  1548. echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
  1549. cat >conftest.$ac_ext <<_ACEOF
  1550. /* confdefs.h.  */
  1551. _ACEOF
  1552. cat confdefs.h >>conftest.$ac_ext
  1553. cat >>conftest.$ac_ext <<_ACEOF
  1554. /* end confdefs.h.  */
  1555. $ac_includes_default
  1556. #include <X11/xpm.h>
  1557. _ACEOF
  1558. rm -f conftest.$ac_objext
  1559. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1560.   (eval $ac_compile) 2>conftest.er1
  1561.   ac_status=$?
  1562.   grep -v '^ *+' conftest.er1 >conftest.err
  1563.   rm -f conftest.er1
  1564.   cat conftest.err >&5
  1565.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1566.   (exit $ac_status); } &&
  1567.  { ac_try='test -z "$ac_c_werror_flag"
  1568.  || test ! -s conftest.err'
  1569.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1570.   (eval $ac_try) 2>&5
  1571.   ac_status=$?
  1572.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1573.   (exit $ac_status); }; } &&
  1574.  { ac_try='test -s conftest.$ac_objext'
  1575.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1576.   (eval $ac_try) 2>&5
  1577.   ac_status=$?
  1578.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1579.   (exit $ac_status); }; }; then
  1580.   ac_header_compiler=yes
  1581. else
  1582.   echo "$as_me: failed program was:" >&5
  1583. sed 's/^/| /' conftest.$ac_ext >&5
  1584. ac_header_compiler=no
  1585. fi
  1586. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1587. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1588. echo "${ECHO_T}$ac_header_compiler" >&6
  1589. # Is the header present?
  1590. echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
  1591. echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
  1592. cat >conftest.$ac_ext <<_ACEOF
  1593. /* confdefs.h.  */
  1594. _ACEOF
  1595. cat confdefs.h >>conftest.$ac_ext
  1596. cat >>conftest.$ac_ext <<_ACEOF
  1597. /* end confdefs.h.  */
  1598. #include <X11/xpm.h>
  1599. _ACEOF
  1600. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1601.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1602.   ac_status=$?
  1603.   grep -v '^ *+' conftest.er1 >conftest.err
  1604.   rm -f conftest.er1
  1605.   cat conftest.err >&5
  1606.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1607.   (exit $ac_status); } >/dev/null; then
  1608.   if test -s conftest.err; then
  1609.     ac_cpp_err=$ac_c_preproc_warn_flag
  1610.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1611.   else
  1612.     ac_cpp_err=
  1613.   fi
  1614. else
  1615.   ac_cpp_err=yes
  1616. fi
  1617. if test -z "$ac_cpp_err"; then
  1618.   ac_header_preproc=yes
  1619. else
  1620.   echo "$as_me: failed program was:" >&5
  1621. sed 's/^/| /' conftest.$ac_ext >&5
  1622.   ac_header_preproc=no
  1623. fi
  1624. rm -f conftest.err conftest.$ac_ext
  1625. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1626. echo "${ECHO_T}$ac_header_preproc" >&6
  1627. # So?  What about this header?
  1628. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1629.   yes:no: )
  1630.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
  1631. echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1632.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5
  1633. echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
  1634.     ac_header_preproc=yes
  1635.     ;;
  1636.   no:yes:* )
  1637.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
  1638. echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
  1639.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h:     check for missing prerequisite headers?" >&5
  1640. echo "$as_me: WARNING: X11/xpm.h:     check for missing prerequisite headers?" >&2;}
  1641.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
  1642. echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
  1643.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h:     section "Present But Cannot Be Compiled"" >&5
  1644. echo "$as_me: WARNING: X11/xpm.h:     section "Present But Cannot Be Compiled"" >&2;}
  1645.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
  1646. echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
  1647.     { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
  1648. echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
  1649.     (
  1650.       cat <<_ASBOX
  1651. ## --------------------------------------------------------- ##
  1652. ## Report this to downloadplug-in-devel@lists.sourceforge.net ##
  1653. ## --------------------------------------------------------- ##
  1654. _ASBOX
  1655.     ) |
  1656.       sed "s/^/$as_me: WARNING:     /" >&2
  1657.     ;;
  1658. esac
  1659. echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
  1660. echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
  1661. if test "${ac_cv_header_X11_xpm_h+set}" = set; then
  1662.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1663. else
  1664.   ac_cv_header_X11_xpm_h=$ac_header_preproc
  1665. fi
  1666. echo "$as_me:$LINENO: result: $ac_cv_header_X11_xpm_h" >&5
  1667. echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
  1668. fi
  1669. if test $ac_cv_header_X11_xpm_h = yes; then
  1670. cat >>confdefs.h <<_ACEOF
  1671. #define HAVE_X11_XPM 1
  1672. _ACEOF
  1673.  XPM_LIBS="-lXpm -lXt"
  1674. fi
  1675. echo "$as_me:$LINENO: checking for DPMSQueryExtension in -lXdpms" >&5
  1676. echo $ECHO_N "checking for DPMSQueryExtension in -lXdpms... $ECHO_C" >&6
  1677. if test "${ac_cv_lib_Xdpms_DPMSQueryExtension+set}" = set; then
  1678.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1679. else
  1680.   ac_check_lib_save_LIBS=$LIBS
  1681. LIBS="-lXdpms  $LIBS"
  1682. cat >conftest.$ac_ext <<_ACEOF
  1683. /* confdefs.h.  */
  1684. _ACEOF
  1685. cat confdefs.h >>conftest.$ac_ext
  1686. cat >>conftest.$ac_ext <<_ACEOF
  1687. /* end confdefs.h.  */
  1688. /* Override any gcc2 internal prototype to avoid an error.  */
  1689. #ifdef __cplusplus
  1690. extern "C"
  1691. #endif
  1692. /* We use char because int might match the return type of a gcc2
  1693.    builtin and then its argument prototype would still apply.  */
  1694. char DPMSQueryExtension ();
  1695. int
  1696. main ()
  1697. {
  1698. DPMSQueryExtension ();
  1699.   ;
  1700.   return 0;
  1701. }
  1702. _ACEOF
  1703. rm -f conftest.$ac_objext conftest$ac_exeext
  1704. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1705.   (eval $ac_link) 2>conftest.er1
  1706.   ac_status=$?
  1707.   grep -v '^ *+' conftest.er1 >conftest.err
  1708.   rm -f conftest.er1
  1709.   cat conftest.err >&5
  1710.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1711.   (exit $ac_status); } &&
  1712.  { ac_try='test -z "$ac_c_werror_flag"
  1713.  || test ! -s conftest.err'
  1714.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1715.   (eval $ac_try) 2>&5
  1716.   ac_status=$?
  1717.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1718.   (exit $ac_status); }; } &&
  1719.  { ac_try='test -s conftest$ac_exeext'
  1720.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1721.   (eval $ac_try) 2>&5
  1722.   ac_status=$?
  1723.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1724.   (exit $ac_status); }; }; then
  1725.   ac_cv_lib_Xdpms_DPMSQueryExtension=yes
  1726. else
  1727.   echo "$as_me: failed program was:" >&5
  1728. sed 's/^/| /' conftest.$ac_ext >&5
  1729. ac_cv_lib_Xdpms_DPMSQueryExtension=no
  1730. fi
  1731. rm -f conftest.err conftest.$ac_objext 
  1732.       conftest$ac_exeext conftest.$ac_ext
  1733. LIBS=$ac_check_lib_save_LIBS
  1734. fi
  1735. echo "$as_me:$LINENO: result: $ac_cv_lib_Xdpms_DPMSQueryExtension" >&5
  1736. echo "${ECHO_T}$ac_cv_lib_Xdpms_DPMSQueryExtension" >&6
  1737. if test $ac_cv_lib_Xdpms_DPMSQueryExtension = yes; then
  1738.   XEXT_LIBS="-lXdpms"
  1739. cat >>confdefs.h <<_ACEOF
  1740. #define DPMSExtension 1
  1741. _ACEOF
  1742. else
  1743. echo "$as_me:$LINENO: checking for X11/extensions/dpms.h" >&5
  1744. echo $ECHO_N "checking for X11/extensions/dpms.h... $ECHO_C" >&6
  1745. if test "${ac_cv_header_X11_extensions_dpms_h+set}" = set; then
  1746.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1747. else
  1748.   cat >conftest.$ac_ext <<_ACEOF
  1749. /* confdefs.h.  */
  1750. _ACEOF
  1751. cat confdefs.h >>conftest.$ac_ext
  1752. cat >>conftest.$ac_ext <<_ACEOF
  1753. /* end confdefs.h.  */
  1754.  #include <X11/Xlib.h>
  1755. #include <X11/extensions/dpms.h>
  1756. _ACEOF
  1757. rm -f conftest.$ac_objext
  1758. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1759.   (eval $ac_compile) 2>conftest.er1
  1760.   ac_status=$?
  1761.   grep -v '^ *+' conftest.er1 >conftest.err
  1762.   rm -f conftest.er1
  1763.   cat conftest.err >&5
  1764.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1765.   (exit $ac_status); } &&
  1766.  { ac_try='test -z "$ac_c_werror_flag"
  1767.  || test ! -s conftest.err'
  1768.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1769.   (eval $ac_try) 2>&5
  1770.   ac_status=$?
  1771.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1772.   (exit $ac_status); }; } &&
  1773.  { ac_try='test -s conftest.$ac_objext'
  1774.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1775.   (eval $ac_try) 2>&5
  1776.   ac_status=$?
  1777.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1778.   (exit $ac_status); }; }; then
  1779.   ac_cv_header_X11_extensions_dpms_h=yes
  1780. else
  1781.   echo "$as_me: failed program was:" >&5
  1782. sed 's/^/| /' conftest.$ac_ext >&5
  1783. ac_cv_header_X11_extensions_dpms_h=no
  1784. fi
  1785. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1786. fi
  1787. echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_dpms_h" >&5
  1788. echo "${ECHO_T}$ac_cv_header_X11_extensions_dpms_h" >&6
  1789. if test $ac_cv_header_X11_extensions_dpms_h = yes; then
  1790. cat >>confdefs.h <<_ACEOF
  1791. #define DPMSExtension 1
  1792. _ACEOF
  1793.  XEXT_LIBS="-lXext -lX11"
  1794. fi
  1795. fi
  1796.                                         ac_config_files="$ac_config_files Makefile po/Makefile install.sh uninstall.sh"
  1797. cat >confcache <<_ACEOF
  1798. # This file is a shell script that caches the results of configure
  1799. # tests run on this system so they can be shared between configure
  1800. # scripts and configure runs, see configure's option --config-cache.
  1801. # It is not useful on other systems.  If it contains results you don't
  1802. # want to keep, you may remove or edit it.
  1803. #
  1804. # config.status only pays attention to the cache file if you give it
  1805. # the --recheck option to rerun configure.
  1806. #
  1807. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  1808. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  1809. # following values.
  1810. _ACEOF
  1811. # The following way of writing the cache mishandles newlines in values,
  1812. # but we know of no workaround that is simple, portable, and efficient.
  1813. # So, don't put newlines in cache variables' values.
  1814. # Ultrix sh set writes to stderr and can't be redirected directly,
  1815. # and sets the high bit in the cache file unless we assign to the vars.
  1816. {
  1817.   (set) 2>&1 |
  1818.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1819.     *ac_space= *)
  1820.       # `set' does not quote correctly, so add quotes (double-quote
  1821.       # substitution turns \\ into \, and sed turns \ into ).
  1822.       sed -n 
  1823. "s/'/'\\''/g;
  1824.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  1825.       ;;
  1826.     *)
  1827.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  1828.       sed -n 
  1829. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  1830.       ;;
  1831.     esac;
  1832. } |
  1833.   sed '
  1834.      t clear
  1835.      : clear
  1836.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  1837.      t end
  1838.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  1839.      : end' >>confcache
  1840. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  1841.   if test -w $cache_file; then
  1842.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  1843.     cat confcache >$cache_file
  1844.   else
  1845.     echo "not updating unwritable cache $cache_file"
  1846.   fi
  1847. fi
  1848. rm -f confcache
  1849. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1850. # Let make expand exec_prefix.
  1851. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1852. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  1853. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  1854. # trailing colons and then remove the whole line if VPATH becomes empty
  1855. # (actually we leave an empty line to preserve line numbers).
  1856. if test "x$srcdir" = x.; then
  1857.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  1858. s/:*$(srcdir):*/:/;
  1859. s/:*${srcdir}:*/:/;
  1860. s/:*@srcdir@:*/:/;
  1861. s/^([^=]*=[  ]*):*/1/;
  1862. s/:*$//;
  1863. s/^[^=]*=[  ]*$//;
  1864. }'
  1865. fi
  1866. DEFS=-DHAVE_CONFIG_H
  1867. ac_libobjs=
  1868. ac_ltlibobjs=
  1869. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1870.   # 1. Remove the extension, and $U if already installed.
  1871.   ac_i=`echo "$ac_i" |
  1872.  sed 's/$U././;s/.o$//;s/.obj$//'`
  1873.   # 2. Add them.
  1874.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  1875.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  1876. done
  1877. LIBOBJS=$ac_libobjs
  1878. LTLIBOBJS=$ac_ltlibobjs
  1879. : ${CONFIG_STATUS=./config.status}
  1880. ac_clean_files_save=$ac_clean_files
  1881. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1882. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  1883. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1884. cat >$CONFIG_STATUS <<_ACEOF
  1885. #! $SHELL
  1886. # Generated by $as_me.
  1887. # Run this file to recreate the current configuration.
  1888. # Compiler output produced by configure, useful for debugging
  1889. # configure, is in config.log if it exists.
  1890. debug=false
  1891. ac_cs_recheck=false
  1892. ac_cs_silent=false
  1893. SHELL=${CONFIG_SHELL-$SHELL}
  1894. _ACEOF
  1895. cat >>$CONFIG_STATUS <<_ACEOF
  1896. ## --------------------- ##
  1897. ## M4sh Initialization.  ##
  1898. ## --------------------- ##
  1899. # Be Bourne compatible
  1900. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1901.   emulate sh
  1902.   NULLCMD=:
  1903.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  1904.   # is contrary to our usage.  Disable this feature.
  1905.   alias -g '${1+"$@"}'='"$@"'
  1906. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  1907.   set -o posix
  1908. fi
  1909. DUALCASE=1; export DUALCASE # for MKS sh
  1910. # Support unset when possible.
  1911. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  1912.   as_unset=unset
  1913. else
  1914.   as_unset=false
  1915. fi
  1916. # Work around bugs in pre-3.0 UWIN ksh.
  1917. $as_unset ENV MAIL MAILPATH
  1918. PS1='$ '
  1919. PS2='> '
  1920. PS4='+ '
  1921. # NLS nuisances.
  1922. for as_var in 
  1923.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  1924.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  1925.   LC_TELEPHONE LC_TIME
  1926. do
  1927.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  1928.     eval $as_var=C; export $as_var
  1929.   else
  1930.     $as_unset $as_var
  1931.   fi
  1932. done
  1933. # Required to use basename.
  1934. if expr a : '(a)' >/dev/null 2>&1; then
  1935.   as_expr=expr
  1936. else
  1937.   as_expr=false
  1938. fi
  1939. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  1940.   as_basename=basename
  1941. else
  1942.   as_basename=false
  1943. fi
  1944. # Name of the executable.
  1945. as_me=`$as_basename "$0" ||
  1946. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  1947.  X"$0" : 'X(//)$' | 
  1948.  X"$0" : 'X(/)$' | 
  1949.  .     : '(.)' 2>/dev/null ||
  1950. echo X/"$0" |
  1951.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  1952.      /^X/(//)$/{ s//1/; q; }
  1953.      /^X/(/).*/{ s//1/; q; }
  1954.      s/.*/./; q'`
  1955. # PATH needs CR, and LINENO needs CR and PATH.
  1956. # Avoid depending upon Character Ranges.
  1957. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1958. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1959. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1960. as_cr_digits='0123456789'
  1961. as_cr_alnum=$as_cr_Letters$as_cr_digits
  1962. # The user is always right.
  1963. if test "${PATH_SEPARATOR+set}" != set; then
  1964.   echo "#! /bin/sh" >conf$$.sh
  1965.   echo  "exit 0"   >>conf$$.sh
  1966.   chmod +x conf$$.sh
  1967.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  1968.     PATH_SEPARATOR=';'
  1969.   else
  1970.     PATH_SEPARATOR=:
  1971.   fi
  1972.   rm -f conf$$.sh
  1973. fi
  1974.   as_lineno_1=$LINENO
  1975.   as_lineno_2=$LINENO
  1976.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  1977.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  1978.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  1979.   # Find who we are.  Look in the path if we contain no path at all
  1980.   # relative or not.
  1981.   case $0 in
  1982.     *[\/]* ) as_myself=$0 ;;
  1983.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1984. for as_dir in $PATH
  1985. do
  1986.   IFS=$as_save_IFS
  1987.   test -z "$as_dir" && as_dir=.
  1988.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1989. done
  1990.        ;;
  1991.   esac
  1992.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  1993.   # in which case we are not to be found in the path.
  1994.   if test "x$as_myself" = x; then
  1995.     as_myself=$0
  1996.   fi
  1997.   if test ! -f "$as_myself"; then
  1998.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  1999. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2000.    { (exit 1); exit 1; }; }
  2001.   fi
  2002.   case $CONFIG_SHELL in
  2003.   '')
  2004.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2005. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2006. do
  2007.   IFS=$as_save_IFS
  2008.   test -z "$as_dir" && as_dir=.
  2009.   for as_base in sh bash ksh sh5; do
  2010.  case $as_dir in
  2011.  /*)
  2012.    if ("$as_dir/$as_base" -c '
  2013.   as_lineno_1=$LINENO
  2014.   as_lineno_2=$LINENO
  2015.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2016.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2017.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2018.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2019.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2020.      CONFIG_SHELL=$as_dir/$as_base
  2021.      export CONFIG_SHELL
  2022.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2023.    fi;;
  2024.  esac
  2025.        done
  2026. done
  2027. ;;
  2028.   esac
  2029.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2030.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2031.   # line-number line before each line; the second 'sed' does the real
  2032.   # work.  The second script uses 'N' to pair each line-number line
  2033.   # with the numbered line, and appends trailing '-' during
  2034.   # substitution so that $LINENO is not a special case at line end.
  2035.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2036.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2037.   sed '=' <$as_myself |
  2038.     sed '
  2039.       N
  2040.       s,$,-,
  2041.       : loop
  2042.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2043.       t loop
  2044.       s,-$,,
  2045.       s,^['$as_cr_digits']*n,,
  2046.     ' >$as_me.lineno &&
  2047.   chmod +x $as_me.lineno ||
  2048.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2049. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2050.    { (exit 1); exit 1; }; }
  2051.   # Don't try to exec as it changes $[0], causing all sort of problems
  2052.   # (the dirname of $[0] is not the place where we might find the
  2053.   # original and so on.  Autoconf is especially sensible to this).
  2054.   . ./$as_me.lineno
  2055.   # Exit status is that of the last command.
  2056.   exit
  2057. }
  2058. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2059.   *c*,-n*) ECHO_N= ECHO_C='
  2060. ' ECHO_T=' ' ;;
  2061.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2062.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2063. esac
  2064. if expr a : '(a)' >/dev/null 2>&1; then
  2065.   as_expr=expr
  2066. else
  2067.   as_expr=false
  2068. fi
  2069. rm -f conf$$ conf$$.exe conf$$.file
  2070. echo >conf$$.file
  2071. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2072.   # We could just check for DJGPP; but this test a) works b) is more generic
  2073.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2074.   if test -f conf$$.exe; then
  2075.     # Don't use ln at all; we don't have any links
  2076.     as_ln_s='cp -p'
  2077.   else
  2078.     as_ln_s='ln -s'
  2079.   fi
  2080. elif ln conf$$.file conf$$ 2>/dev/null; then
  2081.   as_ln_s=ln
  2082. else
  2083.   as_ln_s='cp -p'
  2084. fi
  2085. rm -f conf$$ conf$$.exe conf$$.file
  2086. if mkdir -p . 2>/dev/null; then
  2087.   as_mkdir_p=:
  2088. else
  2089.   test -d ./-p && rmdir ./-p
  2090.   as_mkdir_p=false
  2091. fi
  2092. as_executable_p="test -f"
  2093. # Sed expression to map a string onto a valid CPP name.
  2094. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2095. # Sed expression to map a string onto a valid variable name.
  2096. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2097. # IFS
  2098. # We need space, tab and new line, in precisely that order.
  2099. as_nl='
  2100. '
  2101. IFS="  $as_nl"
  2102. # CDPATH.
  2103. $as_unset CDPATH
  2104. exec 6>&1
  2105. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2106. # report actual input values of CONFIG_FILES etc. instead of their
  2107. # values after options handling.  Logging --version etc. is OK.
  2108. exec 5>>config.log
  2109. {
  2110.   echo
  2111.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2112. ## Running $as_me. ##
  2113. _ASBOX
  2114. } >&5
  2115. cat >&5 <<_CSEOF
  2116. This file was extended by downloadplug $as_me 1.00, which was
  2117. generated by GNU Autoconf 2.59.  Invocation command line was
  2118.   CONFIG_FILES    = $CONFIG_FILES
  2119.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2120.   CONFIG_LINKS    = $CONFIG_LINKS
  2121.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2122.   $ $0 $@
  2123. _CSEOF
  2124. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2125. echo >&5
  2126. _ACEOF
  2127. # Files that config.status was made for.
  2128. if test -n "$ac_config_files"; then
  2129.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2130. fi
  2131. if test -n "$ac_config_headers"; then
  2132.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2133. fi
  2134. if test -n "$ac_config_links"; then
  2135.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2136. fi
  2137. if test -n "$ac_config_commands"; then
  2138.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2139. fi
  2140. cat >>$CONFIG_STATUS <<_ACEOF
  2141. ac_cs_usage="
  2142. `$as_me' instantiates files from templates according to the
  2143. current configuration.
  2144. Usage: $0 [OPTIONS] [FILE]...
  2145.   -h, --help       print this help, then exit
  2146.   -V, --version    print version number, then exit
  2147.   -q, --quiet      do not print progress messages
  2148.   -d, --debug      don't remove temporary files
  2149.       --recheck    update $as_me by reconfiguring in the same conditions
  2150.   --file=FILE[:TEMPLATE]
  2151.    instantiate the configuration file FILE
  2152.   --header=FILE[:TEMPLATE]
  2153.    instantiate the configuration header FILE
  2154. Configuration files:
  2155. $config_files
  2156. Configuration headers:
  2157. $config_headers
  2158. Report bugs to <bug-autoconf@gnu.org>."
  2159. _ACEOF
  2160. cat >>$CONFIG_STATUS <<_ACEOF
  2161. ac_cs_version="\
  2162. downloadplug config.status 1.00
  2163. configured by $0, generated by GNU Autoconf 2.59,
  2164.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2165. Copyright (C) 2003 Free Software Foundation, Inc.
  2166. This config.status script is free software; the Free Software Foundation
  2167. gives unlimited permission to copy, distribute and modify it."
  2168. srcdir=$srcdir
  2169. INSTALL="$INSTALL"
  2170. _ACEOF
  2171. cat >>$CONFIG_STATUS <<_ACEOF
  2172. # If no file are specified by the user, then we need to provide default
  2173. # value.  By we need to know if files were specified by the user.
  2174. ac_need_defaults=:
  2175. while test $# != 0
  2176. do
  2177.   case $1 in
  2178.   --*=*)
  2179.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2180.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2181.     ac_shift=:
  2182.     ;;
  2183.   -*)
  2184.     ac_option=$1
  2185.     ac_optarg=$2
  2186.     ac_shift=shift
  2187.     ;;
  2188.   *) # This is not an option, so the user has probably given explicit
  2189.      # arguments.
  2190.      ac_option=$1
  2191.      ac_need_defaults=false;;
  2192.   esac
  2193.   case $ac_option in
  2194.   # Handling of the options.
  2195. _ACEOF
  2196. cat >>$CONFIG_STATUS <<_ACEOF
  2197.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2198.     ac_cs_recheck=: ;;
  2199.   --version | --vers* | -V )
  2200.     echo "$ac_cs_version"; exit 0 ;;
  2201.   --he | --h)
  2202.     # Conflict between --help and --header
  2203.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2204. Try `$0 --help' for more information." >&5
  2205. echo "$as_me: error: ambiguous option: $1
  2206. Try `$0 --help' for more information." >&2;}
  2207.    { (exit 1); exit 1; }; };;
  2208.   --help | --hel | -h )
  2209.     echo "$ac_cs_usage"; exit 0 ;;
  2210.   --debug | --d* | -d )
  2211.     debug=: ;;
  2212.   --file | --fil | --fi | --f )
  2213.     $ac_shift
  2214.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  2215.     ac_need_defaults=false;;
  2216.   --header | --heade | --head | --hea )
  2217.     $ac_shift
  2218.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  2219.     ac_need_defaults=false;;
  2220.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2221.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  2222.     ac_cs_silent=: ;;
  2223.   # This is an error.
  2224.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  2225. Try `$0 --help' for more information." >&5
  2226. echo "$as_me: error: unrecognized option: $1
  2227. Try `$0 --help' for more information." >&2;}
  2228.    { (exit 1); exit 1; }; } ;;
  2229.   *) ac_config_targets="$ac_config_targets $1" ;;
  2230.   esac
  2231.   shift
  2232. done
  2233. ac_configure_extra_args=
  2234. if $ac_cs_silent; then
  2235.   exec 6>/dev/null
  2236.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  2237. fi
  2238. _ACEOF
  2239. cat >>$CONFIG_STATUS <<_ACEOF
  2240. if $ac_cs_recheck; then
  2241.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  2242.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  2243. fi
  2244. _ACEOF
  2245. cat >>$CONFIG_STATUS <<_ACEOF
  2246. for ac_config_target in $ac_config_targets
  2247. do
  2248.   case "$ac_config_target" in
  2249.   # Handling of arguments.
  2250.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  2251.   "po/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
  2252.   "install.sh" ) CONFIG_FILES="$CONFIG_FILES install.sh" ;;
  2253.   "uninstall.sh" ) CONFIG_FILES="$CONFIG_FILES uninstall.sh" ;;
  2254.   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  2255.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  2256. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  2257.    { (exit 1); exit 1; }; };;
  2258.   esac
  2259. done
  2260. # If the user did not use the arguments to specify the items to instantiate,
  2261. # then the envvar interface is used.  Set only those that are not.
  2262. # We use the long form for the default assignment because of an extremely
  2263. # bizarre bug on SunOS 4.1.3.
  2264. if $ac_need_defaults; then
  2265.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  2266.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  2267. fi
  2268. # Have a temporary directory for convenience.  Make it in the build tree
  2269. # simply because there is no reason to put it here, and in addition,
  2270. # creating and moving files from /tmp can sometimes cause problems.
  2271. # Create a temporary directory, and hook for its removal unless debugging.
  2272. $debug ||
  2273. {
  2274.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  2275.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  2276. }
  2277. # Create a (secure) tmp directory for tmp files.
  2278. {
  2279.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  2280.   test -n "$tmp" && test -d "$tmp"
  2281. }  ||
  2282. {
  2283.   tmp=./confstat$$-$RANDOM
  2284.   (umask 077 && mkdir $tmp)
  2285. } ||
  2286. {
  2287.    echo "$me: cannot create a temporary directory in ." >&2
  2288.    { (exit 1); exit 1; }
  2289. }
  2290. _ACEOF
  2291. cat >>$CONFIG_STATUS <<_ACEOF
  2292. #
  2293. # CONFIG_FILES section.
  2294. #
  2295. # No need to generate the scripts if there are no CONFIG_FILES.
  2296. # This happens for instance when ./config.status config.h
  2297. if test -n "$CONFIG_FILES"; then
  2298.   # Protect against being on the right side of a sed subst in config.status.
  2299.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  2300.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  2301. s,@SHELL@,$SHELL,;t t
  2302. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  2303. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  2304. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  2305. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  2306. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  2307. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  2308. s,@exec_prefix@,$exec_prefix,;t t
  2309. s,@prefix@,$prefix,;t t
  2310. s,@program_transform_name@,$program_transform_name,;t t
  2311. s,@bindir@,$bindir,;t t
  2312. s,@sbindir@,$sbindir,;t t
  2313. s,@libexecdir@,$libexecdir,;t t
  2314. s,@datadir@,$datadir,;t t
  2315. s,@sysconfdir@,$sysconfdir,;t t
  2316. s,@sharedstatedir@,$sharedstatedir,;t t
  2317. s,@localstatedir@,$localstatedir,;t t
  2318. s,@libdir@,$libdir,;t t
  2319. s,@includedir@,$includedir,;t t
  2320. s,@oldincludedir@,$oldincludedir,;t t
  2321. s,@infodir@,$infodir,;t t
  2322. s,@mandir@,$mandir,;t t
  2323. s,@build_alias@,$build_alias,;t t
  2324. s,@host_alias@,$host_alias,;t t
  2325. s,@target_alias@,$target_alias,;t t
  2326. s,@DEFS@,$DEFS,;t t
  2327. s,@ECHO_C@,$ECHO_C,;t t
  2328. s,@ECHO_N@,$ECHO_N,;t t
  2329. s,@ECHO_T@,$ECHO_T,;t t
  2330. s,@LIBS@,$LIBS,;t t
  2331. s,@CXX@,$CXX,;t t
  2332. s,@CXXFLAGS@,$CXXFLAGS,;t t
  2333. s,@LDFLAGS@,$LDFLAGS,;t t
  2334. s,@CPPFLAGS@,$CPPFLAGS,;t t
  2335. s,@ac_ct_CXX@,$ac_ct_CXX,;t t
  2336. s,@EXEEXT@,$EXEEXT,;t t
  2337. s,@OBJEXT@,$OBJEXT,;t t
  2338. s,@CC@,$CC,;t t
  2339. s,@CFLAGS@,$CFLAGS,;t t
  2340. s,@ac_ct_CC@,$ac_ct_CC,;t t
  2341. s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
  2342. s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
  2343. s,@INSTALL_DATA@,$INSTALL_DATA,;t t
  2344. s,@AWK@,$AWK,;t t
  2345. s,@SET_MAKE@,$SET_MAKE,;t t
  2346. s,@GECKO_SDK_PREFIX@,$GECKO_SDK_PREFIX,;t t
  2347. s,@GECKO_DEFINES@,$GECKO_DEFINES,;t t
  2348. s,@PKG_CONFIG@,$PKG_CONFIG,;t t
  2349. s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
  2350. s,@MOZPLUG_CFLAGS@,$MOZPLUG_CFLAGS,;t t
  2351. s,@MOZPLUG_LIBS@,$MOZPLUG_LIBS,;t t
  2352. s,@MOZILLA_HOME@,$MOZILLA_HOME,;t t
  2353. s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
  2354. s,@GTK_LIBS@,$GTK_LIBS,;t t
  2355. s,@GTK24_CFLAGS@,$GTK24_CFLAGS,;t t
  2356. s,@GTK24_LIBS@,$GTK24_LIBS,;t t
  2357. s,@GTHREAD_CFLAGS@,$GTHREAD_CFLAGS,;t t
  2358. s,@GTHREAD_LIBS@,$GTHREAD_LIBS,;t t
  2359. s,@CREATE@,$CREATE,;t t
  2360. s,@CXXFLAGS64@,$CXXFLAGS64,;t t
  2361. s,@LDFLAGS64@,$LDFLAGS64,;t t
  2362. s,@GTK_DEFINES@,$GTK_DEFINES,;t t
  2363. s,@CPP@,$CPP,;t t
  2364. s,@X_CFLAGS@,$X_CFLAGS,;t t
  2365. s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
  2366. s,@X_LIBS@,$X_LIBS,;t t
  2367. s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
  2368. s,@EGREP@,$EGREP,;t t
  2369. s,@LIBOBJS@,$LIBOBJS,;t t
  2370. s,@LOCALEDIR@,$LOCALEDIR,;t t
  2371. s,@SUBDIR@,$SUBDIR,;t t
  2372. s,@INSTALL_SUBDIR@,$INSTALL_SUBDIR,;t t
  2373. s,@XPM_LIBS@,$XPM_LIBS,;t t
  2374. s,@XEXT_LIBS@,$XEXT_LIBS,;t t
  2375. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  2376. CEOF
  2377. _ACEOF
  2378.   cat >>$CONFIG_STATUS <<_ACEOF
  2379.   # Split the substitutions into bite-sized pieces for seds with
  2380.   # small command number limits, like on Digital OSF/1 and HP-UX.
  2381.   ac_max_sed_lines=48
  2382.   ac_sed_frag=1 # Number of current file.
  2383.   ac_beg=1 # First line for current file.
  2384.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  2385.   ac_more_lines=:
  2386.   ac_sed_cmds=
  2387.   while $ac_more_lines; do
  2388.     if test $ac_beg -gt 1; then
  2389.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2390.     else
  2391.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  2392.     fi
  2393.     if test ! -s $tmp/subs.frag; then
  2394.       ac_more_lines=false
  2395.     else
  2396.       # The purpose of the label and of the branching condition is to
  2397.       # speed up the sed processing (if there are no `@' at all, there
  2398.       # is no need to browse any of the substitutions).
  2399.       # These are the two extra sed commands mentioned above.
  2400.       (echo ':t
  2401.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  2402.       if test -z "$ac_sed_cmds"; then
  2403. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  2404.       else
  2405. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  2406.       fi
  2407.       ac_sed_frag=`expr $ac_sed_frag + 1`
  2408.       ac_beg=$ac_end
  2409.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  2410.     fi
  2411.   done
  2412.   if test -z "$ac_sed_cmds"; then
  2413.     ac_sed_cmds=cat
  2414.   fi
  2415. fi # test -n "$CONFIG_FILES"
  2416. _ACEOF
  2417. cat >>$CONFIG_STATUS <<_ACEOF
  2418. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  2419.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2420.   case $ac_file in
  2421.   - | *:- | *:-:* ) # input from stdin
  2422. cat >$tmp/stdin
  2423. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2424. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2425.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2426. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2427.   * )   ac_file_in=$ac_file.in ;;
  2428.   esac
  2429.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  2430.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2431. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2432.  X"$ac_file" : 'X(//)[^/]' | 
  2433.  X"$ac_file" : 'X(//)$' | 
  2434.  X"$ac_file" : 'X(/)' | 
  2435.  .     : '(.)' 2>/dev/null ||
  2436. echo X"$ac_file" |
  2437.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2438.      /^X(//)[^/].*/{ s//1/; q; }
  2439.      /^X(//)$/{ s//1/; q; }
  2440.      /^X(/).*/{ s//1/; q; }
  2441.      s/.*/./; q'`
  2442.   { if $as_mkdir_p; then
  2443.     mkdir -p "$ac_dir"
  2444.   else
  2445.     as_dir="$ac_dir"
  2446.     as_dirs=
  2447.     while test ! -d "$as_dir"; do
  2448.       as_dirs="$as_dir $as_dirs"
  2449.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2450. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2451.  X"$as_dir" : 'X(//)[^/]' | 
  2452.  X"$as_dir" : 'X(//)$' | 
  2453.  X"$as_dir" : 'X(/)' | 
  2454.  .     : '(.)' 2>/dev/null ||
  2455. echo X"$as_dir" |
  2456.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2457.      /^X(//)[^/].*/{ s//1/; q; }
  2458.      /^X(//)$/{ s//1/; q; }
  2459.      /^X(/).*/{ s//1/; q; }
  2460.      s/.*/./; q'`
  2461.     done
  2462.     test ! -n "$as_dirs" || mkdir $as_dirs
  2463.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  2464. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  2465.    { (exit 1); exit 1; }; }; }
  2466.   ac_builddir=.
  2467. if test "$ac_dir" != .; then
  2468.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  2469.   # A "../" for each directory in $ac_dir_suffix.
  2470.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  2471. else
  2472.   ac_dir_suffix= ac_top_builddir=
  2473. fi
  2474. case $srcdir in
  2475.   .)  # No --srcdir option.  We are building in place.
  2476.     ac_srcdir=.
  2477.     if test -z "$ac_top_builddir"; then
  2478.        ac_top_srcdir=.
  2479.     else
  2480.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  2481.     fi ;;
  2482.   [\/]* | ?:[\/]* )  # Absolute path.
  2483.     ac_srcdir=$srcdir$ac_dir_suffix;
  2484.     ac_top_srcdir=$srcdir ;;
  2485.   *) # Relative path.
  2486.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  2487.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  2488. esac
  2489. # Do not use `cd foo && pwd` to compute absolute paths, because
  2490. # the directories may not exist.
  2491. case `pwd` in
  2492. .) ac_abs_builddir="$ac_dir";;
  2493. *)
  2494.   case "$ac_dir" in
  2495.   .) ac_abs_builddir=`pwd`;;
  2496.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  2497.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  2498.   esac;;
  2499. esac
  2500. case $ac_abs_builddir in
  2501. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  2502. *)
  2503.   case ${ac_top_builddir}. in
  2504.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  2505.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  2506.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  2507.   esac;;
  2508. esac
  2509. case $ac_abs_builddir in
  2510. .) ac_abs_srcdir=$ac_srcdir;;
  2511. *)
  2512.   case $ac_srcdir in
  2513.   .) ac_abs_srcdir=$ac_abs_builddir;;
  2514.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  2515.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  2516.   esac;;
  2517. esac
  2518. case $ac_abs_builddir in
  2519. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  2520. *)
  2521.   case $ac_top_srcdir in
  2522.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  2523.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  2524.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  2525.   esac;;
  2526. esac
  2527.   case $INSTALL in
  2528.   [\/$]* | ?:[\/]* ) ac_INSTALL=$INSTALL ;;
  2529.   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
  2530.   esac
  2531.   if test x"$ac_file" != x-; then
  2532.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  2533. echo "$as_me: creating $ac_file" >&6;}
  2534.     rm -f "$ac_file"
  2535.   fi
  2536.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2537.   # use $as_me), people would be surprised to read:
  2538.   #    /* config.h.  Generated by config.status.  */
  2539.   if test x"$ac_file" = x-; then
  2540.     configure_input=
  2541.   else
  2542.     configure_input="$ac_file.  "
  2543.   fi
  2544.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  2545.      sed 's,.*/,,'` by configure."
  2546.   # First look for the input files in the build tree, otherwise in the
  2547.   # src tree.
  2548.   ac_file_inputs=`IFS=:
  2549.     for f in $ac_file_in; do
  2550.       case $f in
  2551.       -) echo $tmp/stdin ;;
  2552.       [\/$]*)
  2553.  # Absolute (can't be DOS-style, as IFS=:)
  2554.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2555. echo "$as_me: error: cannot find input file: $f" >&2;}
  2556.    { (exit 1); exit 1; }; }
  2557.  echo "$f";;
  2558.       *) # Relative
  2559.  if test -f "$f"; then
  2560.    # Build tree
  2561.    echo "$f"
  2562.  elif test -f "$srcdir/$f"; then
  2563.    # Source tree
  2564.    echo "$srcdir/$f"
  2565.  else
  2566.    # /dev/null tree
  2567.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2568. echo "$as_me: error: cannot find input file: $f" >&2;}
  2569.    { (exit 1); exit 1; }; }
  2570.  fi;;
  2571.       esac
  2572.     done` || { (exit 1); exit 1; }
  2573. _ACEOF
  2574. cat >>$CONFIG_STATUS <<_ACEOF
  2575.   sed "$ac_vpsub
  2576. $extrasub
  2577. _ACEOF
  2578. cat >>$CONFIG_STATUS <<_ACEOF
  2579. :t
  2580. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  2581. s,@configure_input@,$configure_input,;t t
  2582. s,@srcdir@,$ac_srcdir,;t t
  2583. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  2584. s,@top_srcdir@,$ac_top_srcdir,;t t
  2585. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  2586. s,@builddir@,$ac_builddir,;t t
  2587. s,@abs_builddir@,$ac_abs_builddir,;t t
  2588. s,@top_builddir@,$ac_top_builddir,;t t
  2589. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  2590. s,@INSTALL@,$ac_INSTALL,;t t
  2591. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  2592.   rm -f $tmp/stdin
  2593.   if test x"$ac_file" != x-; then
  2594.     mv $tmp/out $ac_file
  2595.   else
  2596.     cat $tmp/out
  2597.     rm -f $tmp/out
  2598.   fi
  2599. done
  2600. _ACEOF
  2601. cat >>$CONFIG_STATUS <<_ACEOF
  2602. #
  2603. # CONFIG_HEADER section.
  2604. #
  2605. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2606. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2607. #
  2608. # ac_d sets the value in "#define NAME VALUE" lines.
  2609. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  2610. ac_dB='[  ].*$,1#2'
  2611. ac_dC=' '
  2612. ac_dD=',;t'
  2613. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2614. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  2615. ac_uB='$,1#2define3'
  2616. ac_uC=' '
  2617. ac_uD=',;t'
  2618. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  2619.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2620.   case $ac_file in
  2621.   - | *:- | *:-:* ) # input from stdin
  2622. cat >$tmp/stdin
  2623. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2624. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2625.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  2626. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  2627.   * )   ac_file_in=$ac_file.in ;;
  2628.   esac
  2629.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  2630. echo "$as_me: creating $ac_file" >&6;}
  2631.   # First look for the input files in the build tree, otherwise in the
  2632.   # src tree.
  2633.   ac_file_inputs=`IFS=:
  2634.     for f in $ac_file_in; do
  2635.       case $f in
  2636.       -) echo $tmp/stdin ;;
  2637.       [\/$]*)
  2638.  # Absolute (can't be DOS-style, as IFS=:)
  2639.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2640. echo "$as_me: error: cannot find input file: $f" >&2;}
  2641.    { (exit 1); exit 1; }; }
  2642.  # Do quote $f, to prevent DOS paths from being IFS'd.
  2643.  echo "$f";;
  2644.       *) # Relative
  2645.  if test -f "$f"; then
  2646.    # Build tree
  2647.    echo "$f"
  2648.  elif test -f "$srcdir/$f"; then
  2649.    # Source tree
  2650.    echo "$srcdir/$f"
  2651.  else
  2652.    # /dev/null tree
  2653.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  2654. echo "$as_me: error: cannot find input file: $f" >&2;}
  2655.    { (exit 1); exit 1; }; }
  2656.  fi;;
  2657.       esac
  2658.     done` || { (exit 1); exit 1; }
  2659.   # Remove the trailing spaces.
  2660.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  2661. _ACEOF
  2662. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  2663. # `conftest.undefs', that substitutes the proper values into
  2664. # config.h.in to produce config.h.  The first handles `#define'
  2665. # templates, and the second `#undef' templates.
  2666. # And first: Protect against being on the right side of a sed subst in
  2667. # config.status.  Protect against being in an unquoted here document
  2668. # in config.status.
  2669. rm -f conftest.defines conftest.undefs
  2670. # Using a here document instead of a string reduces the quoting nightmare.
  2671. # Putting comments in sed scripts is not portable.
  2672. #
  2673. # `end' is used to avoid that the second main sed command (meant for
  2674. # 0-ary CPP macros) applies to n-ary macro definitions.
  2675. # See the Autoconf documentation for `clear'.
  2676. cat >confdef2sed.sed <<_ACEOF
  2677. s/[\&,]/\&/g
  2678. s,[\$`],\&,g
  2679. t clear
  2680. : clear
  2681. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  2682. t end
  2683. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  2684. : end
  2685. _ACEOF
  2686. # If some macros were called several times there might be several times
  2687. # the same #defines, which is useless.  Nevertheless, we may not want to
  2688. # sort them, since we want the *last* AC-DEFINE to be honored.
  2689. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  2690. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  2691. rm -f confdef2sed.sed
  2692. # This sed command replaces #undef with comments.  This is necessary, for
  2693. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2694. # on some systems where configure will not decide to define it.
  2695. cat >>conftest.undefs <<_ACEOF
  2696. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  2697. _ACEOF
  2698. # Break up conftest.defines because some shells have a limit on the size
  2699. # of here documents, and old seds have small limits too (100 cmds).
  2700. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  2701. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  2702. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  2703. echo '  :' >>$CONFIG_STATUS
  2704. rm -f conftest.tail
  2705. while grep . conftest.defines >/dev/null
  2706. do
  2707.   # Write a limited-size here document to $tmp/defines.sed.
  2708.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  2709.   # Speed up: don't consider the non `#define' lines.
  2710.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  2711.   # Work around the forget-to-reset-the-flag bug.
  2712.   echo 't clr' >>$CONFIG_STATUS
  2713.   echo ': clr' >>$CONFIG_STATUS
  2714.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  2715.   echo 'CEOF
  2716.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  2717.   rm -f $tmp/in
  2718.   mv $tmp/out $tmp/in
  2719. ' >>$CONFIG_STATUS
  2720.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  2721.   rm -f conftest.defines
  2722.   mv conftest.tail conftest.defines
  2723. done
  2724. rm -f conftest.defines
  2725. echo '  fi # grep' >>$CONFIG_STATUS
  2726. echo >>$CONFIG_STATUS
  2727. # Break up conftest.undefs because some shells have a limit on the size
  2728. # of here documents, and old seds have small limits too (100 cmds).
  2729. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  2730. rm -f conftest.tail
  2731. while grep . conftest.undefs >/dev/null
  2732. do
  2733.   # Write a limited-size here document to $tmp/undefs.sed.
  2734.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  2735.   # Speed up: don't consider the non `#undef'
  2736.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  2737.   # Work around the forget-to-reset-the-flag bug.
  2738.   echo 't clr' >>$CONFIG_STATUS
  2739.   echo ': clr' >>$CONFIG_STATUS
  2740.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  2741.   echo 'CEOF
  2742.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  2743.   rm -f $tmp/in
  2744.   mv $tmp/out $tmp/in
  2745. ' >>$CONFIG_STATUS
  2746.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  2747.   rm -f conftest.undefs
  2748.   mv conftest.tail conftest.undefs
  2749. done
  2750. rm -f conftest.undefs
  2751. cat >>$CONFIG_STATUS <<_ACEOF
  2752.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  2753.   # use $as_me), people would be surprised to read:
  2754.   #    /* config.h.  Generated by config.status.  */
  2755.   if test x"$ac_file" = x-; then
  2756.     echo "/* Generated by configure.  */" >$tmp/config.h
  2757.   else
  2758.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  2759.   fi
  2760.   cat $tmp/in >>$tmp/config.h
  2761.   rm -f $tmp/in
  2762.   if test x"$ac_file" != x-; then
  2763.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  2764.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  2765. echo "$as_me: $ac_file is unchanged" >&6;}
  2766.     else
  2767.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  2768. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2769.  X"$ac_file" : 'X(//)[^/]' | 
  2770.  X"$ac_file" : 'X(//)$' | 
  2771.  X"$ac_file" : 'X(/)' | 
  2772.  .     : '(.)' 2>/dev/null ||
  2773. echo X"$ac_file" |
  2774.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2775.      /^X(//)[^/].*/{ s//1/; q; }
  2776.      /^X(//)$/{ s//1/; q; }
  2777.      /^X(/).*/{ s//1/; q; }
  2778.      s/.*/./; q'`
  2779.       { if $as_mkdir_p; then
  2780.     mkdir -p "$ac_dir"
  2781.   else
  2782.     as_dir="$ac_dir"
  2783.     as_dirs=
  2784.     while test ! -d "$as_dir"; do
  2785.       as_dirs="$as_dir $as_dirs"
  2786.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  2787. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  2788.  X"$as_dir" : 'X(//)[^/]' | 
  2789.  X"$as_dir" : 'X(//)$' | 
  2790.  X"$as_dir" : 'X(/)' | 
  2791.  .     : '(.)' 2>/dev/null ||
  2792. echo X"$as_dir" |
  2793.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  2794.      /^X(//)[^/].*/{ s//1/; q; }
  2795.      /^X(//)$/{ s//1/; q; }
  2796.      /^X(/).*/{ s//1/; q; }
  2797.      s/.*/./; q'`
  2798.     done
  2799.     test ! -n "$as_dirs" || mkdir $as_dirs
  2800.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  2801. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  2802.    { (exit 1); exit 1; }; }; }
  2803.       rm -f $ac_file
  2804.       mv $tmp/config.h $ac_file
  2805.     fi
  2806.   else
  2807.     cat $tmp/config.h
  2808.     rm -f $tmp/config.h
  2809.   fi
  2810. done
  2811. _ACEOF
  2812. cat >>$CONFIG_STATUS <<_ACEOF
  2813. { (exit 0); exit 0; }
  2814. _ACEOF
  2815. chmod +x $CONFIG_STATUS
  2816. ac_clean_files=$ac_clean_files_save
  2817. # configure is writing to config.log, and then calls config.status.
  2818. # config.status does its own redirection, appending to config.log.
  2819. # Unfortunately, on DOS this fails, as config.log is still kept open
  2820. # by configure, so config.status won't be able to write to it; its
  2821. # output is simply discarded.  So we exec the FD to /dev/null,
  2822. # effectively closing config.log, so it can be properly (re)opened and
  2823. # appended to by config.status.  When coming back to configure, we
  2824. # need to make the FD available again.
  2825. if test "$no_create" != yes; then
  2826.   ac_cs_success=:
  2827.   ac_config_status_args=
  2828.   test "$silent" = yes &&
  2829.     ac_config_status_args="$ac_config_status_args --quiet"
  2830.   exec 5>/dev/null
  2831.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  2832.   exec 5>>config.log
  2833.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  2834.   # would make configure fail if this is the last instruction.
  2835.   $ac_cs_success || { (exit 1); exit 1; }
  2836. fi
  2837. chmod u+x install.sh uninstall.sh
  2838. if test $use_x = yes; then
  2839.    echo "**************************************************************"
  2840.    echo "         ARE YOU SURE YOU WANT TO BUILD WITHOUT GTK?"
  2841.    echo " BECAUSE downloadplug-in WITHOUT GTK TAKES AWAY FUNCITIONALITY    "
  2842.    echo "**************************************************************"
  2843. fi