configure 913 KB
Newer Older
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4001
4002
4003
4004
4005
if { (ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
4006
4007
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
$as_echo "$ac_try_echo") >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4008
  (eval "$ac_compile") 2>conftest.er1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4009
4010
4011
4012
  ac_status=$?
  grep -v '^ *+' conftest.er1 >conftest.err
  rm -f conftest.er1
  cat conftest.err >&5
4013
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4014
4015
4016
4017
  (exit $ac_status); } && {
	 test -z "$ac_c_werror_flag" ||
	 test ! -s conftest.err
       } && test -s conftest.$ac_objext; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4018
4019
  ac_cv_prog_cc_g=yes
else
4020
  $as_echo "$as_me: failed program was:" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4021
4022
sed 's/^/| /' conftest.$ac_ext >&5

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
	CFLAGS=""
      cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h.  */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
4045
4046
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
$as_echo "$ac_try_echo") >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4047
4048
4049
4050
4051
  (eval "$ac_compile") 2>conftest.er1
  ac_status=$?
  grep -v '^ *+' conftest.er1 >conftest.err
  rm -f conftest.er1
  cat conftest.err >&5
4052
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4053
4054
4055
4056
4057
4058
  (exit $ac_status); } && {
	 test -z "$ac_c_werror_flag" ||
	 test ! -s conftest.err
       } && test -s conftest.$ac_objext; then
  :
else
4059
  $as_echo "$as_me: failed program was:" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
sed 's/^/| /' conftest.$ac_ext >&5

	ac_c_werror_flag=$ac_save_c_werror_flag
	 CFLAGS="-g"
	 cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h.  */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h.  */

int
main ()
{

  ;
  return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
4085
4086
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
$as_echo "$ac_try_echo") >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4087
4088
4089
4090
4091
  (eval "$ac_compile") 2>conftest.er1
  ac_status=$?
  grep -v '^ *+' conftest.er1 >conftest.err
  rm -f conftest.er1
  cat conftest.err >&5
4092
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4093
4094
4095
4096
4097
4098
  (exit $ac_status); } && {
	 test -z "$ac_c_werror_flag" ||
	 test ! -s conftest.err
       } && test -s conftest.$ac_objext; then
  ac_cv_prog_cc_g=yes
else
4099
  $as_echo "$as_me: failed program was:" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
sed 's/^/| /' conftest.$ac_ext >&5


fi

rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi

rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi

rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   ac_c_werror_flag=$ac_save_c_werror_flag
fi
4114
4115
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
$as_echo "$ac_cv_prog_cc_g" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4116
4117
4118
4119
4120
4121
4122
4123
4124
if test "$ac_test_CFLAGS" = set; then
  CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
    CFLAGS="-g -O2"
  else
    CFLAGS="-g"
  fi
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4125
4126
4127
4128
4129
4130
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
fi
4131
4132
{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4133
if test "${ac_cv_prog_cc_c89+set}" = set; then
4134
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4135
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4136
  ac_cv_prog_cc_c89=no
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
ac_save_CC=$CC
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h.  */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h.  */
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
     char **p;
     int i;
{
  return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
  char *s;
  va_list v;
  va_start (v,p);
  s = g (p, va_arg (v,int));
  va_end (v);
  return s;
}

/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   function prototypes and stuff, but not '\xHH' hex character constants.
   These don't provoke an error unfortunately, instead are silently treated
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4170
   as 'x'.  The following induces an error, until -std is added to get
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4171
4172
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   array size at least.  It's necessary to write '\x00'==0 to get something
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4173
   that's true only with -std.  */
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4174
4175
int osf4_cc_array ['\x00' == 0 ? 1 : -1];

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4176
4177
4178
4179
4180
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   inside strings and character constants.  */
#define FOO(x) 'x'
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
int argc;
char **argv;
int
main ()
{
return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  ;
  return 0;
}
_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4195
4196
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4197
4198
4199
do
  CC="$ac_save_CC $ac_arg"
  rm -f conftest.$ac_objext
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4200
4201
4202
4203
4204
if { (ac_try="$ac_compile"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
4205
4206
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
$as_echo "$ac_try_echo") >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4207
  (eval "$ac_compile") 2>conftest.er1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4208
4209
4210
4211
  ac_status=$?
  grep -v '^ *+' conftest.er1 >conftest.err
  rm -f conftest.er1
  cat conftest.err >&5
4212
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4213
4214
4215
4216
4217
  (exit $ac_status); } && {
	 test -z "$ac_c_werror_flag" ||
	 test ! -s conftest.err
       } && test -s conftest.$ac_objext; then
  ac_cv_prog_cc_c89=$ac_arg
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4218
else
4219
  $as_echo "$as_me: failed program was:" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4220
4221
sed 's/^/| /' conftest.$ac_ext >&5

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4222

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4223
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4224
4225
4226

rm -f core conftest.err conftest.$ac_objext
  test "x$ac_cv_prog_cc_c89" != "xno" && break
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4227
done
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4228
rm -f conftest.$ac_ext
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4229
4230
4231
CC=$ac_save_CC

fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4232
4233
4234
# AC_CACHE_VAL
case "x$ac_cv_prog_cc_c89" in
  x)
4235
4236
    { $as_echo "$as_me:$LINENO: result: none needed" >&5
$as_echo "none needed" >&6; } ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4237
  xno)
4238
4239
    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
$as_echo "unsupported" >&6; } ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4240
  *)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4241
    CC="$CC $ac_cv_prog_cc_c89"
4242
4243
    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
esac


ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

depcc="$CC"   am_compiler_list=

4255
4256
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
$as_echo_n "checking dependency style of $depcc... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4257
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
4258
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
else
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  # We make a subdir and do the tests there.  Otherwise we can end up
  # making bogus files that we don't know about and never remove.  For
  # instance it was reported that on HP-UX the gcc test will end up
  # making a dummy file named `D' -- because `-MD' means `put the output
  # in D'.
  mkdir conftest.dir
  # Copy depcomp to subdir because otherwise we won't find it if we're
  # using a relative directory.
  cp "$am_depcomp" conftest.dir
  cd conftest.dir
  # We will build objects and dependencies in a subdirectory because
  # it helps to detect inapplicable dependency modes.  For instance
  # both Tru64's cc and ICC support -MD to output dependencies as a
  # side effect of compilation, but ICC will put the dependencies in
  # the current directory while Tru64 will put them in the object
  # directory.
  mkdir sub

  am_cv_CC_dependencies_compiler_type=none
  if test "$am_compiler_list" = ""; then
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  fi
  for depmode in $am_compiler_list; do
    # Setup a source with many dependencies, because some compilers
    # like to wrap large dependency lists on column 80 (with \), and
    # we should not choose a depcomp mode which is confused by this.
    #
    # We need to recreate these files for each test, as the compiler may
    # overwrite some of them when testing with obscure command lines.
    # This happens at least with the AIX C compiler.
    : > sub/conftest.c
    for i in 1 2 3 4 5 6; do
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
      # Solaris 8's {/usr,}/bin/sh.
      touch sub/conftst$i.h
    done
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf

    case $depmode in
    nosideeffect)
      # after this tag, mechanisms are not by side-effect, so they'll
      # only be used when explicitly requested
      if test "x$enable_dependency_tracking" = xyes; then
	continue
      else
	break
      fi
      ;;
    none) break ;;
    esac
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    # mode.  It turns out that the SunPro C++ compiler does not properly
    # handle `-M -o', and we need to detect this.
    if depmode=$depmode \
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
         >/dev/null 2>conftest.err &&
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4320
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
      # icc doesn't choke on unknown options, it will just issue warnings
      # or remarks (even with -Werror).  So we grep stderr for any message
      # that says an option was ignored or not supported.
      # When given -MP, icc 7.0 and 7.1 complain thusly:
      #   icc: Command line warning: ignoring option '-M'; no argument required
      # The diagnosis changed in icc 8.0:
      #   icc: Command line remark: option '-MP' not supported
      if (grep 'ignoring option' conftest.err ||
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
        am_cv_CC_dependencies_compiler_type=$depmode
        break
      fi
    fi
  done

  cd ..
  rm -rf conftest.dir
else
  am_cv_CC_dependencies_compiler_type=none
fi

fi
4346
4347
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4348
4349
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4350
 if
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
  test "x$enable_dependency_tracking" != xno \
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  am__fastdepCC_TRUE=
  am__fastdepCC_FALSE='#'
else
  am__fastdepCC_TRUE='#'
  am__fastdepCC_FALSE=
fi



am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc


4365
4366
{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
$as_echo_n "checking for library containing strerror... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4367
if test "${ac_cv_search_strerror+set}" = set; then
4368
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4369
4370
4371
4372
4373
4374
4375
4376
4377
else
  ac_func_search_save_LIBS=$LIBS
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h.  */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h.  */

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4378
4379
4380
/* Override any GCC internal prototype to avoid an error.
   Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4381
4382
4383
4384
4385
4386
4387
#ifdef __cplusplus
extern "C"
#endif
char strerror ();
int
main ()
{
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4388
return strerror ();
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4389
4390
4391
4392
  ;
  return 0;
}
_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
for ac_lib in '' cposix; do
  if test -z "$ac_lib"; then
    ac_res="none required"
  else
    ac_res=-l$ac_lib
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  fi
  rm -f conftest.$ac_objext conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *) ac_try_echo=$ac_try;;
esac
4406
4407
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
$as_echo "$ac_try_echo") >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4408
  (eval "$ac_link") 2>conftest.er1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4409
4410
4411
4412
  ac_status=$?
  grep -v '^ *+' conftest.er1 >conftest.err
  rm -f conftest.er1
  cat conftest.err >&5
4413
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4414
4415
4416
  (exit $ac_status); } && {
	 test -z "$ac_c_werror_flag" ||
	 test ! -s conftest.err
4417
4418
4419
4420
       } && test -s conftest$ac_exeext && {
	 test "$cross_compiling" = yes ||
	 $as_test_x conftest$ac_exeext
       }; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4421
  ac_cv_search_strerror=$ac_res
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4422
else
4423
  $as_echo "$as_me: failed program was:" >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4424
4425
4426
sed 's/^/| /' conftest.$ac_ext >&5


Emmanuel Bertin's avatar
Emmanuel Bertin committed
4427
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4428

4429
rm -rf conftest.dSYM
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4430
4431
4432
4433
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
      conftest$ac_exeext
  if test "${ac_cv_search_strerror+set}" = set; then
  break
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4434
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4435
4436
4437
4438
4439
done
if test "${ac_cv_search_strerror+set}" = set; then
  :
else
  ac_cv_search_strerror=no
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4440
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4441
rm conftest.$ac_ext
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4442
4443
LIBS=$ac_func_search_save_LIBS
fi
4444
4445
{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
$as_echo "$ac_cv_search_strerror" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4446
4447
4448
ac_res=$ac_cv_search_strerror
if test "$ac_res" != no; then
  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4449
4450
4451

fi

4452
# Override automatic CFLAGS and LDFLAGS with those of user
4453
if test "$enable_auto_flags" = "yes"; then
4454
  CFLAGS=""
4455
  LDFLAGS=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4456
4457

  msg="for C compiler optimization flags"
4458
4459
  { $as_echo "$as_me:$LINENO: checking $msg" >&5
$as_echo_n "checking $msg... " >&6; }
4460
if test "${prog_cc_optim_cv_flags+set}" = set; then
4461
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4462
4463
4464
4465
4466
4467
4468
4469
else

    if test -n "$CC"; then
      cat > conftest.c <<EOF
int main(int argc, char **argv) { return 0; }
EOF


Emmanuel Bertin's avatar
Emmanuel Bertin committed
4470
4471
4472
            if $CC -V 2>&1 | grep -i "Intel(R) 64" > /dev/null 2>&1 &&
           $CC -c -O conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4473
4474
        prog_cc_optim_cv_flags="-O3 -axSSE3,SSE4.1,SSE4.2 -ip -no-prec-div -unroll"
        prog_ld_optim_cv_flags="-static-intel"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4475
4476
4477
4478

            elif $CC -V 2>&1 | grep -i "Intel(R)" > /dev/null 2>&1 &&
           $CC -c -O conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4479
4480
        prog_cc_optim_cv_flags="-O3 -axSSE2,SSE3,SSE4.1,SSE4.2 -ip -no-prec-div -unroll"
        prog_ld_optim_cv_flags="-static-intel"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4481
4482

            elif test "$GCC" = "yes"; then
4483
4484
        prog_cc_optim_cv_flags="-O3 -g -funroll-loops -fomit-frame-pointer -Wall"
        prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4485
4486
4487
4488

            elif $CC -V 2>&1 | grep -i "WorkShop" > /dev/null 2>&1 &&
           $CC -c -O conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4489
4490
        prog_cc_optim_cv_flags="-O"
        prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4491
4492
4493
4494
4495

            elif ($CC -V 2>&1 | grep -i "Digital UNIX Compiler"> /dev/null 2>&1 ||
	   $CC -V 2>&1 | grep -i "Compaq C"> /dev/null 2>&1) &&
           $CC -c -fast conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4496
4497
        prog_cc_optim_cv_flags="-fast -tune host"
        prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4498
4499
4500
4501

            elif $CC 2>&1 | grep -i "C for AIX Compiler" > /dev/null 2>&1 &&
           $CC -c -qinfo=all -O2 conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4502
4503
        prog_cc_optim_cv_flags="-O2"
        prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4504
4505
4506
4507

            elif $CC -version 2>&1 | grep -i "MIPSpro Compilers" > /dev/null 2>&1 &&
           $CC -c -fullwarn -O3 conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4508
4509
        prog_cc_optim_cv_flags="-O3"
        prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4510
4511
4512
4513

            elif what $CC 2>&1 | grep -i "HP C Compiler" > /dev/null 2>&1 &&
           $CC -c -Aa +O3 conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4514
4515
        prog_cc_optim_cv_flags="+O3"
        prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4516
4517
4518
4519

            elif $CC -V 2>&1 | grep "/SX" > /dev/null 2>&1 &&
           $CC -c -Xc -O conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4520
4521
        prog_cc_optim_cv_flags="-O"
        prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4522
4523
4524
4525

            elif $CC -V 2>&1 | grep -i "Cray" > /dev/null 2>&1 &&
           $CC -c -h conform -O3 conftest.c > /dev/null 2>&1 &&
           test -f conftest.o; then
4526
4527
        prog_cc_optim_cv_flags="-O3"
        prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4528
4529
4530
4531

      fi
      rm -f conftest.*
    fi
4532
4533
4534
    if test -n "$prog_cc_optim_cv_flags"; then
      AM_CFLAGS="$CFLAGS $prog_cc_optim_cv_flags"
      AM_LDFLAGS="$LDFLAGS $prog_ld_optim_cv_flags"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4535
    else
4536
4537
      prog_cc_optim_cv_flags=""
      prog_ld_optim_cv_flags=""
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4538
4539
4540
    fi

fi
4541
4542
{ $as_echo "$as_me:$LINENO: result: $prog_cc_optim_cv_flags" >&5
$as_echo "$prog_cc_optim_cv_flags" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4543

4544
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4545
4546
4547
# Check whether --enable-shared was given.
if test "${enable_shared+set}" = set; then
  enableval=$enable_shared; p=${PACKAGE-default}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4548
    case $enableval in
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4549
4550
    yes) enable_shared=yes ;;
    no) enable_shared=no ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4551
    *)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4552
      enable_shared=no
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4553
4554
4555
4556
4557
      # Look at the argument we got.  We use all the common list separators.
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
      for pkg in $enableval; do
	IFS="$lt_save_ifs"
	if test "X$pkg" = "X$p"; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4558
	  enable_shared=yes
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4559
4560
4561
4562
4563
	fi
      done
      IFS="$lt_save_ifs"
      ;;
    esac
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4564
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4565
  enable_shared=yes
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4566
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4567
4568


Emmanuel Bertin's avatar
Emmanuel Bertin committed
4569
4570
4571
# Check whether --enable-static was given.
if test "${enable_static+set}" = set; then
  enableval=$enable_static; p=${PACKAGE-default}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4572
    case $enableval in
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4573
4574
    yes) enable_static=yes ;;
    no) enable_static=no ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4575
    *)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4576
     enable_static=no
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4577
4578
4579
4580
4581
      # Look at the argument we got.  We use all the common list separators.
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
      for pkg in $enableval; do
	IFS="$lt_save_ifs"
	if test "X$pkg" = "X$p"; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4582
	  enable_static=yes
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4583
4584
4585
4586
4587
4588
	fi
      done
      IFS="$lt_save_ifs"
      ;;
    esac
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4589
  enable_static=yes
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4590
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611


# Check whether --enable-fast-install was given.
if test "${enable_fast_install+set}" = set; then
  enableval=$enable_fast_install; p=${PACKAGE-default}
    case $enableval in
    yes) enable_fast_install=yes ;;
    no) enable_fast_install=no ;;
    *)
      enable_fast_install=no
      # Look at the argument we got.  We use all the common list separators.
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
      for pkg in $enableval; do
	IFS="$lt_save_ifs"
	if test "X$pkg" = "X$p"; then
	  enable_fast_install=yes
	fi
      done
      IFS="$lt_save_ifs"
      ;;
    esac
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4612
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4613
  enable_fast_install=yes
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4614
4615
fi

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4616
4617
4618

# Make sure we can run config.sub.
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4619
4620
  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4621
4622
   { (exit 1); exit 1; }; }

4623
4624
{ $as_echo "$as_me:$LINENO: checking build system type" >&5
$as_echo_n "checking build system type... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4625
if test "${ac_cv_build+set}" = set; then
4626
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4627
4628
4629
4630
4631
else
  ac_build_alias=$build_alias
test "x$ac_build_alias" = x &&
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
test "x$ac_build_alias" = x &&
4632
4633
  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4634
4635
   { (exit 1); exit 1; }; }
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4636
4637
  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4638
4639
   { (exit 1); exit 1; }; }

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4640
fi
4641
4642
{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
$as_echo "$ac_cv_build" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4643
4644
case $ac_cv_build in
*-*-*) ;;
4645
4646
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
$as_echo "$as_me: error: invalid value of canonical build" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
   { (exit 1); exit 1; }; };;
esac
build=$ac_cv_build
ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_build
shift
build_cpu=$1
build_vendor=$2
shift; shift
# Remember, the first character of IFS is used to create $*,
# except with old shells:
build_os=$*
IFS=$ac_save_IFS
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac


4663
4664
{ $as_echo "$as_me:$LINENO: checking host system type" >&5
$as_echo_n "checking host system type... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4665
if test "${ac_cv_host+set}" = set; then
4666
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4667
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4668
4669
4670
4671
  if test "x$host_alias" = x; then
  ac_cv_host=$ac_cv_build
else
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4672
4673
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4674
4675
4676
4677
   { (exit 1); exit 1; }; }
fi

fi
4678
4679
{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
$as_echo "$ac_cv_host" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4680
4681
case $ac_cv_host in
*-*-*) ;;
4682
4683
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
$as_echo "$as_me: error: invalid value of canonical host" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
   { (exit 1); exit 1; }; };;
esac
host=$ac_cv_host
ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_host
shift
host_cpu=$1
host_vendor=$2
shift; shift
# Remember, the first character of IFS is used to create $*,
# except with old shells:
host_os=$*
IFS=$ac_save_IFS
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac


4700
4701
{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4702
if test "${lt_cv_path_SED+set}" = set; then
4703
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4704
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4705
4706
  # Loop through the user's path and test for sed and gsed.
# Then use that list of sed's as ones to test for truncation.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4707
4708
4709
4710
4711
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
  for lt_ac_prog in sed gsed; do
    for ac_exec_ext in '' $ac_executable_extensions; do
      if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
      fi
    done
  done
done
IFS=$as_save_IFS
lt_ac_max=0
lt_ac_count=0
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
# along with /bin/sed that truncates output.
for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
  test ! -f $lt_ac_sed && continue
  cat /dev/null > conftest.in
  lt_ac_count=0
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
  # Check for GNU sed and select it if it is found.
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
    lt_cv_path_SED=$lt_ac_sed
    break
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4734
  fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
  while true; do
    cat conftest.in conftest.in >conftest.tmp
    mv conftest.tmp conftest.in
    cp conftest.in conftest.nl
    echo >>conftest.nl
    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
    cmp -s conftest.out conftest.nl || break
    # 10000 chars as input seems more than enough
    test $lt_ac_count -gt 10 && break
    lt_ac_count=`expr $lt_ac_count + 1`
    if test $lt_ac_count -gt $lt_ac_max; then
      lt_ac_max=$lt_ac_count
      lt_cv_path_SED=$lt_ac_sed
    fi
  done
done

fi

SED=$lt_cv_path_SED

4756
4757
{ $as_echo "$as_me:$LINENO: result: $SED" >&5
$as_echo "$SED" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4758

4759
4760
{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4761
if test "${ac_cv_path_GREP+set}" = set; then
4762
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4763
else
4764
  if test -z "$GREP"; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4765
  ac_path_GREP_found=false
4766
4767
  # Loop through the user's path and test for each of PROGNAME-LIST
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4768
4769
4770
4771
4772
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
  for ac_prog in grep ggrep; do
4773
4774
4775
4776
    for ac_exec_ext in '' $ac_executable_extensions; do
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
# Check for GNU ac_path_GREP and select it if it is found.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4777
4778
4779
4780
4781
4782
  # Check for GNU $ac_path_GREP
case `"$ac_path_GREP" --version 2>&1` in
*GNU*)
  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
*)
  ac_count=0
4783
  $as_echo_n 0123456789 >"conftest.in"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4784
4785
4786
4787
4788
  while :
  do
    cat "conftest.in" "conftest.in" >"conftest.tmp"
    mv "conftest.tmp" "conftest.in"
    cp "conftest.in" "conftest.nl"
4789
    $as_echo 'GREP' >> "conftest.nl"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    ac_count=`expr $ac_count + 1`
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
      # Best one so far, save it but keep looking for a better one
      ac_cv_path_GREP="$ac_path_GREP"
      ac_path_GREP_max=$ac_count
    fi
    # 10*(2^10) chars as input seems more than enough
    test $ac_count -gt 10 && break
  done
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac

4804
4805
      $ac_path_GREP_found && break 3
    done
4806
4807
4808
  done
done
IFS=$as_save_IFS
4809
4810
4811
  if test -z "$ac_cv_path_GREP"; then
    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4812
   { (exit 1); exit 1; }; }
4813
  fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4814
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4815
  ac_cv_path_GREP=$GREP
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4816
4817
4818
fi

fi
4819
4820
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
$as_echo "$ac_cv_path_GREP" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4821
 GREP="$ac_cv_path_GREP"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4822

Emmanuel Bertin's avatar
Emmanuel Bertin committed
4823

4824
4825
{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
$as_echo_n "checking for egrep... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4826
if test "${ac_cv_path_EGREP+set}" = set; then
4827
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4828
else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4829
4830
4831
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   then ac_cv_path_EGREP="$GREP -E"
   else
4832
     if test -z "$EGREP"; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4833
  ac_path_EGREP_found=false
4834
4835
  # Loop through the user's path and test for each of PROGNAME-LIST
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4836
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4837
4838
4839
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4840
  for ac_prog in egrep; do
4841
4842
4843
4844
    for ac_exec_ext in '' $ac_executable_extensions; do
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
# Check for GNU ac_path_EGREP and select it if it is found.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4845
4846
4847
4848
4849
4850
  # Check for GNU $ac_path_EGREP
case `"$ac_path_EGREP" --version 2>&1` in
*GNU*)
  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
*)
  ac_count=0
4851
  $as_echo_n 0123456789 >"conftest.in"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4852
4853
4854
4855
4856
  while :
  do
    cat "conftest.in" "conftest.in" >"conftest.tmp"
    mv "conftest.tmp" "conftest.in"
    cp "conftest.in" "conftest.nl"
4857
    $as_echo 'EGREP' >> "conftest.nl"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
    ac_count=`expr $ac_count + 1`
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
      # Best one so far, save it but keep looking for a better one
      ac_cv_path_EGREP="$ac_path_EGREP"
      ac_path_EGREP_max=$ac_count
    fi
    # 10*(2^10) chars as input seems more than enough
    test $ac_count -gt 10 && break
  done
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
esac

4872
4873
      $ac_path_EGREP_found && break 3
    done
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4874
4875
4876
  done
done
IFS=$as_save_IFS
4877
4878
4879
  if test -z "$ac_cv_path_EGREP"; then
    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4880
   { (exit 1); exit 1; }; }
4881
  fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4882
4883
4884
4885
4886
4887
else
  ac_cv_path_EGREP=$EGREP
fi

   fi
fi
4888
4889
{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
$as_echo "$ac_cv_path_EGREP" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
 EGREP="$ac_cv_path_EGREP"



# Check whether --with-gnu-ld was given.
if test "${with_gnu_ld+set}" = set; then
  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
else
  with_gnu_ld=no
fi

ac_prog=ld
if test "$GCC" = yes; then
  # Check if gcc -print-prog-name=ld gives a path.
4904
4905
  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
$as_echo_n "checking for ld used by $CC... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4906
4907
4908
4909
  case $host in
  *-*-mingw*)
    # gcc leaves a trailing carriage return which upsets mingw
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4910
  *)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  esac
  case $ac_prog in
    # Accept absolute paths.
    [\\/]* | ?:[\\/]*)
      re_direlt='/[^/][^/]*/\.\./'
      # Canonicalize the pathname of ld
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4921
      done
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
      test -z "$LD" && LD="$ac_prog"
      ;;
  "")
    # If it fails, then pretend we aren't using GCC.
    ac_prog=ld
    ;;
  *)
    # If it is relative, then search for the first ld in PATH.
    with_gnu_ld=unknown
    ;;
  esac
elif test "$with_gnu_ld" = yes; then
4934
4935
  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
$as_echo_n "checking for GNU ld... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4936
else
4937
4938
  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
$as_echo_n "checking for non-GNU ld... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4939
4940
fi
if test "${lt_cv_path_LD+set}" = set; then
4941
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
else
  if test -z "$LD"; then
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  for ac_dir in $PATH; do
    IFS="$lt_save_ifs"
    test -z "$ac_dir" && ac_dir=.
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
      lt_cv_path_LD="$ac_dir/$ac_prog"
      # Check to see if the program is GNU ld.  I'd rather use --version,
      # but apparently some variants of GNU ld only accept -v.
      # Break only if it was the GNU/non-GNU ld that we prefer.
      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
      *GNU* | *'with BFD'*)
	test "$with_gnu_ld" != no && break
	;;
      *)
	test "$with_gnu_ld" != yes && break
	;;
      esac
    fi
  done
  IFS="$lt_save_ifs"
else
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
fi
fi

LD="$lt_cv_path_LD"
if test -n "$LD"; then
4971
4972
  { $as_echo "$as_me:$LINENO: result: $LD" >&5
$as_echo "$LD" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4973
else
4974
4975
  { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4976
fi
4977
4978
test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4979
   { (exit 1); exit 1; }; }
4980
4981
{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4982
if test "${lt_cv_prog_gnu_ld+set}" = set; then
4983
  $as_echo_n "(cached) " >&6
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
else
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
case `$LD -v 2>&1 </dev/null` in
*GNU* | *'with BFD'*)
  lt_cv_prog_gnu_ld=yes
  ;;
*)
  lt_cv_prog_gnu_ld=no
  ;;
esac
fi
4995
4996
{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4997
4998
4999
with_gnu_ld=$lt_cv_prog_gnu_ld


5000
{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
For faster browsing, not all history is shown. View entire blame