configure 759 KB
Newer Older
23001
23002
23003
23004
23005
23006
23007
23008
23009
fi

# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
      PATH_SEPARATOR=';'
  }
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23010
23011
23012
fi


Emmanuel Bertin's avatar
Emmanuel Bertin committed
23013
23014
23015
23016
23017
23018
23019
23020
# 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.)
IFS=" ""	$as_nl"

# Find who we are.  Look in the path if we contain no directory separator.
23021
23022
as_myself=
case $0 in #((
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23023
23024
23025
23026
23027
23028
  *[\\/]* ) 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=.
23029
23030
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  done
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23031
23032
23033
23034
23035
23036
23037
23038
23039
23040
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
23041
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23042
  exit 1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23043
23044
fi

23045
23046
23047
23048
23049
23050
23051
# Unset variables that we do not need and which cause bugs (e.g. in
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
# suppresses any "Segmentation fault" message there.  '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23052
done
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23053
23054
23055
23056
23057
PS1='$ '
PS2='> '
PS4='+ '

# NLS nuisances.
23058
23059
23060
23061
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23062

23063
23064
23065
23066
23067
23068
23069
23070
23071
23072
23073
23074
23075
23076
23077
23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
23088
23089
23090
23091
23092
23093
23094
23095
23096
23097
23098
23099
23100
23101
23102
23103
23104
23105
23106
23107
23108
23109
23110
23111
23112
23113
23114
23115
23116
23117
23118
23119
23120
23121
23122
23123
23124
23125
23126
23127
23128
23129
23130
23131
23132
23133
23134
23135
23136
23137
23138
23139
23140
23141
23142
23143
23144
23145
# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH


# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
  as_status=$1; test $as_status -eq 0 && as_status=1
  if test "$4"; then
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  fi
  $as_echo "$as_me: error: $2" >&2
  as_fn_exit $as_status
} # as_fn_error


# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
  return $1
} # as_fn_set_status

# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
  set +e
  as_fn_set_status $1
  exit $1
} # as_fn_exit

# as_fn_unset VAR
# ---------------
# Portably unset VAR.
as_fn_unset ()
{
  { eval $1=; unset $1;}
}
as_unset=as_fn_unset
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take
# advantage of any shell optimizations that allow amortized linear growth over
# repeated appends, instead of the typical quadratic growth present in naive
# implementations.
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  eval 'as_fn_append ()
  {
    eval $1+=\$2
  }'
else
  as_fn_append ()
  {
    eval $1=\$$1\$2
  }
fi # as_fn_append

# as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The arguments
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  eval 'as_fn_arith ()
  {
    as_val=$(( $* ))
  }'
else
  as_fn_arith ()
  {
    as_val=`expr "$@" || test $? -eq 1`
  }
fi # as_fn_arith


Emmanuel Bertin's avatar
Emmanuel Bertin committed
23146
23147
if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23148
23149
23150
23151
23152
  as_expr=expr
else
  as_expr=false
fi

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23153
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23154
23155
23156
23157
23158
  as_basename=basename
else
  as_basename=false
fi

23159
23160
23161
23162
23163
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  as_dirname=dirname
else
  as_dirname=false
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23164

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23165
as_me=`$as_basename -- "$0" ||
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23166
23167
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23168
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
23169
$as_echo X/"$0" |
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23170
23171
23172
23173
23174
23175
23176
23177
23178
23179
23180
23181
23182
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23183

23184
23185
23186
23187
23188
23189
# 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
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23190
23191

ECHO_C= ECHO_N= ECHO_T=
23192
case `echo -n x` in #(((((
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23193
-n*)
23194
  case `echo 'xy\c'` in
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23195
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
23196
23197
23198
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23199
23200
23201
  esac;;
*)
  ECHO_N='-n';;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23202
23203
23204
esac

rm -f conf$$ conf$$.exe conf$$.file
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23205
23206
23207
23208
if test -d conf$$.dir; then
  rm -f conf$$.dir/conf$$.file
else
  rm -f conf$$.dir
23209
23210
23211
23212
23213
23214
23215
23216
23217
23218
23219
23220
23221
23222
  mkdir conf$$.dir 2>/dev/null
fi
if (echo >conf$$.file) 2>/dev/null; then
  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 ||
      as_ln_s='cp -p'
  elif ln conf$$.file conf$$ 2>/dev/null; then
    as_ln_s=ln
  else
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23223
    as_ln_s='cp -p'
23224
  fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23225
23226
23227
else
  as_ln_s='cp -p'
fi
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23228
23229
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23230

23231
23232
23233
23234
23235
23236
23237
23238
23239
23240
23241
23242
23243
23244
23245
23246
23247
23248
23249
23250
23251
23252
23253
23254
23255
23256
23257
23258
23259
23260
23261
23262
23263
23264
23265
23266
23267
23268
23269
23270
23271
23272
23273
23274
23275
23276
23277
23278

# as_fn_mkdir_p
# -------------
# Create "$as_dir" as a directory, including parents if necessary.
as_fn_mkdir_p ()
{

  case $as_dir in #(
  -*) as_dir=./$as_dir;;
  esac
  test -d "$as_dir" || eval $as_mkdir_p || {
    as_dirs=
    while :; do
      case $as_dir in #(
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
      *) as_qdir=$as_dir;;
      esac
      as_dirs="'$as_qdir' $as_dirs"
      as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_dir" : 'X\(//\)[^/]' \| \
	 X"$as_dir" : 'X\(//\)$' \| \
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_dir" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
      test -d "$as_dir" && break
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"


} # as_fn_mkdir_p
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23279
if mkdir -p . 2>/dev/null; then
23280
  as_mkdir_p='mkdir -p "$as_dir"'
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23281
23282
23283
23284
23285
else
  test -d ./-p && rmdir ./-p
  as_mkdir_p=false
fi

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23286
23287
23288
23289
23290
23291
23292
23293
23294
23295
23296
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
23297
	test -d "$1/.";
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23298
      else
23299
	case $1 in #(
23300
	-*)set "./$1";;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23301
	esac;
23302
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23303
23304
23305
23306
23307
	???[sx]*):;;*)false;;esac;fi
    '\'' sh
  '
fi
as_executable_p=$as_test_x
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23308
23309
23310
23311
23312
23313
23314
23315
23316

# 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
23317
23318
23319
23320
23321
## ----------------------------------- ##
## Main body of $CONFIG_STATUS script. ##
## ----------------------------------- ##
_ASEOF
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23322

23323
23324
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Save the log message, to keep $0 and so on meaningful, and to
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23325
# report actual input values of CONFIG_FILES etc. instead of their
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23326
23327
# values after options handling.
ac_log="
23328
This file was extended by sextractor $as_me 2.16.2, which was
23329
generated by GNU Autoconf 2.68.  Invocation command line was
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23330
23331
23332
23333
23334
23335
23336

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

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

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23340
23341
_ACEOF

23342
23343
23344
23345
23346
23347
23348
23349
23350
23351
case $ac_config_files in *"
"*) set x $ac_config_files; shift; ac_config_files=$*;;
esac

case $ac_config_headers in *"
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
esac


cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23352
# Files that config.status was made for.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23353
23354
23355
config_files="$ac_config_files"
config_headers="$ac_config_headers"
config_commands="$ac_config_commands"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23356

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23357
_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23358

23359
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23360
ac_cs_usage="\
23361
23362
23363
\`$as_me' instantiates files and other configuration actions
from templates according to the current configuration.  Unless the files
and actions are specified as TAGs, all are instantiated by default.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23364

23365
Usage: $0 [OPTION]... [TAG]...
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23366
23367

  -h, --help       print this help, then exit
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23368
  -V, --version    print version number and configuration settings, then exit
23369
      --config     print configuration, then exit
23370
23371
  -q, --quiet, --silent
                   do not print progress messages
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23372
23373
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
23374
23375
23376
23377
      --file=FILE[:TEMPLATE]
                   instantiate the configuration file FILE
      --header=FILE[:TEMPLATE]
                   instantiate the configuration header FILE
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23378
23379
23380
23381
23382
23383
23384
23385
23386
23387

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

23388
Report bugs to <bertin@iap.fr>."
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23389

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23390
_ACEOF
23391
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23392
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23393
ac_cs_version="\\
23394
sextractor config.status 2.16.2
23395
23396
configured by $0, generated by GNU Autoconf 2.68,
  with options \\"\$ac_cs_config\\"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23397

23398
Copyright (C) 2010 Free Software Foundation, Inc.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23399
23400
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
23401
23402
23403
23404
23405

ac_pwd='$ac_pwd'
srcdir='$srcdir'
INSTALL='$INSTALL'
MKDIR_P='$MKDIR_P'
23406
23407
AWK='$AWK'
test -n "\$AWK" || AWK=awk
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23408
23409
_ACEOF

23410
23411
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# The default lists apply if the user does not specify any file.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23412
23413
23414
23415
ac_need_defaults=:
while test $# != 0
do
  case $1 in
23416
  --*=?*)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23417
23418
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23419
23420
    ac_shift=:
    ;;
23421
23422
23423
23424
23425
  --*=)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=
    ac_shift=:
    ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23426
  *)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23427
23428
23429
23430
23431
23432
23433
23434
23435
23436
    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
23437
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
23438
    $as_echo "$ac_cs_version"; exit ;;
23439
23440
  --config | --confi | --conf | --con | --co | --c )
    $as_echo "$ac_cs_config"; exit ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23441
  --debug | --debu | --deb | --de | --d | -d )
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23442
23443
23444
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
23445
23446
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
23447
    '') as_fn_error $? "missing file argument" ;;
23448
    esac
23449
    as_fn_append CONFIG_FILES " '$ac_optarg'"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23450
23451
23452
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
23453
23454
23455
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
23456
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23457
    ac_need_defaults=false;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23458
23459
  --he | --h)
    # Conflict between --help and --header
23460
23461
    as_fn_error $? "ambiguous option: \`$1'
Try \`$0 --help' for more information.";;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23462
  --help | --hel | -h )
23463
    $as_echo "$ac_cs_usage"; exit ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23464
23465
23466
23467
23468
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
23469
23470
  -*) as_fn_error $? "unrecognized option: \`$1'
Try \`$0 --help' for more information." ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23471

23472
  *) as_fn_append ac_config_targets " $1"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23473
     ac_need_defaults=false ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23474
23475
23476
23477
23478
23479
23480
23481
23482
23483
23484
23485
23486

  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
23487
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23488
if \$ac_cs_recheck; then
23489
23490
23491
23492
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  shift
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
  CONFIG_SHELL='$SHELL'
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23493
  export CONFIG_SHELL
23494
  exec "\$@"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23495
23496
23497
fi

_ACEOF
23498
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23499
23500
23501
23502
23503
23504
exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
23505
  $as_echo "$ac_log"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23506
} >&5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23507

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23508
_ACEOF
23509
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23510
#
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23511
# INIT-COMMANDS
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23512
23513
23514
23515
23516
#
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"

_ACEOF

23517
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23518
23519

# Handling of arguments.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23520
23521
for ac_config_target in $ac_config_targets
do
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23522
23523
23524
23525
23526
23527
23528
23529
23530
23531
23532
23533
23534
  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" ;;

23535
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23536
23537
23538
  esac
done

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23539

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23540
23541
23542
23543
23544
23545
23546
23547
23548
23549
23550
# 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
23551
# simply because there is no reason against having it here, and in addition,
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23552
# creating and moving files from /tmp can sometimes cause problems.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23553
23554
23555
# 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
23556
23557
$debug ||
{
23558
  tmp= ac_tmp=
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23559
  trap 'exit_status=$?
23560
23561
  : "${ac_tmp:=$tmp}"
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23562
' 0
23563
  trap 'as_fn_exit 1' 1 2 13 15
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23564
23565
23566
23567
}
# Create a (secure) tmp directory for tmp files.

{
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23568
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23569
  test -d "$tmp"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23570
23571
}  ||
{
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23572
23573
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
23574
23575
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23576

23577
23578
23579
# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23580
23581
if test -n "$CONFIG_FILES"; then

23582

23583
23584
23585
23586
23587
23588
23589
ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
fi
23590
23591
23592
23593
23594
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\\r'
else
  ac_cs_awk_cr=$ac_cr
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23595
23596
fi

23597
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23598
23599
23600
_ACEOF


23601
23602
23603
23604
23605
{
  echo "cat >conf$$subs.awk <<_ACEOF" &&
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  echo "_ACEOF"
} >conf$$subs.sh ||
23606
23607
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23608
23609
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
23610
  . ./conf$$subs.sh ||
23611
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
23612
23613
23614

  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  if test $ac_delim_n = $ac_delim_num; then
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23615
23616
    break
  elif $ac_last_try; then
23617
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23618
23619
23620
23621
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done
23622
23623
23624
rm -f conf$$subs.sh

cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23625
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
23626
23627
23628
23629
23630
23631
23632
23633
23634
23635
23636
23637
23638
_ACEOF
sed -n '
h
s/^/S["/; s/!.*/"]=/
p
g
s/^[^!]*!//
:repl
t repl
s/'"$ac_delim"'$//
t delim
:nl
h
23639
s/\(.\{148\}\)..*/\1/
23640
23641
23642
23643
23644
23645
23646
23647
23648
23649
23650
23651
23652
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
n
b repl
:more1
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t nl
:delim
h
23653
s/\(.\{148\}\)..*/\1/
23654
23655
23656
23657
23658
23659
23660
23661
23662
23663
23664
23665
23666
23667
23668
23669
23670
23671
23672
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
b
:more2
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
p
g
s/.\{148\}//
t delim
' <conf$$subs.awk | sed '
/^[^""]/{
  N
  s/\n//
}
' >>$CONFIG_STATUS || ac_write_fail=1
rm -f conf$$subs.awk
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
_ACAWK
23673
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
23674
23675
  for (key in S) S_is_set[key] = 1
  FS = ""
23676

23677
23678
23679
23680
23681
23682
23683
23684
23685
23686
23687
23688
23689
23690
23691
23692
23693
23694
23695
23696
}
{
  line = $ 0
  nfields = split(line, field, "@")
  substed = 0
  len = length(field[1])
  for (i = 2; i < nfields; i++) {
    key = field[i]
    keylen = length(key)
    if (S_is_set[key]) {
      value = S[key]
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
      len += length(value) + length(field[++i])
      substed = 1
    } else
      len += 1 + keylen
  }

  print line
}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23697

23698
_ACAWK
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23699
_ACEOF
23700
23701
23702
23703
23704
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
  cat
23705
23706
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23707
_ACEOF
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23708

23709
23710
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23711
23712
23713
# 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
23714
23715
23716
23717
23718
23719
23720
23721
23722
  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
h
s///
s/^/:/
s/[	 ]*$/:/
s/:\$(srcdir):/:/g
s/:\${srcdir}:/:/g
s/:@srcdir@:/:/g
s/^:*//
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23723
s/:*$//
23724
23725
23726
23727
x
s/\(=[	 ]*\).*/\1/
G
s/\n//
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23728
23729
23730
23731
s/^[^=]*=[	 ]*$//
}'
fi

23732
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23733
23734
fi # test -n "$CONFIG_FILES"

23735
23736
23737
23738
# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
23739
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
23740
23741
23742
23743
23744
23745
23746
23747
23748
23749
23750
BEGIN {
_ACEOF

# Transform confdefs.h into an awk script `defines.awk', embedded as
# here-document in config.status, that substitutes the proper values into
# config.h.in to produce config.h.

# Create a delimiter string that does not exist in confdefs.h, to ease
# handling of long lines.
ac_delim='%!_!# '
for ac_last_try in false false :; do
23751
23752
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  if test -z "$ac_tt"; then
23753
23754
    break
  elif $ac_last_try; then
23755
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
23756
23757
23758
23759
23760
23761
23762
23763
23764
23765
23766
23767
23768
23769
23770
23771
23772
23773
23774
23775
23776
23777
23778
23779
23780
23781
23782
23783
23784
23785
23786
23787
23788
23789
23790
23791
23792
23793
23794
23795
23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
23810
23811
23812
23813
23814
23815
23816
23817
23818
23819
23820
23821
23822
23823
23824
23825
23826
23827
23828
23829
23830
23831
23832
23833
23834
23835
23836
23837
23838
23839
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
done

# For the awk script, D is an array of macro values keyed by name,
# likewise P contains macro parameters if any.  Preserve backslash
# newline sequences.

ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
sed -n '
s/.\{148\}/&'"$ac_delim"'/g
t rset
:rset
s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
t def
d
:def
s/\\$//
t bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3"/p
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
d
:bsnl
s/["\\]/\\&/g
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
D["\1"]=" \3\\\\\\n"\\/p
t cont
s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
t cont
d
:cont
n
s/.\{148\}/&'"$ac_delim"'/g
t clear
:clear
s/\\$//
t bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/"/p
d
:bsnlc
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
b cont
' <confdefs.h | sed '
s/'"$ac_delim"'/"\\\
"/g' >>$CONFIG_STATUS || ac_write_fail=1

cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  for (key in D) D_is_set[key] = 1
  FS = ""
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
  line = \$ 0
  split(line, arg, " ")
  if (arg[1] == "#") {
    defundef = arg[2]
    mac1 = arg[3]
  } else {
    defundef = substr(arg[1], 2)
    mac1 = arg[2]
  }
  split(mac1, mac2, "(") #)
  macro = mac2[1]
  prefix = substr(line, 1, index(line, defundef) - 1)
  if (D_is_set[macro]) {
    # Preserve the white space surrounding the "#".
    print prefix "define", macro P[macro] D[macro]
    next
  } else {
    # Replace #undef with comments.  This is necessary, for example,
    # in the case of _POSIX_SOURCE, which is predefined and required
    # on some systems where configure will not decide to define it.
    if (defundef == "undef") {
      print "/*", prefix defundef, macro, "*/"
      next
    }
  }
}
{ print }
_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23840
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
23841
23842
fi # test -n "$CONFIG_HEADERS"

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23843

23844
23845
23846
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
shift
for ac_tag
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23847
23848
23849
23850
23851
23852
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
23853
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23854
23855
23856
23857
23858
23859
23860
23861
23862
23863
23864
23865
23866
23867
23868
23869
23870
23871
  :[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
23872
      -) ac_f="$ac_tmp/stdin";;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23873
23874
23875
23876
23877
23878
23879
23880
      *) # 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 ||
23881
	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23882
      esac
23883
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
23884
      as_fn_append ac_file_inputs " '$ac_f'"
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23885
23886
23887
23888
23889
    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.  */
23890
23891
23892
    configure_input='Generated from '`
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
	`' by configure.'
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23893
23894
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
23895
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
23896
$as_echo "$as_me: creating $ac_file" >&6;}
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23897
    fi
23898
23899
23900
23901
23902
23903
23904
    # Neutralize special characters interpreted by sed in replacement strings.
    case $configure_input in #(
    *\&* | *\|* | *\\* )
       ac_sed_conf_input=`$as_echo "$configure_input" |
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    esac
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23905
23906

    case $ac_tag in
23907
23908
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23909
23910
    esac
    ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23911
23912
  esac

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23913
  ac_dir=`$as_dirname -- "$ac_file" ||
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23914
23915
23916
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23917
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23918
$as_echo X"$ac_file" |
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23919
23920
23921
23922
23923
23924
23925
23926
23927
23928
23929
23930
23931
23932
23933
23934
23935
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
23936
  as_dir="$ac_dir"; as_fn_mkdir_p
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23937
23938
  ac_builddir=.

Emmanuel Bertin's avatar
Emmanuel Bertin committed
23939
23940
23941
case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
23942
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23943
  # A ".." for each directory in $ac_dir_suffix.
23944
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23945
23946
23947
23948
23949
23950
23951
23952
23953
  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
23954
23955

case $srcdir in
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23956
  .)  # We are building in place.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23957
    ac_srcdir=.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23958
23959
23960
    ac_top_srcdir=$ac_top_builddir_sub
    ac_abs_top_srcdir=$ac_pwd ;;
  [\\/]* | ?:[\\/]* )  # Absolute name.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23961
    ac_srcdir=$srcdir$ac_dir_suffix;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23962
23963
23964
23965
23966
23967
    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
23968
esac
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23969
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23970
23971


Emmanuel Bertin's avatar
Emmanuel Bertin committed
23972
23973
23974
23975
23976
  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23977
23978
23979

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23980
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23981
  esac
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23982
23983
23984
23985
23986
23987
  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
23988

23989
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23990
23991
23992
# 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=
23993
23994
ac_sed_dataroot='
/datarootdir/ {
Emmanuel Bertin's avatar
Emmanuel Bertin committed
23995
23996
23997
23998
23999
24000
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
For faster browsing, not all history is shown. View entire blame