~ubuntu-branches/ubuntu/trusty/globus-gssapi-gsi/trusty

« back to all changes in this revision

Viewing changes to autom4te.cache/output.1

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-27 15:18:29 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20111227151829-wtxfg8n50mup50fo
Tags: 10.2-1
* Update to Globus Toolkit 5.2.0
* Make doc package architecture independent

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@%:@! /bin/sh
2
 
@%:@ From configure.in Revision: 1.12 .
3
 
@%:@ Guess values for system-dependent variables and create Makefiles.
4
 
@%:@ Generated by GNU Autoconf 2.59.
5
 
@%:@ 
6
 
@%:@ Copyright (C) 2003 Free Software Foundation, Inc.
7
 
@%:@ This configure script is free software; the Free Software Foundation
8
 
@%:@ gives unlimited permission to copy, distribute and modify it.
9
 
## --------------------- ##
10
 
## M4sh Initialization.  ##
11
 
## --------------------- ##
12
 
 
13
 
# Be Bourne compatible
14
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15
 
  emulate sh
16
 
  NULLCMD=:
17
 
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18
 
  # is contrary to our usage.  Disable this feature.
19
 
  alias -g '${1+"$@"}'='"$@"'
20
 
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21
 
  set -o posix
22
 
fi
23
 
DUALCASE=1; export DUALCASE # for MKS sh
24
 
 
25
 
# Support unset when possible.
26
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27
 
  as_unset=unset
28
 
else
29
 
  as_unset=false
30
 
fi
31
 
 
32
 
 
33
 
# Work around bugs in pre-3.0 UWIN ksh.
34
 
$as_unset ENV MAIL MAILPATH
35
 
PS1='$ '
36
 
PS2='> '
37
 
PS4='+ '
38
 
 
39
 
# NLS nuisances.
40
 
for as_var in \
41
 
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
42
 
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
43
 
  LC_TELEPHONE LC_TIME
44
 
do
45
 
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
46
 
    eval $as_var=C; export $as_var
47
 
  else
48
 
    $as_unset $as_var
49
 
  fi
50
 
done
51
 
 
52
 
# Required to use basename.
53
 
if expr a : '\(a\)' >/dev/null 2>&1; then
54
 
  as_expr=expr
55
 
else
56
 
  as_expr=false
57
 
fi
58
 
 
59
 
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
60
 
  as_basename=basename
61
 
else
62
 
  as_basename=false
63
 
fi
64
 
 
65
 
 
66
 
# Name of the executable.
67
 
as_me=`$as_basename "$0" ||
68
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
69
 
         X"$0" : 'X\(//\)$' \| \
70
 
         X"$0" : 'X\(/\)$' \| \
71
 
         .     : '\(.\)' 2>/dev/null ||
72
 
echo X/"$0" |
73
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
74
 
          /^X\/\(\/\/\)$/{ s//\1/; q; }
75
 
          /^X\/\(\/\).*/{ s//\1/; q; }
76
 
          s/.*/./; q'`
77
 
 
78
 
 
79
 
# PATH needs CR, and LINENO needs CR and PATH.
80
 
# Avoid depending upon Character Ranges.
81
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
82
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
83
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
84
 
as_cr_digits='0123456789'
85
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
86
 
 
87
 
# The user is always right.
88
 
if test "${PATH_SEPARATOR+set}" != set; then
89
 
  echo "#! /bin/sh" >conf$$.sh
90
 
  echo  "exit 0"   >>conf$$.sh
91
 
  chmod +x conf$$.sh
92
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
93
 
    PATH_SEPARATOR=';'
94
 
  else
95
 
    PATH_SEPARATOR=:
96
 
  fi
97
 
  rm -f conf$$.sh
98
 
fi
99
 
 
100
 
 
101
 
  as_lineno_1=$LINENO
102
 
  as_lineno_2=$LINENO
103
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
104
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
105
 
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
106
 
  # Find who we are.  Look in the path if we contain no path at all
107
 
  # relative or not.
108
 
  case $0 in
109
 
    *[\\/]* ) as_myself=$0 ;;
110
 
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
111
 
for as_dir in $PATH
112
 
do
113
 
  IFS=$as_save_IFS
114
 
  test -z "$as_dir" && as_dir=.
115
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
116
 
done
117
 
 
118
 
       ;;
119
 
  esac
120
 
  # We did not find ourselves, most probably we were run as `sh COMMAND'
121
 
  # in which case we are not to be found in the path.
122
 
  if test "x$as_myself" = x; then
123
 
    as_myself=$0
124
 
  fi
125
 
  if test ! -f "$as_myself"; then
126
 
    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
127
 
   { (exit 1); exit 1; }; }
128
 
  fi
129
 
  case $CONFIG_SHELL in
130
 
  '')
131
 
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
132
 
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
133
 
do
134
 
  IFS=$as_save_IFS
135
 
  test -z "$as_dir" && as_dir=.
136
 
  for as_base in sh bash ksh sh5; do
137
 
         case $as_dir in
138
 
         /*)
139
 
           if ("$as_dir/$as_base" -c '
140
 
  as_lineno_1=$LINENO
141
 
  as_lineno_2=$LINENO
142
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
143
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
144
 
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
145
 
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
146
 
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
147
 
             CONFIG_SHELL=$as_dir/$as_base
148
 
             export CONFIG_SHELL
149
 
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
150
 
           fi;;
151
 
         esac
152
 
       done
153
 
done
154
 
;;
155
 
  esac
156
 
 
157
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
158
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
159
 
  # line-number line before each line; the second 'sed' does the real
160
 
  # work.  The second script uses 'N' to pair each line-number line
161
 
  # with the numbered line, and appends trailing '-' during
162
 
  # substitution so that $LINENO is not a special case at line end.
163
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
164
 
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
165
 
  sed '=' <$as_myself |
166
 
    sed '
167
 
      N
168
 
      s,$,-,
169
 
      : loop
170
 
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
171
 
      t loop
172
 
      s,-$,,
173
 
      s,^['$as_cr_digits']*\n,,
174
 
    ' >$as_me.lineno &&
175
 
  chmod +x $as_me.lineno ||
176
 
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
177
 
   { (exit 1); exit 1; }; }
178
 
 
179
 
  # Don't try to exec as it changes $[0], causing all sort of problems
180
 
  # (the dirname of $[0] is not the place where we might find the
181
 
  # original and so on.  Autoconf is especially sensible to this).
182
 
  . ./$as_me.lineno
183
 
  # Exit status is that of the last command.
184
 
  exit
185
 
}
186
 
 
187
 
 
188
 
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
189
 
  *c*,-n*) ECHO_N= ECHO_C='
190
 
' ECHO_T='      ' ;;
191
 
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
192
 
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
193
 
esac
194
 
 
195
 
if expr a : '\(a\)' >/dev/null 2>&1; then
196
 
  as_expr=expr
197
 
else
198
 
  as_expr=false
199
 
fi
200
 
 
201
 
rm -f conf$$ conf$$.exe conf$$.file
202
 
echo >conf$$.file
203
 
if ln -s conf$$.file conf$$ 2>/dev/null; then
204
 
  # We could just check for DJGPP; but this test a) works b) is more generic
205
 
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
206
 
  if test -f conf$$.exe; then
207
 
    # Don't use ln at all; we don't have any links
208
 
    as_ln_s='cp -p'
209
 
  else
210
 
    as_ln_s='ln -s'
211
 
  fi
212
 
elif ln conf$$.file conf$$ 2>/dev/null; then
213
 
  as_ln_s=ln
214
 
else
215
 
  as_ln_s='cp -p'
216
 
fi
217
 
rm -f conf$$ conf$$.exe conf$$.file
218
 
 
219
 
if mkdir -p . 2>/dev/null; then
220
 
  as_mkdir_p=:
221
 
else
222
 
  test -d ./-p && rmdir ./-p
223
 
  as_mkdir_p=false
224
 
fi
225
 
 
226
 
as_executable_p="test -f"
227
 
 
228
 
# Sed expression to map a string onto a valid CPP name.
229
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230
 
 
231
 
# Sed expression to map a string onto a valid variable name.
232
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
233
 
 
234
 
 
235
 
# IFS
236
 
# We need space, tab and new line, in precisely that order.
237
 
as_nl='
238
 
'
239
 
IFS="   $as_nl"
240
 
 
241
 
# CDPATH.
242
 
$as_unset CDPATH
243
 
 
244
 
 
245
 
# Name of the host.
246
 
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
247
 
# so uname gets run too.
248
 
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
249
 
 
250
 
exec 6>&1
251
 
 
252
 
#
253
 
# Initializations.
254
 
#
255
 
ac_default_prefix=/usr/local
256
 
ac_config_libobj_dir=.
257
 
cross_compiling=no
258
 
subdirs=
259
 
MFLAGS=
260
 
MAKEFLAGS=
261
 
SHELL=${CONFIG_SHELL-/bin/sh}
262
 
 
263
 
# Maximum number of lines to put in a shell here document.
264
 
# This variable seems obsolete.  It should probably be removed, and
265
 
# only ac_max_sed_lines should be used.
266
 
: ${ac_max_here_lines=38}
267
 
 
268
 
# Identity of this package.
269
 
PACKAGE_NAME=
270
 
PACKAGE_TARNAME=
271
 
PACKAGE_VERSION=
272
 
PACKAGE_STRING=
273
 
PACKAGE_BUGREPORT=
274
 
 
275
 
ac_unique_file="Makefile.am"
276
 
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GPT_LOCATION GPT_IS_2 GPT_CFLAGS GPT_PKG_CFLAGS GPT_INCLUDES GPT_EXTERNAL_INCLUDES GPT_EXTERNAL_LIBS GPT_LIBS GPT_LDFLAGS GPT_CONFIG_CFLAGS GPT_CONFIG_INCLUDES GPT_CONFIG_LIBS GPT_CONFIG_PKG_LIBS GPT_PGM_LINKS GPT_LIB_LINKS GPT_LINKTYPE builddir WITHOUT_FLAVORS_TRUE WITHOUT_FLAVORS_FALSE GLOBUS_FLAVOR_NAME CC CPP CFLAGS CPPFLAGS LD LDFLAGS CXX CXXCPP CXXFLAGS INSURE DOXYGEN F77 F77FLAGS F90 F90FLAGS AR ARFLAGS RANLIB PERL CROSS cross_compiling OBJEXT EXEEXT OBJECT_MODE FILELIST_FILE GPT_MAJOR_VERSION GPT_MINOR_VERSION DIRT_TIMESTAMP DIRT_BRANCH_ID ENABLE_PROGRAMS_TRUE ENABLE_PROGRAMS_FALSE LIBTOOL LN_S INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar USE_SYMBOL_LABELS_TRUE USE_SYMBOL_LABELS_FALSE DOXYFILE DOT HAVE_DOT lac_doxygen_srcdirs lac_doxygen_input_filter lac_doxygen_project lac_doxygen_output_tagfile lac_doxygen_tagfiles lac_doxygen_internal_tagfiles lac_doxygen_installdox lac_doxygen_file_patterns lac_doxygen_examples lac_doxygen_predefines LIB@&t@OBJS LTLIBOBJS'
277
 
ac_subst_files=''
278
 
 
279
 
# Initialize some variables set by options.
280
 
ac_init_help=
281
 
ac_init_version=false
282
 
# The variables have the same names as the options, with
283
 
# dashes changed to underlines.
284
 
cache_file=/dev/null
285
 
exec_prefix=NONE
286
 
no_create=
287
 
no_recursion=
288
 
prefix=NONE
289
 
program_prefix=NONE
290
 
program_suffix=NONE
291
 
program_transform_name=s,x,x,
292
 
silent=
293
 
site=
294
 
srcdir=
295
 
verbose=
296
 
x_includes=NONE
297
 
x_libraries=NONE
298
 
 
299
 
# Installation directory options.
300
 
# These are left unexpanded so users can "make install exec_prefix=/foo"
301
 
# and all the variables that are supposed to be based on exec_prefix
302
 
# by default will actually change.
303
 
# Use braces instead of parens because sh, perl, etc. also accept them.
304
 
bindir='${exec_prefix}/bin'
305
 
sbindir='${exec_prefix}/sbin'
306
 
libexecdir='${exec_prefix}/libexec'
307
 
datadir='${prefix}/share'
308
 
sysconfdir='${prefix}/etc'
309
 
sharedstatedir='${prefix}/com'
310
 
localstatedir='${prefix}/var'
311
 
libdir='${exec_prefix}/lib'
312
 
includedir='${prefix}/include'
313
 
oldincludedir='/usr/include'
314
 
infodir='${prefix}/info'
315
 
mandir='${prefix}/man'
316
 
 
317
 
ac_prev=
318
 
for ac_option
319
 
do
320
 
  # If the previous option needs an argument, assign it.
321
 
  if test -n "$ac_prev"; then
322
 
    eval "$ac_prev=\$ac_option"
323
 
    ac_prev=
324
 
    continue
325
 
  fi
326
 
 
327
 
  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328
 
 
329
 
  # Accept the important Cygnus configure options, so we can diagnose typos.
330
 
 
331
 
  case $ac_option in
332
 
 
333
 
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
334
 
    ac_prev=bindir ;;
335
 
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
336
 
    bindir=$ac_optarg ;;
337
 
 
338
 
  -build | --build | --buil | --bui | --bu)
339
 
    ac_prev=build_alias ;;
340
 
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
341
 
    build_alias=$ac_optarg ;;
342
 
 
343
 
  -cache-file | --cache-file | --cache-fil | --cache-fi \
344
 
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
345
 
    ac_prev=cache_file ;;
346
 
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
347
 
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
348
 
    cache_file=$ac_optarg ;;
349
 
 
350
 
  --config-cache | -C)
351
 
    cache_file=config.cache ;;
352
 
 
353
 
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354
 
    ac_prev=datadir ;;
355
 
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356
 
  | --da=*)
357
 
    datadir=$ac_optarg ;;
358
 
 
359
 
  -disable-* | --disable-*)
360
 
    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361
 
    # Reject names that are not valid shell variable names.
362
 
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
363
 
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364
 
   { (exit 1); exit 1; }; }
365
 
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
366
 
    eval "enable_$ac_feature=no" ;;
367
 
 
368
 
  -enable-* | --enable-*)
369
 
    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370
 
    # Reject names that are not valid shell variable names.
371
 
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
372
 
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373
 
   { (exit 1); exit 1; }; }
374
 
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375
 
    case $ac_option in
376
 
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
377
 
      *) ac_optarg=yes ;;
378
 
    esac
379
 
    eval "enable_$ac_feature='$ac_optarg'" ;;
380
 
 
381
 
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
382
 
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
383
 
  | --exec | --exe | --ex)
384
 
    ac_prev=exec_prefix ;;
385
 
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
386
 
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
387
 
  | --exec=* | --exe=* | --ex=*)
388
 
    exec_prefix=$ac_optarg ;;
389
 
 
390
 
  -gas | --gas | --ga | --g)
391
 
    # Obsolete; use --with-gas.
392
 
    with_gas=yes ;;
393
 
 
394
 
  -help | --help | --hel | --he | -h)
395
 
    ac_init_help=long ;;
396
 
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
397
 
    ac_init_help=recursive ;;
398
 
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
399
 
    ac_init_help=short ;;
400
 
 
401
 
  -host | --host | --hos | --ho)
402
 
    ac_prev=host_alias ;;
403
 
  -host=* | --host=* | --hos=* | --ho=*)
404
 
    host_alias=$ac_optarg ;;
405
 
 
406
 
  -includedir | --includedir | --includedi | --included | --include \
407
 
  | --includ | --inclu | --incl | --inc)
408
 
    ac_prev=includedir ;;
409
 
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
410
 
  | --includ=* | --inclu=* | --incl=* | --inc=*)
411
 
    includedir=$ac_optarg ;;
412
 
 
413
 
  -infodir | --infodir | --infodi | --infod | --info | --inf)
414
 
    ac_prev=infodir ;;
415
 
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
416
 
    infodir=$ac_optarg ;;
417
 
 
418
 
  -libdir | --libdir | --libdi | --libd)
419
 
    ac_prev=libdir ;;
420
 
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
421
 
    libdir=$ac_optarg ;;
422
 
 
423
 
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
424
 
  | --libexe | --libex | --libe)
425
 
    ac_prev=libexecdir ;;
426
 
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
427
 
  | --libexe=* | --libex=* | --libe=*)
428
 
    libexecdir=$ac_optarg ;;
429
 
 
430
 
  -localstatedir | --localstatedir | --localstatedi | --localstated \
431
 
  | --localstate | --localstat | --localsta | --localst \
432
 
  | --locals | --local | --loca | --loc | --lo)
433
 
    ac_prev=localstatedir ;;
434
 
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
435
 
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
436
 
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
437
 
    localstatedir=$ac_optarg ;;
438
 
 
439
 
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440
 
    ac_prev=mandir ;;
441
 
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
442
 
    mandir=$ac_optarg ;;
443
 
 
444
 
  -nfp | --nfp | --nf)
445
 
    # Obsolete; use --without-fp.
446
 
    with_fp=no ;;
447
 
 
448
 
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
449
 
  | --no-cr | --no-c | -n)
450
 
    no_create=yes ;;
451
 
 
452
 
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
453
 
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
454
 
    no_recursion=yes ;;
455
 
 
456
 
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
457
 
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
458
 
  | --oldin | --oldi | --old | --ol | --o)
459
 
    ac_prev=oldincludedir ;;
460
 
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
461
 
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
462
 
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
463
 
    oldincludedir=$ac_optarg ;;
464
 
 
465
 
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466
 
    ac_prev=prefix ;;
467
 
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
468
 
    prefix=$ac_optarg ;;
469
 
 
470
 
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
471
 
  | --program-pre | --program-pr | --program-p)
472
 
    ac_prev=program_prefix ;;
473
 
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
474
 
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
475
 
    program_prefix=$ac_optarg ;;
476
 
 
477
 
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
478
 
  | --program-suf | --program-su | --program-s)
479
 
    ac_prev=program_suffix ;;
480
 
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
481
 
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
482
 
    program_suffix=$ac_optarg ;;
483
 
 
484
 
  -program-transform-name | --program-transform-name \
485
 
  | --program-transform-nam | --program-transform-na \
486
 
  | --program-transform-n | --program-transform- \
487
 
  | --program-transform | --program-transfor \
488
 
  | --program-transfo | --program-transf \
489
 
  | --program-trans | --program-tran \
490
 
  | --progr-tra | --program-tr | --program-t)
491
 
    ac_prev=program_transform_name ;;
492
 
  -program-transform-name=* | --program-transform-name=* \
493
 
  | --program-transform-nam=* | --program-transform-na=* \
494
 
  | --program-transform-n=* | --program-transform-=* \
495
 
  | --program-transform=* | --program-transfor=* \
496
 
  | --program-transfo=* | --program-transf=* \
497
 
  | --program-trans=* | --program-tran=* \
498
 
  | --progr-tra=* | --program-tr=* | --program-t=*)
499
 
    program_transform_name=$ac_optarg ;;
500
 
 
501
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
502
 
  | -silent | --silent | --silen | --sile | --sil)
503
 
    silent=yes ;;
504
 
 
505
 
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506
 
    ac_prev=sbindir ;;
507
 
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508
 
  | --sbi=* | --sb=*)
509
 
    sbindir=$ac_optarg ;;
510
 
 
511
 
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
512
 
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
513
 
  | --sharedst | --shareds | --shared | --share | --shar \
514
 
  | --sha | --sh)
515
 
    ac_prev=sharedstatedir ;;
516
 
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
517
 
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
518
 
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519
 
  | --sha=* | --sh=*)
520
 
    sharedstatedir=$ac_optarg ;;
521
 
 
522
 
  -site | --site | --sit)
523
 
    ac_prev=site ;;
524
 
  -site=* | --site=* | --sit=*)
525
 
    site=$ac_optarg ;;
526
 
 
527
 
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528
 
    ac_prev=srcdir ;;
529
 
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
530
 
    srcdir=$ac_optarg ;;
531
 
 
532
 
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
533
 
  | --syscon | --sysco | --sysc | --sys | --sy)
534
 
    ac_prev=sysconfdir ;;
535
 
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
536
 
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
537
 
    sysconfdir=$ac_optarg ;;
538
 
 
539
 
  -target | --target | --targe | --targ | --tar | --ta | --t)
540
 
    ac_prev=target_alias ;;
541
 
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
542
 
    target_alias=$ac_optarg ;;
543
 
 
544
 
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
545
 
    verbose=yes ;;
546
 
 
547
 
  -version | --version | --versio | --versi | --vers | -V)
548
 
    ac_init_version=: ;;
549
 
 
550
 
  -with-* | --with-*)
551
 
    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552
 
    # Reject names that are not valid shell variable names.
553
 
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
554
 
      { echo "$as_me: error: invalid package name: $ac_package" >&2
555
 
   { (exit 1); exit 1; }; }
556
 
    ac_package=`echo $ac_package| sed 's/-/_/g'`
557
 
    case $ac_option in
558
 
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
559
 
      *) ac_optarg=yes ;;
560
 
    esac
561
 
    eval "with_$ac_package='$ac_optarg'" ;;
562
 
 
563
 
  -without-* | --without-*)
564
 
    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565
 
    # Reject names that are not valid shell variable names.
566
 
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
567
 
      { echo "$as_me: error: invalid package name: $ac_package" >&2
568
 
   { (exit 1); exit 1; }; }
569
 
    ac_package=`echo $ac_package | sed 's/-/_/g'`
570
 
    eval "with_$ac_package=no" ;;
571
 
 
572
 
  --x)
573
 
    # Obsolete; use --with-x.
574
 
    with_x=yes ;;
575
 
 
576
 
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
577
 
  | --x-incl | --x-inc | --x-in | --x-i)
578
 
    ac_prev=x_includes ;;
579
 
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
580
 
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
581
 
    x_includes=$ac_optarg ;;
582
 
 
583
 
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
584
 
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
585
 
    ac_prev=x_libraries ;;
586
 
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
587
 
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
588
 
    x_libraries=$ac_optarg ;;
589
 
 
590
 
  -*) { echo "$as_me: error: unrecognized option: $ac_option
591
 
Try \`$0 --help' for more information." >&2
592
 
   { (exit 1); exit 1; }; }
593
 
    ;;
594
 
 
595
 
  *=*)
596
 
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
597
 
    # Reject names that are not valid shell variable names.
598
 
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
599
 
      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600
 
   { (exit 1); exit 1; }; }
601
 
    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602
 
    eval "$ac_envvar='$ac_optarg'"
603
 
    export $ac_envvar ;;
604
 
 
605
 
  *)
606
 
    # FIXME: should be removed in autoconf 3.0.
607
 
    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608
 
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
609
 
      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610
 
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
611
 
    ;;
612
 
 
613
 
  esac
614
 
done
615
 
 
616
 
if test -n "$ac_prev"; then
617
 
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
618
 
  { echo "$as_me: error: missing argument to $ac_option" >&2
619
 
   { (exit 1); exit 1; }; }
620
 
fi
621
 
 
622
 
# Be sure to have absolute paths.
623
 
for ac_var in exec_prefix prefix
624
 
do
625
 
  eval ac_val=$`echo $ac_var`
626
 
  case $ac_val in
627
 
    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
628
 
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629
 
   { (exit 1); exit 1; }; };;
630
 
  esac
631
 
done
632
 
 
633
 
# Be sure to have absolute paths.
634
 
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635
 
              localstatedir libdir includedir oldincludedir infodir mandir
636
 
do
637
 
  eval ac_val=$`echo $ac_var`
638
 
  case $ac_val in
639
 
    [\\/$]* | ?:[\\/]* ) ;;
640
 
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641
 
   { (exit 1); exit 1; }; };;
642
 
  esac
643
 
done
644
 
 
645
 
# There might be people who depend on the old broken behavior: `$host'
646
 
# used to hold the argument of --host etc.
647
 
# FIXME: To remove some day.
648
 
build=$build_alias
649
 
host=$host_alias
650
 
target=$target_alias
651
 
 
652
 
# FIXME: To remove some day.
653
 
if test "x$host_alias" != x; then
654
 
  if test "x$build_alias" = x; then
655
 
    cross_compiling=maybe
656
 
    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657
 
    If a cross compiler is detected then cross compile mode will be used." >&2
658
 
  elif test "x$build_alias" != "x$host_alias"; then
659
 
    cross_compiling=yes
660
 
  fi
661
 
fi
662
 
 
663
 
ac_tool_prefix=
664
 
test -n "$host_alias" && ac_tool_prefix=$host_alias-
665
 
 
666
 
test "$silent" = yes && exec 6>/dev/null
667
 
 
668
 
 
669
 
# Find the source files, if location was not specified.
670
 
if test -z "$srcdir"; then
671
 
  ac_srcdir_defaulted=yes
672
 
  # Try the directory containing this script, then its parent.
673
 
  ac_confdir=`(dirname "$0") 2>/dev/null ||
674
 
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675
 
         X"$0" : 'X\(//\)[^/]' \| \
676
 
         X"$0" : 'X\(//\)$' \| \
677
 
         X"$0" : 'X\(/\)' \| \
678
 
         .     : '\(.\)' 2>/dev/null ||
679
 
echo X"$0" |
680
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682
 
          /^X\(\/\/\)$/{ s//\1/; q; }
683
 
          /^X\(\/\).*/{ s//\1/; q; }
684
 
          s/.*/./; q'`
685
 
  srcdir=$ac_confdir
686
 
  if test ! -r $srcdir/$ac_unique_file; then
687
 
    srcdir=..
688
 
  fi
689
 
else
690
 
  ac_srcdir_defaulted=no
691
 
fi
692
 
if test ! -r $srcdir/$ac_unique_file; then
693
 
  if test "$ac_srcdir_defaulted" = yes; then
694
 
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695
 
   { (exit 1); exit 1; }; }
696
 
  else
697
 
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698
 
   { (exit 1); exit 1; }; }
699
 
  fi
700
 
fi
701
 
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
702
 
  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703
 
   { (exit 1); exit 1; }; }
704
 
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705
 
ac_env_build_alias_set=${build_alias+set}
706
 
ac_env_build_alias_value=$build_alias
707
 
ac_cv_env_build_alias_set=${build_alias+set}
708
 
ac_cv_env_build_alias_value=$build_alias
709
 
ac_env_host_alias_set=${host_alias+set}
710
 
ac_env_host_alias_value=$host_alias
711
 
ac_cv_env_host_alias_set=${host_alias+set}
712
 
ac_cv_env_host_alias_value=$host_alias
713
 
ac_env_target_alias_set=${target_alias+set}
714
 
ac_env_target_alias_value=$target_alias
715
 
ac_cv_env_target_alias_set=${target_alias+set}
716
 
ac_cv_env_target_alias_value=$target_alias
717
 
 
718
 
#
719
 
# Report the --help message.
720
 
#
721
 
if test "$ac_init_help" = "long"; then
722
 
  # Omit some internal or obsolete options to make the list less imposing.
723
 
  # This message is too long to be a string in the A/UX 3.1 sh.
724
 
  cat <<_ACEOF
725
 
\`configure' configures this package to adapt to many kinds of systems.
726
 
 
727
 
Usage: $0 [OPTION]... [VAR=VALUE]...
728
 
 
729
 
To assign environment variables (e.g., CC, CFLAGS...), specify them as
730
 
VAR=VALUE.  See below for descriptions of some of the useful variables.
731
 
 
732
 
Defaults for the options are specified in brackets.
733
 
 
734
 
Configuration:
735
 
  -h, --help              display this help and exit
736
 
      --help=short        display options specific to this package
737
 
      --help=recursive    display the short help of all the included packages
738
 
  -V, --version           display version information and exit
739
 
  -q, --quiet, --silent   do not print \`checking...' messages
740
 
      --cache-file=FILE   cache test results in FILE [disabled]
741
 
  -C, --config-cache      alias for \`--cache-file=config.cache'
742
 
  -n, --no-create         do not create output files
743
 
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
744
 
 
745
 
_ACEOF
746
 
 
747
 
  cat <<_ACEOF
748
 
Installation directories:
749
 
  --prefix=PREFIX         install architecture-independent files in PREFIX
750
 
                          [$ac_default_prefix]
751
 
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
752
 
                          [PREFIX]
753
 
 
754
 
By default, \`make install' will install all the files in
755
 
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
756
 
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
757
 
for instance \`--prefix=\$HOME'.
758
 
 
759
 
For better control, use the options below.
760
 
 
761
 
Fine tuning of the installation directories:
762
 
  --bindir=DIR           user executables [EPREFIX/bin]
763
 
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
764
 
  --libexecdir=DIR       program executables [EPREFIX/libexec]
765
 
  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
766
 
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
767
 
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
768
 
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
769
 
  --libdir=DIR           object code libraries [EPREFIX/lib]
770
 
  --includedir=DIR       C header files [PREFIX/include]
771
 
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
772
 
  --infodir=DIR          info documentation [PREFIX/info]
773
 
  --mandir=DIR           man documentation [PREFIX/man]
774
 
_ACEOF
775
 
 
776
 
  cat <<\_ACEOF
777
 
 
778
 
Program names:
779
 
  --program-prefix=PREFIX            prepend PREFIX to installed program names
780
 
  --program-suffix=SUFFIX            append SUFFIX to installed program names
781
 
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
782
 
_ACEOF
783
 
fi
784
 
 
785
 
if test -n "$ac_init_help"; then
786
 
 
787
 
  cat <<\_ACEOF
788
 
 
789
 
Optional Features:
790
 
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
791
 
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
792
 
  --enable-maintainer-mode  enable make rules and dependencies not useful
793
 
                          (and sometimes confusing) to the casual installer
794
 
  --enable-static-only    Don't do any dynamic linking
795
 
   --disable-programs    Don't compile/link programs
796
 
  --disable-insure      disable Insure++ 
797
 
 --enable-doxygen=PATH     use Doxygen to generate documentation
798
 
 --enable-internal-doc        Generate Doxygen documentation for
799
 
                   internal functions. Requires --enable-doxygen
800
 
 
801
 
Optional Packages:
802
 
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
803
 
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
804
 
 --with-flavor=<FL>     Specify the globus build flavor or without-flavor for a flavor independent  
805
 
 
806
 
_ACEOF
807
 
fi
808
 
 
809
 
if test "$ac_init_help" = "recursive"; then
810
 
  # If there are subdirs, report their specific --help.
811
 
  ac_popdir=`pwd`
812
 
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
813
 
    test -d $ac_dir || continue
814
 
    ac_builddir=.
815
 
 
816
 
if test "$ac_dir" != .; then
817
 
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
818
 
  # A "../" for each directory in $ac_dir_suffix.
819
 
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
820
 
else
821
 
  ac_dir_suffix= ac_top_builddir=
822
 
fi
823
 
 
824
 
case $srcdir in
825
 
  .)  # No --srcdir option.  We are building in place.
826
 
    ac_srcdir=.
827
 
    if test -z "$ac_top_builddir"; then
828
 
       ac_top_srcdir=.
829
 
    else
830
 
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
831
 
    fi ;;
832
 
  [\\/]* | ?:[\\/]* )  # Absolute path.
833
 
    ac_srcdir=$srcdir$ac_dir_suffix;
834
 
    ac_top_srcdir=$srcdir ;;
835
 
  *) # Relative path.
836
 
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
837
 
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
838
 
esac
839
 
 
840
 
# Do not use `cd foo && pwd` to compute absolute paths, because
841
 
# the directories may not exist.
842
 
case `pwd` in
843
 
.) ac_abs_builddir="$ac_dir";;
844
 
*)
845
 
  case "$ac_dir" in
846
 
  .) ac_abs_builddir=`pwd`;;
847
 
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
848
 
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
849
 
  esac;;
850
 
esac
851
 
case $ac_abs_builddir in
852
 
.) ac_abs_top_builddir=${ac_top_builddir}.;;
853
 
*)
854
 
  case ${ac_top_builddir}. in
855
 
  .) ac_abs_top_builddir=$ac_abs_builddir;;
856
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
857
 
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
858
 
  esac;;
859
 
esac
860
 
case $ac_abs_builddir in
861
 
.) ac_abs_srcdir=$ac_srcdir;;
862
 
*)
863
 
  case $ac_srcdir in
864
 
  .) ac_abs_srcdir=$ac_abs_builddir;;
865
 
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
866
 
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
867
 
  esac;;
868
 
esac
869
 
case $ac_abs_builddir in
870
 
.) ac_abs_top_srcdir=$ac_top_srcdir;;
871
 
*)
872
 
  case $ac_top_srcdir in
873
 
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
874
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
875
 
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
876
 
  esac;;
877
 
esac
878
 
 
879
 
    cd $ac_dir
880
 
    # Check for guested configure; otherwise get Cygnus style configure.
881
 
    if test -f $ac_srcdir/configure.gnu; then
882
 
      echo
883
 
      $SHELL $ac_srcdir/configure.gnu  --help=recursive
884
 
    elif test -f $ac_srcdir/configure; then
885
 
      echo
886
 
      $SHELL $ac_srcdir/configure  --help=recursive
887
 
    elif test -f $ac_srcdir/configure.ac ||
888
 
           test -f $ac_srcdir/configure.in; then
889
 
      echo
890
 
      $ac_configure --help
891
 
    else
892
 
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
893
 
    fi
894
 
    cd $ac_popdir
895
 
  done
896
 
fi
897
 
 
898
 
test -n "$ac_init_help" && exit 0
899
 
if $ac_init_version; then
900
 
  cat <<\_ACEOF
901
 
 
902
 
Copyright (C) 2003 Free Software Foundation, Inc.
903
 
This configure script is free software; the Free Software Foundation
904
 
gives unlimited permission to copy, distribute and modify it.
905
 
_ACEOF
906
 
  exit 0
907
 
fi
908
 
exec 5>config.log
909
 
cat >&5 <<_ACEOF
910
 
This file contains any messages produced by compilers while
911
 
running configure, to aid debugging if configure makes a mistake.
912
 
 
913
 
It was created by $as_me, which was
914
 
generated by GNU Autoconf 2.59.  Invocation command line was
915
 
 
916
 
  $ $0 $@
917
 
 
918
 
_ACEOF
919
 
{
920
 
cat <<_ASUNAME
921
 
@%:@@%:@ --------- @%:@@%:@
922
 
@%:@@%:@ Platform. @%:@@%:@
923
 
@%:@@%:@ --------- @%:@@%:@
924
 
 
925
 
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
926
 
uname -m = `(uname -m) 2>/dev/null || echo unknown`
927
 
uname -r = `(uname -r) 2>/dev/null || echo unknown`
928
 
uname -s = `(uname -s) 2>/dev/null || echo unknown`
929
 
uname -v = `(uname -v) 2>/dev/null || echo unknown`
930
 
 
931
 
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
932
 
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
933
 
 
934
 
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
935
 
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
936
 
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
937
 
hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
938
 
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
939
 
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
940
 
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
941
 
 
942
 
_ASUNAME
943
 
 
944
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
945
 
for as_dir in $PATH
946
 
do
947
 
  IFS=$as_save_IFS
948
 
  test -z "$as_dir" && as_dir=.
949
 
  echo "PATH: $as_dir"
950
 
done
951
 
 
952
 
} >&5
953
 
 
954
 
cat >&5 <<_ACEOF
955
 
 
956
 
 
957
 
@%:@@%:@ ----------- @%:@@%:@
958
 
@%:@@%:@ Core tests. @%:@@%:@
959
 
@%:@@%:@ ----------- @%:@@%:@
960
 
 
961
 
_ACEOF
962
 
 
963
 
 
964
 
# Keep a trace of the command line.
965
 
# Strip out --no-create and --no-recursion so they do not pile up.
966
 
# Strip out --silent because we don't want to record it for future runs.
967
 
# Also quote any args containing shell meta-characters.
968
 
# Make two passes to allow for proper duplicate-argument suppression.
969
 
ac_configure_args=
970
 
ac_configure_args0=
971
 
ac_configure_args1=
972
 
ac_sep=
973
 
ac_must_keep_next=false
974
 
for ac_pass in 1 2
975
 
do
976
 
  for ac_arg
977
 
  do
978
 
    case $ac_arg in
979
 
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
980
 
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
981
 
    | -silent | --silent | --silen | --sile | --sil)
982
 
      continue ;;
983
 
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
984
 
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
985
 
    esac
986
 
    case $ac_pass in
987
 
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
988
 
    2)
989
 
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
990
 
      if test $ac_must_keep_next = true; then
991
 
        ac_must_keep_next=false # Got value, back to normal.
992
 
      else
993
 
        case $ac_arg in
994
 
          *=* | --config-cache | -C | -disable-* | --disable-* \
995
 
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
996
 
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
997
 
          | -with-* | --with-* | -without-* | --without-* | --x)
998
 
            case "$ac_configure_args0 " in
999
 
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1000
 
            esac
1001
 
            ;;
1002
 
          -* ) ac_must_keep_next=true ;;
1003
 
        esac
1004
 
      fi
1005
 
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1006
 
      # Get rid of the leading space.
1007
 
      ac_sep=" "
1008
 
      ;;
1009
 
    esac
1010
 
  done
1011
 
done
1012
 
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1013
 
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1014
 
 
1015
 
# When interrupted or exit'd, cleanup temporary files, and complete
1016
 
# config.log.  We remove comments because anyway the quotes in there
1017
 
# would cause problems or look ugly.
1018
 
# WARNING: Be sure not to use single quotes in there, as some shells,
1019
 
# such as our DU 5.0 friend, will then `close' the trap.
1020
 
trap 'exit_status=$?
1021
 
  # Save into config.log some information that might help in debugging.
1022
 
  {
1023
 
    echo
1024
 
 
1025
 
    cat <<\_ASBOX
1026
 
@%:@@%:@ ---------------- @%:@@%:@
1027
 
@%:@@%:@ Cache variables. @%:@@%:@
1028
 
@%:@@%:@ ---------------- @%:@@%:@
1029
 
_ASBOX
1030
 
    echo
1031
 
    # The following way of writing the cache mishandles newlines in values,
1032
 
{
1033
 
  (set) 2>&1 |
1034
 
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1035
 
    *ac_space=\ *)
1036
 
      sed -n \
1037
 
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1038
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1039
 
      ;;
1040
 
    *)
1041
 
      sed -n \
1042
 
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1043
 
      ;;
1044
 
    esac;
1045
 
}
1046
 
    echo
1047
 
 
1048
 
    cat <<\_ASBOX
1049
 
@%:@@%:@ ----------------- @%:@@%:@
1050
 
@%:@@%:@ Output variables. @%:@@%:@
1051
 
@%:@@%:@ ----------------- @%:@@%:@
1052
 
_ASBOX
1053
 
    echo
1054
 
    for ac_var in $ac_subst_vars
1055
 
    do
1056
 
      eval ac_val=$`echo $ac_var`
1057
 
      echo "$ac_var='"'"'$ac_val'"'"'"
1058
 
    done | sort
1059
 
    echo
1060
 
 
1061
 
    if test -n "$ac_subst_files"; then
1062
 
      cat <<\_ASBOX
1063
 
@%:@@%:@ ------------- @%:@@%:@
1064
 
@%:@@%:@ Output files. @%:@@%:@
1065
 
@%:@@%:@ ------------- @%:@@%:@
1066
 
_ASBOX
1067
 
      echo
1068
 
      for ac_var in $ac_subst_files
1069
 
      do
1070
 
        eval ac_val=$`echo $ac_var`
1071
 
        echo "$ac_var='"'"'$ac_val'"'"'"
1072
 
      done | sort
1073
 
      echo
1074
 
    fi
1075
 
 
1076
 
    if test -s confdefs.h; then
1077
 
      cat <<\_ASBOX
1078
 
@%:@@%:@ ----------- @%:@@%:@
1079
 
@%:@@%:@ confdefs.h. @%:@@%:@
1080
 
@%:@@%:@ ----------- @%:@@%:@
1081
 
_ASBOX
1082
 
      echo
1083
 
      sed "/^$/d" confdefs.h | sort
1084
 
      echo
1085
 
    fi
1086
 
    test "$ac_signal" != 0 &&
1087
 
      echo "$as_me: caught signal $ac_signal"
1088
 
    echo "$as_me: exit $exit_status"
1089
 
  } >&5
1090
 
  rm -f core *.core &&
1091
 
  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1092
 
    exit $exit_status
1093
 
     ' 0
1094
 
for ac_signal in 1 2 13 15; do
1095
 
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1096
 
done
1097
 
ac_signal=0
1098
 
 
1099
 
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1100
 
rm -rf conftest* confdefs.h
1101
 
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1102
 
echo >confdefs.h
1103
 
 
1104
 
# Predefined preprocessor variables.
1105
 
 
1106
 
cat >>confdefs.h <<_ACEOF
1107
 
@%:@define PACKAGE_NAME "$PACKAGE_NAME"
1108
 
_ACEOF
1109
 
 
1110
 
 
1111
 
cat >>confdefs.h <<_ACEOF
1112
 
@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1113
 
_ACEOF
1114
 
 
1115
 
 
1116
 
cat >>confdefs.h <<_ACEOF
1117
 
@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1118
 
_ACEOF
1119
 
 
1120
 
 
1121
 
cat >>confdefs.h <<_ACEOF
1122
 
@%:@define PACKAGE_STRING "$PACKAGE_STRING"
1123
 
_ACEOF
1124
 
 
1125
 
 
1126
 
cat >>confdefs.h <<_ACEOF
1127
 
@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1128
 
_ACEOF
1129
 
 
1130
 
 
1131
 
# Let the site file select an alternate cache file if it wants to.
1132
 
# Prefer explicitly selected file to automatically selected ones.
1133
 
if test -z "$CONFIG_SITE"; then
1134
 
  if test "x$prefix" != xNONE; then
1135
 
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1136
 
  else
1137
 
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1138
 
  fi
1139
 
fi
1140
 
for ac_site_file in $CONFIG_SITE; do
1141
 
  if test -r "$ac_site_file"; then
1142
 
    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1143
 
echo "$as_me: loading site script $ac_site_file" >&6;}
1144
 
    sed 's/^/| /' "$ac_site_file" >&5
1145
 
    . "$ac_site_file"
1146
 
  fi
1147
 
done
1148
 
 
1149
 
if test -r "$cache_file"; then
1150
 
  # Some versions of bash will fail to source /dev/null (special
1151
 
  # files actually), so we avoid doing that.
1152
 
  if test -f "$cache_file"; then
1153
 
    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1154
 
echo "$as_me: loading cache $cache_file" >&6;}
1155
 
    case $cache_file in
1156
 
      [\\/]* | ?:[\\/]* ) . $cache_file;;
1157
 
      *)                      . ./$cache_file;;
1158
 
    esac
1159
 
  fi
1160
 
else
1161
 
  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1162
 
echo "$as_me: creating cache $cache_file" >&6;}
1163
 
  >$cache_file
1164
 
fi
1165
 
 
1166
 
# Check that the precious variables saved in the cache have kept the same
1167
 
# value.
1168
 
ac_cache_corrupted=false
1169
 
for ac_var in `(set) 2>&1 |
1170
 
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1171
 
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1172
 
  eval ac_new_set=\$ac_env_${ac_var}_set
1173
 
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1174
 
  eval ac_new_val="\$ac_env_${ac_var}_value"
1175
 
  case $ac_old_set,$ac_new_set in
1176
 
    set,)
1177
 
      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1178
 
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1179
 
      ac_cache_corrupted=: ;;
1180
 
    ,set)
1181
 
      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1182
 
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1183
 
      ac_cache_corrupted=: ;;
1184
 
    ,);;
1185
 
    *)
1186
 
      if test "x$ac_old_val" != "x$ac_new_val"; then
1187
 
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1188
 
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1189
 
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1190
 
echo "$as_me:   former value:  $ac_old_val" >&2;}
1191
 
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1192
 
echo "$as_me:   current value: $ac_new_val" >&2;}
1193
 
        ac_cache_corrupted=:
1194
 
      fi;;
1195
 
  esac
1196
 
  # Pass precious variables to config.status.
1197
 
  if test "$ac_new_set" = set; then
1198
 
    case $ac_new_val in
1199
 
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1200
 
      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1201
 
    *) ac_arg=$ac_var=$ac_new_val ;;
1202
 
    esac
1203
 
    case " $ac_configure_args " in
1204
 
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1205
 
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1206
 
    esac
1207
 
  fi
1208
 
done
1209
 
if $ac_cache_corrupted; then
1210
 
  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1211
 
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1212
 
  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1213
 
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1214
 
   { (exit 1); exit 1; }; }
1215
 
fi
1216
 
 
1217
 
ac_ext=c
1218
 
ac_cpp='$CPP $CPPFLAGS'
1219
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1220
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1221
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1222
 
 
1223
 
 
1224
 
 
1225
 
 
1226
 
 
1227
 
 
1228
 
 
1229
 
 
1230
 
 
1231
 
 
1232
 
 
1233
 
 
1234
 
 
1235
 
 
1236
 
 
1237
 
 
1238
 
 
1239
 
 
1240
 
 
1241
 
 
1242
 
 
1243
 
 
1244
 
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1245
 
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1246
 
    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1247
 
if test "${enable_maintainer_mode+set}" = set; then
1248
 
  enableval="$enable_maintainer_mode"
1249
 
  USE_MAINTAINER_MODE=$enableval
1250
 
else
1251
 
  USE_MAINTAINER_MODE=no
1252
 
fi; 
1253
 
  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1254
 
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1255
 
   
1256
 
 
1257
 
if test $USE_MAINTAINER_MODE = yes; then
1258
 
  MAINTAINER_MODE_TRUE=
1259
 
  MAINTAINER_MODE_FALSE='#'
1260
 
else
1261
 
  MAINTAINER_MODE_TRUE='#'
1262
 
  MAINTAINER_MODE_FALSE=
1263
 
fi
1264
 
 
1265
 
  MAINT=$MAINTAINER_MODE_TRUE
1266
 
  
1267
 
 
1268
 
 
1269
 
# checking for the GLOBUS_LOCATION
1270
 
 
1271
 
if test "x$GLOBUS_LOCATION" = "x"; then
1272
 
    echo "ERROR Please specify GLOBUS_LOCATION" >&2
1273
 
    exit 1
1274
 
fi
1275
 
if test "x$GPT_LOCATION" = "x"; then
1276
 
    GPT_LOCATION=$GLOBUS_LOCATION
1277
 
    export GPT_LOCATION
1278
 
fi
1279
 
 
1280
 
#extract whether the package is built with flavors from the src metadata
1281
 
$GPT_LOCATION/sbin/gpt_extract_data --build $srcdir/pkgdata/pkg_data_src.gpt.in > tmpfile.gpt
1282
 
 
1283
 
. ./tmpfile.gpt
1284
 
rm ./tmpfile.gpt
1285
 
 
1286
 
if test "x$GPT_BUILD_WITH_FLAVORS" = "xno"; then
1287
 
        GLOBUS_FLAVOR_NAME="noflavor"
1288
 
fi
1289
 
 
1290
 
 
1291
 
# Check whether --with-flavor or --without-flavor was given.
1292
 
if test "${with_flavor+set}" = set; then
1293
 
  withval="$with_flavor"
1294
 
  
1295
 
        case $withval in
1296
 
        no)
1297
 
                NO_FLAVOR="yes"
1298
 
                ;;
1299
 
        yes)
1300
 
                echo "Please specify a globus build flavor" >&2
1301
 
                exit 1
1302
 
                ;;
1303
 
        *)
1304
 
        if test "x$GLOBUS_FLAVOR_NAME" = "xnoflavor"; then
1305
 
                echo "Warning: package doesn't build with flavors $withval ignored" >&2
1306
 
                echo "Warning: $withval ignored" >&2
1307
 
        else
1308
 
                GLOBUS_FLAVOR_NAME=$withval
1309
 
                if test ! -f "$GLOBUS_LOCATION/etc/globus_core/flavor_$GLOBUS_FLAVOR_NAME.gpt"; then
1310
 
                        echo "ERROR: Flavor $GLOBUS_FLAVOR_NAME has not been installed" >&2
1311
 
                        exit 1
1312
 
                fi 
1313
 
 
1314
 
        fi
1315
 
                ;;
1316
 
        esac
1317
 
        
1318
 
else
1319
 
   
1320
 
        if test "x$GLOBUS_FLAVOR_NAME" = "x"; then
1321
 
                echo "Please specify a globus build flavor" >&2
1322
 
                exit 1
1323
 
        fi
1324
 
        
1325
 
 
1326
 
fi; 
1327
 
 
1328
 
 
1329
 
 
1330
 
        if test "x$GPT_LOCATION" = "x"; then
1331
 
                echo "ERROR Please specify GPT_LOCATION" >&2
1332
 
                exit 1
1333
 
        fi
1334
 
 
1335
 
        
1336
 
 
1337
 
        #extract the name and version of the package from the src metadata
1338
 
        $GPT_LOCATION/sbin/gpt_extract_data --name --version $srcdir/pkgdata/pkg_data_src.gpt.in > tmpfile.gpt
1339
 
        . ./tmpfile.gpt
1340
 
        rm ./tmpfile.gpt
1341
 
        GPT_VERSION="$GPT_MAJOR_VERSION.$GPT_MINOR_VERSION"
1342
 
 
1343
 
        # Determine if GPT is version 2.x
1344
 
 
1345
 
        GPT_IS_2="no"
1346
 
 
1347
 
        if test -f "$GPT_LOCATION/sbin/gpt-build"; then
1348
 
                GPT_IS_2="yes"
1349
 
        fi
1350
 
 
1351
 
        
1352
 
 
1353
 
        #Default to shared, before checking static-only
1354
 
        GPT_LINKTYPE="shared"
1355
 
        # We have to figure out if we're linking only static before build_config
1356
 
        # Check whether --enable-static-only or --disable-static-only was given.
1357
 
if test "${enable_static_only+set}" = set; then
1358
 
  enableval="$enable_static_only"
1359
 
  
1360
 
        case $enableval in
1361
 
        no)
1362
 
                GPT_LINKTYPE="shared"
1363
 
                ;;
1364
 
        yes)
1365
 
                GPT_LINKTYPE="static"
1366
 
                ;;
1367
 
        *)
1368
 
                echo "--enable-static-only has no arguments" >&2
1369
 
                exit 1
1370
 
                ;;
1371
 
        esac
1372
 
        
1373
 
        
1374
 
fi; 
1375
 
 
1376
 
        #extract the cumulative build environment from the installed development tree
1377
 
        
1378
 
        if $GPT_LOCATION/sbin/gpt_build_config -src $srcdir/pkgdata/pkg_data_src.gpt.in -f $GLOBUS_FLAVOR_NAME -link $GPT_LINKTYPE; then 
1379
 
                echo "Dependencies Complete";
1380
 
        else 
1381
 
                exit 1;
1382
 
        fi
1383
 
        
1384
 
 
1385
 
# The following variables are used to manage the build enviroment
1386
 
# GPT_CFLAGS, GPT_INCLUDES, GPT_PGM_LINKS, GPT_LIB_LINKS, and GPT_LDFLAGS
1387
 
# are the variables used in the Makefile.am's
1388
 
# GPT_PKG_CFLAGS, GPT_EXTERNAL_INCLUDES and GPT_EXTERNAL_LIBS are stored 
1389
 
# as build data in the packaging metadata file.
1390
 
# GPT_CONFIG_FLAGS, GPT_CONFIG_INCLUDES, GPT_CONFIG_PGM_LINKS, and 
1391
 
# GPT_CONFIG_LIB_LINKS are returned by gpt_build_config and contain build
1392
 
# environment data from the dependent packages.
1393
 
 
1394
 
 
1395
 
 
1396
 
        . ./gpt_build_temp.sh  
1397
 
        rm ./gpt_build_temp.sh
1398
 
        GPT_CFLAGS="$GPT_CONFIG_CFLAGS"
1399
 
        GPT_INCLUDES="-I$GLOBUS_LOCATION/include/$GLOBUS_FLAVOR_NAME $GPT_CONFIG_INCLUDES"
1400
 
        GPT_LIBS="$GPT_CONFIG_PKG_LIBS $GPT_CONFIG_LIBS"
1401
 
        GPT_LDFLAGS="$GPT_CONFIG_STATIC_LINKLINE -L$GLOBUS_LOCATION/lib $GPT_LDFLAGS"
1402
 
        GPT_PGM_LINKS="$GPT_CONFIG_PGM_LINKS $GPT_CONFIG_LIBS"
1403
 
        GPT_LIB_LINKS="$GPT_CONFIG_LIB_LINKS $GPT_CONFIG_LIBS"
1404
 
 
1405
 
 
1406
 
 
1407
 
        
1408
 
        
1409
 
        
1410
 
        
1411
 
        
1412
 
        
1413
 
        
1414
 
        
1415
 
        
1416
 
        
1417
 
        
1418
 
        
1419
 
        
1420
 
        
1421
 
        builddir=`pwd`
1422
 
        
1423
 
 
1424
 
 
1425
 
 
1426
 
 
1427
 
 
1428
 
 
1429
 
if test "$NO_FLAVOR" = "yes"; then
1430
 
  WITHOUT_FLAVORS_TRUE=
1431
 
  WITHOUT_FLAVORS_FALSE='#'
1432
 
else
1433
 
  WITHOUT_FLAVORS_TRUE='#'
1434
 
  WITHOUT_FLAVORS_FALSE=
1435
 
fi
1436
 
 
1437
 
 
1438
 
 
1439
 
 
1440
 
# get the environment scripts
1441
 
 
1442
 
if test "x$GLOBUS_FLAVOR_NAME" != "xnoflavor" ; then
1443
 
        . $GLOBUS_LOCATION/libexec/globus-build-env-$GLOBUS_FLAVOR_NAME.sh
1444
 
fi
1445
 
 
1446
 
prefix='$(GLOBUS_LOCATION)'
1447
 
exec_prefix='$(GLOBUS_LOCATION)'
1448
 
 
1449
 
 
1450
 
 
1451
 
 
1452
 
 
1453
 
 
1454
 
 
1455
 
 
1456
 
 
1457
 
 
1458
 
 
1459
 
 
1460
 
 
1461
 
 
1462
 
 
1463
 
 
1464
 
 
1465
 
 
1466
 
 
1467
 
 
1468
 
 
1469
 
 
1470
 
 
1471
 
 
1472
 
 
1473
 
 
1474
 
 
1475
 
 
1476
 
 
1477
 
 
1478
 
FILELIST_FILE=`pwd`;
1479
 
FILELIST_FILE="$FILELIST_FILE/pkgdata/master.filelist"
1480
 
 
1481
 
 
1482
 
if test -f $srcdir/dirt.sh ; then
1483
 
    . $srcdir/dirt.sh
1484
 
else
1485
 
    DIRT_TIMESTAMP=`perl -e 'print time'`
1486
 
    DIRT_BRANCH_ID=99999
1487
 
fi
1488
 
 
1489
 
 
1490
 
 
1491
 
 
1492
 
 
1493
 
 
1494
 
 
1495
 
# Check whether --enable-programs or --disable-programs was given.
1496
 
if test "${enable_programs+set}" = set; then
1497
 
  enableval="$enable_programs"
1498
 
  case "${enableval}" in
1499
 
        yes) 
1500
 
            ENABLE_PROGRAMS=true
1501
 
        ;;
1502
 
        no)
1503
 
            ENABLE_PROGRAMS=false
1504
 
        ;;
1505
 
        *)
1506
 
            { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-programs" >&5
1507
 
echo "$as_me: error: bad value ${enableval} for --enable-programs" >&2;}
1508
 
   { (exit 1); exit 1; }; }
1509
 
        ;;
1510
 
    esac
1511
 
else
1512
 
  ENABLE_PROGRAMS=true
1513
 
fi; 
1514
 
 
1515
 
 
1516
 
if test "x$ENABLE_PROGRAMS" = "xtrue"; then
1517
 
  ENABLE_PROGRAMS_TRUE=
1518
 
  ENABLE_PROGRAMS_FALSE='#'
1519
 
else
1520
 
  ENABLE_PROGRAMS_TRUE='#'
1521
 
  ENABLE_PROGRAMS_FALSE=
1522
 
fi
1523
 
 
1524
 
 
1525
 
 
1526
 
 
1527
 
 
1528
 
 
1529
 
        LIBTOOL='$(SHELL) $(GLOBUS_LOCATION)/sbin/libtool-$(GLOBUS_FLAVOR_NAME)'
1530
 
        
1531
 
        
1532
 
 
1533
 
 
1534
 
 
1535
 
am__api_version="1.9"
1536
 
ac_aux_dir=
1537
 
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1538
 
  if test -f $ac_dir/install-sh; then
1539
 
    ac_aux_dir=$ac_dir
1540
 
    ac_install_sh="$ac_aux_dir/install-sh -c"
1541
 
    break
1542
 
  elif test -f $ac_dir/install.sh; then
1543
 
    ac_aux_dir=$ac_dir
1544
 
    ac_install_sh="$ac_aux_dir/install.sh -c"
1545
 
    break
1546
 
  elif test -f $ac_dir/shtool; then
1547
 
    ac_aux_dir=$ac_dir
1548
 
    ac_install_sh="$ac_aux_dir/shtool install -c"
1549
 
    break
1550
 
  fi
1551
 
done
1552
 
if test -z "$ac_aux_dir"; then
1553
 
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1554
 
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1555
 
   { (exit 1); exit 1; }; }
1556
 
fi
1557
 
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1558
 
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1559
 
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1560
 
 
1561
 
# Find a good install program.  We prefer a C program (faster),
1562
 
# so one script is as good as another.  But avoid the broken or
1563
 
# incompatible versions:
1564
 
# SysV /etc/install, /usr/sbin/install
1565
 
# SunOS /usr/etc/install
1566
 
# IRIX /sbin/install
1567
 
# AIX /bin/install
1568
 
# AmigaOS /C/install, which installs bootblocks on floppy discs
1569
 
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1570
 
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1571
 
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1572
 
# OS/2's system install, which has a completely different semantic
1573
 
# ./install, which can be erroneously created by make from ./install.sh.
1574
 
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1575
 
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1576
 
if test -z "$INSTALL"; then
1577
 
if test "${ac_cv_path_install+set}" = set; then
1578
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
1579
 
else
1580
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1581
 
for as_dir in $PATH
1582
 
do
1583
 
  IFS=$as_save_IFS
1584
 
  test -z "$as_dir" && as_dir=.
1585
 
  # Account for people who put trailing slashes in PATH elements.
1586
 
case $as_dir/ in
1587
 
  ./ | .// | /cC/* | \
1588
 
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1589
 
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1590
 
  /usr/ucb/* ) ;;
1591
 
  *)
1592
 
    # OSF1 and SCO ODT 3.0 have their own names for install.
1593
 
    # Don't use installbsd from OSF since it installs stuff as root
1594
 
    # by default.
1595
 
    for ac_prog in ginstall scoinst install; do
1596
 
      for ac_exec_ext in '' $ac_executable_extensions; do
1597
 
        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1598
 
          if test $ac_prog = install &&
1599
 
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1600
 
            # AIX install.  It has an incompatible calling convention.
1601
 
            :
1602
 
          elif test $ac_prog = install &&
1603
 
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1604
 
            # program-specific install script used by HP pwplus--don't use.
1605
 
            :
1606
 
          else
1607
 
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1608
 
            break 3
1609
 
          fi
1610
 
        fi
1611
 
      done
1612
 
    done
1613
 
    ;;
1614
 
esac
1615
 
done
1616
 
 
1617
 
 
1618
 
fi
1619
 
  if test "${ac_cv_path_install+set}" = set; then
1620
 
    INSTALL=$ac_cv_path_install
1621
 
  else
1622
 
    # As a last resort, use the slow shell script.  We don't cache a
1623
 
    # path for INSTALL within a source directory, because that will
1624
 
    # break other packages using the cache if that directory is
1625
 
    # removed, or if the path is relative.
1626
 
    INSTALL=$ac_install_sh
1627
 
  fi
1628
 
fi
1629
 
echo "$as_me:$LINENO: result: $INSTALL" >&5
1630
 
echo "${ECHO_T}$INSTALL" >&6
1631
 
 
1632
 
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1633
 
# It thinks the first close brace ends the variable substitution.
1634
 
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1635
 
 
1636
 
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1637
 
 
1638
 
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1639
 
 
1640
 
echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1641
 
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1642
 
# Just in case
1643
 
sleep 1
1644
 
echo timestamp > conftest.file
1645
 
# Do `set' in a subshell so we don't clobber the current shell's
1646
 
# arguments.  Must try -L first in case configure is actually a
1647
 
# symlink; some systems play weird games with the mod time of symlinks
1648
 
# (eg FreeBSD returns the mod time of the symlink's containing
1649
 
# directory).
1650
 
if (
1651
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1652
 
   if test "$*" = "X"; then
1653
 
      # -L didn't work.
1654
 
      set X `ls -t $srcdir/configure conftest.file`
1655
 
   fi
1656
 
   rm -f conftest.file
1657
 
   if test "$*" != "X $srcdir/configure conftest.file" \
1658
 
      && test "$*" != "X conftest.file $srcdir/configure"; then
1659
 
 
1660
 
      # If neither matched, then we have a broken ls.  This can happen
1661
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
1662
 
      # broken ls alias from the environment.  This has actually
1663
 
      # happened.  Such a system could not be considered "sane".
1664
 
      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1665
 
alias in your environment" >&5
1666
 
echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1667
 
alias in your environment" >&2;}
1668
 
   { (exit 1); exit 1; }; }
1669
 
   fi
1670
 
 
1671
 
   test "$2" = conftest.file
1672
 
   )
1673
 
then
1674
 
   # Ok.
1675
 
   :
1676
 
else
1677
 
   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1678
 
Check your system clock" >&5
1679
 
echo "$as_me: error: newly created file is older than distributed files!
1680
 
Check your system clock" >&2;}
1681
 
   { (exit 1); exit 1; }; }
1682
 
fi
1683
 
echo "$as_me:$LINENO: result: yes" >&5
1684
 
echo "${ECHO_T}yes" >&6
1685
 
test "$program_prefix" != NONE &&
1686
 
  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1687
 
# Use a double $ so make ignores it.
1688
 
test "$program_suffix" != NONE &&
1689
 
  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1690
 
# Double any \ or $.  echo might interpret backslashes.
1691
 
# By default was `s,x,x', remove it if useless.
1692
 
cat <<\_ACEOF >conftest.sed
1693
 
s/[\\$]/&&/g;s/;s,x,x,$//
1694
 
_ACEOF
1695
 
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1696
 
rm conftest.sed
1697
 
 
1698
 
# expand $ac_aux_dir to an absolute path
1699
 
am_aux_dir=`cd $ac_aux_dir && pwd`
1700
 
 
1701
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1702
 
# Use eval to expand $SHELL
1703
 
if eval "$MISSING --run true"; then
1704
 
  am_missing_run="$MISSING --run "
1705
 
else
1706
 
  am_missing_run=
1707
 
  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1708
 
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1709
 
fi
1710
 
 
1711
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1712
 
  # We used to keeping the `.' as first argument, in order to
1713
 
  # allow $(mkdir_p) to be used without argument.  As in
1714
 
  #   $(mkdir_p) $(somedir)
1715
 
  # where $(somedir) is conditionally defined.  However this is wrong
1716
 
  # for two reasons:
1717
 
  #  1. if the package is installed by a user who cannot write `.'
1718
 
  #     make install will fail,
1719
 
  #  2. the above comment should most certainly read
1720
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
1721
 
  #     so it does not work when $(somedir) is undefined and
1722
 
  #     $(DESTDIR) is not.
1723
 
  #  To support the latter case, we have to write
1724
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1725
 
  #  so the `.' trick is pointless.
1726
 
  mkdir_p='mkdir -p --'
1727
 
else
1728
 
  # On NextStep and OpenStep, the `mkdir' command does not
1729
 
  # recognize any option.  It will interpret all options as
1730
 
  # directories to create, and then abort because `.' already
1731
 
  # exists.
1732
 
  for d in ./-p ./--version;
1733
 
  do
1734
 
    test -d $d && rmdir $d
1735
 
  done
1736
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1737
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
1738
 
    mkdir_p='$(mkinstalldirs)'
1739
 
  else
1740
 
    mkdir_p='$(install_sh) -d'
1741
 
  fi
1742
 
fi
1743
 
 
1744
 
for ac_prog in gawk mawk nawk awk
1745
 
do
1746
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1747
 
set dummy $ac_prog; ac_word=$2
1748
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1749
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1750
 
if test "${ac_cv_prog_AWK+set}" = set; then
1751
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
1752
 
else
1753
 
  if test -n "$AWK"; then
1754
 
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1755
 
else
1756
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1757
 
for as_dir in $PATH
1758
 
do
1759
 
  IFS=$as_save_IFS
1760
 
  test -z "$as_dir" && as_dir=.
1761
 
  for ac_exec_ext in '' $ac_executable_extensions; do
1762
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1763
 
    ac_cv_prog_AWK="$ac_prog"
1764
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1765
 
    break 2
1766
 
  fi
1767
 
done
1768
 
done
1769
 
 
1770
 
fi
1771
 
fi
1772
 
AWK=$ac_cv_prog_AWK
1773
 
if test -n "$AWK"; then
1774
 
  echo "$as_me:$LINENO: result: $AWK" >&5
1775
 
echo "${ECHO_T}$AWK" >&6
1776
 
else
1777
 
  echo "$as_me:$LINENO: result: no" >&5
1778
 
echo "${ECHO_T}no" >&6
1779
 
fi
1780
 
 
1781
 
  test -n "$AWK" && break
1782
 
done
1783
 
 
1784
 
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1785
 
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1786
 
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1787
 
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1788
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
1789
 
else
1790
 
  cat >conftest.make <<\_ACEOF
1791
 
all:
1792
 
        @echo 'ac_maketemp="$(MAKE)"'
1793
 
_ACEOF
1794
 
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1795
 
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1796
 
if test -n "$ac_maketemp"; then
1797
 
  eval ac_cv_prog_make_${ac_make}_set=yes
1798
 
else
1799
 
  eval ac_cv_prog_make_${ac_make}_set=no
1800
 
fi
1801
 
rm -f conftest.make
1802
 
fi
1803
 
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1804
 
  echo "$as_me:$LINENO: result: yes" >&5
1805
 
echo "${ECHO_T}yes" >&6
1806
 
  SET_MAKE=
1807
 
else
1808
 
  echo "$as_me:$LINENO: result: no" >&5
1809
 
echo "${ECHO_T}no" >&6
1810
 
  SET_MAKE="MAKE=${MAKE-make}"
1811
 
fi
1812
 
 
1813
 
rm -rf .tst 2>/dev/null
1814
 
mkdir .tst 2>/dev/null
1815
 
if test -d .tst; then
1816
 
  am__leading_dot=.
1817
 
else
1818
 
  am__leading_dot=_
1819
 
fi
1820
 
rmdir .tst 2>/dev/null
1821
 
 
1822
 
# test to see if srcdir already configured
1823
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1824
 
   test -f $srcdir/config.status; then
1825
 
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1826
 
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1827
 
   { (exit 1); exit 1; }; }
1828
 
fi
1829
 
 
1830
 
# test whether we have cygpath
1831
 
if test -z "$CYGPATH_W"; then
1832
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
1833
 
    CYGPATH_W='cygpath -w'
1834
 
  else
1835
 
    CYGPATH_W=echo
1836
 
  fi
1837
 
fi
1838
 
 
1839
 
 
1840
 
# Define the identity of the package.
1841
 
 PACKAGE=$GPT_NAME
1842
 
 VERSION=$GPT_VERSION
1843
 
 
1844
 
 
1845
 
# Some tools Automake needs.
1846
 
 
1847
 
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1848
 
 
1849
 
 
1850
 
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1851
 
 
1852
 
 
1853
 
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1854
 
 
1855
 
 
1856
 
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1857
 
 
1858
 
 
1859
 
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1860
 
 
1861
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1862
 
 
1863
 
# Installed binaries are usually stripped using `strip' when the user
1864
 
# run `make install-strip'.  However `strip' might not be the right
1865
 
# tool to use in cross-compilation environments, therefore Automake
1866
 
# will honor the `STRIP' environment variable to overrule this program.
1867
 
if test "$cross_compiling" != no; then
1868
 
  if test -n "$ac_tool_prefix"; then
1869
 
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1870
 
set dummy ${ac_tool_prefix}strip; ac_word=$2
1871
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1872
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1873
 
if test "${ac_cv_prog_STRIP+set}" = set; then
1874
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
1875
 
else
1876
 
  if test -n "$STRIP"; then
1877
 
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1878
 
else
1879
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1880
 
for as_dir in $PATH
1881
 
do
1882
 
  IFS=$as_save_IFS
1883
 
  test -z "$as_dir" && as_dir=.
1884
 
  for ac_exec_ext in '' $ac_executable_extensions; do
1885
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1886
 
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1887
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1888
 
    break 2
1889
 
  fi
1890
 
done
1891
 
done
1892
 
 
1893
 
fi
1894
 
fi
1895
 
STRIP=$ac_cv_prog_STRIP
1896
 
if test -n "$STRIP"; then
1897
 
  echo "$as_me:$LINENO: result: $STRIP" >&5
1898
 
echo "${ECHO_T}$STRIP" >&6
1899
 
else
1900
 
  echo "$as_me:$LINENO: result: no" >&5
1901
 
echo "${ECHO_T}no" >&6
1902
 
fi
1903
 
 
1904
 
fi
1905
 
if test -z "$ac_cv_prog_STRIP"; then
1906
 
  ac_ct_STRIP=$STRIP
1907
 
  # Extract the first word of "strip", so it can be a program name with args.
1908
 
set dummy strip; ac_word=$2
1909
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
1910
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1911
 
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1912
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
1913
 
else
1914
 
  if test -n "$ac_ct_STRIP"; then
1915
 
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1916
 
else
1917
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1918
 
for as_dir in $PATH
1919
 
do
1920
 
  IFS=$as_save_IFS
1921
 
  test -z "$as_dir" && as_dir=.
1922
 
  for ac_exec_ext in '' $ac_executable_extensions; do
1923
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1924
 
    ac_cv_prog_ac_ct_STRIP="strip"
1925
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1926
 
    break 2
1927
 
  fi
1928
 
done
1929
 
done
1930
 
 
1931
 
  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1932
 
fi
1933
 
fi
1934
 
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1935
 
if test -n "$ac_ct_STRIP"; then
1936
 
  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1937
 
echo "${ECHO_T}$ac_ct_STRIP" >&6
1938
 
else
1939
 
  echo "$as_me:$LINENO: result: no" >&5
1940
 
echo "${ECHO_T}no" >&6
1941
 
fi
1942
 
 
1943
 
  STRIP=$ac_ct_STRIP
1944
 
else
1945
 
  STRIP="$ac_cv_prog_STRIP"
1946
 
fi
1947
 
 
1948
 
fi
1949
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1950
 
 
1951
 
# We need awk for the "check" target.  The system "awk" is bad on
1952
 
# some platforms.
1953
 
# Always define AMTAR for backward compatibility.
1954
 
 
1955
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
1956
 
 
1957
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1958
 
 
1959
 
 
1960
 
 
1961
 
 
1962
 
 
1963
 
 
1964
 
case "$GLOBUS_HOST" in
1965
 
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
1966
 
    use_symbol_labels="yes"
1967
 
    ;;
1968
 
*)
1969
 
    use_symbol_labels="no"
1970
 
    ;;
1971
 
esac
1972
 
 
1973
 
 
1974
 
 
1975
 
if test x$use_symbol_labels = "xyes"; then
1976
 
  USE_SYMBOL_LABELS_TRUE=
1977
 
  USE_SYMBOL_LABELS_FALSE='#'
1978
 
else
1979
 
  USE_SYMBOL_LABELS_TRUE='#'
1980
 
  USE_SYMBOL_LABELS_FALSE=
1981
 
fi
1982
 
 
1983
 
 
1984
 
 
1985
 
 
1986
 
lac_INSURE=$INSURE
1987
 
 
1988
 
# Check whether --enable-insure or --disable-insure was given.
1989
 
if test "${enable_insure+set}" = set; then
1990
 
  enableval="$enable_insure"
1991
 
        
1992
 
                if test "$enableval" = "yes"; then
1993
 
                        lac_INSURE="${INSURE-insure}"
1994
 
                else
1995
 
                        lac_INSURE="$enableval"
1996
 
                fi
1997
 
        
1998
 
else
1999
 
  
2000
 
                lac_INSURE=""
2001
 
        
2002
 
fi; 
2003
 
 
2004
 
 
2005
 
if test ! -z "$lac_INSURE"; then
2006
 
        CC=$lac_INSURE
2007
 
        LD=$lac_INSURE
2008
 
        CXX=$lac_INSURE
2009
 
         
2010
 
         
2011
 
         
2012
 
fi 
2013
 
 
2014
 
 
2015
 
 
2016
 
 
2017
 
    # Check whether --enable-doxygen or --disable-doxygen was given.
2018
 
if test "${enable_doxygen+set}" = set; then
2019
 
  enableval="$enable_doxygen"
2020
 
      
2021
 
        if test "$enableval" = "yes"; then
2022
 
        # Extract the first word of "doxygen", so it can be a program name with args.
2023
 
set dummy doxygen; ac_word=$2
2024
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
2025
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2026
 
if test "${ac_cv_path_DOXYGEN+set}" = set; then
2027
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
2028
 
else
2029
 
  case $DOXYGEN in
2030
 
  [\\/]* | ?:[\\/]*)
2031
 
  ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
2032
 
  ;;
2033
 
  *)
2034
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2035
 
for as_dir in $PATH
2036
 
do
2037
 
  IFS=$as_save_IFS
2038
 
  test -z "$as_dir" && as_dir=.
2039
 
  for ac_exec_ext in '' $ac_executable_extensions; do
2040
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2041
 
    ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
2042
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2043
 
    break 2
2044
 
  fi
2045
 
done
2046
 
done
2047
 
 
2048
 
  test -z "$ac_cv_path_DOXYGEN" && ac_cv_path_DOXYGEN="
2049
 
            { { echo "$as_me:$LINENO: error: Doxygen installation not found" >&5
2050
 
echo "$as_me: error: Doxygen installation not found" >&2;}
2051
 
   { (exit 1); exit 1; }; }
2052
 
            "
2053
 
  ;;
2054
 
esac
2055
 
fi
2056
 
DOXYGEN=$ac_cv_path_DOXYGEN
2057
 
 
2058
 
if test -n "$DOXYGEN"; then
2059
 
  echo "$as_me:$LINENO: result: $DOXYGEN" >&5
2060
 
echo "${ECHO_T}$DOXYGEN" >&6
2061
 
else
2062
 
  echo "$as_me:$LINENO: result: no" >&5
2063
 
echo "${ECHO_T}no" >&6
2064
 
fi
2065
 
 
2066
 
        else
2067
 
        DOXYGEN="$enableval"
2068
 
        
2069
 
        fi
2070
 
    
2071
 
else
2072
 
  
2073
 
        DOXYGEN=""
2074
 
        
2075
 
    
2076
 
fi; 
2077
 
 
2078
 
 
2079
 
    # Check whether --enable-internal-doc or --disable-internal-doc was given.
2080
 
if test "${enable_internal_doc+set}" = set; then
2081
 
  enableval="$enable_internal_doc"
2082
 
  
2083
 
    DOXYFILE="Doxyfile-internal"
2084
 
     
2085
 
    
2086
 
else
2087
 
  
2088
 
    DOXYFILE="Doxyfile"
2089
 
    
2090
 
    
2091
 
fi; 
2092
 
 
2093
 
 
2094
 
    if test -n "$DOXYGEN" ; then
2095
 
    # Extract the first word of "dot", so it can be a program name with args.
2096
 
set dummy dot; ac_word=$2
2097
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
2098
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2099
 
if test "${ac_cv_path_DOT+set}" = set; then
2100
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
2101
 
else
2102
 
  case $DOT in
2103
 
  [\\/]* | ?:[\\/]*)
2104
 
  ac_cv_path_DOT="$DOT" # Let the user override the test with a path.
2105
 
  ;;
2106
 
  *)
2107
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2108
 
for as_dir in $PATH
2109
 
do
2110
 
  IFS=$as_save_IFS
2111
 
  test -z "$as_dir" && as_dir=.
2112
 
  for ac_exec_ext in '' $ac_executable_extensions; do
2113
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2114
 
    ac_cv_path_DOT="$as_dir/$ac_word$ac_exec_ext"
2115
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2116
 
    break 2
2117
 
  fi
2118
 
done
2119
 
done
2120
 
 
2121
 
  ;;
2122
 
esac
2123
 
fi
2124
 
DOT=$ac_cv_path_DOT
2125
 
 
2126
 
if test -n "$DOT"; then
2127
 
  echo "$as_me:$LINENO: result: $DOT" >&5
2128
 
echo "${ECHO_T}$DOT" >&6
2129
 
else
2130
 
  echo "$as_me:$LINENO: result: no" >&5
2131
 
echo "${ECHO_T}no" >&6
2132
 
fi
2133
 
 
2134
 
    
2135
 
    if test -z "$GLOBUS_SH_PERL" ; then
2136
 
        # Extract the first word of "perl", so it can be a program name with args.
2137
 
set dummy perl; ac_word=$2
2138
 
echo "$as_me:$LINENO: checking for $ac_word" >&5
2139
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2140
 
if test "${ac_cv_path_PERL+set}" = set; then
2141
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
2142
 
else
2143
 
  case $PERL in
2144
 
  [\\/]* | ?:[\\/]*)
2145
 
  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2146
 
  ;;
2147
 
  *)
2148
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2149
 
for as_dir in $PATH
2150
 
do
2151
 
  IFS=$as_save_IFS
2152
 
  test -z "$as_dir" && as_dir=.
2153
 
  for ac_exec_ext in '' $ac_executable_extensions; do
2154
 
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2155
 
    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
2156
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2157
 
    break 2
2158
 
  fi
2159
 
done
2160
 
done
2161
 
 
2162
 
  ;;
2163
 
esac
2164
 
fi
2165
 
PERL=$ac_cv_path_PERL
2166
 
 
2167
 
if test -n "$PERL"; then
2168
 
  echo "$as_me:$LINENO: result: $PERL" >&5
2169
 
echo "${ECHO_T}$PERL" >&6
2170
 
else
2171
 
  echo "$as_me:$LINENO: result: no" >&5
2172
 
echo "${ECHO_T}no" >&6
2173
 
fi
2174
 
 
2175
 
    else
2176
 
        PERL="$GLOBUS_SH_PERL"
2177
 
        
2178
 
    fi
2179
 
    if test "$DOT" != ""; then
2180
 
        HAVE_DOT=YES
2181
 
    else
2182
 
        HAVE_DOT=NO
2183
 
    fi
2184
 
 
2185
 
    
2186
 
 
2187
 
    
2188
 
    lac_doxygen_srcdirs="../library"
2189
 
    
2190
 
 
2191
 
    
2192
 
    lac_doxygen_file_patterns=
2193
 
   
2194
 
    
2195
 
    lac_doxygen_input_filter=
2196
 
    
2197
 
 
2198
 
 
2199
 
    
2200
 
    lac_doxygen_project=`echo "$GPT_NAME" | sed -e 's/_/ /g'`
2201
 
    
2202
 
 
2203
 
    
2204
 
    lac_doxygen_output_tagfile=$GPT_NAME
2205
 
    
2206
 
 
2207
 
 
2208
 
    lac_dep_check="$GLOBUS_LOCATION/sbin/globus-build-doxygen-dependencies"
2209
 
 
2210
 
    if test ! -x $lac_dep_check ; then
2211
 
 
2212
 
        # assume we are dealing with common
2213
 
        
2214
 
        lac_dep_check="$srcdir/scripts/globus-build-doxygen-dependencies"
2215
 
        chmod 0755 $lac_dep_check
2216
 
 
2217
 
    fi
2218
 
 
2219
 
    echo "$as_me:$LINENO: checking documentation dependencies" >&5
2220
 
echo $ECHO_N "checking documentation dependencies... $ECHO_C" >&6
2221
 
 
2222
 
    tagfiles="`$lac_dep_check -src $srcdir/pkgdata/pkg_data_src.gpt.in 2>/dev/null`"
2223
 
    if test "$?" != "0"; then
2224
 
        echo "$as_me:$LINENO: result: failed" >&5
2225
 
echo "${ECHO_T}failed" >&6
2226
 
        { { echo "$as_me:$LINENO: error: Documentation dependencies could not be satisfied." >&5
2227
 
echo "$as_me: error: Documentation dependencies could not be satisfied." >&2;}
2228
 
   { (exit 1); exit 1; }; }
2229
 
    else
2230
 
        echo "$as_me:$LINENO: result: ok" >&5
2231
 
echo "${ECHO_T}ok" >&6
2232
 
    fi
2233
 
 
2234
 
    
2235
 
    lac_doxygen_tagfiles=""
2236
 
    for x in "" $tagfiles; do
2237
 
        if test "X$x" != "X" ; then
2238
 
        lac_tag_base=`echo ${x} | sed -e 's|.*/||' -e 's|\.tag$||'`
2239
 
        lac_tag="${lac_tag_base}.tag"
2240
 
            lac_doxygen_tagfiles="$lac_doxygen_tagfiles $x"
2241
 
            lac_doxygen_internal_tagfiles="$lac_doxygen_internal_tagfiles ${x}i"
2242
 
        lac_doxygen_installdox="$lac_doxygen_installdox -l${lac_tag}@../../${lac_tag_base}/html"
2243
 
    fi
2244
 
    done
2245
 
    
2246
 
    
2247
 
    
2248
 
 
2249
 
 
2250
 
    
2251
 
    
2252
 
    
2253
 
    fi
2254
 
 
2255
 
 
2256
 
 
2257
 
                                                                                ac_config_files="$ac_config_files Makefile version.h pkgdata/Makefile pkgdata/pkg_data_src.gpt doxygen/Makefile doxygen/Doxyfile doxygen/Doxyfile-internal library/Makefile"
2258
 
cat >confcache <<\_ACEOF
2259
 
# This file is a shell script that caches the results of configure
2260
 
# tests run on this system so they can be shared between configure
2261
 
# scripts and configure runs, see configure's option --config-cache.
2262
 
# It is not useful on other systems.  If it contains results you don't
2263
 
# want to keep, you may remove or edit it.
2264
 
#
2265
 
# config.status only pays attention to the cache file if you give it
2266
 
# the --recheck option to rerun configure.
2267
 
#
2268
 
# `ac_cv_env_foo' variables (set or unset) will be overridden when
2269
 
# loading this file, other *unset* `ac_cv_foo' will be assigned the
2270
 
# following values.
2271
 
 
2272
 
_ACEOF
2273
 
 
2274
 
# The following way of writing the cache mishandles newlines in values,
2275
 
# but we know of no workaround that is simple, portable, and efficient.
2276
 
# So, don't put newlines in cache variables' values.
2277
 
# Ultrix sh set writes to stderr and can't be redirected directly,
2278
 
# and sets the high bit in the cache file unless we assign to the vars.
2279
 
{
2280
 
  (set) 2>&1 |
2281
 
    case `(ac_space=' '; set | grep ac_space) 2>&1` in
2282
 
    *ac_space=\ *)
2283
 
      # `set' does not quote correctly, so add quotes (double-quote
2284
 
      # substitution turns \\\\ into \\, and sed turns \\ into \).
2285
 
      sed -n \
2286
 
        "s/'/'\\\\''/g;
2287
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2288
 
      ;;
2289
 
    *)
2290
 
      # `set' quotes correctly as required by POSIX, so do not add quotes.
2291
 
      sed -n \
2292
 
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2293
 
      ;;
2294
 
    esac;
2295
 
} |
2296
 
  sed '
2297
 
     t clear
2298
 
     : clear
2299
 
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2300
 
     t end
2301
 
     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2302
 
     : end' >>confcache
2303
 
if diff $cache_file confcache >/dev/null 2>&1; then :; else
2304
 
  if test -w $cache_file; then
2305
 
    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2306
 
    cat confcache >$cache_file
2307
 
  else
2308
 
    echo "not updating unwritable cache $cache_file"
2309
 
  fi
2310
 
fi
2311
 
rm -f confcache
2312
 
 
2313
 
test "x$prefix" = xNONE && prefix=$ac_default_prefix
2314
 
# Let make expand exec_prefix.
2315
 
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2316
 
 
2317
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
2318
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2319
 
# trailing colons and then remove the whole line if VPATH becomes empty
2320
 
# (actually we leave an empty line to preserve line numbers).
2321
 
if test "x$srcdir" = x.; then
2322
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
2323
 
s/:*\$(srcdir):*/:/;
2324
 
s/:*\${srcdir}:*/:/;
2325
 
s/:*@srcdir@:*/:/;
2326
 
s/^\([^=]*=[     ]*\):*/\1/;
2327
 
s/:*$//;
2328
 
s/^[^=]*=[       ]*$//;
2329
 
}'
2330
 
fi
2331
 
 
2332
 
# Transform confdefs.h into DEFS.
2333
 
# Protect against shell expansion while executing Makefile rules.
2334
 
# Protect against Makefile macro expansion.
2335
 
#
2336
 
# If the first sed substitution is executed (which looks for macros that
2337
 
# take arguments), then we branch to the quote section.  Otherwise,
2338
 
# look for a macro that doesn't take arguments.
2339
 
cat >confdef2opt.sed <<\_ACEOF
2340
 
t clear
2341
 
: clear
2342
 
s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2343
 
t quote
2344
 
s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2345
 
t quote
2346
 
d
2347
 
: quote
2348
 
s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2349
 
s,\[,\\&,g
2350
 
s,\],\\&,g
2351
 
s,\$,$$,g
2352
 
p
2353
 
_ACEOF
2354
 
# We use echo to avoid assuming a particular line-breaking character.
2355
 
# The extra dot is to prevent the shell from consuming trailing
2356
 
# line-breaks from the sub-command output.  A line-break within
2357
 
# single-quotes doesn't work because, if this script is created in a
2358
 
# platform that uses two characters for line-breaks (e.g., DOS), tr
2359
 
# would break.
2360
 
ac_LF_and_DOT=`echo; echo .`
2361
 
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2362
 
rm -f confdef2opt.sed
2363
 
 
2364
 
 
2365
 
ac_libobjs=
2366
 
ac_ltlibobjs=
2367
 
for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
2368
 
  # 1. Remove the extension, and $U if already installed.
2369
 
  ac_i=`echo "$ac_i" |
2370
 
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2371
 
  # 2. Add them.
2372
 
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2373
 
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2374
 
done
2375
 
LIB@&t@OBJS=$ac_libobjs
2376
 
 
2377
 
LTLIBOBJS=$ac_ltlibobjs
2378
 
 
2379
 
 
2380
 
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2381
 
  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
2382
 
Usually this means the macro was only invoked conditionally." >&5
2383
 
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
2384
 
Usually this means the macro was only invoked conditionally." >&2;}
2385
 
   { (exit 1); exit 1; }; }
2386
 
fi
2387
 
if test -z "${WITHOUT_FLAVORS_TRUE}" && test -z "${WITHOUT_FLAVORS_FALSE}"; then
2388
 
  { { echo "$as_me:$LINENO: error: conditional \"WITHOUT_FLAVORS\" was never defined.
2389
 
Usually this means the macro was only invoked conditionally." >&5
2390
 
echo "$as_me: error: conditional \"WITHOUT_FLAVORS\" was never defined.
2391
 
Usually this means the macro was only invoked conditionally." >&2;}
2392
 
   { (exit 1); exit 1; }; }
2393
 
fi
2394
 
if test -z "${ENABLE_PROGRAMS_TRUE}" && test -z "${ENABLE_PROGRAMS_FALSE}"; then
2395
 
  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_PROGRAMS\" was never defined.
2396
 
Usually this means the macro was only invoked conditionally." >&5
2397
 
echo "$as_me: error: conditional \"ENABLE_PROGRAMS\" was never defined.
2398
 
Usually this means the macro was only invoked conditionally." >&2;}
2399
 
   { (exit 1); exit 1; }; }
2400
 
fi
2401
 
if test -z "${USE_SYMBOL_LABELS_TRUE}" && test -z "${USE_SYMBOL_LABELS_FALSE}"; then
2402
 
  { { echo "$as_me:$LINENO: error: conditional \"USE_SYMBOL_LABELS\" was never defined.
2403
 
Usually this means the macro was only invoked conditionally." >&5
2404
 
echo "$as_me: error: conditional \"USE_SYMBOL_LABELS\" was never defined.
2405
 
Usually this means the macro was only invoked conditionally." >&2;}
2406
 
   { (exit 1); exit 1; }; }
2407
 
fi
2408
 
 
2409
 
: ${CONFIG_STATUS=./config.status}
2410
 
ac_clean_files_save=$ac_clean_files
2411
 
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2412
 
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2413
 
echo "$as_me: creating $CONFIG_STATUS" >&6;}
2414
 
cat >$CONFIG_STATUS <<_ACEOF
2415
 
#! $SHELL
2416
 
# Generated by $as_me.
2417
 
# Run this file to recreate the current configuration.
2418
 
# Compiler output produced by configure, useful for debugging
2419
 
# configure, is in config.log if it exists.
2420
 
 
2421
 
debug=false
2422
 
ac_cs_recheck=false
2423
 
ac_cs_silent=false
2424
 
SHELL=\${CONFIG_SHELL-$SHELL}
2425
 
_ACEOF
2426
 
 
2427
 
cat >>$CONFIG_STATUS <<\_ACEOF
2428
 
## --------------------- ##
2429
 
## M4sh Initialization.  ##
2430
 
## --------------------- ##
2431
 
 
2432
 
# Be Bourne compatible
2433
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2434
 
  emulate sh
2435
 
  NULLCMD=:
2436
 
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2437
 
  # is contrary to our usage.  Disable this feature.
2438
 
  alias -g '${1+"$@"}'='"$@"'
2439
 
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2440
 
  set -o posix
2441
 
fi
2442
 
DUALCASE=1; export DUALCASE # for MKS sh
2443
 
 
2444
 
# Support unset when possible.
2445
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2446
 
  as_unset=unset
2447
 
else
2448
 
  as_unset=false
2449
 
fi
2450
 
 
2451
 
 
2452
 
# Work around bugs in pre-3.0 UWIN ksh.
2453
 
$as_unset ENV MAIL MAILPATH
2454
 
PS1='$ '
2455
 
PS2='> '
2456
 
PS4='+ '
2457
 
 
2458
 
# NLS nuisances.
2459
 
for as_var in \
2460
 
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2461
 
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2462
 
  LC_TELEPHONE LC_TIME
2463
 
do
2464
 
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2465
 
    eval $as_var=C; export $as_var
2466
 
  else
2467
 
    $as_unset $as_var
2468
 
  fi
2469
 
done
2470
 
 
2471
 
# Required to use basename.
2472
 
if expr a : '\(a\)' >/dev/null 2>&1; then
2473
 
  as_expr=expr
2474
 
else
2475
 
  as_expr=false
2476
 
fi
2477
 
 
2478
 
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2479
 
  as_basename=basename
2480
 
else
2481
 
  as_basename=false
2482
 
fi
2483
 
 
2484
 
 
2485
 
# Name of the executable.
2486
 
as_me=`$as_basename "$0" ||
2487
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2488
 
         X"$0" : 'X\(//\)$' \| \
2489
 
         X"$0" : 'X\(/\)$' \| \
2490
 
         .     : '\(.\)' 2>/dev/null ||
2491
 
echo X/"$0" |
2492
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2493
 
          /^X\/\(\/\/\)$/{ s//\1/; q; }
2494
 
          /^X\/\(\/\).*/{ s//\1/; q; }
2495
 
          s/.*/./; q'`
2496
 
 
2497
 
 
2498
 
# PATH needs CR, and LINENO needs CR and PATH.
2499
 
# Avoid depending upon Character Ranges.
2500
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2501
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2502
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2503
 
as_cr_digits='0123456789'
2504
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
2505
 
 
2506
 
# The user is always right.
2507
 
if test "${PATH_SEPARATOR+set}" != set; then
2508
 
  echo "#! /bin/sh" >conf$$.sh
2509
 
  echo  "exit 0"   >>conf$$.sh
2510
 
  chmod +x conf$$.sh
2511
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2512
 
    PATH_SEPARATOR=';'
2513
 
  else
2514
 
    PATH_SEPARATOR=:
2515
 
  fi
2516
 
  rm -f conf$$.sh
2517
 
fi
2518
 
 
2519
 
 
2520
 
  as_lineno_1=$LINENO
2521
 
  as_lineno_2=$LINENO
2522
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2523
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
2524
 
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2525
 
  # Find who we are.  Look in the path if we contain no path at all
2526
 
  # relative or not.
2527
 
  case $0 in
2528
 
    *[\\/]* ) as_myself=$0 ;;
2529
 
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530
 
for as_dir in $PATH
2531
 
do
2532
 
  IFS=$as_save_IFS
2533
 
  test -z "$as_dir" && as_dir=.
2534
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2535
 
done
2536
 
 
2537
 
       ;;
2538
 
  esac
2539
 
  # We did not find ourselves, most probably we were run as `sh COMMAND'
2540
 
  # in which case we are not to be found in the path.
2541
 
  if test "x$as_myself" = x; then
2542
 
    as_myself=$0
2543
 
  fi
2544
 
  if test ! -f "$as_myself"; then
2545
 
    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2546
 
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2547
 
   { (exit 1); exit 1; }; }
2548
 
  fi
2549
 
  case $CONFIG_SHELL in
2550
 
  '')
2551
 
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2552
 
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2553
 
do
2554
 
  IFS=$as_save_IFS
2555
 
  test -z "$as_dir" && as_dir=.
2556
 
  for as_base in sh bash ksh sh5; do
2557
 
         case $as_dir in
2558
 
         /*)
2559
 
           if ("$as_dir/$as_base" -c '
2560
 
  as_lineno_1=$LINENO
2561
 
  as_lineno_2=$LINENO
2562
 
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2563
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
2564
 
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2565
 
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2566
 
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2567
 
             CONFIG_SHELL=$as_dir/$as_base
2568
 
             export CONFIG_SHELL
2569
 
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2570
 
           fi;;
2571
 
         esac
2572
 
       done
2573
 
done
2574
 
;;
2575
 
  esac
2576
 
 
2577
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2578
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
2579
 
  # line-number line before each line; the second 'sed' does the real
2580
 
  # work.  The second script uses 'N' to pair each line-number line
2581
 
  # with the numbered line, and appends trailing '-' during
2582
 
  # substitution so that $LINENO is not a special case at line end.
2583
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2584
 
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2585
 
  sed '=' <$as_myself |
2586
 
    sed '
2587
 
      N
2588
 
      s,$,-,
2589
 
      : loop
2590
 
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2591
 
      t loop
2592
 
      s,-$,,
2593
 
      s,^['$as_cr_digits']*\n,,
2594
 
    ' >$as_me.lineno &&
2595
 
  chmod +x $as_me.lineno ||
2596
 
    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2597
 
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2598
 
   { (exit 1); exit 1; }; }
2599
 
 
2600
 
  # Don't try to exec as it changes $[0], causing all sort of problems
2601
 
  # (the dirname of $[0] is not the place where we might find the
2602
 
  # original and so on.  Autoconf is especially sensible to this).
2603
 
  . ./$as_me.lineno
2604
 
  # Exit status is that of the last command.
2605
 
  exit
2606
 
}
2607
 
 
2608
 
 
2609
 
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2610
 
  *c*,-n*) ECHO_N= ECHO_C='
2611
 
' ECHO_T='      ' ;;
2612
 
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2613
 
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2614
 
esac
2615
 
 
2616
 
if expr a : '\(a\)' >/dev/null 2>&1; then
2617
 
  as_expr=expr
2618
 
else
2619
 
  as_expr=false
2620
 
fi
2621
 
 
2622
 
rm -f conf$$ conf$$.exe conf$$.file
2623
 
echo >conf$$.file
2624
 
if ln -s conf$$.file conf$$ 2>/dev/null; then
2625
 
  # We could just check for DJGPP; but this test a) works b) is more generic
2626
 
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2627
 
  if test -f conf$$.exe; then
2628
 
    # Don't use ln at all; we don't have any links
2629
 
    as_ln_s='cp -p'
2630
 
  else
2631
 
    as_ln_s='ln -s'
2632
 
  fi
2633
 
elif ln conf$$.file conf$$ 2>/dev/null; then
2634
 
  as_ln_s=ln
2635
 
else
2636
 
  as_ln_s='cp -p'
2637
 
fi
2638
 
rm -f conf$$ conf$$.exe conf$$.file
2639
 
 
2640
 
if mkdir -p . 2>/dev/null; then
2641
 
  as_mkdir_p=:
2642
 
else
2643
 
  test -d ./-p && rmdir ./-p
2644
 
  as_mkdir_p=false
2645
 
fi
2646
 
 
2647
 
as_executable_p="test -f"
2648
 
 
2649
 
# Sed expression to map a string onto a valid CPP name.
2650
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2651
 
 
2652
 
# Sed expression to map a string onto a valid variable name.
2653
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2654
 
 
2655
 
 
2656
 
# IFS
2657
 
# We need space, tab and new line, in precisely that order.
2658
 
as_nl='
2659
 
'
2660
 
IFS="   $as_nl"
2661
 
 
2662
 
# CDPATH.
2663
 
$as_unset CDPATH
2664
 
 
2665
 
exec 6>&1
2666
 
 
2667
 
# Open the log real soon, to keep \$[0] and so on meaningful, and to
2668
 
# report actual input values of CONFIG_FILES etc. instead of their
2669
 
# values after options handling.  Logging --version etc. is OK.
2670
 
exec 5>>config.log
2671
 
{
2672
 
  echo
2673
 
  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
2674
 
@%:@@%:@ Running $as_me. @%:@@%:@
2675
 
_ASBOX
2676
 
} >&5
2677
 
cat >&5 <<_CSEOF
2678
 
 
2679
 
This file was extended by $as_me, which was
2680
 
generated by GNU Autoconf 2.59.  Invocation command line was
2681
 
 
2682
 
  CONFIG_FILES    = $CONFIG_FILES
2683
 
  CONFIG_HEADERS  = $CONFIG_HEADERS
2684
 
  CONFIG_LINKS    = $CONFIG_LINKS
2685
 
  CONFIG_COMMANDS = $CONFIG_COMMANDS
2686
 
  $ $0 $@
2687
 
 
2688
 
_CSEOF
2689
 
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2690
 
echo >&5
2691
 
_ACEOF
2692
 
 
2693
 
# Files that config.status was made for.
2694
 
if test -n "$ac_config_files"; then
2695
 
  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2696
 
fi
2697
 
 
2698
 
if test -n "$ac_config_headers"; then
2699
 
  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2700
 
fi
2701
 
 
2702
 
if test -n "$ac_config_links"; then
2703
 
  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2704
 
fi
2705
 
 
2706
 
if test -n "$ac_config_commands"; then
2707
 
  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2708
 
fi
2709
 
 
2710
 
cat >>$CONFIG_STATUS <<\_ACEOF
2711
 
 
2712
 
ac_cs_usage="\
2713
 
\`$as_me' instantiates files from templates according to the
2714
 
current configuration.
2715
 
 
2716
 
Usage: $0 [OPTIONS] [FILE]...
2717
 
 
2718
 
  -h, --help       print this help, then exit
2719
 
  -V, --version    print version number, then exit
2720
 
  -q, --quiet      do not print progress messages
2721
 
  -d, --debug      don't remove temporary files
2722
 
      --recheck    update $as_me by reconfiguring in the same conditions
2723
 
  --file=FILE[:TEMPLATE]
2724
 
                   instantiate the configuration file FILE
2725
 
 
2726
 
Configuration files:
2727
 
$config_files
2728
 
 
2729
 
Report bugs to <bug-autoconf@gnu.org>."
2730
 
_ACEOF
2731
 
 
2732
 
cat >>$CONFIG_STATUS <<_ACEOF
2733
 
ac_cs_version="\\
2734
 
config.status
2735
 
configured by $0, generated by GNU Autoconf 2.59,
2736
 
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2737
 
 
2738
 
Copyright (C) 2003 Free Software Foundation, Inc.
2739
 
This config.status script is free software; the Free Software Foundation
2740
 
gives unlimited permission to copy, distribute and modify it."
2741
 
srcdir=$srcdir
2742
 
INSTALL="$INSTALL"
2743
 
_ACEOF
2744
 
 
2745
 
cat >>$CONFIG_STATUS <<\_ACEOF
2746
 
# If no file are specified by the user, then we need to provide default
2747
 
# value.  By we need to know if files were specified by the user.
2748
 
ac_need_defaults=:
2749
 
while test $# != 0
2750
 
do
2751
 
  case $1 in
2752
 
  --*=*)
2753
 
    ac_option=`expr "x$1" : 'x\([^=]*\)='`
2754
 
    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2755
 
    ac_shift=:
2756
 
    ;;
2757
 
  -*)
2758
 
    ac_option=$1
2759
 
    ac_optarg=$2
2760
 
    ac_shift=shift
2761
 
    ;;
2762
 
  *) # This is not an option, so the user has probably given explicit
2763
 
     # arguments.
2764
 
     ac_option=$1
2765
 
     ac_need_defaults=false;;
2766
 
  esac
2767
 
 
2768
 
  case $ac_option in
2769
 
  # Handling of the options.
2770
 
_ACEOF
2771
 
cat >>$CONFIG_STATUS <<\_ACEOF
2772
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2773
 
    ac_cs_recheck=: ;;
2774
 
  --version | --vers* | -V )
2775
 
    echo "$ac_cs_version"; exit 0 ;;
2776
 
  --he | --h)
2777
 
    # Conflict between --help and --header
2778
 
    { { echo "$as_me:$LINENO: error: ambiguous option: $1
2779
 
Try \`$0 --help' for more information." >&5
2780
 
echo "$as_me: error: ambiguous option: $1
2781
 
Try \`$0 --help' for more information." >&2;}
2782
 
   { (exit 1); exit 1; }; };;
2783
 
  --help | --hel | -h )
2784
 
    echo "$ac_cs_usage"; exit 0 ;;
2785
 
  --debug | --d* | -d )
2786
 
    debug=: ;;
2787
 
  --file | --fil | --fi | --f )
2788
 
    $ac_shift
2789
 
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2790
 
    ac_need_defaults=false;;
2791
 
  --header | --heade | --head | --hea )
2792
 
    $ac_shift
2793
 
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2794
 
    ac_need_defaults=false;;
2795
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2796
 
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2797
 
    ac_cs_silent=: ;;
2798
 
 
2799
 
  # This is an error.
2800
 
  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2801
 
Try \`$0 --help' for more information." >&5
2802
 
echo "$as_me: error: unrecognized option: $1
2803
 
Try \`$0 --help' for more information." >&2;}
2804
 
   { (exit 1); exit 1; }; } ;;
2805
 
 
2806
 
  *) ac_config_targets="$ac_config_targets $1" ;;
2807
 
 
2808
 
  esac
2809
 
  shift
2810
 
done
2811
 
 
2812
 
ac_configure_extra_args=
2813
 
 
2814
 
if $ac_cs_silent; then
2815
 
  exec 6>/dev/null
2816
 
  ac_configure_extra_args="$ac_configure_extra_args --silent"
2817
 
fi
2818
 
 
2819
 
_ACEOF
2820
 
cat >>$CONFIG_STATUS <<_ACEOF
2821
 
if \$ac_cs_recheck; then
2822
 
  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2823
 
  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2824
 
fi
2825
 
 
2826
 
_ACEOF
2827
 
 
2828
 
 
2829
 
 
2830
 
 
2831
 
 
2832
 
cat >>$CONFIG_STATUS <<\_ACEOF
2833
 
for ac_config_target in $ac_config_targets
2834
 
do
2835
 
  case "$ac_config_target" in
2836
 
  # Handling of arguments.
2837
 
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2838
 
  "version.h" ) CONFIG_FILES="$CONFIG_FILES version.h" ;;
2839
 
  "pkgdata/Makefile" ) CONFIG_FILES="$CONFIG_FILES pkgdata/Makefile" ;;
2840
 
  "pkgdata/pkg_data_src.gpt" ) CONFIG_FILES="$CONFIG_FILES pkgdata/pkg_data_src.gpt" ;;
2841
 
  "doxygen/Makefile" ) CONFIG_FILES="$CONFIG_FILES doxygen/Makefile" ;;
2842
 
  "doxygen/Doxyfile" ) CONFIG_FILES="$CONFIG_FILES doxygen/Doxyfile" ;;
2843
 
  "doxygen/Doxyfile-internal" ) CONFIG_FILES="$CONFIG_FILES doxygen/Doxyfile-internal" ;;
2844
 
  "library/Makefile" ) CONFIG_FILES="$CONFIG_FILES library/Makefile" ;;
2845
 
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2846
 
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2847
 
   { (exit 1); exit 1; }; };;
2848
 
  esac
2849
 
done
2850
 
 
2851
 
# If the user did not use the arguments to specify the items to instantiate,
2852
 
# then the envvar interface is used.  Set only those that are not.
2853
 
# We use the long form for the default assignment because of an extremely
2854
 
# bizarre bug on SunOS 4.1.3.
2855
 
if $ac_need_defaults; then
2856
 
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2857
 
fi
2858
 
 
2859
 
# Have a temporary directory for convenience.  Make it in the build tree
2860
 
# simply because there is no reason to put it here, and in addition,
2861
 
# creating and moving files from /tmp can sometimes cause problems.
2862
 
# Create a temporary directory, and hook for its removal unless debugging.
2863
 
$debug ||
2864
 
{
2865
 
  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2866
 
  trap '{ (exit 1); exit 1; }' 1 2 13 15
2867
 
}
2868
 
 
2869
 
# Create a (secure) tmp directory for tmp files.
2870
 
 
2871
 
{
2872
 
  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2873
 
  test -n "$tmp" && test -d "$tmp"
2874
 
}  ||
2875
 
{
2876
 
  tmp=./confstat$$-$RANDOM
2877
 
  (umask 077 && mkdir $tmp)
2878
 
} ||
2879
 
{
2880
 
   echo "$me: cannot create a temporary directory in ." >&2
2881
 
   { (exit 1); exit 1; }
2882
 
}
2883
 
 
2884
 
_ACEOF
2885
 
 
2886
 
cat >>$CONFIG_STATUS <<_ACEOF
2887
 
 
2888
 
#
2889
 
# CONFIG_FILES section.
2890
 
#
2891
 
 
2892
 
# No need to generate the scripts if there are no CONFIG_FILES.
2893
 
# This happens for instance when ./config.status config.h
2894
 
if test -n "\$CONFIG_FILES"; then
2895
 
  # Protect against being on the right side of a sed subst in config.status.
2896
 
  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2897
 
   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2898
 
s,@SHELL@,$SHELL,;t t
2899
 
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2900
 
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2901
 
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2902
 
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2903
 
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2904
 
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2905
 
s,@exec_prefix@,$exec_prefix,;t t
2906
 
s,@prefix@,$prefix,;t t
2907
 
s,@program_transform_name@,$program_transform_name,;t t
2908
 
s,@bindir@,$bindir,;t t
2909
 
s,@sbindir@,$sbindir,;t t
2910
 
s,@libexecdir@,$libexecdir,;t t
2911
 
s,@datadir@,$datadir,;t t
2912
 
s,@sysconfdir@,$sysconfdir,;t t
2913
 
s,@sharedstatedir@,$sharedstatedir,;t t
2914
 
s,@localstatedir@,$localstatedir,;t t
2915
 
s,@libdir@,$libdir,;t t
2916
 
s,@includedir@,$includedir,;t t
2917
 
s,@oldincludedir@,$oldincludedir,;t t
2918
 
s,@infodir@,$infodir,;t t
2919
 
s,@mandir@,$mandir,;t t
2920
 
s,@build_alias@,$build_alias,;t t
2921
 
s,@host_alias@,$host_alias,;t t
2922
 
s,@target_alias@,$target_alias,;t t
2923
 
s,@DEFS@,$DEFS,;t t
2924
 
s,@ECHO_C@,$ECHO_C,;t t
2925
 
s,@ECHO_N@,$ECHO_N,;t t
2926
 
s,@ECHO_T@,$ECHO_T,;t t
2927
 
s,@LIBS@,$LIBS,;t t
2928
 
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
2929
 
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
2930
 
s,@MAINT@,$MAINT,;t t
2931
 
s,@GPT_LOCATION@,$GPT_LOCATION,;t t
2932
 
s,@GPT_IS_2@,$GPT_IS_2,;t t
2933
 
s,@GPT_CFLAGS@,$GPT_CFLAGS,;t t
2934
 
s,@GPT_PKG_CFLAGS@,$GPT_PKG_CFLAGS,;t t
2935
 
s,@GPT_INCLUDES@,$GPT_INCLUDES,;t t
2936
 
s,@GPT_EXTERNAL_INCLUDES@,$GPT_EXTERNAL_INCLUDES,;t t
2937
 
s,@GPT_EXTERNAL_LIBS@,$GPT_EXTERNAL_LIBS,;t t
2938
 
s,@GPT_LIBS@,$GPT_LIBS,;t t
2939
 
s,@GPT_LDFLAGS@,$GPT_LDFLAGS,;t t
2940
 
s,@GPT_CONFIG_CFLAGS@,$GPT_CONFIG_CFLAGS,;t t
2941
 
s,@GPT_CONFIG_INCLUDES@,$GPT_CONFIG_INCLUDES,;t t
2942
 
s,@GPT_CONFIG_LIBS@,$GPT_CONFIG_LIBS,;t t
2943
 
s,@GPT_CONFIG_PKG_LIBS@,$GPT_CONFIG_PKG_LIBS,;t t
2944
 
s,@GPT_PGM_LINKS@,$GPT_PGM_LINKS,;t t
2945
 
s,@GPT_LIB_LINKS@,$GPT_LIB_LINKS,;t t
2946
 
s,@GPT_LINKTYPE@,$GPT_LINKTYPE,;t t
2947
 
s,@builddir@,$builddir,;t t
2948
 
s,@WITHOUT_FLAVORS_TRUE@,$WITHOUT_FLAVORS_TRUE,;t t
2949
 
s,@WITHOUT_FLAVORS_FALSE@,$WITHOUT_FLAVORS_FALSE,;t t
2950
 
s,@GLOBUS_FLAVOR_NAME@,$GLOBUS_FLAVOR_NAME,;t t
2951
 
s,@CC@,$CC,;t t
2952
 
s,@CPP@,$CPP,;t t
2953
 
s,@CFLAGS@,$CFLAGS,;t t
2954
 
s,@CPPFLAGS@,$CPPFLAGS,;t t
2955
 
s,@LD@,$LD,;t t
2956
 
s,@LDFLAGS@,$LDFLAGS,;t t
2957
 
s,@CXX@,$CXX,;t t
2958
 
s,@CXXCPP@,$CXXCPP,;t t
2959
 
s,@CXXFLAGS@,$CXXFLAGS,;t t
2960
 
s,@INSURE@,$INSURE,;t t
2961
 
s,@DOXYGEN@,$DOXYGEN,;t t
2962
 
s,@F77@,$F77,;t t
2963
 
s,@F77FLAGS@,$F77FLAGS,;t t
2964
 
s,@F90@,$F90,;t t
2965
 
s,@F90FLAGS@,$F90FLAGS,;t t
2966
 
s,@AR@,$AR,;t t
2967
 
s,@ARFLAGS@,$ARFLAGS,;t t
2968
 
s,@RANLIB@,$RANLIB,;t t
2969
 
s,@PERL@,$PERL,;t t
2970
 
s,@CROSS@,$CROSS,;t t
2971
 
s,@cross_compiling@,$cross_compiling,;t t
2972
 
s,@OBJEXT@,$OBJEXT,;t t
2973
 
s,@EXEEXT@,$EXEEXT,;t t
2974
 
s,@OBJECT_MODE@,$OBJECT_MODE,;t t
2975
 
s,@FILELIST_FILE@,$FILELIST_FILE,;t t
2976
 
s,@GPT_MAJOR_VERSION@,$GPT_MAJOR_VERSION,;t t
2977
 
s,@GPT_MINOR_VERSION@,$GPT_MINOR_VERSION,;t t
2978
 
s,@DIRT_TIMESTAMP@,$DIRT_TIMESTAMP,;t t
2979
 
s,@DIRT_BRANCH_ID@,$DIRT_BRANCH_ID,;t t
2980
 
s,@ENABLE_PROGRAMS_TRUE@,$ENABLE_PROGRAMS_TRUE,;t t
2981
 
s,@ENABLE_PROGRAMS_FALSE@,$ENABLE_PROGRAMS_FALSE,;t t
2982
 
s,@LIBTOOL@,$LIBTOOL,;t t
2983
 
s,@LN_S@,$LN_S,;t t
2984
 
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2985
 
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2986
 
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2987
 
s,@CYGPATH_W@,$CYGPATH_W,;t t
2988
 
s,@PACKAGE@,$PACKAGE,;t t
2989
 
s,@VERSION@,$VERSION,;t t
2990
 
s,@ACLOCAL@,$ACLOCAL,;t t
2991
 
s,@AUTOCONF@,$AUTOCONF,;t t
2992
 
s,@AUTOMAKE@,$AUTOMAKE,;t t
2993
 
s,@AUTOHEADER@,$AUTOHEADER,;t t
2994
 
s,@MAKEINFO@,$MAKEINFO,;t t
2995
 
s,@install_sh@,$install_sh,;t t
2996
 
s,@STRIP@,$STRIP,;t t
2997
 
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
2998
 
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
2999
 
s,@mkdir_p@,$mkdir_p,;t t
3000
 
s,@AWK@,$AWK,;t t
3001
 
s,@SET_MAKE@,$SET_MAKE,;t t
3002
 
s,@am__leading_dot@,$am__leading_dot,;t t
3003
 
s,@AMTAR@,$AMTAR,;t t
3004
 
s,@am__tar@,$am__tar,;t t
3005
 
s,@am__untar@,$am__untar,;t t
3006
 
s,@USE_SYMBOL_LABELS_TRUE@,$USE_SYMBOL_LABELS_TRUE,;t t
3007
 
s,@USE_SYMBOL_LABELS_FALSE@,$USE_SYMBOL_LABELS_FALSE,;t t
3008
 
s,@DOXYFILE@,$DOXYFILE,;t t
3009
 
s,@DOT@,$DOT,;t t
3010
 
s,@HAVE_DOT@,$HAVE_DOT,;t t
3011
 
s,@lac_doxygen_srcdirs@,$lac_doxygen_srcdirs,;t t
3012
 
s,@lac_doxygen_input_filter@,$lac_doxygen_input_filter,;t t
3013
 
s,@lac_doxygen_project@,$lac_doxygen_project,;t t
3014
 
s,@lac_doxygen_output_tagfile@,$lac_doxygen_output_tagfile,;t t
3015
 
s,@lac_doxygen_tagfiles@,$lac_doxygen_tagfiles,;t t
3016
 
s,@lac_doxygen_internal_tagfiles@,$lac_doxygen_internal_tagfiles,;t t
3017
 
s,@lac_doxygen_installdox@,$lac_doxygen_installdox,;t t
3018
 
s,@lac_doxygen_file_patterns@,$lac_doxygen_file_patterns,;t t
3019
 
s,@lac_doxygen_examples@,$lac_doxygen_examples,;t t
3020
 
s,@lac_doxygen_predefines@,$lac_doxygen_predefines,;t t
3021
 
s,@LIB@&t@OBJS@,$LIB@&t@OBJS,;t t
3022
 
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3023
 
CEOF
3024
 
 
3025
 
_ACEOF
3026
 
 
3027
 
  cat >>$CONFIG_STATUS <<\_ACEOF
3028
 
  # Split the substitutions into bite-sized pieces for seds with
3029
 
  # small command number limits, like on Digital OSF/1 and HP-UX.
3030
 
  ac_max_sed_lines=48
3031
 
  ac_sed_frag=1 # Number of current file.
3032
 
  ac_beg=1 # First line for current file.
3033
 
  ac_end=$ac_max_sed_lines # Line after last line for current file.
3034
 
  ac_more_lines=:
3035
 
  ac_sed_cmds=
3036
 
  while $ac_more_lines; do
3037
 
    if test $ac_beg -gt 1; then
3038
 
      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3039
 
    else
3040
 
      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3041
 
    fi
3042
 
    if test ! -s $tmp/subs.frag; then
3043
 
      ac_more_lines=false
3044
 
    else
3045
 
      # The purpose of the label and of the branching condition is to
3046
 
      # speed up the sed processing (if there are no `@' at all, there
3047
 
      # is no need to browse any of the substitutions).
3048
 
      # These are the two extra sed commands mentioned above.
3049
 
      (echo ':t
3050
 
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3051
 
      if test -z "$ac_sed_cmds"; then
3052
 
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3053
 
      else
3054
 
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3055
 
      fi
3056
 
      ac_sed_frag=`expr $ac_sed_frag + 1`
3057
 
      ac_beg=$ac_end
3058
 
      ac_end=`expr $ac_end + $ac_max_sed_lines`
3059
 
    fi
3060
 
  done
3061
 
  if test -z "$ac_sed_cmds"; then
3062
 
    ac_sed_cmds=cat
3063
 
  fi
3064
 
fi # test -n "$CONFIG_FILES"
3065
 
 
3066
 
_ACEOF
3067
 
cat >>$CONFIG_STATUS <<\_ACEOF
3068
 
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3069
 
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3070
 
  case $ac_file in
3071
 
  - | *:- | *:-:* ) # input from stdin
3072
 
        cat >$tmp/stdin
3073
 
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3074
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3075
 
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3076
 
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3077
 
  * )   ac_file_in=$ac_file.in ;;
3078
 
  esac
3079
 
 
3080
 
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3081
 
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3082
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3083
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
3084
 
         X"$ac_file" : 'X\(//\)$' \| \
3085
 
         X"$ac_file" : 'X\(/\)' \| \
3086
 
         .     : '\(.\)' 2>/dev/null ||
3087
 
echo X"$ac_file" |
3088
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3089
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3090
 
          /^X\(\/\/\)$/{ s//\1/; q; }
3091
 
          /^X\(\/\).*/{ s//\1/; q; }
3092
 
          s/.*/./; q'`
3093
 
  { if $as_mkdir_p; then
3094
 
    mkdir -p "$ac_dir"
3095
 
  else
3096
 
    as_dir="$ac_dir"
3097
 
    as_dirs=
3098
 
    while test ! -d "$as_dir"; do
3099
 
      as_dirs="$as_dir $as_dirs"
3100
 
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
3101
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3102
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
3103
 
         X"$as_dir" : 'X\(//\)$' \| \
3104
 
         X"$as_dir" : 'X\(/\)' \| \
3105
 
         .     : '\(.\)' 2>/dev/null ||
3106
 
echo X"$as_dir" |
3107
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3108
 
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3109
 
          /^X\(\/\/\)$/{ s//\1/; q; }
3110
 
          /^X\(\/\).*/{ s//\1/; q; }
3111
 
          s/.*/./; q'`
3112
 
    done
3113
 
    test ! -n "$as_dirs" || mkdir $as_dirs
3114
 
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3115
 
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3116
 
   { (exit 1); exit 1; }; }; }
3117
 
 
3118
 
  ac_builddir=.
3119
 
 
3120
 
if test "$ac_dir" != .; then
3121
 
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3122
 
  # A "../" for each directory in $ac_dir_suffix.
3123
 
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3124
 
else
3125
 
  ac_dir_suffix= ac_top_builddir=
3126
 
fi
3127
 
 
3128
 
case $srcdir in
3129
 
  .)  # No --srcdir option.  We are building in place.
3130
 
    ac_srcdir=.
3131
 
    if test -z "$ac_top_builddir"; then
3132
 
       ac_top_srcdir=.
3133
 
    else
3134
 
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3135
 
    fi ;;
3136
 
  [\\/]* | ?:[\\/]* )  # Absolute path.
3137
 
    ac_srcdir=$srcdir$ac_dir_suffix;
3138
 
    ac_top_srcdir=$srcdir ;;
3139
 
  *) # Relative path.
3140
 
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3141
 
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
3142
 
esac
3143
 
 
3144
 
# Do not use `cd foo && pwd` to compute absolute paths, because
3145
 
# the directories may not exist.
3146
 
case `pwd` in
3147
 
.) ac_abs_builddir="$ac_dir";;
3148
 
*)
3149
 
  case "$ac_dir" in
3150
 
  .) ac_abs_builddir=`pwd`;;
3151
 
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3152
 
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
3153
 
  esac;;
3154
 
esac
3155
 
case $ac_abs_builddir in
3156
 
.) ac_abs_top_builddir=${ac_top_builddir}.;;
3157
 
*)
3158
 
  case ${ac_top_builddir}. in
3159
 
  .) ac_abs_top_builddir=$ac_abs_builddir;;
3160
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3161
 
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3162
 
  esac;;
3163
 
esac
3164
 
case $ac_abs_builddir in
3165
 
.) ac_abs_srcdir=$ac_srcdir;;
3166
 
*)
3167
 
  case $ac_srcdir in
3168
 
  .) ac_abs_srcdir=$ac_abs_builddir;;
3169
 
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3170
 
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3171
 
  esac;;
3172
 
esac
3173
 
case $ac_abs_builddir in
3174
 
.) ac_abs_top_srcdir=$ac_top_srcdir;;
3175
 
*)
3176
 
  case $ac_top_srcdir in
3177
 
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
3178
 
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3179
 
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3180
 
  esac;;
3181
 
esac
3182
 
 
3183
 
 
3184
 
  case $INSTALL in
3185
 
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3186
 
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3187
 
  esac
3188
 
 
3189
 
  if test x"$ac_file" != x-; then
3190
 
    { echo "$as_me:$LINENO: creating $ac_file" >&5
3191
 
echo "$as_me: creating $ac_file" >&6;}
3192
 
    rm -f "$ac_file"
3193
 
  fi
3194
 
  # Let's still pretend it is `configure' which instantiates (i.e., don't
3195
 
  # use $as_me), people would be surprised to read:
3196
 
  #    /* config.h.  Generated by config.status.  */
3197
 
  if test x"$ac_file" = x-; then
3198
 
    configure_input=
3199
 
  else
3200
 
    configure_input="$ac_file.  "
3201
 
  fi
3202
 
  configure_input=$configure_input"Generated from `echo $ac_file_in |
3203
 
                                     sed 's,.*/,,'` by configure."
3204
 
 
3205
 
  # First look for the input files in the build tree, otherwise in the
3206
 
  # src tree.
3207
 
  ac_file_inputs=`IFS=:
3208
 
    for f in $ac_file_in; do
3209
 
      case $f in
3210
 
      -) echo $tmp/stdin ;;
3211
 
      [\\/$]*)
3212
 
         # Absolute (can't be DOS-style, as IFS=:)
3213
 
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3214
 
echo "$as_me: error: cannot find input file: $f" >&2;}
3215
 
   { (exit 1); exit 1; }; }
3216
 
         echo "$f";;
3217
 
      *) # Relative
3218
 
         if test -f "$f"; then
3219
 
           # Build tree
3220
 
           echo "$f"
3221
 
         elif test -f "$srcdir/$f"; then
3222
 
           # Source tree
3223
 
           echo "$srcdir/$f"
3224
 
         else
3225
 
           # /dev/null tree
3226
 
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3227
 
echo "$as_me: error: cannot find input file: $f" >&2;}
3228
 
   { (exit 1); exit 1; }; }
3229
 
         fi;;
3230
 
      esac
3231
 
    done` || { (exit 1); exit 1; }
3232
 
_ACEOF
3233
 
cat >>$CONFIG_STATUS <<_ACEOF
3234
 
  sed "$ac_vpsub
3235
 
$extrasub
3236
 
_ACEOF
3237
 
cat >>$CONFIG_STATUS <<\_ACEOF
3238
 
:t
3239
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3240
 
s,@configure_input@,$configure_input,;t t
3241
 
s,@srcdir@,$ac_srcdir,;t t
3242
 
s,@abs_srcdir@,$ac_abs_srcdir,;t t
3243
 
s,@top_srcdir@,$ac_top_srcdir,;t t
3244
 
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3245
 
s,@builddir@,$ac_builddir,;t t
3246
 
s,@abs_builddir@,$ac_abs_builddir,;t t
3247
 
s,@top_builddir@,$ac_top_builddir,;t t
3248
 
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3249
 
s,@INSTALL@,$ac_INSTALL,;t t
3250
 
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3251
 
  rm -f $tmp/stdin
3252
 
  if test x"$ac_file" != x-; then
3253
 
    mv $tmp/out $ac_file
3254
 
  else
3255
 
    cat $tmp/out
3256
 
    rm -f $tmp/out
3257
 
  fi
3258
 
 
3259
 
done
3260
 
_ACEOF
3261
 
 
3262
 
cat >>$CONFIG_STATUS <<\_ACEOF
3263
 
 
3264
 
{ (exit 0); exit 0; }
3265
 
_ACEOF
3266
 
chmod +x $CONFIG_STATUS
3267
 
ac_clean_files=$ac_clean_files_save
3268
 
 
3269
 
 
3270
 
# configure is writing to config.log, and then calls config.status.
3271
 
# config.status does its own redirection, appending to config.log.
3272
 
# Unfortunately, on DOS this fails, as config.log is still kept open
3273
 
# by configure, so config.status won't be able to write to it; its
3274
 
# output is simply discarded.  So we exec the FD to /dev/null,
3275
 
# effectively closing config.log, so it can be properly (re)opened and
3276
 
# appended to by config.status.  When coming back to configure, we
3277
 
# need to make the FD available again.
3278
 
if test "$no_create" != yes; then
3279
 
  ac_cs_success=:
3280
 
  ac_config_status_args=
3281
 
  test "$silent" = yes &&
3282
 
    ac_config_status_args="$ac_config_status_args --quiet"
3283
 
  exec 5>/dev/null
3284
 
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3285
 
  exec 5>>config.log
3286
 
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3287
 
  # would make configure fail if this is the last instruction.
3288
 
  $ac_cs_success || { (exit 1); exit 1; }
3289
 
fi
3290
 
 
3291