source: config.status

Last change on this file was 80a0f3f, checked in by Kyle <khaefner@…>, 7 years ago

initial commit

  • Property mode set to 100755
File size: 65.8 KB
RevLine 
[80a0f3f]1#! /bin/bash
2# Generated by configure.
3# Run this file to recreate the current configuration.
4# Compiler output produced by configure, useful for debugging
5# configure, is in config.log if it exists.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/bash}
12export SHELL
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20  emulate sh
21  NULLCMD=:
22  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23  # is contrary to our usage.  Disable this feature.
24  alias -g '${1+"$@"}'='"$@"'
25  setopt NO_GLOB_SUBST
26else
27  case `(set -o) 2>/dev/null` in #(
28  *posix*) :
29    set -o posix ;; #(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47  as_echo='print -r --'
48  as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50  as_echo='printf %s\n'
51  as_echo_n='printf %s'
52else
53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55    as_echo_n='/usr/ucb/echo -n'
56  else
57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58    as_echo_n_body='eval
59      arg=$1;
60      case $arg in #(
61      *"$as_nl"*)
62        expr "X$arg" : "X\\(.*\\)$as_nl";
63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64      esac;
65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66    '
67    export as_echo_n_body
68    as_echo_n='sh -c $as_echo_n_body as_echo'
69  fi
70  export as_echo_body
71  as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76  PATH_SEPARATOR=:
77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79      PATH_SEPARATOR=';'
80  }
81fi
82
83
84# IFS
85# We need space, tab and new line, in precisely that order.  Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" ""        $as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #((
94  *[\\/]* ) as_myself=$0 ;;
95  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98  IFS=$as_save_IFS
99  test -z "$as_dir" && as_dir=.
100    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101  done
102IFS=$as_save_IFS
103
104     ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109  as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113  exit 1
114fi
115
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there.  '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137
138# as_fn_error STATUS ERROR [LINENO LOG_FD]
139# ----------------------------------------
140# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142# script with STATUS, using 1 if that was 0.
143as_fn_error ()
144{
145  as_status=$1; test $as_status -eq 0 && as_status=1
146  if test "$4"; then
147    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149  fi
150  $as_echo "$as_me: error: $2" >&2
151  as_fn_exit $as_status
152} # as_fn_error
153
154
155# as_fn_set_status STATUS
156# -----------------------
157# Set $? to STATUS, without forking.
158as_fn_set_status ()
159{
160  return $1
161} # as_fn_set_status
162
163# as_fn_exit STATUS
164# -----------------
165# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166as_fn_exit ()
167{
168  set +e
169  as_fn_set_status $1
170  exit $1
171} # as_fn_exit
172
173# as_fn_unset VAR
174# ---------------
175# Portably unset VAR.
176as_fn_unset ()
177{
178  { eval $1=; unset $1;}
179}
180as_unset=as_fn_unset
181# as_fn_append VAR VALUE
182# ----------------------
183# Append the text in VALUE to the end of the definition contained in VAR. Take
184# advantage of any shell optimizations that allow amortized linear growth over
185# repeated appends, instead of the typical quadratic growth present in naive
186# implementations.
187if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188  eval 'as_fn_append ()
189  {
190    eval $1+=\$2
191  }'
192else
193  as_fn_append ()
194  {
195    eval $1=\$$1\$2
196  }
197fi # as_fn_append
198
199# as_fn_arith ARG...
200# ------------------
201# Perform arithmetic evaluation on the ARGs, and store the result in the
202# global $as_val. Take advantage of shells that can avoid forks. The arguments
203# must be portable across $(()) and expr.
204if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205  eval 'as_fn_arith ()
206  {
207    as_val=$(( $* ))
208  }'
209else
210  as_fn_arith ()
211  {
212    as_val=`expr "$@" || test $? -eq 1`
213  }
214fi # as_fn_arith
215
216
217if expr a : '\(a\)' >/dev/null 2>&1 &&
218   test "X`expr 00001 : '.*\(...\)'`" = X001; then
219  as_expr=expr
220else
221  as_expr=false
222fi
223
224if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225  as_basename=basename
226else
227  as_basename=false
228fi
229
230if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231  as_dirname=dirname
232else
233  as_dirname=false
234fi
235
236as_me=`$as_basename -- "$0" ||
237$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238         X"$0" : 'X\(//\)$' \| \
239         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240$as_echo X/"$0" |
241    sed '/^.*\/\([^/][^/]*\)\/*$/{
242            s//\1/
243            q
244          }
245          /^X\/\(\/\/\)$/{
246            s//\1/
247            q
248          }
249          /^X\/\(\/\).*/{
250            s//\1/
251            q
252          }
253          s/.*/./; q'`
254
255# Avoid depending upon Character Ranges.
256as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259as_cr_digits='0123456789'
260as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262ECHO_C= ECHO_N= ECHO_T=
263case `echo -n x` in #(((((
264-n*)
265  case `echo 'xy\c'` in
266  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
267  xy)  ECHO_C='\c';;
268  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
269       ECHO_T=' ';;
270  esac;;
271*)
272  ECHO_N='-n';;
273esac
274
275rm -f conf$$ conf$$.exe conf$$.file
276if test -d conf$$.dir; then
277  rm -f conf$$.dir/conf$$.file
278else
279  rm -f conf$$.dir
280  mkdir conf$$.dir 2>/dev/null
281fi
282if (echo >conf$$.file) 2>/dev/null; then
283  if ln -s conf$$.file conf$$ 2>/dev/null; then
284    as_ln_s='ln -s'
285    # ... but there are two gotchas:
286    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288    # In both cases, we have to default to `cp -pR'.
289    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290      as_ln_s='cp -pR'
291  elif ln conf$$.file conf$$ 2>/dev/null; then
292    as_ln_s=ln
293  else
294    as_ln_s='cp -pR'
295  fi
296else
297  as_ln_s='cp -pR'
298fi
299rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300rmdir conf$$.dir 2>/dev/null
301
302
303# as_fn_mkdir_p
304# -------------
305# Create "$as_dir" as a directory, including parents if necessary.
306as_fn_mkdir_p ()
307{
308
309  case $as_dir in #(
310  -*) as_dir=./$as_dir;;
311  esac
312  test -d "$as_dir" || eval $as_mkdir_p || {
313    as_dirs=
314    while :; do
315      case $as_dir in #(
316      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317      *) as_qdir=$as_dir;;
318      esac
319      as_dirs="'$as_qdir' $as_dirs"
320      as_dir=`$as_dirname -- "$as_dir" ||
321$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322         X"$as_dir" : 'X\(//\)[^/]' \| \
323         X"$as_dir" : 'X\(//\)$' \| \
324         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325$as_echo X"$as_dir" |
326    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327            s//\1/
328            q
329          }
330          /^X\(\/\/\)[^/].*/{
331            s//\1/
332            q
333          }
334          /^X\(\/\/\)$/{
335            s//\1/
336            q
337          }
338          /^X\(\/\).*/{
339            s//\1/
340            q
341          }
342          s/.*/./; q'`
343      test -d "$as_dir" && break
344    done
345    test -z "$as_dirs" || eval "mkdir $as_dirs"
346  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
347
348
349} # as_fn_mkdir_p
350if mkdir -p . 2>/dev/null; then
351  as_mkdir_p='mkdir -p "$as_dir"'
352else
353  test -d ./-p && rmdir ./-p
354  as_mkdir_p=false
355fi
356
357
358# as_fn_executable_p FILE
359# -----------------------
360# Test if FILE is an executable regular file.
361as_fn_executable_p ()
362{
363  test -f "$1" && test -x "$1"
364} # as_fn_executable_p
365as_test_x='test -x'
366as_executable_p=as_fn_executable_p
367
368# Sed expression to map a string onto a valid CPP name.
369as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370
371# Sed expression to map a string onto a valid variable name.
372as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373
374
375exec 6>&1
376## ----------------------------------- ##
377## Main body of $CONFIG_STATUS script. ##
378## ----------------------------------- ##
379# Save the log message, to keep $0 and so on meaningful, and to
380# report actual input values of CONFIG_FILES etc. instead of their
381# values after options handling.
382ac_log="
383This file was extended by ABAC $as_me 0.1.9, which was
384generated by GNU Autoconf 2.69.  Invocation command line was
385
386  CONFIG_FILES    = $CONFIG_FILES
387  CONFIG_HEADERS  = $CONFIG_HEADERS
388  CONFIG_LINKS    = $CONFIG_LINKS
389  CONFIG_COMMANDS = $CONFIG_COMMANDS
390  $ $0 $@
391
392on `(hostname || uname -n) 2>/dev/null | sed 1q`
393"
394
395# Files that config.status was made for.
396config_files=" Makefile tests/Makefile tests/creddy_tests/Makefile tests/creddy_prover_tests/Makefile tests/attr_tests/Makefile tests/python_tests/Makefile tests/scaling_tests/Makefile tests/scaling_tests/daisychain/Makefile tests/scaling_tests/daisychain/likes_python/Makefile tests/scaling_tests/haystack/Makefile tests/scaling_tests/haystack/ralphs_prover/Makefile tests/example_scripts/Makefile tests/example_scripts/wiki/Makefile tests/example_scripts/c/Makefile tests/example_scripts/python/Makefile tests/example_scripts/perl/Makefile"
397config_commands=" depfiles libtool"
398
399ac_cs_usage="\
400\`$as_me' instantiates files and other configuration actions
401from templates according to the current configuration.  Unless the files
402and actions are specified as TAGs, all are instantiated by default.
403
404Usage: $0 [OPTION]... [TAG]...
405
406  -h, --help       print this help, then exit
407  -V, --version    print version number and configuration settings, then exit
408      --config     print configuration, then exit
409  -q, --quiet, --silent
410                   do not print progress messages
411  -d, --debug      don't remove temporary files
412      --recheck    update $as_me by reconfiguring in the same conditions
413      --file=FILE[:TEMPLATE]
414                   instantiate the configuration file FILE
415
416Configuration files:
417$config_files
418
419Configuration commands:
420$config_commands
421
422Report bugs to <faber@ISI.EDU>."
423
424ac_cs_config=""
425ac_cs_version="\
426ABAC config.status 0.1.9
427configured by ./configure, generated by GNU Autoconf 2.69,
428  with options \"$ac_cs_config\"
429
430Copyright (C) 2012 Free Software Foundation, Inc.
431This config.status script is free software; the Free Software Foundation
432gives unlimited permission to copy, distribute and modify it."
433
434ac_pwd='/home/khaefner/Source/abac'
435srcdir='.'
436INSTALL='/usr/bin/install -c'
437MKDIR_P='/bin/mkdir -p'
438AWK='mawk'
439test -n "$AWK" || AWK=awk
440# The default lists apply if the user does not specify any file.
441ac_need_defaults=:
442while test $# != 0
443do
444  case $1 in
445  --*=?*)
446    ac_option=`expr "X$1" : 'X\([^=]*\)='`
447    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
448    ac_shift=:
449    ;;
450  --*=)
451    ac_option=`expr "X$1" : 'X\([^=]*\)='`
452    ac_optarg=
453    ac_shift=:
454    ;;
455  *)
456    ac_option=$1
457    ac_optarg=$2
458    ac_shift=shift
459    ;;
460  esac
461
462  case $ac_option in
463  # Handling of the options.
464  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
465    ac_cs_recheck=: ;;
466  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
467    $as_echo "$ac_cs_version"; exit ;;
468  --config | --confi | --conf | --con | --co | --c )
469    $as_echo "$ac_cs_config"; exit ;;
470  --debug | --debu | --deb | --de | --d | -d )
471    debug=: ;;
472  --file | --fil | --fi | --f )
473    $ac_shift
474    case $ac_optarg in
475    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
476    '') as_fn_error $? "missing file argument" ;;
477    esac
478    as_fn_append CONFIG_FILES " '$ac_optarg'"
479    ac_need_defaults=false;;
480  --he | --h |  --help | --hel | -h )
481    $as_echo "$ac_cs_usage"; exit ;;
482  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
483  | -silent | --silent | --silen | --sile | --sil | --si | --s)
484    ac_cs_silent=: ;;
485
486  # This is an error.
487  -*) as_fn_error $? "unrecognized option: \`$1'
488Try \`$0 --help' for more information." ;;
489
490  *) as_fn_append ac_config_targets " $1"
491     ac_need_defaults=false ;;
492
493  esac
494  shift
495done
496
497ac_configure_extra_args=
498
499if $ac_cs_silent; then
500  exec 6>/dev/null
501  ac_configure_extra_args="$ac_configure_extra_args --silent"
502fi
503
504if $ac_cs_recheck; then
505  set X /bin/bash './configure'  $ac_configure_extra_args --no-create --no-recursion
506  shift
507  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
508  CONFIG_SHELL='/bin/bash'
509  export CONFIG_SHELL
510  exec "$@"
511fi
512
513exec 5>>config.log
514{
515  echo
516  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
517## Running $as_me. ##
518_ASBOX
519  $as_echo "$ac_log"
520} >&5
521
522#
523# INIT-COMMANDS
524#
525AMDEP_TRUE="" ac_aux_dir="."
526
527
528# The HP-UX ksh and POSIX shell print the target directory to stdout
529# if CDPATH is set.
530(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
531
532sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
533double_quote_subst='s/\(["`\\]\)/\\\1/g'
534delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
535macro_version='2.4.6'
536macro_revision='2.4.6'
537enable_shared='yes'
538enable_static='yes'
539pic_mode='default'
540enable_fast_install='needless'
541shared_archive_member_spec=''
542SHELL='/bin/bash'
543ECHO='printf %s\n'
544PATH_SEPARATOR=':'
545host_alias=''
546host='x86_64-pc-linux-gnu'
547host_os='linux-gnu'
548build_alias=''
549build='x86_64-pc-linux-gnu'
550build_os='linux-gnu'
551SED='/bin/sed'
552Xsed='/bin/sed -e 1s/^X//'
553GREP='/bin/grep'
554EGREP='/bin/grep -E'
555FGREP='/bin/grep -F'
556LD='/usr/bin/ld -m elf_x86_64'
557NM='/usr/bin/nm -B'
558LN_S='ln -s'
559max_cmd_len='1572864'
560ac_objext='o'
561exeext=''
562lt_unset='unset'
563lt_SP2NL='tr \040 \012'
564lt_NL2SP='tr \015\012 \040\040'
565lt_cv_to_host_file_cmd='func_convert_file_noop'
566lt_cv_to_tool_file_cmd='func_convert_file_noop'
567reload_flag=' -r'
568reload_cmds='$LD$reload_flag -o $output$reload_objs'
569OBJDUMP='objdump'
570deplibs_check_method='pass_all'
571file_magic_cmd='$MAGIC_CMD'
572file_magic_glob=''
573want_nocaseglob='no'
574DLLTOOL='false'
575sharedlib_from_linklib_cmd='printf %s\n'
576AR='ar'
577AR_FLAGS='cru'
578archiver_list_spec='@'
579STRIP='strip'
580RANLIB='ranlib'
581old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
582old_postuninstall_cmds=''
583old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
584lock_old_archive_extraction='no'
585CC='gcc'
586CFLAGS='-g -O2'
587compiler='g++'
588GCC='yes'
589lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
590lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
591lt_cv_sys_global_symbol_to_import=''
592lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
593lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
594lt_cv_nm_interface='BSD nm'
595nm_file_list_spec='@'
596lt_sysroot=''
597lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
598objdir='.libs'
599MAGIC_CMD='file'
600lt_prog_compiler_no_builtin_flag=' -fno-builtin'
601lt_prog_compiler_pic=' -fPIC -DPIC'
602lt_prog_compiler_wl='-Wl,'
603lt_prog_compiler_static='-static'
604lt_cv_prog_compiler_c_o='yes'
605need_locks='no'
606MANIFEST_TOOL=':'
607DSYMUTIL=''
608NMEDIT=''
609LIPO=''
610OTOOL=''
611OTOOL64=''
612libext='a'
613shrext_cmds='.so'
614extract_expsyms_cmds=''
615archive_cmds_need_lc='no'
616enable_shared_with_static_runtimes='no'
617export_dynamic_flag_spec='$wl--export-dynamic'
618whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
619compiler_needs_object='no'
620old_archive_from_new_cmds=''
621old_archive_from_expsyms_cmds=''
622archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
623archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
624            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
625            echo "local: *; };" >> $output_objdir/$libname.ver~
626            $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
627module_cmds=''
628module_expsym_cmds=''
629with_gnu_ld='yes'
630allow_undefined_flag=''
631no_undefined_flag=''
632hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
633hardcode_libdir_separator=''
634hardcode_direct='no'
635hardcode_direct_absolute='no'
636hardcode_minus_L='no'
637hardcode_shlibpath_var='unsupported'
638hardcode_automatic='no'
639inherit_rpath='no'
640link_all_deplibs='no'
641always_export_symbols='no'
642export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
643exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
644include_expsyms=''
645prelink_cmds=''
646postlink_cmds=''
647file_list_spec=''
648variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
649need_lib_prefix='no'
650need_version='no'
651version_type='linux'
652runpath_var='LD_RUN_PATH'
653shlibpath_var='LD_LIBRARY_PATH'
654shlibpath_overrides_runpath='yes'
655libname_spec='lib$name'
656library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
657soname_spec='$libname$release$shared_ext$major'
658install_override_mode=''
659postinstall_cmds=''
660postuninstall_cmds=''
661finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
662finish_eval=''
663hardcode_into_libs='yes'
664sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/6 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib '
665configure_time_dlsearch_path='/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
666configure_time_lt_sys_library_path=''
667hardcode_action='immediate'
668enable_dlopen='unknown'
669enable_dlopen_self='unknown'
670enable_dlopen_self_static='unknown'
671old_striplib='strip --strip-debug'
672striplib='strip --strip-unneeded'
673compiler_lib_search_dirs=''
674predep_objects=''
675postdep_objects=''
676predeps=''
677postdeps=''
678compiler_lib_search_path=''
679LD_CXX='/usr/bin/ld -m elf_x86_64'
680reload_flag_CXX=' -r'
681reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
682old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
683compiler_CXX='g++'
684GCC_CXX='yes'
685lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
686lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
687lt_prog_compiler_wl_CXX='-Wl,'
688lt_prog_compiler_static_CXX='-static'
689lt_cv_prog_compiler_c_o_CXX='yes'
690archive_cmds_need_lc_CXX='no'
691enable_shared_with_static_runtimes_CXX='no'
692export_dynamic_flag_spec_CXX='$wl--export-dynamic'
693whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
694compiler_needs_object_CXX='no'
695old_archive_from_new_cmds_CXX=''
696old_archive_from_expsyms_cmds_CXX=''
697archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
698archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
699module_cmds_CXX=''
700module_expsym_cmds_CXX=''
701with_gnu_ld_CXX='yes'
702allow_undefined_flag_CXX=''
703no_undefined_flag_CXX=''
704hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
705hardcode_libdir_separator_CXX=''
706hardcode_direct_CXX='no'
707hardcode_direct_absolute_CXX='no'
708hardcode_minus_L_CXX='no'
709hardcode_shlibpath_var_CXX='unsupported'
710hardcode_automatic_CXX='no'
711inherit_rpath_CXX='no'
712link_all_deplibs_CXX='no'
713always_export_symbols_CXX='no'
714export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
715exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
716include_expsyms_CXX=''
717prelink_cmds_CXX=''
718postlink_cmds_CXX=''
719file_list_spec_CXX=''
720hardcode_action_CXX='immediate'
721compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-linux-gnu/6 /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu /usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /usr/lib/gcc/x86_64-linux-gnu/6/../../..'
722predep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o'
723postdep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o'
724predeps_CXX=''
725postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
726compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../..'
727
728LTCC='gcc'
729LTCFLAGS='-g -O2'
730compiler='gcc'
731
732# A function that is used when there is no print builtin or printf.
733func_fallback_echo ()
734{
735  eval 'cat <<_LTECHO_EOF
736$1
737_LTECHO_EOF'
738}
739
740# Quote evaled strings.
741for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
742    case `eval \\$ECHO \\""\\$$var"\\"` in
743    *[\\\`\"\$]*)
744      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
745      ;;
746    *)
747      eval "lt_$var=\\\"\$$var\\\""
748      ;;
749    esac
750done
751
752# Double-quote double-evaled strings.
753for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
754    case `eval \\$ECHO \\""\\$$var"\\"` in
755    *[\\\`\"\$]*)
756      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
757      ;;
758    *)
759      eval "lt_$var=\\\"\$$var\\\""
760      ;;
761    esac
762done
763
764ac_aux_dir='.'
765
766# See if we are running on zsh, and set the options that allow our
767# commands through without removal of \ escapes INIT.
768if test -n "${ZSH_VERSION+set}"; then
769   setopt NO_GLOB_SUBST
770fi
771
772
773    PACKAGE='abac'
774    VERSION='0.1.9'
775    RM='rm -f'
776    ofile='libtool'
777
778
779
780
781
782
783
784# Handling of arguments.
785for ac_config_target in $ac_config_targets
786do
787  case $ac_config_target in
788    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
789    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
790    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
791    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
792    "tests/creddy_tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/creddy_tests/Makefile" ;;
793    "tests/creddy_prover_tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/creddy_prover_tests/Makefile" ;;
794    "tests/attr_tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/attr_tests/Makefile" ;;
795    "tests/python_tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/python_tests/Makefile" ;;
796    "tests/scaling_tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/scaling_tests/Makefile" ;;
797    "tests/scaling_tests/daisychain/Makefile") CONFIG_FILES="$CONFIG_FILES tests/scaling_tests/daisychain/Makefile" ;;
798    "tests/scaling_tests/daisychain/likes_python/Makefile") CONFIG_FILES="$CONFIG_FILES tests/scaling_tests/daisychain/likes_python/Makefile" ;;
799    "tests/scaling_tests/haystack/Makefile") CONFIG_FILES="$CONFIG_FILES tests/scaling_tests/haystack/Makefile" ;;
800    "tests/scaling_tests/haystack/ralphs_prover/Makefile") CONFIG_FILES="$CONFIG_FILES tests/scaling_tests/haystack/ralphs_prover/Makefile" ;;
801    "tests/example_scripts/Makefile") CONFIG_FILES="$CONFIG_FILES tests/example_scripts/Makefile" ;;
802    "tests/example_scripts/wiki/Makefile") CONFIG_FILES="$CONFIG_FILES tests/example_scripts/wiki/Makefile" ;;
803    "tests/example_scripts/c/Makefile") CONFIG_FILES="$CONFIG_FILES tests/example_scripts/c/Makefile" ;;
804    "tests/example_scripts/python/Makefile") CONFIG_FILES="$CONFIG_FILES tests/example_scripts/python/Makefile" ;;
805    "tests/example_scripts/perl/Makefile") CONFIG_FILES="$CONFIG_FILES tests/example_scripts/perl/Makefile" ;;
806
807  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
808  esac
809done
810
811
812# If the user did not use the arguments to specify the items to instantiate,
813# then the envvar interface is used.  Set only those that are not.
814# We use the long form for the default assignment because of an extremely
815# bizarre bug on SunOS 4.1.3.
816if $ac_need_defaults; then
817  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
818  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
819fi
820
821# Have a temporary directory for convenience.  Make it in the build tree
822# simply because there is no reason against having it here, and in addition,
823# creating and moving files from /tmp can sometimes cause problems.
824# Hook for its removal unless debugging.
825# Note that there is a small window in which the directory will not be cleaned:
826# after its creation but before its name has been assigned to `$tmp'.
827$debug ||
828{
829  tmp= ac_tmp=
830  trap 'exit_status=$?
831  : "${ac_tmp:=$tmp}"
832  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
833' 0
834  trap 'as_fn_exit 1' 1 2 13 15
835}
836# Create a (secure) tmp directory for tmp files.
837
838{
839  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
840  test -d "$tmp"
841}  ||
842{
843  tmp=./conf$$-$RANDOM
844  (umask 077 && mkdir "$tmp")
845} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
846ac_tmp=$tmp
847
848# Set up the scripts for CONFIG_FILES section.
849# No need to generate them if there are no CONFIG_FILES.
850# This happens for instance with `./config.status config.h'.
851if test -n "$CONFIG_FILES"; then
852
853
854ac_cr=`echo X | tr X '\015'`
855# On cygwin, bash can eat \r inside `` if the user requested igncr.
856# But we know of no other shell where ac_cr would be empty at this
857# point, so we can use a bashism as a fallback.
858if test "x$ac_cr" = x; then
859  eval ac_cr=\$\'\\r\'
860fi
861ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
862if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
863  ac_cs_awk_cr='\\r'
864else
865  ac_cs_awk_cr=$ac_cr
866fi
867
868echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
869cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
870S["am__EXEEXT_FALSE"]=""
871S["am__EXEEXT_TRUE"]="#"
872S["LTLIBOBJS"]=""
873S["LIBOBJS"]=""
874S["SITE_PERL"]="/usr/local/lib/site_perl"
875S["AX_SWIG_PYTHON_CPPFLAGS"]="-I/usr/include/python2.7"
876S["AX_SWIG_PYTHON_OPT"]="-python"
877S["SWIG_LIB"]="/usr/share/swig3.0"
878S["SWIG"]="/usr/bin/swig -c++"
879S["XML2_LDFLAGS"]="-lxml2"
880S["XML2_LIBS"]="-lxml2"
881S["XML2_INCLUDES"]="-I/usr/include/libxml2"
882S["XML2_CONFIG"]="/usr/bin/xml2-config"
883S["XMLSEC1_LDFLAGS"]="-L/usr/lib -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto"
884S["XMLSEC1_LIBS"]="-L/usr/lib -lxmlsec1-openssl -lxmlsec1 -lxslt -lxml2 -lssl -lcrypto"
885S["XMLSEC1_INCLUDES"]="-D__XMLSEC_FUNCTION__=__func__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_GOST2012=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -I/usr/include/xmls"\
886"ec1 -I/usr/include/libxml2 -DXMLSEC_OPENSSL_110=1 -DXMLSEC_CRYPTO_OPENSSL=1"
887S["XMLSEC1_CONFIG"]="/usr/bin/xmlsec1-config"
888S["OPENSSL_LDFLAGS"]=""
889S["OPENSSL_LIBS"]="-lssl -lcrypto"
890S["OPENSSL_INCLUDES"]=""
891S["PKG_CONFIG"]="/usr/bin/pkg-config"
892S["pkgpyexecdir"]="${pyexecdir}/abac"
893S["pyexecdir"]="${exec_prefix}/lib/python2.7/dist-packages"
894S["pkgpythondir"]="${pythondir}/abac"
895S["pythondir"]="${prefix}/lib/python2.7/dist-packages"
896S["PYTHON_PLATFORM"]="linux2"
897S["PYTHON_EXEC_PREFIX"]="${exec_prefix}"
898S["PYTHON_PREFIX"]="${prefix}"
899S["PYTHON_EXTRA_LDFLAGS"]="-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions"
900S["PYTHON_EXTRA_LIBS"]="-L/usr/lib -lz -lpthread -ldl  -lutil -lm"
901S["PYTHON_SITE_PKG"]="/usr/lib/python2.7/dist-packages"
902S["PYTHON_LDFLAGS"]="-L/usr/lib -lpython2.7"
903S["PYTHON_CPPFLAGS"]="-I/usr/include/python2.7"
904S["PYTHON"]="/usr/bin/python"
905S["PYTHON_VERSION"]="2.7"
906S["PERL"]="perl"
907S["CXXCPP"]="g++ -E"
908S["am__fastdepCXX_FALSE"]="#"
909S["am__fastdepCXX_TRUE"]=""
910S["CXXDEPMODE"]="depmode=gcc3"
911S["ac_ct_CXX"]="g++"
912S["CXXFLAGS"]="-g -O2"
913S["CXX"]="g++"
914S["CPP"]="gcc -E"
915S["LT_SYS_LIBRARY_PATH"]=""
916S["OTOOL64"]=""
917S["OTOOL"]=""
918S["LIPO"]=""
919S["NMEDIT"]=""
920S["DSYMUTIL"]=""
921S["MANIFEST_TOOL"]=":"
922S["RANLIB"]="ranlib"
923S["ac_ct_AR"]="ar"
924S["AR"]="ar"
925S["DLLTOOL"]="false"
926S["OBJDUMP"]="objdump"
927S["LN_S"]="ln -s"
928S["NM"]="/usr/bin/nm -B"
929S["ac_ct_DUMPBIN"]=""
930S["DUMPBIN"]=""
931S["LD"]="/usr/bin/ld -m elf_x86_64"
932S["FGREP"]="/bin/grep -F"
933S["EGREP"]="/bin/grep -E"
934S["GREP"]="/bin/grep"
935S["SED"]="/bin/sed"
936S["am__fastdepCC_FALSE"]="#"
937S["am__fastdepCC_TRUE"]=""
938S["CCDEPMODE"]="depmode=gcc3"
939S["am__nodep"]="_no"
940S["AMDEPBACKSLASH"]="\\"
941S["AMDEP_FALSE"]="#"
942S["AMDEP_TRUE"]=""
943S["am__quote"]=""
944S["am__include"]="include"
945S["DEPDIR"]=".deps"
946S["OBJEXT"]="o"
947S["EXEEXT"]=""
948S["ac_ct_CC"]="gcc"
949S["CPPFLAGS"]=""
950S["LDFLAGS"]=""
951S["CFLAGS"]="-g -O2"
952S["CC"]="gcc"
953S["host_os"]="linux-gnu"
954S["host_vendor"]="pc"
955S["host_cpu"]="x86_64"
956S["host"]="x86_64-pc-linux-gnu"
957S["build_os"]="linux-gnu"
958S["build_vendor"]="pc"
959S["build_cpu"]="x86_64"
960S["build"]="x86_64-pc-linux-gnu"
961S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
962S["AM_BACKSLASH"]="\\"
963S["AM_DEFAULT_VERBOSITY"]="1"
964S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
965S["AM_V"]="$(V)"
966S["am__untar"]="$${TAR-tar} xf -"
967S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
968S["AMTAR"]="$${TAR-tar}"
969S["am__leading_dot"]="."
970S["SET_MAKE"]=""
971S["AWK"]="mawk"
972S["mkdir_p"]="$(MKDIR_P)"
973S["MKDIR_P"]="/bin/mkdir -p"
974S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
975S["STRIP"]="strip"
976S["install_sh"]="${SHELL} /home/khaefner/Source/abac/install-sh"
977S["MAKEINFO"]="${SHELL} /home/khaefner/Source/abac/missing makeinfo"
978S["AUTOHEADER"]="${SHELL} /home/khaefner/Source/abac/missing autoheader"
979S["AUTOMAKE"]="${SHELL} /home/khaefner/Source/abac/missing automake-1.15"
980S["AUTOCONF"]="${SHELL} /home/khaefner/Source/abac/missing autoconf"
981S["ACLOCAL"]="${SHELL} /home/khaefner/Source/abac/missing aclocal-1.15"
982S["VERSION"]="0.1.9"
983S["PACKAGE"]="abac"
984S["CYGPATH_W"]="echo"
985S["am__isrc"]=""
986S["INSTALL_DATA"]="${INSTALL} -m 644"
987S["INSTALL_SCRIPT"]="${INSTALL}"
988S["INSTALL_PROGRAM"]="${INSTALL}"
989S["target_alias"]=""
990S["host_alias"]=""
991S["build_alias"]=""
992S["LIBS"]=""
993S["ECHO_T"]=""
994S["ECHO_N"]="-n"
995S["ECHO_C"]=""
996S["DEFS"]="-DPACKAGE_NAME=\\\"ABAC\\\" -DPACKAGE_TARNAME=\\\"abac\\\" -DPACKAGE_VERSION=\\\"0.1.9\\\" -DPACKAGE_STRING=\\\"ABAC\\ 0.1.9\\\" -DPACKAGE_BUGREPORT=\\\"faber@ISI.EDU\\"\
997"\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"abac\\\" -DVERSION=\\\"0.1.9\\\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRIN"\
998"G_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\\\".libs/\\\" -DHAVE_PY"\
999"THON=\\\"2.7\\\" -DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_PATHS_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTR"\
1000"DIFF_T=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_ATEXIT=1 -DHAVE_MEMSET=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1"
1001S["mandir"]="${datarootdir}/man"
1002S["localedir"]="${datarootdir}/locale"
1003S["libdir"]="${exec_prefix}/lib"
1004S["psdir"]="${docdir}"
1005S["pdfdir"]="${docdir}"
1006S["dvidir"]="${docdir}"
1007S["htmldir"]="${docdir}"
1008S["infodir"]="${datarootdir}/info"
1009S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1010S["oldincludedir"]="/usr/include"
1011S["includedir"]="${prefix}/include"
1012S["runstatedir"]="${localstatedir}/run"
1013S["localstatedir"]="${prefix}/var"
1014S["sharedstatedir"]="${prefix}/com"
1015S["sysconfdir"]="${prefix}/etc"
1016S["datadir"]="${datarootdir}"
1017S["datarootdir"]="${prefix}/share"
1018S["libexecdir"]="${exec_prefix}/libexec"
1019S["sbindir"]="${exec_prefix}/sbin"
1020S["bindir"]="${exec_prefix}/bin"
1021S["program_transform_name"]="s,x,x,"
1022S["prefix"]="/usr/local"
1023S["exec_prefix"]="${prefix}"
1024S["PACKAGE_URL"]=""
1025S["PACKAGE_BUGREPORT"]="faber@ISI.EDU"
1026S["PACKAGE_STRING"]="ABAC 0.1.9"
1027S["PACKAGE_VERSION"]="0.1.9"
1028S["PACKAGE_TARNAME"]="abac"
1029S["PACKAGE_NAME"]="ABAC"
1030S["PATH_SEPARATOR"]=":"
1031S["SHELL"]="/bin/bash"
1032_ACAWK
1033cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1034  for (key in S) S_is_set[key] = 1
1035  FS = ""
1036
1037}
1038{
1039  line = $ 0
1040  nfields = split(line, field, "@")
1041  substed = 0
1042  len = length(field[1])
1043  for (i = 2; i < nfields; i++) {
1044    key = field[i]
1045    keylen = length(key)
1046    if (S_is_set[key]) {
1047      value = S[key]
1048      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1049      len += length(value) + length(field[++i])
1050      substed = 1
1051    } else
1052      len += 1 + keylen
1053  }
1054
1055  print line
1056}
1057
1058_ACAWK
1059if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1060  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1061else
1062  cat
1063fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1064  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1065fi # test -n "$CONFIG_FILES"
1066
1067
1068eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
1069shift
1070for ac_tag
1071do
1072  case $ac_tag in
1073  :[FHLC]) ac_mode=$ac_tag; continue;;
1074  esac
1075  case $ac_mode$ac_tag in
1076  :[FHL]*:*);;
1077  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1078  :[FH]-) ac_tag=-:-;;
1079  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1080  esac
1081  ac_save_IFS=$IFS
1082  IFS=:
1083  set x $ac_tag
1084  IFS=$ac_save_IFS
1085  shift
1086  ac_file=$1
1087  shift
1088
1089  case $ac_mode in
1090  :L) ac_source=$1;;
1091  :[FH])
1092    ac_file_inputs=
1093    for ac_f
1094    do
1095      case $ac_f in
1096      -) ac_f="$ac_tmp/stdin";;
1097      *) # Look for the file first in the build tree, then in the source tree
1098         # (if the path is not absolute).  The absolute path cannot be DOS-style,
1099         # because $ac_f cannot contain `:'.
1100         test -f "$ac_f" ||
1101           case $ac_f in
1102           [\\/$]*) false;;
1103           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1104           esac ||
1105           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1106      esac
1107      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1108      as_fn_append ac_file_inputs " '$ac_f'"
1109    done
1110
1111    # Let's still pretend it is `configure' which instantiates (i.e., don't
1112    # use $as_me), people would be surprised to read:
1113    #    /* config.h.  Generated by config.status.  */
1114    configure_input='Generated from '`
1115          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1116        `' by configure.'
1117    if test x"$ac_file" != x-; then
1118      configure_input="$ac_file.  $configure_input"
1119      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1120$as_echo "$as_me: creating $ac_file" >&6;}
1121    fi
1122    # Neutralize special characters interpreted by sed in replacement strings.
1123    case $configure_input in #(
1124    *\&* | *\|* | *\\* )
1125       ac_sed_conf_input=`$as_echo "$configure_input" |
1126       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1127    *) ac_sed_conf_input=$configure_input;;
1128    esac
1129
1130    case $ac_tag in
1131    *:-:* | *:-) cat >"$ac_tmp/stdin" \
1132      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1133    esac
1134    ;;
1135  esac
1136
1137  ac_dir=`$as_dirname -- "$ac_file" ||
1138$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1139         X"$ac_file" : 'X\(//\)[^/]' \| \
1140         X"$ac_file" : 'X\(//\)$' \| \
1141         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1142$as_echo X"$ac_file" |
1143    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1144            s//\1/
1145            q
1146          }
1147          /^X\(\/\/\)[^/].*/{
1148            s//\1/
1149            q
1150          }
1151          /^X\(\/\/\)$/{
1152            s//\1/
1153            q
1154          }
1155          /^X\(\/\).*/{
1156            s//\1/
1157            q
1158          }
1159          s/.*/./; q'`
1160  as_dir="$ac_dir"; as_fn_mkdir_p
1161  ac_builddir=.
1162
1163case "$ac_dir" in
1164.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1165*)
1166  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1167  # A ".." for each directory in $ac_dir_suffix.
1168  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1169  case $ac_top_builddir_sub in
1170  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1171  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1172  esac ;;
1173esac
1174ac_abs_top_builddir=$ac_pwd
1175ac_abs_builddir=$ac_pwd$ac_dir_suffix
1176# for backward compatibility:
1177ac_top_builddir=$ac_top_build_prefix
1178
1179case $srcdir in
1180  .)  # We are building in place.
1181    ac_srcdir=.
1182    ac_top_srcdir=$ac_top_builddir_sub
1183    ac_abs_top_srcdir=$ac_pwd ;;
1184  [\\/]* | ?:[\\/]* )  # Absolute name.
1185    ac_srcdir=$srcdir$ac_dir_suffix;
1186    ac_top_srcdir=$srcdir
1187    ac_abs_top_srcdir=$srcdir ;;
1188  *) # Relative name.
1189    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1190    ac_top_srcdir=$ac_top_build_prefix$srcdir
1191    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1192esac
1193ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1194
1195
1196  case $ac_mode in
1197  :F)
1198  #
1199  # CONFIG_FILE
1200  #
1201
1202  case $INSTALL in
1203  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1204  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1205  esac
1206  ac_MKDIR_P=$MKDIR_P
1207  case $MKDIR_P in
1208  [\\/$]* | ?:[\\/]* ) ;;
1209  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1210  esac
1211# If the template does not know about datarootdir, expand it.
1212# FIXME: This hack should be removed a few years after 2.60.
1213ac_datarootdir_hack=; ac_datarootdir_seen=
1214ac_sed_dataroot='
1215/datarootdir/ {
1216  p
1217  q
1218}
1219/@datadir@/p
1220/@docdir@/p
1221/@infodir@/p
1222/@localedir@/p
1223/@mandir@/p'
1224case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1225*datarootdir*) ac_datarootdir_seen=yes;;
1226*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1227  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1228$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1229  ac_datarootdir_hack='
1230  s&@datadir@&${datarootdir}&g
1231  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1232  s&@infodir@&${datarootdir}/info&g
1233  s&@localedir@&${datarootdir}/locale&g
1234  s&@mandir@&${datarootdir}/man&g
1235  s&\${datarootdir}&${prefix}/share&g' ;;
1236esac
1237ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1238h
1239s///
1240s/^/:/
1241s/[      ]*$/:/
1242s/:\$(srcdir):/:/g
1243s/:\${srcdir}:/:/g
1244s/:@srcdir@:/:/g
1245s/^:*//
1246s/:*$//
1247x
1248s/\(=[   ]*\).*/\1/
1249G
1250s/\n//
1251s/^[^=]*=[       ]*$//
1252}
1253
1254:t
1255/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1256s|@configure_input@|$ac_sed_conf_input|;t t
1257s&@top_builddir@&$ac_top_builddir_sub&;t t
1258s&@top_build_prefix@&$ac_top_build_prefix&;t t
1259s&@srcdir@&$ac_srcdir&;t t
1260s&@abs_srcdir@&$ac_abs_srcdir&;t t
1261s&@top_srcdir@&$ac_top_srcdir&;t t
1262s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1263s&@builddir@&$ac_builddir&;t t
1264s&@abs_builddir@&$ac_abs_builddir&;t t
1265s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1266s&@INSTALL@&$ac_INSTALL&;t t
1267s&@MKDIR_P@&$ac_MKDIR_P&;t t
1268$ac_datarootdir_hack
1269"
1270eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1271  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1272
1273test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1274  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1275  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
1276      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1277  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1278which seems to be undefined.  Please make sure it is defined" >&5
1279$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1280which seems to be undefined.  Please make sure it is defined" >&2;}
1281
1282  rm -f "$ac_tmp/stdin"
1283  case $ac_file in
1284  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1285  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1286  esac \
1287  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1288 ;;
1289
1290
1291  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1292$as_echo "$as_me: executing $ac_file commands" >&6;}
1293 ;;
1294  esac
1295
1296
1297  case $ac_file$ac_mode in
1298    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1299  # Older Autoconf quotes --file arguments for eval, but not when files
1300  # are listed without --file.  Let's play safe and only enable the eval
1301  # if we detect the quoting.
1302  case $CONFIG_FILES in
1303  *\'*) eval set x "$CONFIG_FILES" ;;
1304  *)   set x $CONFIG_FILES ;;
1305  esac
1306  shift
1307  for mf
1308  do
1309    # Strip MF so we end up with the name of the file.
1310    mf=`echo "$mf" | sed -e 's/:.*$//'`
1311    # Check whether this is an Automake generated Makefile or not.
1312    # We used to match only the files named 'Makefile.in', but
1313    # some people rename them; so instead we look at the file content.
1314    # Grep'ing the first line is not enough: some people post-process
1315    # each Makefile.in and add a new line on top of each file to say so.
1316    # Grep'ing the whole file is not good either: AIX grep has a line
1317    # limit of 2048, but all sed's we know have understand at least 4000.
1318    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1319      dirpart=`$as_dirname -- "$mf" ||
1320$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1321         X"$mf" : 'X\(//\)[^/]' \| \
1322         X"$mf" : 'X\(//\)$' \| \
1323         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1324$as_echo X"$mf" |
1325    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1326            s//\1/
1327            q
1328          }
1329          /^X\(\/\/\)[^/].*/{
1330            s//\1/
1331            q
1332          }
1333          /^X\(\/\/\)$/{
1334            s//\1/
1335            q
1336          }
1337          /^X\(\/\).*/{
1338            s//\1/
1339            q
1340          }
1341          s/.*/./; q'`
1342    else
1343      continue
1344    fi
1345    # Extract the definition of DEPDIR, am__include, and am__quote
1346    # from the Makefile without running 'make'.
1347    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1348    test -z "$DEPDIR" && continue
1349    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1350    test -z "$am__include" && continue
1351    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1352    # Find all dependency output files, they are included files with
1353    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1354    # simplest approach to changing $(DEPDIR) to its actual value in the
1355    # expansion.
1356    for file in `sed -n "
1357      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1358         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1359      # Make sure the directory exists.
1360      test -f "$dirpart/$file" && continue
1361      fdir=`$as_dirname -- "$file" ||
1362$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1363         X"$file" : 'X\(//\)[^/]' \| \
1364         X"$file" : 'X\(//\)$' \| \
1365         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1366$as_echo X"$file" |
1367    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1368            s//\1/
1369            q
1370          }
1371          /^X\(\/\/\)[^/].*/{
1372            s//\1/
1373            q
1374          }
1375          /^X\(\/\/\)$/{
1376            s//\1/
1377            q
1378          }
1379          /^X\(\/\).*/{
1380            s//\1/
1381            q
1382          }
1383          s/.*/./; q'`
1384      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1385      # echo "creating $dirpart/$file"
1386      echo '# dummy' > "$dirpart/$file"
1387    done
1388  done
1389}
1390 ;;
1391    "libtool":C)
1392
1393    # See if we are running on zsh, and set the options that allow our
1394    # commands through without removal of \ escapes.
1395    if test -n "${ZSH_VERSION+set}"; then
1396      setopt NO_GLOB_SUBST
1397    fi
1398
1399    cfgfile=${ofile}T
1400    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1401    $RM "$cfgfile"
1402
1403    cat <<_LT_EOF >> "$cfgfile"
1404#! $SHELL
1405# Generated automatically by $as_me ($PACKAGE) $VERSION
1406# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1407
1408# Provide generalized library-building support services.
1409# Written by Gordon Matzigkeit, 1996
1410
1411# Copyright (C) 2014 Free Software Foundation, Inc.
1412# This is free software; see the source for copying conditions.  There is NO
1413# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1414
1415# GNU Libtool is free software; you can redistribute it and/or modify
1416# it under the terms of the GNU General Public License as published by
1417# the Free Software Foundation; either version 2 of of the License, or
1418# (at your option) any later version.
1419#
1420# As a special exception to the GNU General Public License, if you
1421# distribute this file as part of a program or library that is built
1422# using GNU Libtool, you may include this file under the  same
1423# distribution terms that you use for the rest of that program.
1424#
1425# GNU Libtool is distributed in the hope that it will be useful, but
1426# WITHOUT ANY WARRANTY; without even the implied warranty of
1427# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1428# GNU General Public License for more details.
1429#
1430# You should have received a copy of the GNU General Public License
1431# along with this program.  If not, see <http://www.gnu.org/licenses/>.
1432
1433
1434# The names of the tagged configurations supported by this script.
1435available_tags='CXX '
1436
1437# Configured defaults for sys_lib_dlsearch_path munging.
1438: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
1439
1440# ### BEGIN LIBTOOL CONFIG
1441
1442# Which release of libtool.m4 was used?
1443macro_version=$macro_version
1444macro_revision=$macro_revision
1445
1446# Whether or not to build shared libraries.
1447build_libtool_libs=$enable_shared
1448
1449# Whether or not to build static libraries.
1450build_old_libs=$enable_static
1451
1452# What type of objects to build.
1453pic_mode=$pic_mode
1454
1455# Whether or not to optimize for fast installation.
1456fast_install=$enable_fast_install
1457
1458# Shared archive member basename,for filename based shared library versioning on AIX.
1459shared_archive_member_spec=$shared_archive_member_spec
1460
1461# Shell to use when invoking shell scripts.
1462SHELL=$lt_SHELL
1463
1464# An echo program that protects backslashes.
1465ECHO=$lt_ECHO
1466
1467# The PATH separator for the build system.
1468PATH_SEPARATOR=$lt_PATH_SEPARATOR
1469
1470# The host system.
1471host_alias=$host_alias
1472host=$host
1473host_os=$host_os
1474
1475# The build system.
1476build_alias=$build_alias
1477build=$build
1478build_os=$build_os
1479
1480# A sed program that does not truncate output.
1481SED=$lt_SED
1482
1483# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1484Xsed="\$SED -e 1s/^X//"
1485
1486# A grep program that handles long lines.
1487GREP=$lt_GREP
1488
1489# An ERE matcher.
1490EGREP=$lt_EGREP
1491
1492# A literal string matcher.
1493FGREP=$lt_FGREP
1494
1495# A BSD- or MS-compatible name lister.
1496NM=$lt_NM
1497
1498# Whether we need soft or hard links.
1499LN_S=$lt_LN_S
1500
1501# What is the maximum length of a command?
1502max_cmd_len=$max_cmd_len
1503
1504# Object file suffix (normally "o").
1505objext=$ac_objext
1506
1507# Executable file suffix (normally "").
1508exeext=$exeext
1509
1510# whether the shell understands "unset".
1511lt_unset=$lt_unset
1512
1513# turn spaces into newlines.
1514SP2NL=$lt_lt_SP2NL
1515
1516# turn newlines into spaces.
1517NL2SP=$lt_lt_NL2SP
1518
1519# convert \$build file names to \$host format.
1520to_host_file_cmd=$lt_cv_to_host_file_cmd
1521
1522# convert \$build files to toolchain format.
1523to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1524
1525# An object symbol dumper.
1526OBJDUMP=$lt_OBJDUMP
1527
1528# Method to check whether dependent libraries are shared objects.
1529deplibs_check_method=$lt_deplibs_check_method
1530
1531# Command to use when deplibs_check_method = "file_magic".
1532file_magic_cmd=$lt_file_magic_cmd
1533
1534# How to find potential files when deplibs_check_method = "file_magic".
1535file_magic_glob=$lt_file_magic_glob
1536
1537# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1538want_nocaseglob=$lt_want_nocaseglob
1539
1540# DLL creation program.
1541DLLTOOL=$lt_DLLTOOL
1542
1543# Command to associate shared and link libraries.
1544sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1545
1546# The archiver.
1547AR=$lt_AR
1548
1549# Flags to create an archive.
1550AR_FLAGS=$lt_AR_FLAGS
1551
1552# How to feed a file listing to the archiver.
1553archiver_list_spec=$lt_archiver_list_spec
1554
1555# A symbol stripping program.
1556STRIP=$lt_STRIP
1557
1558# Commands used to install an old-style archive.
1559RANLIB=$lt_RANLIB
1560old_postinstall_cmds=$lt_old_postinstall_cmds
1561old_postuninstall_cmds=$lt_old_postuninstall_cmds
1562
1563# Whether to use a lock for old archive extraction.
1564lock_old_archive_extraction=$lock_old_archive_extraction
1565
1566# A C compiler.
1567LTCC=$lt_CC
1568
1569# LTCC compiler flags.
1570LTCFLAGS=$lt_CFLAGS
1571
1572# Take the output of nm and produce a listing of raw symbols and C names.
1573global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1574
1575# Transform the output of nm in a proper C declaration.
1576global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1577
1578# Transform the output of nm into a list of symbols to manually relocate.
1579global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
1580
1581# Transform the output of nm in a C name address pair.
1582global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1583
1584# Transform the output of nm in a C name address pair when lib prefix is needed.
1585global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1586
1587# The name lister interface.
1588nm_interface=$lt_lt_cv_nm_interface
1589
1590# Specify filename containing input files for \$NM.
1591nm_file_list_spec=$lt_nm_file_list_spec
1592
1593# The root where to search for dependent libraries,and where our libraries should be installed.
1594lt_sysroot=$lt_sysroot
1595
1596# Command to truncate a binary pipe.
1597lt_truncate_bin=$lt_lt_cv_truncate_bin
1598
1599# The name of the directory that contains temporary libtool files.
1600objdir=$objdir
1601
1602# Used to examine libraries when file_magic_cmd begins with "file".
1603MAGIC_CMD=$MAGIC_CMD
1604
1605# Must we lock files when doing compilation?
1606need_locks=$lt_need_locks
1607
1608# Manifest tool.
1609MANIFEST_TOOL=$lt_MANIFEST_TOOL
1610
1611# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1612DSYMUTIL=$lt_DSYMUTIL
1613
1614# Tool to change global to local symbols on Mac OS X.
1615NMEDIT=$lt_NMEDIT
1616
1617# Tool to manipulate fat objects and archives on Mac OS X.
1618LIPO=$lt_LIPO
1619
1620# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1621OTOOL=$lt_OTOOL
1622
1623# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1624OTOOL64=$lt_OTOOL64
1625
1626# Old archive suffix (normally "a").
1627libext=$libext
1628
1629# Shared library suffix (normally ".so").
1630shrext_cmds=$lt_shrext_cmds
1631
1632# The commands to extract the exported symbol list from a shared archive.
1633extract_expsyms_cmds=$lt_extract_expsyms_cmds
1634
1635# Variables whose values should be saved in libtool wrapper scripts and
1636# restored at link time.
1637variables_saved_for_relink=$lt_variables_saved_for_relink
1638
1639# Do we need the "lib" prefix for modules?
1640need_lib_prefix=$need_lib_prefix
1641
1642# Do we need a version for libraries?
1643need_version=$need_version
1644
1645# Library versioning type.
1646version_type=$version_type
1647
1648# Shared library runtime path variable.
1649runpath_var=$runpath_var
1650
1651# Shared library path variable.
1652shlibpath_var=$shlibpath_var
1653
1654# Is shlibpath searched before the hard-coded library search path?
1655shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1656
1657# Format of library name prefix.
1658libname_spec=$lt_libname_spec
1659
1660# List of archive names.  First name is the real one, the rest are links.
1661# The last name is the one that the linker finds with -lNAME
1662library_names_spec=$lt_library_names_spec
1663
1664# The coded name of the library, if different from the real name.
1665soname_spec=$lt_soname_spec
1666
1667# Permission mode override for installation of shared libraries.
1668install_override_mode=$lt_install_override_mode
1669
1670# Command to use after installation of a shared archive.
1671postinstall_cmds=$lt_postinstall_cmds
1672
1673# Command to use after uninstallation of a shared archive.
1674postuninstall_cmds=$lt_postuninstall_cmds
1675
1676# Commands used to finish a libtool library installation in a directory.
1677finish_cmds=$lt_finish_cmds
1678
1679# As "finish_cmds", except a single script fragment to be evaled but
1680# not shown.
1681finish_eval=$lt_finish_eval
1682
1683# Whether we should hardcode library paths into libraries.
1684hardcode_into_libs=$hardcode_into_libs
1685
1686# Compile-time system search path for libraries.
1687sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1688
1689# Detected run-time system search path for libraries.
1690sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
1691
1692# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
1693configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
1694
1695# Whether dlopen is supported.
1696dlopen_support=$enable_dlopen
1697
1698# Whether dlopen of programs is supported.
1699dlopen_self=$enable_dlopen_self
1700
1701# Whether dlopen of statically linked programs is supported.
1702dlopen_self_static=$enable_dlopen_self_static
1703
1704# Commands to strip libraries.
1705old_striplib=$lt_old_striplib
1706striplib=$lt_striplib
1707
1708
1709# The linker used to build libraries.
1710LD=$lt_LD
1711
1712# How to create reloadable object files.
1713reload_flag=$lt_reload_flag
1714reload_cmds=$lt_reload_cmds
1715
1716# Commands used to build an old-style archive.
1717old_archive_cmds=$lt_old_archive_cmds
1718
1719# A language specific compiler.
1720CC=$lt_compiler
1721
1722# Is the compiler the GNU compiler?
1723with_gcc=$GCC
1724
1725# Compiler flag to turn off builtin functions.
1726no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1727
1728# Additional compiler flags for building library objects.
1729pic_flag=$lt_lt_prog_compiler_pic
1730
1731# How to pass a linker flag through the compiler.
1732wl=$lt_lt_prog_compiler_wl
1733
1734# Compiler flag to prevent dynamic linking.
1735link_static_flag=$lt_lt_prog_compiler_static
1736
1737# Does compiler simultaneously support -c and -o options?
1738compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1739
1740# Whether or not to add -lc for building shared libraries.
1741build_libtool_need_lc=$archive_cmds_need_lc
1742
1743# Whether or not to disallow shared libs when runtime libs are static.
1744allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1745
1746# Compiler flag to allow reflexive dlopens.
1747export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1748
1749# Compiler flag to generate shared objects directly from archives.
1750whole_archive_flag_spec=$lt_whole_archive_flag_spec
1751
1752# Whether the compiler copes with passing no objects directly.
1753compiler_needs_object=$lt_compiler_needs_object
1754
1755# Create an old-style archive from a shared archive.
1756old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1757
1758# Create a temporary old-style archive to link instead of a shared archive.
1759old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1760
1761# Commands used to build a shared archive.
1762archive_cmds=$lt_archive_cmds
1763archive_expsym_cmds=$lt_archive_expsym_cmds
1764
1765# Commands used to build a loadable module if different from building
1766# a shared archive.
1767module_cmds=$lt_module_cmds
1768module_expsym_cmds=$lt_module_expsym_cmds
1769
1770# Whether we are building with GNU ld or not.
1771with_gnu_ld=$lt_with_gnu_ld
1772
1773# Flag that allows shared libraries with undefined symbols to be built.
1774allow_undefined_flag=$lt_allow_undefined_flag
1775
1776# Flag that enforces no undefined symbols.
1777no_undefined_flag=$lt_no_undefined_flag
1778
1779# Flag to hardcode \$libdir into a binary during linking.
1780# This must work even if \$libdir does not exist
1781hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1782
1783# Whether we need a single "-rpath" flag with a separated argument.
1784hardcode_libdir_separator=$lt_hardcode_libdir_separator
1785
1786# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1787# DIR into the resulting binary.
1788hardcode_direct=$hardcode_direct
1789
1790# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1791# DIR into the resulting binary and the resulting library dependency is
1792# "absolute",i.e impossible to change by setting \$shlibpath_var if the
1793# library is relocated.
1794hardcode_direct_absolute=$hardcode_direct_absolute
1795
1796# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1797# into the resulting binary.
1798hardcode_minus_L=$hardcode_minus_L
1799
1800# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1801# into the resulting binary.
1802hardcode_shlibpath_var=$hardcode_shlibpath_var
1803
1804# Set to "yes" if building a shared library automatically hardcodes DIR
1805# into the library and all subsequent libraries and executables linked
1806# against it.
1807hardcode_automatic=$hardcode_automatic
1808
1809# Set to yes if linker adds runtime paths of dependent libraries
1810# to runtime path list.
1811inherit_rpath=$inherit_rpath
1812
1813# Whether libtool must link a program against all its dependency libraries.
1814link_all_deplibs=$link_all_deplibs
1815
1816# Set to "yes" if exported symbols are required.
1817always_export_symbols=$always_export_symbols
1818
1819# The commands to list exported symbols.
1820export_symbols_cmds=$lt_export_symbols_cmds
1821
1822# Symbols that should not be listed in the preloaded symbols.
1823exclude_expsyms=$lt_exclude_expsyms
1824
1825# Symbols that must always be exported.
1826include_expsyms=$lt_include_expsyms
1827
1828# Commands necessary for linking programs (against libraries) with templates.
1829prelink_cmds=$lt_prelink_cmds
1830
1831# Commands necessary for finishing linking programs.
1832postlink_cmds=$lt_postlink_cmds
1833
1834# Specify filename containing input files.
1835file_list_spec=$lt_file_list_spec
1836
1837# How to hardcode a shared library path into an executable.
1838hardcode_action=$hardcode_action
1839
1840# The directories searched by this compiler when creating a shared library.
1841compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
1842
1843# Dependencies to place before and after the objects being linked to
1844# create a shared library.
1845predep_objects=$lt_predep_objects
1846postdep_objects=$lt_postdep_objects
1847predeps=$lt_predeps
1848postdeps=$lt_postdeps
1849
1850# The library search path used internally by the compiler when linking
1851# a shared library.
1852compiler_lib_search_path=$lt_compiler_lib_search_path
1853
1854# ### END LIBTOOL CONFIG
1855
1856_LT_EOF
1857
1858    cat <<'_LT_EOF' >> "$cfgfile"
1859
1860# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
1861
1862# func_munge_path_list VARIABLE PATH
1863# -----------------------------------
1864# VARIABLE is name of variable containing _space_ separated list of
1865# directories to be munged by the contents of PATH, which is string
1866# having a format:
1867# "DIR[:DIR]:"
1868#       string "DIR[ DIR]" will be prepended to VARIABLE
1869# ":DIR[:DIR]"
1870#       string "DIR[ DIR]" will be appended to VARIABLE
1871# "DIRP[:DIRP]::[DIRA:]DIRA"
1872#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
1873#       "DIRA[ DIRA]" will be appended to VARIABLE
1874# "DIR[:DIR]"
1875#       VARIABLE will be replaced by "DIR[ DIR]"
1876func_munge_path_list ()
1877{
1878    case x$2 in
1879    x)
1880        ;;
1881    *:)
1882        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
1883        ;;
1884    x:*)
1885        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
1886        ;;
1887    *::*)
1888        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
1889        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
1890        ;;
1891    *)
1892        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
1893        ;;
1894    esac
1895}
1896
1897
1898# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
1899func_cc_basename ()
1900{
1901    for cc_temp in $*""; do
1902      case $cc_temp in
1903        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
1904        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
1905        \-*) ;;
1906        *) break;;
1907      esac
1908    done
1909    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
1910}
1911
1912
1913# ### END FUNCTIONS SHARED WITH CONFIGURE
1914
1915_LT_EOF
1916
1917  case $host_os in
1918  aix3*)
1919    cat <<\_LT_EOF >> "$cfgfile"
1920# AIX sometimes has problems with the GCC collect2 program.  For some
1921# reason, if we set the COLLECT_NAMES environment variable, the problems
1922# vanish in a puff of smoke.
1923if test set != "${COLLECT_NAMES+set}"; then
1924  COLLECT_NAMES=
1925  export COLLECT_NAMES
1926fi
1927_LT_EOF
1928    ;;
1929  esac
1930
1931
1932ltmain=$ac_aux_dir/ltmain.sh
1933
1934
1935  # We use sed instead of cat because bash on DJGPP gets confused if
1936  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1937  # text mode, it properly converts lines to CR/LF.  This bash problem
1938  # is reportedly fixed, but why not run on old versions too?
1939  sed '$q' "$ltmain" >> "$cfgfile" \
1940     || (rm -f "$cfgfile"; exit 1)
1941
1942   mv -f "$cfgfile" "$ofile" ||
1943    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1944  chmod +x "$ofile"
1945
1946
1947    cat <<_LT_EOF >> "$ofile"
1948
1949# ### BEGIN LIBTOOL TAG CONFIG: CXX
1950
1951# The linker used to build libraries.
1952LD=$lt_LD_CXX
1953
1954# How to create reloadable object files.
1955reload_flag=$lt_reload_flag_CXX
1956reload_cmds=$lt_reload_cmds_CXX
1957
1958# Commands used to build an old-style archive.
1959old_archive_cmds=$lt_old_archive_cmds_CXX
1960
1961# A language specific compiler.
1962CC=$lt_compiler_CXX
1963
1964# Is the compiler the GNU compiler?
1965with_gcc=$GCC_CXX
1966
1967# Compiler flag to turn off builtin functions.
1968no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
1969
1970# Additional compiler flags for building library objects.
1971pic_flag=$lt_lt_prog_compiler_pic_CXX
1972
1973# How to pass a linker flag through the compiler.
1974wl=$lt_lt_prog_compiler_wl_CXX
1975
1976# Compiler flag to prevent dynamic linking.
1977link_static_flag=$lt_lt_prog_compiler_static_CXX
1978
1979# Does compiler simultaneously support -c and -o options?
1980compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
1981
1982# Whether or not to add -lc for building shared libraries.
1983build_libtool_need_lc=$archive_cmds_need_lc_CXX
1984
1985# Whether or not to disallow shared libs when runtime libs are static.
1986allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
1987
1988# Compiler flag to allow reflexive dlopens.
1989export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
1990
1991# Compiler flag to generate shared objects directly from archives.
1992whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
1993
1994# Whether the compiler copes with passing no objects directly.
1995compiler_needs_object=$lt_compiler_needs_object_CXX
1996
1997# Create an old-style archive from a shared archive.
1998old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
1999
2000# Create a temporary old-style archive to link instead of a shared archive.
2001old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2002
2003# Commands used to build a shared archive.
2004archive_cmds=$lt_archive_cmds_CXX
2005archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2006
2007# Commands used to build a loadable module if different from building
2008# a shared archive.
2009module_cmds=$lt_module_cmds_CXX
2010module_expsym_cmds=$lt_module_expsym_cmds_CXX
2011
2012# Whether we are building with GNU ld or not.
2013with_gnu_ld=$lt_with_gnu_ld_CXX
2014
2015# Flag that allows shared libraries with undefined symbols to be built.
2016allow_undefined_flag=$lt_allow_undefined_flag_CXX
2017
2018# Flag that enforces no undefined symbols.
2019no_undefined_flag=$lt_no_undefined_flag_CXX
2020
2021# Flag to hardcode \$libdir into a binary during linking.
2022# This must work even if \$libdir does not exist
2023hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2024
2025# Whether we need a single "-rpath" flag with a separated argument.
2026hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2027
2028# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2029# DIR into the resulting binary.
2030hardcode_direct=$hardcode_direct_CXX
2031
2032# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2033# DIR into the resulting binary and the resulting library dependency is
2034# "absolute",i.e impossible to change by setting \$shlibpath_var if the
2035# library is relocated.
2036hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2037
2038# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2039# into the resulting binary.
2040hardcode_minus_L=$hardcode_minus_L_CXX
2041
2042# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2043# into the resulting binary.
2044hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2045
2046# Set to "yes" if building a shared library automatically hardcodes DIR
2047# into the library and all subsequent libraries and executables linked
2048# against it.
2049hardcode_automatic=$hardcode_automatic_CXX
2050
2051# Set to yes if linker adds runtime paths of dependent libraries
2052# to runtime path list.
2053inherit_rpath=$inherit_rpath_CXX
2054
2055# Whether libtool must link a program against all its dependency libraries.
2056link_all_deplibs=$link_all_deplibs_CXX
2057
2058# Set to "yes" if exported symbols are required.
2059always_export_symbols=$always_export_symbols_CXX
2060
2061# The commands to list exported symbols.
2062export_symbols_cmds=$lt_export_symbols_cmds_CXX
2063
2064# Symbols that should not be listed in the preloaded symbols.
2065exclude_expsyms=$lt_exclude_expsyms_CXX
2066
2067# Symbols that must always be exported.
2068include_expsyms=$lt_include_expsyms_CXX
2069
2070# Commands necessary for linking programs (against libraries) with templates.
2071prelink_cmds=$lt_prelink_cmds_CXX
2072
2073# Commands necessary for finishing linking programs.
2074postlink_cmds=$lt_postlink_cmds_CXX
2075
2076# Specify filename containing input files.
2077file_list_spec=$lt_file_list_spec_CXX
2078
2079# How to hardcode a shared library path into an executable.
2080hardcode_action=$hardcode_action_CXX
2081
2082# The directories searched by this compiler when creating a shared library.
2083compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2084
2085# Dependencies to place before and after the objects being linked to
2086# create a shared library.
2087predep_objects=$lt_predep_objects_CXX
2088postdep_objects=$lt_postdep_objects_CXX
2089predeps=$lt_predeps_CXX
2090postdeps=$lt_postdeps_CXX
2091
2092# The library search path used internally by the compiler when linking
2093# a shared library.
2094compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2095
2096# ### END LIBTOOL TAG CONFIG: CXX
2097_LT_EOF
2098
2099 ;;
2100
2101  esac
2102done # for ac_tag
2103
2104
2105as_fn_exit 0
Note: See TracBrowser for help on using the repository browser.