configure 876 KB
Newer Older
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27001
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27002
27003
27004
27005

: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27006
27007
27008
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27009
27010
27011
27012
27013
27014
27015
27016
27017
27018
27019
27020
#! $SHELL
# Generated by $as_me.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false
SHELL=\${CONFIG_SHELL-$SHELL}
_ACEOF

27021
cat >>$CONFIG_STATUS <<\_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27022
27023
27024
27025
## --------------------- ##
## M4sh Initialization.  ##
## --------------------- ##

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27026
27027
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27028
27029
27030
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
27031
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27032
27033
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27034
27035
27036
27037
27038
27039
27040
27041
27042
27043
27044
27045
27046
27047
27048
27049
27050
27051
27052
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in
  *posix*) set -o posix ;;
esac

fi




# PATH needs CR
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits

27053
27054
# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
27055
27056
27057
27058
27059
27060
27061
27062
27063
  echo "#! /bin/sh" >conf$$.sh
  echo  "exit 0"   >>conf$$.sh
  chmod +x conf$$.sh
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    PATH_SEPARATOR=';'
  else
    PATH_SEPARATOR=:
  fi
  rm -f conf$$.sh
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27064
27065
27066
27067
27068
27069
27070
27071
27072
27073
fi

# Support unset when possible.
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  as_unset=unset
else
  as_unset=false
fi


Emmanuel Bertin's avatar
Emmanuel Bertin committed
27074
27075
27076
27077
27078
# IFS
# We need space, tab and new line, in precisely that order.  Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
27079
27080
as_nl='
'
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27081
27082
27083
27084
27085
27086
27087
27088
27089
27090
27091
27092
27093
27094
27095
27096
27097
27098
27099
27100
27101
27102
IFS=" ""	$as_nl"

# Find who we are.  Look in the path if we contain no directory separator.
case $0 in
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
done
IFS=$as_save_IFS

     ;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
  as_myself=$0
fi
if test ! -f "$as_myself"; then
27103
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27104
27105
27106
  { (exit 1); exit 1; }
fi

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27107
# Work around bugs in pre-3.0 UWIN ksh.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27108
27109
27110
for as_var in ENV MAIL MAILPATH
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27111
27112
27113
27114
27115
PS1='$ '
PS2='> '
PS4='+ '

# NLS nuisances.
27116
27117
27118
27119
27120
27121
27122
27123
27124
27125
27126
for as_var in \
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  LC_TELEPHONE LC_TIME
do
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    eval $as_var=C; export $as_var
  else
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  fi
done
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27127
27128

# Required to use basename.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27129
27130
if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27131
27132
27133
27134
27135
  as_expr=expr
else
  as_expr=false
fi

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27136
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27137
27138
27139
27140
27141
27142
27143
  as_basename=basename
else
  as_basename=false
fi


# Name of the executable.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27144
as_me=`$as_basename -- "$0" ||
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27145
27146
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27147
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27148
echo X/"$0" |
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27149
27150
27151
27152
27153
27154
27155
27156
27157
27158
27159
27160
27161
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27162

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27163
27164
# CDPATH.
$as_unset CDPATH
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27165
27166
27167
27168
27169
27170



  as_lineno_1=$LINENO
  as_lineno_2=$LINENO
  test "x$as_lineno_1" != "x$as_lineno_2" &&
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27171
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27172
27173
27174

  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  # uniformly replaced by the line number.  The first 'sed' inserts a
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27175
27176
27177
27178
27179
  # line-number line after each line using $LINENO; the second 'sed'
  # does the real work.  The second script uses 'N' to pair each
  # line-number line with the line containing $LINENO, and appends
  # trailing '-' during substitution so that $LINENO is not a special
  # case at line end.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27180
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27181
27182
27183
27184
27185
27186
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
  # E. McMahon (1931-1989) for sed's syntax.  :-)
  sed -n '
    p
    /[$]LINENO/=
  ' <$as_myself |
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27187
    sed '
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27188
27189
27190
27191
      s/[$]LINENO.*/&-/
      t lineno
      b
      :lineno
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27192
      N
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27193
27194
      :loop
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27195
      t loop
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27196
      s/-\n.*//
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27197
    ' >$as_me.lineno &&
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27198
  chmod +x "$as_me.lineno" ||
27199
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27200
27201
27202
27203
   { (exit 1); exit 1; }; }

  # Don't try to exec as it changes $[0], causing all sort of problems
  # (the dirname of $[0] is not the place where we might find the
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27204
27205
  # original and so on.  Autoconf is especially sensitive to this).
  . "./$as_me.lineno"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27206
27207
27208
27209
27210
  # Exit status is that of the last command.
  exit
}


Emmanuel Bertin's avatar
Emmanuel Bertin committed
27211
27212
27213
27214
27215
27216
27217
27218
27219
27220
27221
27222
27223
27224
27225
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  as_dirname=dirname
else
  as_dirname=false
fi

ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in
-n*)
  case `echo 'x\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  *)   ECHO_C='\c';;
  esac;;
*)
  ECHO_N='-n';;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27226
esac
27227

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27228
27229
if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27230
27231
27232
27233
27234
27235
  as_expr=expr
else
  as_expr=false
fi

rm -f conf$$ conf$$.exe conf$$.file
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27236
27237
27238
27239
if test -d conf$$.dir; then
  rm -f conf$$.dir/conf$$.file
else
  rm -f conf$$.dir
27240
27241
27242
27243
27244
27245
27246
27247
27248
27249
  mkdir conf$$.dir
fi
echo >conf$$.file
if ln -s conf$$.file conf$$ 2>/dev/null; then
  as_ln_s='ln -s'
  # ... but there are two gotchas:
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  # In both cases, we have to default to `cp -p'.
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27250
    as_ln_s='cp -p'
27251
27252
elif ln conf$$.file conf$$ 2>/dev/null; then
  as_ln_s=ln
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27253
27254
27255
else
  as_ln_s='cp -p'
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27256
27257
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27258
27259
27260
27261
27262
27263
27264
27265

if mkdir -p . 2>/dev/null; then
  as_mkdir_p=:
else
  test -d ./-p && rmdir ./-p
  as_mkdir_p=false
fi

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27266
27267
27268
27269
27270
27271
27272
27273
27274
27275
27276
if test -x / >/dev/null 2>&1; then
  as_test_x='test -x'
else
  if ls -dL / >/dev/null 2>&1; then
    as_ls_L_option=L
  else
    as_ls_L_option=
  fi
  as_test_x='
    eval sh -c '\''
      if test -d "$1"; then
27277
        test -d "$1/.";
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27278
27279
      else
	case $1 in
27280
        -*)set "./$1";;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27281
27282
27283
27284
27285
27286
27287
	esac;
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
	???[sx]*):;;*)false;;esac;fi
    '\'' sh
  '
fi
as_executable_p=$as_test_x
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27288
27289
27290
27291
27292
27293
27294
27295
27296
27297

# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"

# Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"


exec 6>&1

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27298
# Save the log message, to keep $[0] and so on meaningful, and to
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27299
# report actual input values of CONFIG_FILES etc. instead of their
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27300
27301
# values after options handling.
ac_log="
27302
This file was extended by sextractor $as_me 2.8.7, which was
27303
generated by GNU Autoconf 2.61.  Invocation command line was
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27304
27305
27306
27307
27308
27309
27310

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27311
27312
27313
on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27314
27315
_ACEOF

27316
cat >>$CONFIG_STATUS <<_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27317
# Files that config.status was made for.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27318
27319
27320
config_files="$ac_config_files"
config_headers="$ac_config_headers"
config_commands="$ac_config_commands"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27321

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27322
_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27323

27324
cat >>$CONFIG_STATUS <<\_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27325
27326
27327
27328
ac_cs_usage="\
\`$as_me' instantiates files from templates according to the
current configuration.

27329
Usage: $0 [OPTIONS] [FILE]...
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27330
27331

  -h, --help       print this help, then exit
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27332
  -V, --version    print version number and configuration settings, then exit
27333
  -q, --quiet      do not print progress messages
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27334
27335
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
27336
27337
27338
27339
  --file=FILE[:TEMPLATE]
		   instantiate the configuration file FILE
  --header=FILE[:TEMPLATE]
		   instantiate the configuration header FILE
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27340
27341
27342
27343
27344
27345
27346
27347
27348
27349
27350
27351

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

Report bugs to <bug-autoconf@gnu.org>."

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27352
_ACEOF
27353
cat >>$CONFIG_STATUS <<_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27354
ac_cs_version="\\
27355
sextractor config.status 2.8.7
27356
27357
configured by $0, generated by GNU Autoconf 2.61,
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27358

27359
Copyright (C) 2006 Free Software Foundation, Inc.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27360
27361
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27362
27363
27364
27365
27366

ac_pwd='$ac_pwd'
srcdir='$srcdir'
INSTALL='$INSTALL'
MKDIR_P='$MKDIR_P'
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27367
27368
_ACEOF

27369
27370
27371
cat >>$CONFIG_STATUS <<\_ACEOF
# If no file are specified by the user, then we need to provide default
# value.  By we need to know if files were specified by the user.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27372
27373
27374
27375
27376
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=*)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27377
27378
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27379
27380
    ac_shift=:
    ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27381
  *)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27382
27383
27384
27385
27386
27387
27388
27389
27390
27391
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27392
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27393
    echo "$ac_cs_version"; exit ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27394
  --debug | --debu | --deb | --de | --d | -d )
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27395
27396
27397
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
27398
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27399
27400
27401
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
27402
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27403
    ac_need_defaults=false;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27404
27405
  --he | --h)
    # Conflict between --help and --header
27406
    { echo "$as_me: error: ambiguous option: $1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27407
27408
27409
Try \`$0 --help' for more information." >&2
   { (exit 1); exit 1; }; };;
  --help | --hel | -h )
27410
    echo "$ac_cs_usage"; exit ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27411
27412
27413
27414
27415
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
27416
  -*) { echo "$as_me: error: unrecognized option: $1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27417
Try \`$0 --help' for more information." >&2
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27418
27419
   { (exit 1); exit 1; }; } ;;

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27420
27421
  *) ac_config_targets="$ac_config_targets $1"
     ac_need_defaults=false ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
27434

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

_ACEOF
27435
cat >>$CONFIG_STATUS <<_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27436
if \$ac_cs_recheck; then
27437
27438
  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
  CONFIG_SHELL=$SHELL
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27439
  export CONFIG_SHELL
27440
  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27441
27442
27443
fi

_ACEOF
27444
cat >>$CONFIG_STATUS <<\_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27445
27446
27447
27448
27449
27450
exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
27451
  echo "$ac_log"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27452
} >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27453

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27454
_ACEOF
27455
cat >>$CONFIG_STATUS <<_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27456
#
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27457
# INIT-COMMANDS
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27458
27459
27460
27461
27462
#
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"

_ACEOF

27463
cat >>$CONFIG_STATUS <<\_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27464
27465

# Handling of arguments.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27466
27467
for ac_config_target in $ac_config_targets
do
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27468
27469
27470
27471
27472
27473
27474
27475
27476
27477
27478
27479
27480
  case $ac_config_target in
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    "src/fits/Makefile") CONFIG_FILES="$CONFIG_FILES src/fits/Makefile" ;;
    "src/levmar/Makefile") CONFIG_FILES="$CONFIG_FILES src/levmar/Makefile" ;;
    "src/wcs/Makefile") CONFIG_FILES="$CONFIG_FILES src/wcs/Makefile" ;;
    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
    "sextractor.spec") CONFIG_FILES="$CONFIG_FILES sextractor.spec" ;;
    "man/sex.1") CONFIG_FILES="$CONFIG_FILES man/sex.1" ;;

27481
27482
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27483
27484
27485
27486
   { (exit 1); exit 1; }; };;
  esac
done

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27487

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27488
27489
27490
27491
27492
27493
27494
27495
27496
27497
27498
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27499
# simply because there is no reason against having it here, and in addition,
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27500
# creating and moving files from /tmp can sometimes cause problems.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27501
27502
27503
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27504
27505
$debug ||
{
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27506
27507
27508
27509
  tmp=
  trap 'exit_status=$?
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
' 0
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27510
27511
27512
27513
27514
  trap '{ (exit 1); exit 1; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27515
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27516
27517
27518
  test -n "$tmp" && test -d "$tmp"
}  ||
{
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27519
27520
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27521
27522
} ||
{
27523
   echo "$me: cannot create a temporary directory in ." >&2
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27524
27525
27526
   { (exit 1); exit 1; }
}

27527
27528
27529
27530
27531
27532
#
# Set up the sed scripts for CONFIG_FILES section.
#

# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27533
27534
if test -n "$CONFIG_FILES"; then

27535
27536
_ACEOF

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27537

27538
27539
27540
27541
27542
27543
27544
27545
27546
27547
27548
27549
27550
27551
27552
27553
27554
27555
27556
27557
27558
27559
27560
27561
27562
27563
27564
27565
27566
27567
27568
27569
27570
27571
27572
27573
27574
27575
27576
27577
27578
27579
27580
27581
27582
27583
27584
27585
27586
27587
27588
27589
27590
27591
27592
27593
27594
27595
27596
27597
27598
27599
27600
27601
27602
27603
27604
27605
27606
27607
27608
27609
27610
27611
27612
27613
27614
27615
27616
27617
27618
27619
27620
27621
27622
27623
27624
27625
27626
27627
27628
27629
27630
27631
27632
27633
27634
27635
27636
27637
27638
27639
27640
27641
27642
27643
27644
27645
27646
27647
27648
27649
27650
27651
27652
27653
27654
27655

ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
  cat >conf$$subs.sed <<_ACEOF
SHELL!$SHELL$ac_delim
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
PACKAGE_NAME!$PACKAGE_NAME$ac_delim
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
PACKAGE_STRING!$PACKAGE_STRING$ac_delim
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
exec_prefix!$exec_prefix$ac_delim
prefix!$prefix$ac_delim
program_transform_name!$program_transform_name$ac_delim
bindir!$bindir$ac_delim
sbindir!$sbindir$ac_delim
libexecdir!$libexecdir$ac_delim
datarootdir!$datarootdir$ac_delim
datadir!$datadir$ac_delim
sysconfdir!$sysconfdir$ac_delim
sharedstatedir!$sharedstatedir$ac_delim
localstatedir!$localstatedir$ac_delim
includedir!$includedir$ac_delim
oldincludedir!$oldincludedir$ac_delim
docdir!$docdir$ac_delim
infodir!$infodir$ac_delim
htmldir!$htmldir$ac_delim
dvidir!$dvidir$ac_delim
pdfdir!$pdfdir$ac_delim
psdir!$psdir$ac_delim
libdir!$libdir$ac_delim
localedir!$localedir$ac_delim
mandir!$mandir$ac_delim
DEFS!$DEFS$ac_delim
ECHO_C!$ECHO_C$ac_delim
ECHO_N!$ECHO_N$ac_delim
ECHO_T!$ECHO_T$ac_delim
LIBS!$LIBS$ac_delim
build_alias!$build_alias$ac_delim
host_alias!$host_alias$ac_delim
target_alias!$target_alias$ac_delim
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
INSTALL_DATA!$INSTALL_DATA$ac_delim
am__isrc!$am__isrc$ac_delim
CYGPATH_W!$CYGPATH_W$ac_delim
PACKAGE!$PACKAGE$ac_delim
VERSION!$VERSION$ac_delim
ACLOCAL!$ACLOCAL$ac_delim
AUTOCONF!$AUTOCONF$ac_delim
AUTOMAKE!$AUTOMAKE$ac_delim
AUTOHEADER!$AUTOHEADER$ac_delim
MAKEINFO!$MAKEINFO$ac_delim
install_sh!$install_sh$ac_delim
STRIP!$STRIP$ac_delim
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
mkdir_p!$mkdir_p$ac_delim
AWK!$AWK$ac_delim
SET_MAKE!$SET_MAKE$ac_delim
am__leading_dot!$am__leading_dot$ac_delim
AMTAR!$AMTAR$ac_delim
am__tar!$am__tar$ac_delim
am__untar!$am__untar$ac_delim
PACKAGER!$PACKAGER$ac_delim
DATE2!$DATE2$ac_delim
DATE3!$DATE3$ac_delim
CC!$CC$ac_delim
CFLAGS!$CFLAGS$ac_delim
LDFLAGS!$LDFLAGS$ac_delim
CPPFLAGS!$CPPFLAGS$ac_delim
ac_ct_CC!$ac_ct_CC$ac_delim
EXEEXT!$EXEEXT$ac_delim
OBJEXT!$OBJEXT$ac_delim
DEPDIR!$DEPDIR$ac_delim
am__include!$am__include$ac_delim
am__quote!$am__quote$ac_delim
AMDEP_TRUE!$AMDEP_TRUE$ac_delim
AMDEP_FALSE!$AMDEP_FALSE$ac_delim
AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
CCDEPMODE!$CCDEPMODE$ac_delim
am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
build!$build$ac_delim
build_cpu!$build_cpu$ac_delim
build_vendor!$build_vendor$ac_delim
build_os!$build_os$ac_delim
host!$host$ac_delim
host_cpu!$host_cpu$ac_delim
host_vendor!$host_vendor$ac_delim
host_os!$host_os$ac_delim
SED!$SED$ac_delim
GREP!$GREP$ac_delim
EGREP!$EGREP$ac_delim
LN_S!$LN_S$ac_delim
ECHO!$ECHO$ac_delim
AR!$AR$ac_delim
RANLIB!$RANLIB$ac_delim
CPP!$CPP$ac_delim
CXX!$CXX$ac_delim
CXXFLAGS!$CXXFLAGS$ac_delim
ac_ct_CXX!$ac_ct_CXX$ac_delim
_ACEOF

  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
    break
  elif $ac_last_try; then
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
   { (exit 1); exit 1; }; }
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done

ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
if test -n "$ac_eof"; then
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
  ac_eof=`expr $ac_eof + 1`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27656
27657
fi

27658
27659
27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
cat >>$CONFIG_STATUS <<_ACEOF
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
_ACEOF
sed '
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
s/^/s,@/; s/!/@,|#_!!_#|/
:n
t n
s/'"$ac_delim"'$/,g/; t
s/$/\\/; p
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
' >>$CONFIG_STATUS <conf$$subs.sed
rm -f conf$$subs.sed
cat >>$CONFIG_STATUS <<_ACEOF
CEOF$ac_eof
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27674
27675
27676
27677
27678
_ACEOF


ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
27679
27680
27681
27682
27683
27684
27685
27686
27687
27688
27689
27690
27691
27692
27693
27694
27695
27696
27697
27698
27699
27700
27701
27702
27703
  cat >conf$$subs.sed <<_ACEOF
CXXDEPMODE!$CXXDEPMODE$ac_delim
am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
CXXCPP!$CXXCPP$ac_delim
F77!$F77$ac_delim
FFLAGS!$FFLAGS$ac_delim
ac_ct_F77!$ac_ct_F77$ac_delim
LIBTOOL!$LIBTOOL$ac_delim
LIBOBJS!$LIBOBJS$ac_delim
PTHREAD_CC!$PTHREAD_CC$ac_delim
PTHREAD_LIBS!$PTHREAD_LIBS$ac_delim
PTHREAD_CFLAGS!$PTHREAD_CFLAGS$ac_delim
USE_THREADS_TRUE!$USE_THREADS_TRUE$ac_delim
USE_THREADS_FALSE!$USE_THREADS_FALSE$ac_delim
FFTW_LIBS!$FFTW_LIBS$ac_delim
FFTW_ERROR!$FFTW_ERROR$ac_delim
ATLAS_LIBPATH!$ATLAS_LIBPATH$ac_delim
ATLAS_CFLAGS!$ATLAS_CFLAGS$ac_delim
ATLAS_LIB!$ATLAS_LIB$ac_delim
ATLAS_ERROR!$ATLAS_ERROR$ac_delim
LTLIBOBJS!$LTLIBOBJS$ac_delim
_ACEOF

  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 21; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27704
27705
    break
  elif $ac_last_try; then
27706
27707
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27708
27709
27710
27711
27712
   { (exit 1); exit 1; }; }
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done
27713

27714
27715
27716
27717
27718
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
if test -n "$ac_eof"; then
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
  ac_eof=`expr $ac_eof + 1`
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27719

27720
27721
27722
cat >>$CONFIG_STATUS <<_ACEOF
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27723
_ACEOF
27724
27725
27726
27727
27728
27729
27730
27731
27732
27733
27734
27735
27736
27737
sed '
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
s/^/s,@/; s/!/@,|#_!!_#|/
:n
t n
s/'"$ac_delim"'$/,g/; t
s/$/\\/; p
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
' >>$CONFIG_STATUS <conf$$subs.sed
rm -f conf$$subs.sed
cat >>$CONFIG_STATUS <<_ACEOF
:end
s/|#_!!_#|//g
CEOF$ac_eof
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27738
_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27739

27740

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
27752
27753
27754
27755
# VPATH may cause trouble with some makes, so we remove $(srcdir),
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
s/:*\$(srcdir):*/:/
s/:*\${srcdir}:*/:/
s/:*@srcdir@:*/:/
s/^\([^=]*=[	 ]*\):*/\1/
s/:*$//
s/^[^=]*=[	 ]*$//
}'
fi

27756
cat >>$CONFIG_STATUS <<\_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27757
27758
27759
fi # test -n "$CONFIG_FILES"


27760
for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27761
27762
27763
27764
27765
27766
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
27767
27768
  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27769
27770
27771
27772
27773
27774
27775
27776
27777
27778
27779
27780
27781
27782
27783
27784
27785
27786
27787
27788
27789
27790
27791
27792
27793
27794
27795
27796
   { (exit 1); exit 1; }; };;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain `:'.
	 test -f "$ac_f" ||
	   case $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
27797
27798
	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27799
27800
   { (exit 1); exit 1; }; };;
      esac
27801
      ac_file_inputs="$ac_file_inputs $ac_f"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27802
27803
27804
27805
27806
    done

    # Let's still pretend it is `configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
27807
27808
    configure_input="Generated from "`IFS=:
	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27809
27810
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
27811
27812
      { echo "$as_me:$LINENO: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27813
27814
27815
    fi

    case $ac_tag in
27816
    *:-:* | *:-) cat >"$tmp/stdin";;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27817
27818
    esac
    ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27819
27820
  esac

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27821
  ac_dir=`$as_dirname -- "$ac_file" ||
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27822
27823
27824
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27825
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27826
echo X"$ac_file" |
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27827
27828
27829
27830
27831
27832
27833
27834
27835
27836
27837
27838
27839
27840
27841
27842
27843
27844
27845
27846
27847
27848
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  { as_dir="$ac_dir"
  case $as_dir in #(
  -*) as_dir=./$as_dir;;
  esac
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27849
    as_dirs=
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27850
27851
    while :; do
      case $as_dir in #(
27852
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27853
27854
27855
27856
      *) as_qdir=$as_dir;;
      esac
      as_dirs="'$as_qdir' $as_dirs"
      as_dir=`$as_dirname -- "$as_dir" ||
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27857
27858
27859
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_dir" : 'X\(//\)[^/]' \| \
	 X"$as_dir" : 'X\(//\)$' \| \
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27860
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27861
echo X"$as_dir" |
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27862
27863
27864
27865
27866
27867
27868
27869
27870
27871
27872
27873
27874
27875
27876
27877
27878
27879
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
      test -d "$as_dir" && break
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27880
    done
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27881
    test -z "$as_dirs" || eval "mkdir $as_dirs"
27882
27883
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
echo "$as_me: error: cannot create directory $as_dir" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27884
27885
27886
   { (exit 1); exit 1; }; }; }
  ac_builddir=.

Emmanuel Bertin's avatar
Emmanuel Bertin committed
27887
27888
27889
case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
27890
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27891
  # A ".." for each directory in $ac_dir_suffix.
27892
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27893
27894
27895
27896
27897
27898
27899
27900
27901
  case $ac_top_builddir_sub in
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  esac ;;
esac
ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir=$ac_top_build_prefix
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27902
27903

case $srcdir in
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27904
  .)  # We are building in place.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27905
    ac_srcdir=.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27906
27907
27908
    ac_top_srcdir=$ac_top_builddir_sub
    ac_abs_top_srcdir=$ac_pwd ;;
  [\\/]* | ?:[\\/]* )  # Absolute name.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27909
    ac_srcdir=$srcdir$ac_dir_suffix;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27910
27911
27912
27913
27914
27915
    ac_top_srcdir=$srcdir
    ac_abs_top_srcdir=$srcdir ;;
  *) # Relative name.
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
    ac_top_srcdir=$ac_top_build_prefix$srcdir
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27916
esac
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27917
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27918
27919


Emmanuel Bertin's avatar
Emmanuel Bertin committed
27920
27921
27922
27923
27924
  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27925
27926
27927

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27928
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27929
  esac
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27930
27931
27932
27933
27934
27935
  ac_MKDIR_P=$MKDIR_P
  case $MKDIR_P in
  [\\/$]* | ?:[\\/]* ) ;;
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  esac
_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27936

27937
cat >>$CONFIG_STATUS <<\_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27938
27939
27940
27941
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=

27942
case `sed -n '/datarootdir/ {
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27943
27944
27945
27946
27947
27948
27949
27950
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p
27951
' $ac_file_inputs` in
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27952
27953
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27954
27955
  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27956
_ACEOF
27957
cat >>$CONFIG_STATUS <<_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27958
27959
27960
27961
27962
27963
27964
27965
  ac_datarootdir_hack='
  s&@datadir@&$datadir&g
  s&@docdir@&$docdir&g
  s&@infodir@&$infodir&g
  s&@localedir@&$localedir&g
  s&@mandir@&$mandir&g
    s&\\\${datarootdir}&$datarootdir&g' ;;
esac
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27966
_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27967
27968
27969
27970

# Neutralize VPATH when `$srcdir' = `.'.
# Shell code in configure.ac might set extrasub.
# FIXME: do we really want to maintain this feature?
27971
27972
cat >>$CONFIG_STATUS <<_ACEOF
  sed "$ac_vpsub
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27973
27974
$extrasub
_ACEOF
27975
cat >>$CONFIG_STATUS <<\_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27976
27977
:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27978
s&@configure_input@&$configure_input&;t t
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27979
27980
27981
27982
27983
27984
27985
27986
27987
27988
27989
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
27990
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27991
27992
27993
27994

test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27995
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27996
which seems to be undefined.  Please make sure it is defined." >&5
27997
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Emmanuel Bertin's avatar
Emmanuel Bertin committed
27998
27999
28000
which seems to be undefined.  Please make sure it is defined." >&2;}

  rm -f "$tmp/stdin"
For faster browsing, not all history is shown. View entire blame