Ticket #588: config.status

File config.status, 75.1 KB (added by dogbert2, 9 years ago)

Attachment request per email...

Line 
1#! /bin/sh
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/sh}
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 ax_cv_socklen_t_equiv
174# ---------------------------------
175# Portably unset VAR.
176as_fn_unset ()
177{
178  { eval $1=; unset $1;}
179}
180as_unset=as_fn_unset
181# as_fn_append ax_cv_socklen_t_equiv 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 OpenVPN $as_me 2.3.6, 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=" version.sh Makefile build/Makefile build/msvc/Makefile build/msvc/msvc-generate/Makefile distro/Makefile distro/rpm/Makefile distro/rpm/openvpn.spec include/Makefile src/Makefile src/compat/Makefile src/openvpn/Makefile src/openvpnserv/Makefile src/plugins/Makefile src/plugins/auth-pam/Makefile src/plugins/down-root/Makefile tests/Makefile sample/Makefile doc/Makefile tests/t_client.sh"
397config_headers=" config.h"
398config_commands=" depfiles libtool"
399
400ac_cs_usage="\
401\`$as_me' instantiates files and other configuration actions
402from templates according to the current configuration.  Unless the files
403and actions are specified as TAGs, all are instantiated by default.
404
405Usage: $0 [OPTION]... [TAG]...
406
407  -h, --help       print this help, then exit
408  -V, --version    print version number and configuration settings, then exit
409      --config     print configuration, then exit
410  -q, --quiet, --silent
411                   do not print progress messages
412  -d, --debug      don't remove temporary files
413      --recheck    update $as_me by reconfiguring in the same conditions
414      --file=FILE[:TEMPLATE]
415                   instantiate the configuration file FILE
416      --header=FILE[:TEMPLATE]
417                   instantiate the configuration header FILE
418
419Configuration files:
420$config_files
421
422Configuration headers:
423$config_headers
424
425Configuration commands:
426$config_commands
427
428Report bugs to <openvpn-users@lists.sourceforge.net>."
429
430ac_cs_config="'LZO_CFLAGS=-I/usr/local/include/lzo/' 'LZO_LIS=-L/usr/local/lib/' 'OPENSSL_SSL_CFLAGS=-I/usr/local/ssl/include/' 'OPENSSL_SSL_LIBS=-L/usr/local/ssl/lib/' 'OPENSSL_CRYPTO_LIBS=-L/usr/local/ssl/' 'OPENSSL_CRYPTO_CFLAGS=-I/usr/local/ssl/include/'"
431ac_cs_version="\
432OpenVPN config.status 2.3.6
433configured by ./configure, generated by GNU Autoconf 2.69,
434  with options \"$ac_cs_config\"
435
436Copyright (C) 2012 Free Software Foundation, Inc.
437This config.status script is free software; the Free Software Foundation
438gives unlimited permission to copy, distribute and modify it."
439
440ac_pwd='/usr/local/src/openvpn-2.3.6'
441srcdir='.'
442INSTALL='/bin/install -c'
443MKDIR_P='/bin/mkdir -p'
444AWK='gawk'
445test -n "$AWK" || AWK=awk
446# The default lists apply if the user does not specify any file.
447ac_need_defaults=:
448while test $# != 0
449do
450  case $1 in
451  --*=?*)
452    ac_option=`expr "X$1" : 'X\([^=]*\)='`
453    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
454    ac_shift=:
455    ;;
456  --*=)
457    ac_option=`expr "X$1" : 'X\([^=]*\)='`
458    ac_optarg=
459    ac_shift=:
460    ;;
461  *)
462    ac_option=$1
463    ac_optarg=$2
464    ac_shift=shift
465    ;;
466  esac
467
468  case $ac_option in
469  # Handling of the options.
470  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471    ac_cs_recheck=: ;;
472  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473    $as_echo "$ac_cs_version"; exit ;;
474  --config | --confi | --conf | --con | --co | --c )
475    $as_echo "$ac_cs_config"; exit ;;
476  --debug | --debu | --deb | --de | --d | -d )
477    debug=: ;;
478  --file | --fil | --fi | --f )
479    $ac_shift
480    case $ac_optarg in
481    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482    '') as_fn_error $? "missing file argument" ;;
483    esac
484    as_fn_append CONFIG_FILES " '$ac_optarg'"
485    ac_need_defaults=false;;
486  --header | --heade | --head | --hea )
487    $ac_shift
488    case $ac_optarg in
489    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
490    esac
491    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
492    ac_need_defaults=false;;
493  --he | --h)
494    # Conflict between --help and --header
495    as_fn_error $? "ambiguous option: \`$1'
496Try \`$0 --help' for more information.";;
497  --help | --hel | -h )
498    $as_echo "$ac_cs_usage"; exit ;;
499  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500  | -silent | --silent | --silen | --sile | --sil | --si | --s)
501    ac_cs_silent=: ;;
502
503  # This is an error.
504  -*) as_fn_error $? "unrecognized option: \`$1'
505Try \`$0 --help' for more information." ;;
506
507  *) as_fn_append ac_config_targets " $1"
508     ac_need_defaults=false ;;
509
510  esac
511  shift
512done
513
514ac_configure_extra_args=
515
516if $ac_cs_silent; then
517  exec 6>/dev/null
518  ac_configure_extra_args="$ac_configure_extra_args --silent"
519fi
520
521if $ac_cs_recheck; then
522  set X /bin/sh './configure'  'LZO_CFLAGS=-I/usr/local/include/lzo/' 'LZO_LIS=-L/usr/local/lib/' 'OPENSSL_SSL_CFLAGS=-I/usr/local/ssl/include/' 'OPENSSL_SSL_LIBS=-L/usr/local/ssl/lib/' 'OPENSSL_CRYPTO_LIBS=-L/usr/local/ssl/' 'OPENSSL_CRYPTO_CFLAGS=-I/usr/local/ssl/include/' $ac_configure_extra_args --no-create --no-recursion
523  shift
524  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
525  CONFIG_SHELL='/bin/sh'
526  export CONFIG_SHELL
527  exec "$@"
528fi
529
530exec 5>>config.log
531{
532  echo
533  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
534## Running $as_me. ##
535_ASBOX
536  $as_echo "$ac_log"
537} >&5
538
539#
540# INIT-COMMANDS
541#
542AMDEP_TRUE="" ac_aux_dir="."
543
544
545# The HP-UX ksh and POSIX shell print the target directory to stdout
546# if CDPATH is set.
547(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
548
549sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
550double_quote_subst='s/\(["`\\]\)/\\\1/g'
551delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
552macro_version='2.4.2'
553macro_revision='1.3337'
554AS='as'
555DLLTOOL='false'
556OBJDUMP='objdump'
557enable_shared='yes'
558enable_static='yes'
559pic_mode='default'
560enable_fast_install='yes'
561SHELL='/bin/sh'
562ECHO='printf %s\n'
563PATH_SEPARATOR=':'
564host_alias=''
565host='x86_64-unknown-linux-gnu'
566host_os='linux-gnu'
567build_alias=''
568build='x86_64-unknown-linux-gnu'
569build_os='linux-gnu'
570SED='/bin/sed'
571Xsed='/bin/sed -e 1s/^X//'
572GREP='/bin/grep'
573EGREP='/bin/grep -E'
574FGREP='/bin/grep -F'
575LD='/bin/ld -m elf_x86_64'
576NM='/bin/nm -B'
577LN_S='ln -s'
578max_cmd_len='1572864'
579ac_objext='o'
580exeext=''
581lt_unset='unset'
582lt_SP2NL='tr \040 \012'
583lt_NL2SP='tr \015\012 \040\040'
584lt_cv_to_host_file_cmd='func_convert_file_noop'
585lt_cv_to_tool_file_cmd='func_convert_file_noop'
586reload_flag=' -r'
587reload_cmds='$LD$reload_flag -o $output$reload_objs'
588deplibs_check_method='pass_all'
589file_magic_cmd='$MAGIC_CMD'
590file_magic_glob=''
591want_nocaseglob='no'
592sharedlib_from_linklib_cmd='printf %s\n'
593AR='ar'
594AR_FLAGS='cru'
595archiver_list_spec='@'
596STRIP='strip'
597RANLIB='ranlib'
598old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
599old_postuninstall_cmds=''
600old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
601lock_old_archive_extraction='no'
602CC='gcc'
603CFLAGS='-g -O2'
604compiler=''
605GCC='yes'
606lt_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'\'''
607lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
608lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
609lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
610nm_file_list_spec='@'
611lt_sysroot=''
612objdir='.libs'
613MAGIC_CMD='file'
614lt_prog_compiler_no_builtin_flag=' -fno-builtin'
615lt_prog_compiler_pic=' -fPIC -DPIC'
616lt_prog_compiler_wl='-Wl,'
617lt_prog_compiler_static=''
618lt_cv_prog_compiler_c_o='yes'
619need_locks='no'
620MANIFEST_TOOL=':'
621DSYMUTIL=''
622NMEDIT=''
623LIPO=''
624OTOOL=''
625OTOOL64=''
626libext='a'
627shrext_cmds='.so'
628extract_expsyms_cmds=''
629archive_cmds_need_lc='no'
630enable_shared_with_static_runtimes='no'
631export_dynamic_flag_spec='${wl}--export-dynamic'
632whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
633compiler_needs_object='no'
634old_archive_from_new_cmds=''
635old_archive_from_expsyms_cmds=''
636archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
637archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
638            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
639            echo "local: *; };" >> $output_objdir/$libname.ver~
640            $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
641module_cmds=''
642module_expsym_cmds=''
643with_gnu_ld='yes'
644allow_undefined_flag=''
645no_undefined_flag=''
646hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
647hardcode_libdir_separator=''
648hardcode_direct='no'
649hardcode_direct_absolute='no'
650hardcode_minus_L='no'
651hardcode_shlibpath_var='unsupported'
652hardcode_automatic='no'
653inherit_rpath='no'
654link_all_deplibs='no'
655always_export_symbols='no'
656export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
657exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
658include_expsyms=''
659prelink_cmds=''
660postlink_cmds=''
661file_list_spec=''
662variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
663need_lib_prefix='no'
664need_version='no'
665version_type='linux'
666runpath_var='LD_RUN_PATH'
667shlibpath_var='LD_LIBRARY_PATH'
668shlibpath_overrides_runpath='no'
669libname_spec='lib$name'
670library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
671soname_spec='${libname}${release}${shared_ext}$major'
672install_override_mode=''
673postinstall_cmds=''
674postuninstall_cmds=''
675finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
676finish_eval=''
677hardcode_into_libs='yes'
678sys_lib_search_path_spec='/usr/lib/gcc/x86_64-redhat-linux/5.1.1 /usr/lib64 /lib64 '
679sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib64/bind99 '
680hardcode_action='immediate'
681enable_dlopen='unknown'
682enable_dlopen_self='unknown'
683enable_dlopen_self_static='unknown'
684old_striplib='strip --strip-debug'
685striplib='strip --strip-unneeded'
686LD_RC=''
687reload_flag_RC=''
688reload_cmds_RC=''
689old_archive_cmds_RC=''
690compiler_RC=''
691GCC_RC=''
692lt_prog_compiler_no_builtin_flag_RC=''
693lt_prog_compiler_pic_RC=''
694lt_prog_compiler_wl_RC=''
695lt_prog_compiler_static_RC=''
696lt_cv_prog_compiler_c_o_RC='yes'
697archive_cmds_need_lc_RC=''
698enable_shared_with_static_runtimes_RC=''
699export_dynamic_flag_spec_RC=''
700whole_archive_flag_spec_RC=''
701compiler_needs_object_RC=''
702old_archive_from_new_cmds_RC=''
703old_archive_from_expsyms_cmds_RC=''
704archive_cmds_RC=''
705archive_expsym_cmds_RC=''
706module_cmds_RC=''
707module_expsym_cmds_RC=''
708with_gnu_ld_RC=''
709allow_undefined_flag_RC=''
710no_undefined_flag_RC=''
711hardcode_libdir_flag_spec_RC=''
712hardcode_libdir_separator_RC=''
713hardcode_direct_RC=''
714hardcode_direct_absolute_RC=''
715hardcode_minus_L_RC=''
716hardcode_shlibpath_var_RC=''
717hardcode_automatic_RC=''
718inherit_rpath_RC=''
719link_all_deplibs_RC=''
720always_export_symbols_RC=''
721export_symbols_cmds_RC=''
722exclude_expsyms_RC=''
723include_expsyms_RC=''
724prelink_cmds_RC=''
725postlink_cmds_RC=''
726file_list_spec_RC=''
727hardcode_action_RC=''
728
729LTCC='gcc'
730LTCFLAGS='-g -O2'
731compiler='gcc'
732
733# A function that is used when there is no print builtin or printf.
734func_fallback_echo ()
735{
736  eval 'cat <<_LTECHO_EOF
737$1
738_LTECHO_EOF'
739}
740
741# Quote evaled strings.
742for var in AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob 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_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec 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 LD_RC reload_flag_RC compiler_RC lt_prog_compiler_no_builtin_flag_RC lt_prog_compiler_pic_RC lt_prog_compiler_wl_RC lt_prog_compiler_static_RC lt_cv_prog_compiler_c_o_RC export_dynamic_flag_spec_RC whole_archive_flag_spec_RC compiler_needs_object_RC with_gnu_ld_RC allow_undefined_flag_RC no_undefined_flag_RC hardcode_libdir_flag_spec_RC hardcode_libdir_separator_RC exclude_expsyms_RC include_expsyms_RC file_list_spec_RC; do
743    case `eval \\$ECHO \\""\\$$var"\\"` in
744    *[\\\`\"\$]*)
745      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
746      ;;
747    *)
748      eval "lt_$var=\\\"\$$var\\\""
749      ;;
750    esac
751done
752
753# Double-quote double-evaled strings.
754for 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 sys_lib_dlsearch_path_spec reload_cmds_RC old_archive_cmds_RC old_archive_from_new_cmds_RC old_archive_from_expsyms_cmds_RC archive_cmds_RC archive_expsym_cmds_RC module_cmds_RC module_expsym_cmds_RC export_symbols_cmds_RC prelink_cmds_RC postlink_cmds_RC; do
755    case `eval \\$ECHO \\""\\$$var"\\"` in
756    *[\\\`\"\$]*)
757      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
758      ;;
759    *)
760      eval "lt_$var=\\\"\$$var\\\""
761      ;;
762    esac
763done
764
765ac_aux_dir='.'
766xsi_shell='yes'
767lt_shell_append='yes'
768
769# See if we are running on zsh, and set the options which allow our
770# commands through without removal of \ escapes INIT.
771if test -n "${ZSH_VERSION+set}" ; then
772   setopt NO_GLOB_SUBST
773fi
774
775
776    PACKAGE='openvpn'
777    VERSION='2.3.6'
778    TIMESTAMP=''
779    RM='rm -f'
780    ofile='libtool'
781
782
783
784
785
786
787
788# Handling of arguments.
789for ac_config_target in $ac_config_targets
790do
791  case $ac_config_target in
792    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
793    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
794    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
795    "version.sh") CONFIG_FILES="$CONFIG_FILES version.sh" ;;
796    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
797    "build/Makefile") CONFIG_FILES="$CONFIG_FILES build/Makefile" ;;
798    "build/msvc/Makefile") CONFIG_FILES="$CONFIG_FILES build/msvc/Makefile" ;;
799    "build/msvc/msvc-generate/Makefile") CONFIG_FILES="$CONFIG_FILES build/msvc/msvc-generate/Makefile" ;;
800    "distro/Makefile") CONFIG_FILES="$CONFIG_FILES distro/Makefile" ;;
801    "distro/rpm/Makefile") CONFIG_FILES="$CONFIG_FILES distro/rpm/Makefile" ;;
802    "distro/rpm/openvpn.spec") CONFIG_FILES="$CONFIG_FILES distro/rpm/openvpn.spec" ;;
803    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
804    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
805    "src/compat/Makefile") CONFIG_FILES="$CONFIG_FILES src/compat/Makefile" ;;
806    "src/openvpn/Makefile") CONFIG_FILES="$CONFIG_FILES src/openvpn/Makefile" ;;
807    "src/openvpnserv/Makefile") CONFIG_FILES="$CONFIG_FILES src/openvpnserv/Makefile" ;;
808    "src/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/Makefile" ;;
809    "src/plugins/auth-pam/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/auth-pam/Makefile" ;;
810    "src/plugins/down-root/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/down-root/Makefile" ;;
811    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
812    "sample/Makefile") CONFIG_FILES="$CONFIG_FILES sample/Makefile" ;;
813    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
814    "tests/t_client.sh") CONFIG_FILES="$CONFIG_FILES tests/t_client.sh" ;;
815
816  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
817  esac
818done
819
820
821# If the user did not use the arguments to specify the items to instantiate,
822# then the envvar interface is used.  Set only those that are not.
823# We use the long form for the default assignment because of an extremely
824# bizarre bug on SunOS 4.1.3.
825if $ac_need_defaults; then
826  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
827  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
828  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
829fi
830
831# Have a temporary directory for convenience.  Make it in the build tree
832# simply because there is no reason against having it here, and in addition,
833# creating and moving files from /tmp can sometimes cause problems.
834# Hook for its removal unless debugging.
835# Note that there is a small window in which the directory will not be cleaned:
836# after its creation but before its name has been assigned to `$tmp'.
837$debug ||
838{
839  tmp= ac_tmp=
840  trap 'exit_status=$?
841  : "${ac_tmp:=$tmp}"
842  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
843' 0
844  trap 'as_fn_exit 1' 1 2 13 15
845}
846# Create a (secure) tmp directory for tmp files.
847
848{
849  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
850  test -d "$tmp"
851}  ||
852{
853  tmp=./conf$$-$RANDOM
854  (umask 077 && mkdir "$tmp")
855} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
856ac_tmp=$tmp
857
858# Set up the scripts for CONFIG_FILES section.
859# No need to generate them if there are no CONFIG_FILES.
860# This happens for instance with `./config.status config.h'.
861if test -n "$CONFIG_FILES"; then
862
863
864ac_cr=`echo X | tr X '\015'`
865# On cygwin, bash can eat \r inside `` if the user requested igncr.
866# But we know of no other shell where ac_cr would be empty at this
867# point, so we can use a bashism as a fallback.
868if test "x$ac_cr" = x; then
869  eval ac_cr=\$\'\\r\'
870fi
871ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
872if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
873  ac_cs_awk_cr='\\r'
874else
875  ac_cs_awk_cr=$ac_cr
876fi
877
878echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
879cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
880S["am__EXEEXT_FALSE"]=""
881S["am__EXEEXT_TRUE"]="#"
882S["LTLIBOBJS"]=""
883S["LIBOBJS"]=""
884S["sampledir"]="$(docdir)/sample"
885S["plugindir"]="$(libdir)/openvpn/plugins"
886S["ENABLE_PLUGIN_DOWN_ROOT_FALSE"]="#"
887S["ENABLE_PLUGIN_DOWN_ROOT_TRUE"]=""
888S["ENABLE_PLUGIN_AUTH_PAM_FALSE"]="#"
889S["ENABLE_PLUGIN_AUTH_PAM_TRUE"]=""
890S["GIT_CHECKOUT_FALSE"]=""
891S["GIT_CHECKOUT_TRUE"]="#"
892S["WIN32_FALSE"]=""
893S["WIN32_TRUE"]="#"
894S["PLUGIN_AUTH_PAM_LIBS"]="-lpam"
895S["PLUGIN_AUTH_PAM_CFLAGS"]=""
896S["OPTIONAL_PKCS11_HELPER_LIBS"]=""
897S["OPTIONAL_PKCS11_HELPER_CFLAGS"]=""
898S["OPTIONAL_SYSTEMD_LIBS"]=""
899S["OPTIONAL_LZO_LIBS"]="-llzo2"
900S["OPTIONAL_LZO_CFLAGS"]="-I/usr/local/include/lzo/"
901S["OPTIONAL_CRYPTO_LIBS"]=" -L/usr/local/ssl/lib/ -L/usr/local/ssl/"
902S["OPTIONAL_CRYPTO_CFLAGS"]=" -I/usr/local/ssl/include/ -I/usr/local/ssl/include/"
903S["OPTIONAL_SELINUX_LIBS"]=""
904S["OPTIONAL_DL_LIBS"]="-ldl"
905S["TAP_WIN_MIN_MINOR"]="9"
906S["TAP_WIN_MIN_MAJOR"]="9"
907S["TAP_WIN_COMPONENT_ID"]="tap0901"
908S["libsystemd_LIBS"]=""
909S["libsystemd_CFLAGS"]=""
910S["LZO_LIBS"]="-llzo2"
911S["LZO_CFLAGS"]="-I/usr/local/include/lzo/"
912S["POLARSSL_LIBS"]=""
913S["POLARSSL_CFLAGS"]=""
914S["OPENSSL_SSL_LIBS"]="-L/usr/local/ssl/lib/"
915S["OPENSSL_SSL_CFLAGS"]="-I/usr/local/ssl/include/"
916S["OPENSSL_CRYPTO_LIBS"]="-L/usr/local/ssl/"
917S["OPENSSL_CRYPTO_CFLAGS"]="-I/usr/local/ssl/include/"
918S["PKCS11_HELPER_LIBS"]=""
919S["PKCS11_HELPER_CFLAGS"]=""
920S["LIBPAM_LIBS"]="-lpam"
921S["LIBPAM_CFLAGS"]=""
922S["SELINUX_LIBS"]=""
923S["TAP_CFLAGS"]=""
924S["SOCKETS_LIBS"]=" -lnsl -lresolv"
925S["DL_LIBS"]="-ldl"
926S["RC"]=""
927S["OTOOL64"]=""
928S["OTOOL"]=""
929S["LIPO"]=""
930S["NMEDIT"]=""
931S["DSYMUTIL"]=""
932S["MANIFEST_TOOL"]=":"
933S["RANLIB"]="ranlib"
934S["ac_ct_AR"]="ar"
935S["AR"]="ar"
936S["NM"]="/bin/nm -B"
937S["ac_ct_DUMPBIN"]=""
938S["DUMPBIN"]=""
939S["LD"]="/bin/ld -m elf_x86_64"
940S["FGREP"]="/bin/grep -F"
941S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
942S["OBJDUMP"]="objdump"
943S["DLLTOOL"]="false"
944S["AS"]="as"
945S["SYSTEMD_ASK_PASSWORD"]="/bin/systemd-ask-password"
946S["GIT"]=""
947S["MAN2HTML"]=""
948S["NETSTAT"]="netstat"
949S["IPROUTE"]="/sbin/ip"
950S["ROUTE"]="/sbin/route"
951S["IFCONFIG"]="/sbin/ifconfig"
952S["SED"]="/bin/sed"
953S["LN_S"]="ln -s"
954S["PKG_CONFIG_LIBDIR"]=""
955S["PKG_CONFIG_PATH"]=""
956S["PKG_CONFIG"]="/bin/pkg-config"
957S["EGREP"]="/bin/grep -E"
958S["GREP"]="/bin/grep"
959S["CPP"]="gcc -E"
960S["am__fastdepCC_FALSE"]="#"
961S["am__fastdepCC_TRUE"]=""
962S["CCDEPMODE"]="depmode=gcc3"
963S["am__nodep"]="_no"
964S["AMDEPBACKSLASH"]="\\"
965S["AMDEP_FALSE"]="#"
966S["AMDEP_TRUE"]=""
967S["am__quote"]=""
968S["am__include"]="include"
969S["DEPDIR"]=".deps"
970S["OBJEXT"]="o"
971S["EXEEXT"]=""
972S["ac_ct_CC"]="gcc"
973S["CPPFLAGS"]=""
974S["LDFLAGS="-L/usr/local/ssl/lib""]="=\"-L/usr/local/ssl/lib\""
975S["CFLAGS="-l/usr/local/ssl/include""]="-g -O2=\"-l/usr/local/ssl/include\""
976S["CC"]="gcc"
977S["host_os"]="linux-gnu"
978S["host_vendor"]="unknown"
979S["host_cpu"]="x86_64"
980S["host"]="x86_64-unknown-linux-gnu"
981S["build_os"]="linux-gnu"
982S["build_vendor"]="unknown"
983S["build_cpu"]="x86_64"
984S["build"]="x86_64-unknown-linux-gnu"
985S["AM_BACKSLASH"]="\\"
986S["AM_DEFAULT_VERBOSITY"]="1"
987S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
988S["AM_V"]="$(V)"
989S["am__untar"]="$${TAR-tar} xf -"
990S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
991S["AMTAR"]="$${TAR-tar}"
992S["am__leading_dot"]="."
993S["SET_MAKE"]=""
994S["AWK"]="gawk"
995S["mkdir_p"]="$(MKDIR_P)"
996S["MKDIR_P"]="/bin/mkdir -p"
997S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
998S["STRIP"]="strip"
999S["install_sh"]="${SHELL} /usr/local/src/openvpn-2.3.6/install-sh"
1000S["MAKEINFO"]="${SHELL} /usr/local/src/openvpn-2.3.6/missing makeinfo"
1001S["AUTOHEADER"]="${SHELL} /usr/local/src/openvpn-2.3.6/missing autoheader"
1002S["AUTOMAKE"]="${SHELL} /usr/local/src/openvpn-2.3.6/missing automake-1.14"
1003S["AUTOCONF"]="${SHELL} /usr/local/src/openvpn-2.3.6/missing autoconf"
1004S["ACLOCAL"]="${SHELL} /usr/local/src/openvpn-2.3.6/missing aclocal-1.14"
1005S["VERSION"]="2.3.6"
1006S["PACKAGE"]="openvpn"
1007S["CYGPATH_W"]="echo"
1008S["am__isrc"]=""
1009S["INSTALL_DATA"]="${INSTALL} -m 644"
1010S["INSTALL_SCRIPT"]="${INSTALL}"
1011S["INSTALL_PROGRAM"]="${INSTALL}"
1012S["target_alias"]=""
1013S["host_alias"]=""
1014S["build_alias"]=""
1015S["LIBS"]=""
1016S["ECHO_T"]=""
1017S["ECHO_N"]="-n"
1018S["ECHO_C"]=""
1019S["DEFS"]="-DHAVE_CONFIG_H"
1020S["mandir"]="${datarootdir}/man"
1021S["localedir"]="${datarootdir}/locale"
1022S["libdir"]="${exec_prefix}/lib"
1023S["psdir"]="${docdir}"
1024S["pdfdir"]="${docdir}"
1025S["dvidir"]="${docdir}"
1026S["htmldir"]="${docdir}"
1027S["infodir"]="${datarootdir}/info"
1028S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1029S["oldincludedir"]="/usr/include"
1030S["includedir"]="${prefix}/include"
1031S["localstatedir"]="${prefix}/var"
1032S["sharedstatedir"]="${prefix}/com"
1033S["sysconfdir"]="${prefix}/etc"
1034S["datadir"]="${datarootdir}"
1035S["datarootdir"]="${prefix}/share"
1036S["libexecdir"]="${exec_prefix}/libexec"
1037S["sbindir"]="${exec_prefix}/sbin"
1038S["bindir"]="${exec_prefix}/bin"
1039S["program_transform_name"]="s,x,x,"
1040S["prefix"]="/usr/local"
1041S["exec_prefix"]="${prefix}"
1042S["PACKAGE_URL"]=""
1043S["PACKAGE_BUGREPORT"]="openvpn-users@lists.sourceforge.net"
1044S["PACKAGE_STRING"]="OpenVPN 2.3.6"
1045S["PACKAGE_VERSION"]="2.3.6"
1046S["PACKAGE_TARNAME"]="openvpn"
1047S["PACKAGE_NAME"]="OpenVPN"
1048S["PATH_SEPARATOR"]=":"
1049S["SHELL"]="/bin/sh"
1050_ACAWK
1051cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1052  for (key in S) S_is_set[key] = 1
1053  FS = ""
1054
1055}
1056{
1057  line = $ 0
1058  nfields = split(line, field, "@")
1059  substed = 0
1060  len = length(field[1])
1061  for (i = 2; i < nfields; i++) {
1062    key = field[i]
1063    keylen = length(key)
1064    if (S_is_set[key]) {
1065      value = S[key]
1066      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1067      len += length(value) + length(field[++i])
1068      substed = 1
1069    } else
1070      len += 1 + keylen
1071  }
1072
1073  print line
1074}
1075
1076_ACAWK
1077if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1078  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1079else
1080  cat
1081fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1082  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1083fi # test -n "$CONFIG_FILES"
1084
1085# Set up the scripts for CONFIG_HEADERS section.
1086# No need to generate them if there are no CONFIG_HEADERS.
1087# This happens for instance with `./config.status Makefile'.
1088if test -n "$CONFIG_HEADERS"; then
1089cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1090BEGIN {
1091D["PACKAGE_NAME"]=" \"OpenVPN\""
1092D["PACKAGE_TARNAME"]=" \"openvpn\""
1093D["PACKAGE_VERSION"]=" \"2.3.6\""
1094D["PACKAGE_STRING"]=" \"OpenVPN 2.3.6\""
1095D["PACKAGE_BUGREPORT"]=" \"openvpn-users@lists.sourceforge.net\""
1096D["PACKAGE_URL"]=" \"\""
1097D["OPENVPN_VERSION_RESOURCE"]=" 2,3,6,0"
1098D["PACKAGE"]=" \"openvpn\""
1099D["VERSION"]=" \"2.3.6\""
1100D["STDC_HEADERS"]=" 1"
1101D["HAVE_SYS_TYPES_H"]=" 1"
1102D["HAVE_SYS_STAT_H"]=" 1"
1103D["HAVE_STDLIB_H"]=" 1"
1104D["HAVE_STRING_H"]=" 1"
1105D["HAVE_MEMORY_H"]=" 1"
1106D["HAVE_STRINGS_H"]=" 1"
1107D["HAVE_INTTYPES_H"]=" 1"
1108D["HAVE_STDINT_H"]=" 1"
1109D["HAVE_UNISTD_H"]=" 1"
1110D["__EXTENSIONS__"]=" 1"
1111D["_ALL_SOURCE"]=" 1"
1112D["_GNU_SOURCE"]=" 1"
1113D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
1114D["_TANDEM_SOURCE"]=" 1"
1115D["TARGET_ALIAS"]=" \"x86_64-unknown-linux-gnu\""
1116D["TARGET_LINUX"]=" 1"
1117D["TARGET_PREFIX"]=" \"L\""
1118D["IFCONFIG_PATH"]=" \"/sbin/ifconfig\""
1119D["IPROUTE_PATH"]=" \"/sbin/ip\""
1120D["ROUTE_PATH"]=" \"/sbin/route\""
1121D["SYSTEMD_ASK_PASSWORD_PATH"]=" \"/bin/systemd-ask-password\""
1122D["HAVE_DLFCN_H"]=" 1"
1123D["LT_OBJDIR"]=" \".libs/\""
1124D["RETSIGTYPE"]=" void"
1125D["HAVE_CPP_VARARG_MACRO_ISO"]=" 1"
1126D["HAVE_CPP_VARARG_MACRO_GCC"]=" 1"
1127D["EMPTY_ARRAY_SIZE"]=" 0"
1128D["SIZEOF_UNSIGNED_INT"]=" 4"
1129D["SIZEOF_UNSIGNED_LONG"]=" 8"
1130D["HAVE_STDIO_H"]=" 1"
1131D["HAVE_STDARG_H"]=" 1"
1132D["HAVE_STDBOOL_H"]=" 1"
1133D["HAVE_LIMITS_H"]=" 1"
1134D["HAVE_TIME_H"]=" 1"
1135D["HAVE_ERRNO_H"]=" 1"
1136D["HAVE_FCNTL_H"]=" 1"
1137D["HAVE_CTYPE_H"]=" 1"
1138D["HAVE_SYS_TYPES_H"]=" 1"
1139D["HAVE_SYS_SOCKET_H"]=" 1"
1140D["HAVE_SIGNAL_H"]=" 1"
1141D["HAVE_UNISTD_H"]=" 1"
1142D["HAVE_DLFCN_H"]=" 1"
1143D["HAVE_NETINET_IN_H"]=" 1"
1144D["HAVE_NETINET_IN_SYSTM_H"]=" 1"
1145D["HAVE_NETINET_TCP_H"]=" 1"
1146D["HAVE_ARPA_INET_H"]=" 1"
1147D["HAVE_NETDB_H"]=" 1"
1148D["HAVE_SYS_TIME_H"]=" 1"
1149D["HAVE_SYS_IOCTL_H"]=" 1"
1150D["HAVE_SYS_STAT_H"]=" 1"
1151D["HAVE_SYS_MMAN_H"]=" 1"
1152D["HAVE_SYS_FILE_H"]=" 1"
1153D["HAVE_SYS_WAIT_H"]=" 1"
1154D["HAVE_UNISTD_H"]=" 1"
1155D["HAVE_SIGNAL_H"]=" 1"
1156D["HAVE_LIBGEN_H"]=" 1"
1157D["HAVE_SYSLOG_H"]=" 1"
1158D["HAVE_PWD_H"]=" 1"
1159D["HAVE_GRP_H"]=" 1"
1160D["HAVE_SYS_UIO_H"]=" 1"
1161D["HAVE_LINUX_SOCKIOS_H"]=" 1"
1162D["HAVE_LINUX_TYPES_H"]=" 1"
1163D["HAVE_SYS_POLL_H"]=" 1"
1164D["HAVE_SYS_EPOLL_H"]=" 1"
1165D["HAVE_ERR_H"]=" 1"
1166D["HAVE_NET_IF_H"]=" 1"
1167D["HAVE_NETINET_IP_H"]=" 1"
1168D["HAVE_NETINET_IF_ETHER_H"]=" 1"
1169D["HAVE_RESOLV_H"]=" 1"
1170D["HAVE_SYS_UN_H"]=" 1"
1171D["HAVE_IN_ADDR_T"]=" 1"
1172D["HAVE_IPHDR"]=" 1"
1173D["HAVE_MSGHDR"]=" 1"
1174D["HAVE_CMSGHDR"]=" 1"
1175D["HAVE_IN_PKTINFO"]=" 1"
1176D["HAVE_DECL_SO_MARK"]=" 1"
1177D["HAVE_DECL_SIGHUP"]=" 1"
1178D["HAVE_DECL_SIGINT"]=" 1"
1179D["HAVE_DECL_SIGUSR1"]=" 1"
1180D["HAVE_DECL_SIGUSR2"]=" 1"
1181D["HAVE_DECL_SIGTERM"]=" 1"
1182D["HAVE_FORK"]=" 1"
1183D["HAVE_VFORK"]=" 1"
1184D["HAVE_WORKING_VFORK"]=" 1"
1185D["HAVE_WORKING_FORK"]=" 1"
1186D["HAVE_DAEMON"]=" 1"
1187D["HAVE_CHROOT"]=" 1"
1188D["HAVE_GETPWNAM"]=" 1"
1189D["HAVE_SETUID"]=" 1"
1190D["HAVE_NICE"]=" 1"
1191D["HAVE_SYSTEM"]=" 1"
1192D["HAVE_GETPID"]=" 1"
1193D["HAVE_DUP"]=" 1"
1194D["HAVE_DUP2"]=" 1"
1195D["HAVE_GETPASS"]=" 1"
1196D["HAVE_STRERROR"]=" 1"
1197D["HAVE_SYSLOG"]=" 1"
1198D["HAVE_OPENLOG"]=" 1"
1199D["HAVE_MLOCKALL"]=" 1"
1200D["HAVE_GETGRNAM"]=" 1"
1201D["HAVE_SETGID"]=" 1"
1202D["HAVE_SETGROUPS"]=" 1"
1203D["HAVE_STAT"]=" 1"
1204D["HAVE_FLOCK"]=" 1"
1205D["HAVE_READV"]=" 1"
1206D["HAVE_WRITEV"]=" 1"
1207D["HAVE_TIME"]=" 1"
1208D["HAVE_GETTIMEOFDAY"]=" 1"
1209D["HAVE_CTIME"]=" 1"
1210D["HAVE_MEMSET"]=" 1"
1211D["HAVE_VSNPRINTF"]=" 1"
1212D["HAVE_STRDUP"]=" 1"
1213D["HAVE_SETSID"]=" 1"
1214D["HAVE_CHDIR"]=" 1"
1215D["HAVE_PUTENV"]=" 1"
1216D["HAVE_GETPEERNAME"]=" 1"
1217D["HAVE_UNLINK"]=" 1"
1218D["HAVE_FTRUNCATE"]=" 1"
1219D["HAVE_EXECVE"]=" 1"
1220D["HAVE_UMASK"]=" 1"
1221D["HAVE_BASENAME"]=" 1"
1222D["HAVE_DIRNAME"]=" 1"
1223D["HAVE_ACCESS"]=" 1"
1224D["HAVE_EPOLL_CREATE"]=" 1"
1225D["HAVE_SENDMSG"]=" 1"
1226D["HAVE_RECVMSG"]=" 1"
1227D["HAVE_INET_NTOP"]=" 1"
1228D["HAVE_INET_PTON"]=" 1"
1229D["HAVE_SOCKET"]=" 1"
1230D["HAVE_RECV"]=" 1"
1231D["HAVE_RECVFROM"]=" 1"
1232D["HAVE_SEND"]=" 1"
1233D["HAVE_SENDTO"]=" 1"
1234D["HAVE_LISTEN"]=" 1"
1235D["HAVE_ACCEPT"]=" 1"
1236D["HAVE_CONNECT"]=" 1"
1237D["HAVE_BIND"]=" 1"
1238D["HAVE_SELECT"]=" 1"
1239D["HAVE_GETHOSTBYNAME"]=" 1"
1240D["HAVE_INET_NTOA"]=" 1"
1241D["HAVE_SETSOCKOPT"]=" 1"
1242D["HAVE_GETSOCKOPT"]=" 1"
1243D["HAVE_GETSOCKNAME"]=" 1"
1244D["HAVE_POLL"]=" 1"
1245D["HAVE_LINUX_IF_TUN_H"]=" 1"
1246D["HAVE_DECL_TUNSETPERSIST"]=" 1"
1247D["ENABLE_FEATURE_TUN_PERSIST"]=" 1"
1248D["HAVE_LZO_LZOUTIL_H"]=" 1"
1249D["HAVE_LZO_LZO1X_H"]=" 1"
1250D["PATH_SEPARATOR"]=" '/'"
1251D["PATH_SEPARATOR_STR"]=" \"/\""
1252D["HAVE_IOVEC"]=" 1"
1253D["ENABLE_CLIENT_SERVER"]=" 1"
1254D["ENABLE_MANAGEMENT"]=" 1"
1255D["ENABLE_SOCKS"]=" 1"
1256D["ENABLE_HTTP_PROXY"]=" 1"
1257D["ENABLE_MULTIHOME"]=" 1"
1258D["ENABLE_DEBUG"]=" 1"
1259D["ENABLE_FRAGMENT"]=" 1"
1260D["ENABLE_PORT_SHARE"]=" 1"
1261D["ENABLE_DEF_AUTH"]=" 1"
1262D["ENABLE_PF"]=" 1"
1263D["ENABLE_CRYPTO_OPENSSL"]=" 1"
1264D["ENABLE_SSL"]=" 1"
1265D["ENABLE_OFB_CFB_MODE"]=" 1"
1266D["ENABLE_CRYPTO"]=" 1"
1267D["ENABLE_PLUGIN"]=" 1"
1268D["ENABLE_LZO"]=" 1"
1269D["CONFIGURE_DEFINES"]=" \"enable_crypto=yes enable_crypto_ofb_cfb=yes enable_debug=yes enable_def_auth=yes enable_dlopen=unknown enable_dlopen_self"\
1270"=unknown enable_dlopen_self_static=unknown enable_fast_install=yes enable_fragment=yes enable_http_proxy=yes enable_iproute2=no enable_libtool_lock="\
1271"yes enable_lzo=yes enable_lzo_stub=no enable_management=yes enable_multi=yes enable_multihome=yes enable_pam_dlopen=no enable_password_save=no enabl"\
1272"e_pedantic=no enable_pf=yes enable_pkcs11=no enable_plugin_auth_pam=yes enable_plugin_down_root=yes enable_plugins=yes enable_port_share=yes enable_"\
1273"selinux=no enable_server=yes enable_shared=yes enable_shared_with_static_runtimes=no enable_small=no enable_socks=yes enable_ssl=yes enable_static=y"\
1274"es enable_strict=no enable_strict_options=no enable_systemd=no enable_win32_dll=yes enable_x509_alt_username=no with_crypto_library=openssl with_gnu"\
1275"_ld=yes with_mem_check=no with_plugindir='$(libdir)/openvpn/plugins' with_sysroot=no\""
1276D["TAP_WIN_COMPONENT_ID"]=" \"tap0901\""
1277D["TAP_WIN_MIN_MAJOR"]=" 9"
1278D["TAP_WIN_MIN_MINOR"]=" 9"
1279  for (key in D) D_is_set[key] = 1
1280  FS = ""
1281}
1282/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1283  line = $ 0
1284  split(line, arg, " ")
1285  if (arg[1] == "#") {
1286    defundef = arg[2]
1287    mac1 = arg[3]
1288  } else {
1289    defundef = substr(arg[1], 2)
1290    mac1 = arg[2]
1291  }
1292  split(mac1, mac2, "(") #)
1293  macro = mac2[1]
1294  prefix = substr(line, 1, index(line, defundef) - 1)
1295  if (D_is_set[macro]) {
1296    # Preserve the white space surrounding the "#".
1297    print prefix "define", macro P[macro] D[macro]
1298    next
1299  } else {
1300    # Replace #undef with comments.  This is necessary, for example,
1301    # in the case of _POSIX_SOURCE, which is predefined and required
1302    # on some systems where configure will not decide to define it.
1303    if (defundef == "undef") {
1304      print "/*", prefix defundef, macro, "*/"
1305      next
1306    }
1307  }
1308}
1309{ print }
1310_ACAWK
1311  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1312fi # test -n "$CONFIG_HEADERS"
1313
1314
1315eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1316shift
1317for ac_tag
1318do
1319  case $ac_tag in
1320  :[FHLC]) ac_mode=$ac_tag; continue;;
1321  esac
1322  case $ac_mode$ac_tag in
1323  :[FHL]*:*);;
1324  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1325  :[FH]-) ac_tag=-:-;;
1326  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1327  esac
1328  ac_save_IFS=$IFS
1329  IFS=:
1330  set x $ac_tag
1331  IFS=$ac_save_IFS
1332  shift
1333  ac_file=$1
1334  shift
1335
1336  case $ac_mode in
1337  :L) ac_source=$1;;
1338  :[FH])
1339    ac_file_inputs=
1340    for ac_f
1341    do
1342      case $ac_f in
1343      -) ac_f="$ac_tmp/stdin";;
1344      *) # Look for the file first in the build tree, then in the source tree
1345         # (if the path is not absolute).  The absolute path cannot be DOS-style,
1346         # because $ac_f cannot contain `:'.
1347         test -f "$ac_f" ||
1348           case $ac_f in
1349           [\\/$]*) false;;
1350           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1351           esac ||
1352           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1353      esac
1354      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1355      as_fn_append ac_file_inputs " '$ac_f'"
1356    done
1357
1358    # Let's still pretend it is `configure' which instantiates (i.e., don't
1359    # use $as_me), people would be surprised to read:
1360    #    /* config.h.  Generated by config.status.  */
1361    configure_input='Generated from '`
1362          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1363        `' by configure.'
1364    if test x"$ac_file" != x-; then
1365      configure_input="$ac_file.  $configure_input"
1366      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1367$as_echo "$as_me: creating $ac_file" >&6;}
1368    fi
1369    # Neutralize special characters interpreted by sed in replacement strings.
1370    case $configure_input in #(
1371    *\&* | *\|* | *\\* )
1372       ac_sed_conf_input=`$as_echo "$configure_input" |
1373       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1374    *) ac_sed_conf_input=$configure_input;;
1375    esac
1376
1377    case $ac_tag in
1378    *:-:* | *:-) cat >"$ac_tmp/stdin" \
1379      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1380    esac
1381    ;;
1382  esac
1383
1384  ac_dir=`$as_dirname -- "$ac_file" ||
1385$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1386         X"$ac_file" : 'X\(//\)[^/]' \| \
1387         X"$ac_file" : 'X\(//\)$' \| \
1388         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1389$as_echo X"$ac_file" |
1390    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1391            s//\1/
1392            q
1393          }
1394          /^X\(\/\/\)[^/].*/{
1395            s//\1/
1396            q
1397          }
1398          /^X\(\/\/\)$/{
1399            s//\1/
1400            q
1401          }
1402          /^X\(\/\).*/{
1403            s//\1/
1404            q
1405          }
1406          s/.*/./; q'`
1407  as_dir="$ac_dir"; as_fn_mkdir_p
1408  ac_builddir=.
1409
1410case "$ac_dir" in
1411.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1412*)
1413  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1414  # A ".." for each directory in $ac_dir_suffix.
1415  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1416  case $ac_top_builddir_sub in
1417  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1418  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1419  esac ;;
1420esac
1421ac_abs_top_builddir=$ac_pwd
1422ac_abs_builddir=$ac_pwd$ac_dir_suffix
1423# for backward compatibility:
1424ac_top_builddir=$ac_top_build_prefix
1425
1426case $srcdir in
1427  .)  # We are building in place.
1428    ac_srcdir=.
1429    ac_top_srcdir=$ac_top_builddir_sub
1430    ac_abs_top_srcdir=$ac_pwd ;;
1431  [\\/]* | ?:[\\/]* )  # Absolute name.
1432    ac_srcdir=$srcdir$ac_dir_suffix;
1433    ac_top_srcdir=$srcdir
1434    ac_abs_top_srcdir=$srcdir ;;
1435  *) # Relative name.
1436    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1437    ac_top_srcdir=$ac_top_build_prefix$srcdir
1438    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1439esac
1440ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1441
1442
1443  case $ac_mode in
1444  :F)
1445  #
1446  # CONFIG_FILE
1447  #
1448
1449  case $INSTALL in
1450  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1451  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1452  esac
1453  ac_MKDIR_P=$MKDIR_P
1454  case $MKDIR_P in
1455  [\\/$]* | ?:[\\/]* ) ;;
1456  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1457  esac
1458# If the template does not know about datarootdir, expand it.
1459# FIXME: This hack should be removed a few years after 2.60.
1460ac_datarootdir_hack=; ac_datarootdir_seen=
1461ac_sed_dataroot='
1462/datarootdir/ {
1463  p
1464  q
1465}
1466/@datadir@/p
1467/@docdir@/p
1468/@infodir@/p
1469/@localedir@/p
1470/@mandir@/p'
1471case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1472*datarootdir*) ac_datarootdir_seen=yes;;
1473*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1474  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1475$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1476  ac_datarootdir_hack='
1477  s&@datadir@&${datarootdir}&g
1478  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1479  s&@infodir@&${datarootdir}/info&g
1480  s&@localedir@&${datarootdir}/locale&g
1481  s&@mandir@&${datarootdir}/man&g
1482  s&\${datarootdir}&${prefix}/share&g' ;;
1483esac
1484ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1485h
1486s///
1487s/^/:/
1488s/[      ]*$/:/
1489s/:\$(srcdir):/:/g
1490s/:\${srcdir}:/:/g
1491s/:@srcdir@:/:/g
1492s/^:*//
1493s/:*$//
1494x
1495s/\(=[   ]*\).*/\1/
1496G
1497s/\n//
1498s/^[^=]*=[       ]*$//
1499}
1500
1501:t
1502/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1503s|@configure_input@|$ac_sed_conf_input|;t t
1504s&@top_builddir@&$ac_top_builddir_sub&;t t
1505s&@top_build_prefix@&$ac_top_build_prefix&;t t
1506s&@srcdir@&$ac_srcdir&;t t
1507s&@abs_srcdir@&$ac_abs_srcdir&;t t
1508s&@top_srcdir@&$ac_top_srcdir&;t t
1509s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1510s&@builddir@&$ac_builddir&;t t
1511s&@abs_builddir@&$ac_abs_builddir&;t t
1512s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1513s&@INSTALL@&$ac_INSTALL&;t t
1514s&@MKDIR_P@&$ac_MKDIR_P&;t t
1515$ac_datarootdir_hack
1516"
1517eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1518  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1519
1520test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1521  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1522  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
1523      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1524  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1525which seems to be undefined.  Please make sure it is defined" >&5
1526$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1527which seems to be undefined.  Please make sure it is defined" >&2;}
1528
1529  rm -f "$ac_tmp/stdin"
1530  case $ac_file in
1531  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1532  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1533  esac \
1534  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1535 ;;
1536  :H)
1537  #
1538  # CONFIG_HEADER
1539  #
1540  if test x"$ac_file" != x-; then
1541    {
1542      $as_echo "/* $configure_input  */" \
1543      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1544    } >"$ac_tmp/config.h" \
1545      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1546    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1547      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1548$as_echo "$as_me: $ac_file is unchanged" >&6;}
1549    else
1550      rm -f "$ac_file"
1551      mv "$ac_tmp/config.h" "$ac_file" \
1552        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1553    fi
1554  else
1555    $as_echo "/* $configure_input  */" \
1556      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1557      || as_fn_error $? "could not create -" "$LINENO" 5
1558  fi
1559# Compute "$ac_file"'s index in $config_headers.
1560_am_arg="$ac_file"
1561_am_stamp_count=1
1562for _am_header in $config_headers :; do
1563  case $_am_header in
1564    $_am_arg | $_am_arg:* )
1565      break ;;
1566    * )
1567      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1568  esac
1569done
1570echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1571$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1572         X"$_am_arg" : 'X\(//\)[^/]' \| \
1573         X"$_am_arg" : 'X\(//\)$' \| \
1574         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1575$as_echo X"$_am_arg" |
1576    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1577            s//\1/
1578            q
1579          }
1580          /^X\(\/\/\)[^/].*/{
1581            s//\1/
1582            q
1583          }
1584          /^X\(\/\/\)$/{
1585            s//\1/
1586            q
1587          }
1588          /^X\(\/\).*/{
1589            s//\1/
1590            q
1591          }
1592          s/.*/./; q'`/stamp-h$_am_stamp_count
1593 ;;
1594
1595  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1596$as_echo "$as_me: executing $ac_file commands" >&6;}
1597 ;;
1598  esac
1599
1600
1601  case $ac_file$ac_mode in
1602    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1603  # Older Autoconf quotes --file arguments for eval, but not when files
1604  # are listed without --file.  Let's play safe and only enable the eval
1605  # if we detect the quoting.
1606  case $CONFIG_FILES in
1607  *\'*) eval set x "$CONFIG_FILES" ;;
1608  *)   set x $CONFIG_FILES ;;
1609  esac
1610  shift
1611  for mf
1612  do
1613    # Strip MF so we end up with the name of the file.
1614    mf=`echo "$mf" | sed -e 's/:.*$//'`
1615    # Check whether this is an Automake generated Makefile or not.
1616    # We used to match only the files named 'Makefile.in', but
1617    # some people rename them; so instead we look at the file content.
1618    # Grep'ing the first line is not enough: some people post-process
1619    # each Makefile.in and add a new line on top of each file to say so.
1620    # Grep'ing the whole file is not good either: AIX grep has a line
1621    # limit of 2048, but all sed's we know have understand at least 4000.
1622    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1623      dirpart=`$as_dirname -- "$mf" ||
1624$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1625         X"$mf" : 'X\(//\)[^/]' \| \
1626         X"$mf" : 'X\(//\)$' \| \
1627         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1628$as_echo X"$mf" |
1629    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1630            s//\1/
1631            q
1632          }
1633          /^X\(\/\/\)[^/].*/{
1634            s//\1/
1635            q
1636          }
1637          /^X\(\/\/\)$/{
1638            s//\1/
1639            q
1640          }
1641          /^X\(\/\).*/{
1642            s//\1/
1643            q
1644          }
1645          s/.*/./; q'`
1646    else
1647      continue
1648    fi
1649    # Extract the definition of DEPDIR, am__include, and am__quote
1650    # from the Makefile without running 'make'.
1651    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1652    test -z "$DEPDIR" && continue
1653    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1654    test -z "$am__include" && continue
1655    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1656    # Find all dependency output files, they are included files with
1657    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1658    # simplest approach to changing $(DEPDIR) to its actual value in the
1659    # expansion.
1660    for file in `sed -n "
1661      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1662         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1663      # Make sure the directory exists.
1664      test -f "$dirpart/$file" && continue
1665      fdir=`$as_dirname -- "$file" ||
1666$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1667         X"$file" : 'X\(//\)[^/]' \| \
1668         X"$file" : 'X\(//\)$' \| \
1669         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1670$as_echo X"$file" |
1671    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1672            s//\1/
1673            q
1674          }
1675          /^X\(\/\/\)[^/].*/{
1676            s//\1/
1677            q
1678          }
1679          /^X\(\/\/\)$/{
1680            s//\1/
1681            q
1682          }
1683          /^X\(\/\).*/{
1684            s//\1/
1685            q
1686          }
1687          s/.*/./; q'`
1688      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1689      # echo "creating $dirpart/$file"
1690      echo '# dummy' > "$dirpart/$file"
1691    done
1692  done
1693}
1694 ;;
1695    "libtool":C)
1696
1697    # See if we are running on zsh, and set the options which allow our
1698    # commands through without removal of \ escapes.
1699    if test -n "${ZSH_VERSION+set}" ; then
1700      setopt NO_GLOB_SUBST
1701    fi
1702
1703    cfgfile="${ofile}T"
1704    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1705    $RM "$cfgfile"
1706
1707    cat <<_LT_EOF >> "$cfgfile"
1708#! $SHELL
1709
1710# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1711# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1712# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1713# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1714#
1715#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1716#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1717#                 Foundation, Inc.
1718#   Written by Gordon Matzigkeit, 1996
1719#
1720#   This file is part of GNU Libtool.
1721#
1722# GNU Libtool is free software; you can redistribute it and/or
1723# modify it under the terms of the GNU General Public License as
1724# published by the Free Software Foundation; either version 2 of
1725# the License, or (at your option) any later version.
1726#
1727# As a special exception to the GNU General Public License,
1728# if you distribute this file as part of a program or library that
1729# is built using GNU Libtool, you may include this file under the
1730# same distribution terms that you use for the rest of that program.
1731#
1732# GNU Libtool is distributed in the hope that it will be useful,
1733# but WITHOUT ANY WARRANTY; without even the implied warranty of
1734# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1735# GNU General Public License for more details.
1736#
1737# You should have received a copy of the GNU General Public License
1738# along with GNU Libtool; see the file COPYING.  If not, a copy
1739# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1740# obtained by writing to the Free Software Foundation, Inc.,
1741# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1742
1743
1744# The names of the tagged configurations supported by this script.
1745available_tags="RC "
1746
1747# ### BEGIN LIBTOOL CONFIG
1748
1749# Which release of libtool.m4 was used?
1750macro_version=$macro_version
1751macro_revision=$macro_revision
1752
1753# Assembler program.
1754AS=$lt_AS
1755
1756# DLL creation program.
1757DLLTOOL=$lt_DLLTOOL
1758
1759# Object dumper program.
1760OBJDUMP=$lt_OBJDUMP
1761
1762# Whether or not to build shared libraries.
1763build_libtool_libs=$enable_shared
1764
1765# Whether or not to build static libraries.
1766build_old_libs=$enable_static
1767
1768# What type of objects to build.
1769pic_mode=$pic_mode
1770
1771# Whether or not to optimize for fast installation.
1772fast_install=$enable_fast_install
1773
1774# Shell to use when invoking shell scripts.
1775SHELL=$lt_SHELL
1776
1777# An echo program that protects backslashes.
1778ECHO=$lt_ECHO
1779
1780# The PATH separator for the build system.
1781PATH_SEPARATOR=$lt_PATH_SEPARATOR
1782
1783# The host system.
1784host_alias=$host_alias
1785host=$host
1786host_os=$host_os
1787
1788# The build system.
1789build_alias=$build_alias
1790build=$build
1791build_os=$build_os
1792
1793# A sed program that does not truncate output.
1794SED=$lt_SED
1795
1796# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1797Xsed="\$SED -e 1s/^X//"
1798
1799# A grep program that handles long lines.
1800GREP=$lt_GREP
1801
1802# An ERE matcher.
1803EGREP=$lt_EGREP
1804
1805# A literal string matcher.
1806FGREP=$lt_FGREP
1807
1808# A BSD- or MS-compatible name lister.
1809NM=$lt_NM
1810
1811# Whether we need soft or hard links.
1812LN_S=$lt_LN_S
1813
1814# What is the maximum length of a command?
1815max_cmd_len=$max_cmd_len
1816
1817# Object file suffix (normally "o").
1818objext=$ac_objext
1819
1820# Executable file suffix (normally "").
1821exeext=$exeext
1822
1823# whether the shell understands "unset".
1824lt_unset=$lt_unset
1825
1826# turn spaces into newlines.
1827SP2NL=$lt_lt_SP2NL
1828
1829# turn newlines into spaces.
1830NL2SP=$lt_lt_NL2SP
1831
1832# convert \$build file names to \$host format.
1833to_host_file_cmd=$lt_cv_to_host_file_cmd
1834
1835# convert \$build files to toolchain format.
1836to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1837
1838# Method to check whether dependent libraries are shared objects.
1839deplibs_check_method=$lt_deplibs_check_method
1840
1841# Command to use when deplibs_check_method = "file_magic".
1842file_magic_cmd=$lt_file_magic_cmd
1843
1844# How to find potential files when deplibs_check_method = "file_magic".
1845file_magic_glob=$lt_file_magic_glob
1846
1847# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1848want_nocaseglob=$lt_want_nocaseglob
1849
1850# Command to associate shared and link libraries.
1851sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1852
1853# The archiver.
1854AR=$lt_AR
1855
1856# Flags to create an archive.
1857AR_FLAGS=$lt_AR_FLAGS
1858
1859# How to feed a file listing to the archiver.
1860archiver_list_spec=$lt_archiver_list_spec
1861
1862# A symbol stripping program.
1863STRIP=$lt_STRIP
1864
1865# Commands used to install an old-style archive.
1866RANLIB=$lt_RANLIB
1867old_postinstall_cmds=$lt_old_postinstall_cmds
1868old_postuninstall_cmds=$lt_old_postuninstall_cmds
1869
1870# Whether to use a lock for old archive extraction.
1871lock_old_archive_extraction=$lock_old_archive_extraction
1872
1873# A C compiler.
1874LTCC=$lt_CC
1875
1876# LTCC compiler flags.
1877LTCFLAGS=$lt_CFLAGS
1878
1879# Take the output of nm and produce a listing of raw symbols and C names.
1880global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1881
1882# Transform the output of nm in a proper C declaration.
1883global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1884
1885# Transform the output of nm in a C name address pair.
1886global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1887
1888# Transform the output of nm in a C name address pair when lib prefix is needed.
1889global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1890
1891# Specify filename containing input files for \$NM.
1892nm_file_list_spec=$lt_nm_file_list_spec
1893
1894# The root where to search for dependent libraries,and in which our libraries should be installed.
1895lt_sysroot=$lt_sysroot
1896
1897# The name of the directory that contains temporary libtool files.
1898objdir=$objdir
1899
1900# Used to examine libraries when file_magic_cmd begins with "file".
1901MAGIC_CMD=$MAGIC_CMD
1902
1903# Must we lock files when doing compilation?
1904need_locks=$lt_need_locks
1905
1906# Manifest tool.
1907MANIFEST_TOOL=$lt_MANIFEST_TOOL
1908
1909# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1910DSYMUTIL=$lt_DSYMUTIL
1911
1912# Tool to change global to local symbols on Mac OS X.
1913NMEDIT=$lt_NMEDIT
1914
1915# Tool to manipulate fat objects and archives on Mac OS X.
1916LIPO=$lt_LIPO
1917
1918# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1919OTOOL=$lt_OTOOL
1920
1921# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1922OTOOL64=$lt_OTOOL64
1923
1924# Old archive suffix (normally "a").
1925libext=$libext
1926
1927# Shared library suffix (normally ".so").
1928shrext_cmds=$lt_shrext_cmds
1929
1930# The commands to extract the exported symbol list from a shared archive.
1931extract_expsyms_cmds=$lt_extract_expsyms_cmds
1932
1933# Variables whose values should be saved in libtool wrapper scripts and
1934# restored at link time.
1935variables_saved_for_relink=$lt_variables_saved_for_relink
1936
1937# Do we need the "lib" prefix for modules?
1938need_lib_prefix=$need_lib_prefix
1939
1940# Do we need a version for libraries?
1941need_version=$need_version
1942
1943# Library versioning type.
1944version_type=$version_type
1945
1946# Shared library runtime path variable.
1947runpath_var=$runpath_var
1948
1949# Shared library path variable.
1950shlibpath_var=$shlibpath_var
1951
1952# Is shlibpath searched before the hard-coded library search path?
1953shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1954
1955# Format of library name prefix.
1956libname_spec=$lt_libname_spec
1957
1958# List of archive names.  First name is the real one, the rest are links.
1959# The last name is the one that the linker finds with -lNAME
1960library_names_spec=$lt_library_names_spec
1961
1962# The coded name of the library, if different from the real name.
1963soname_spec=$lt_soname_spec
1964
1965# Permission mode override for installation of shared libraries.
1966install_override_mode=$lt_install_override_mode
1967
1968# Command to use after installation of a shared archive.
1969postinstall_cmds=$lt_postinstall_cmds
1970
1971# Command to use after uninstallation of a shared archive.
1972postuninstall_cmds=$lt_postuninstall_cmds
1973
1974# Commands used to finish a libtool library installation in a directory.
1975finish_cmds=$lt_finish_cmds
1976
1977# As "finish_cmds", except a single script fragment to be evaled but
1978# not shown.
1979finish_eval=$lt_finish_eval
1980
1981# Whether we should hardcode library paths into libraries.
1982hardcode_into_libs=$hardcode_into_libs
1983
1984# Compile-time system search path for libraries.
1985sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1986
1987# Run-time system search path for libraries.
1988sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1989
1990# Whether dlopen is supported.
1991dlopen_support=$enable_dlopen
1992
1993# Whether dlopen of programs is supported.
1994dlopen_self=$enable_dlopen_self
1995
1996# Whether dlopen of statically linked programs is supported.
1997dlopen_self_static=$enable_dlopen_self_static
1998
1999# Commands to strip libraries.
2000old_striplib=$lt_old_striplib
2001striplib=$lt_striplib
2002
2003
2004# The linker used to build libraries.
2005LD=$lt_LD
2006
2007# How to create reloadable object files.
2008reload_flag=$lt_reload_flag
2009reload_cmds=$lt_reload_cmds
2010
2011# Commands used to build an old-style archive.
2012old_archive_cmds=$lt_old_archive_cmds
2013
2014# A language specific compiler.
2015CC=$lt_compiler
2016
2017# Is the compiler the GNU compiler?
2018with_gcc=$GCC
2019
2020# Compiler flag to turn off builtin functions.
2021no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2022
2023# Additional compiler flags for building library objects.
2024pic_flag=$lt_lt_prog_compiler_pic
2025
2026# How to pass a linker flag through the compiler.
2027wl=$lt_lt_prog_compiler_wl
2028
2029# Compiler flag to prevent dynamic linking.
2030link_static_flag=$lt_lt_prog_compiler_static
2031
2032# Does compiler simultaneously support -c and -o options?
2033compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2034
2035# Whether or not to add -lc for building shared libraries.
2036build_libtool_need_lc=$archive_cmds_need_lc
2037
2038# Whether or not to disallow shared libs when runtime libs are static.
2039allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2040
2041# Compiler flag to allow reflexive dlopens.
2042export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2043
2044# Compiler flag to generate shared objects directly from archives.
2045whole_archive_flag_spec=$lt_whole_archive_flag_spec
2046
2047# Whether the compiler copes with passing no objects directly.
2048compiler_needs_object=$lt_compiler_needs_object
2049
2050# Create an old-style archive from a shared archive.
2051old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2052
2053# Create a temporary old-style archive to link instead of a shared archive.
2054old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2055
2056# Commands used to build a shared archive.
2057archive_cmds=$lt_archive_cmds
2058archive_expsym_cmds=$lt_archive_expsym_cmds
2059
2060# Commands used to build a loadable module if different from building
2061# a shared archive.
2062module_cmds=$lt_module_cmds
2063module_expsym_cmds=$lt_module_expsym_cmds
2064
2065# Whether we are building with GNU ld or not.
2066with_gnu_ld=$lt_with_gnu_ld
2067
2068# Flag that allows shared libraries with undefined symbols to be built.
2069allow_undefined_flag=$lt_allow_undefined_flag
2070
2071# Flag that enforces no undefined symbols.
2072no_undefined_flag=$lt_no_undefined_flag
2073
2074# Flag to hardcode \$libdir into a binary during linking.
2075# This must work even if \$libdir does not exist
2076hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2077
2078# Whether we need a single "-rpath" flag with a separated argument.
2079hardcode_libdir_separator=$lt_hardcode_libdir_separator
2080
2081# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2082# DIR into the resulting binary.
2083hardcode_direct=$hardcode_direct
2084
2085# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2086# DIR into the resulting binary and the resulting library dependency is
2087# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2088# library is relocated.
2089hardcode_direct_absolute=$hardcode_direct_absolute
2090
2091# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2092# into the resulting binary.
2093hardcode_minus_L=$hardcode_minus_L
2094
2095# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2096# into the resulting binary.
2097hardcode_shlibpath_var=$hardcode_shlibpath_var
2098
2099# Set to "yes" if building a shared library automatically hardcodes DIR
2100# into the library and all subsequent libraries and executables linked
2101# against it.
2102hardcode_automatic=$hardcode_automatic
2103
2104# Set to yes if linker adds runtime paths of dependent libraries
2105# to runtime path list.
2106inherit_rpath=$inherit_rpath
2107
2108# Whether libtool must link a program against all its dependency libraries.
2109link_all_deplibs=$link_all_deplibs
2110
2111# Set to "yes" if exported symbols are required.
2112always_export_symbols=$always_export_symbols
2113
2114# The commands to list exported symbols.
2115export_symbols_cmds=$lt_export_symbols_cmds
2116
2117# Symbols that should not be listed in the preloaded symbols.
2118exclude_expsyms=$lt_exclude_expsyms
2119
2120# Symbols that must always be exported.
2121include_expsyms=$lt_include_expsyms
2122
2123# Commands necessary for linking programs (against libraries) with templates.
2124prelink_cmds=$lt_prelink_cmds
2125
2126# Commands necessary for finishing linking programs.
2127postlink_cmds=$lt_postlink_cmds
2128
2129# Specify filename containing input files.
2130file_list_spec=$lt_file_list_spec
2131
2132# How to hardcode a shared library path into an executable.
2133hardcode_action=$hardcode_action
2134
2135# ### END LIBTOOL CONFIG
2136
2137_LT_EOF
2138
2139  case $host_os in
2140  aix3*)
2141    cat <<\_LT_EOF >> "$cfgfile"
2142# AIX sometimes has problems with the GCC collect2 program.  For some
2143# reason, if we set the COLLECT_NAMES environment variable, the problems
2144# vanish in a puff of smoke.
2145if test "X${COLLECT_NAMES+set}" != Xset; then
2146  COLLECT_NAMES=
2147  export COLLECT_NAMES
2148fi
2149_LT_EOF
2150    ;;
2151  esac
2152
2153
2154ltmain="$ac_aux_dir/ltmain.sh"
2155
2156
2157  # We use sed instead of cat because bash on DJGPP gets confused if
2158  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2159  # text mode, it properly converts lines to CR/LF.  This bash problem
2160  # is reportedly fixed, but why not run on old versions too?
2161  sed '$q' "$ltmain" >> "$cfgfile" \
2162     || (rm -f "$cfgfile"; exit 1)
2163
2164  if test x"$xsi_shell" = xyes; then
2165  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2166func_dirname ()\
2167{\
2168\    case ${1} in\
2169\      */*) func_dirname_result="${1%/*}${2}" ;;\
2170\      *  ) func_dirname_result="${3}" ;;\
2171\    esac\
2172} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2173  && mv -f "$cfgfile.tmp" "$cfgfile" \
2174    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2175test 0 -eq $? || _lt_function_replace_fail=:
2176
2177
2178  sed -e '/^func_basename ()$/,/^} # func_basename /c\
2179func_basename ()\
2180{\
2181\    func_basename_result="${1##*/}"\
2182} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2183  && mv -f "$cfgfile.tmp" "$cfgfile" \
2184    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2185test 0 -eq $? || _lt_function_replace_fail=:
2186
2187
2188  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2189func_dirname_and_basename ()\
2190{\
2191\    case ${1} in\
2192\      */*) func_dirname_result="${1%/*}${2}" ;;\
2193\      *  ) func_dirname_result="${3}" ;;\
2194\    esac\
2195\    func_basename_result="${1##*/}"\
2196} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2197  && mv -f "$cfgfile.tmp" "$cfgfile" \
2198    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2199test 0 -eq $? || _lt_function_replace_fail=:
2200
2201
2202  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2203func_stripname ()\
2204{\
2205\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2206\    # positional parameters, so assign one to ordinary parameter first.\
2207\    func_stripname_result=${3}\
2208\    func_stripname_result=${func_stripname_result#"${1}"}\
2209\    func_stripname_result=${func_stripname_result%"${2}"}\
2210} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2211  && mv -f "$cfgfile.tmp" "$cfgfile" \
2212    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2213test 0 -eq $? || _lt_function_replace_fail=:
2214
2215
2216  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2217func_split_long_opt ()\
2218{\
2219\    func_split_long_opt_name=${1%%=*}\
2220\    func_split_long_opt_arg=${1#*=}\
2221} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2222  && mv -f "$cfgfile.tmp" "$cfgfile" \
2223    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2224test 0 -eq $? || _lt_function_replace_fail=:
2225
2226
2227  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2228func_split_short_opt ()\
2229{\
2230\    func_split_short_opt_arg=${1#??}\
2231\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2232} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2233  && mv -f "$cfgfile.tmp" "$cfgfile" \
2234    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2235test 0 -eq $? || _lt_function_replace_fail=:
2236
2237
2238  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2239func_lo2o ()\
2240{\
2241\    case ${1} in\
2242\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2243\      *)    func_lo2o_result=${1} ;;\
2244\    esac\
2245} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2246  && mv -f "$cfgfile.tmp" "$cfgfile" \
2247    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2248test 0 -eq $? || _lt_function_replace_fail=:
2249
2250
2251  sed -e '/^func_xform ()$/,/^} # func_xform /c\
2252func_xform ()\
2253{\
2254    func_xform_result=${1%.*}.lo\
2255} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2256  && mv -f "$cfgfile.tmp" "$cfgfile" \
2257    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2258test 0 -eq $? || _lt_function_replace_fail=:
2259
2260
2261  sed -e '/^func_arith ()$/,/^} # func_arith /c\
2262func_arith ()\
2263{\
2264    func_arith_result=$(( $* ))\
2265} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2266  && mv -f "$cfgfile.tmp" "$cfgfile" \
2267    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2268test 0 -eq $? || _lt_function_replace_fail=:
2269
2270
2271  sed -e '/^func_len ()$/,/^} # func_len /c\
2272func_len ()\
2273{\
2274    func_len_result=${#1}\
2275} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2276  && mv -f "$cfgfile.tmp" "$cfgfile" \
2277    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2278test 0 -eq $? || _lt_function_replace_fail=:
2279
2280fi
2281
2282if test x"$lt_shell_append" = xyes; then
2283  sed -e '/^func_append ()$/,/^} # func_append /c\
2284func_append ()\
2285{\
2286    eval "${1}+=\\${2}"\
2287} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2288  && mv -f "$cfgfile.tmp" "$cfgfile" \
2289    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2290test 0 -eq $? || _lt_function_replace_fail=:
2291
2292
2293  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2294func_append_quoted ()\
2295{\
2296\    func_quote_for_eval "${2}"\
2297\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2298} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2299  && mv -f "$cfgfile.tmp" "$cfgfile" \
2300    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2301test 0 -eq $? || _lt_function_replace_fail=:
2302
2303
2304  # Save a `func_append' function call where possible by direct use of '+='
2305  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2306    && mv -f "$cfgfile.tmp" "$cfgfile" \
2307      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2308  test 0 -eq $? || _lt_function_replace_fail=:
2309else
2310  # Save a `func_append' function call even when '+=' is not available
2311  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2312    && mv -f "$cfgfile.tmp" "$cfgfile" \
2313      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2314  test 0 -eq $? || _lt_function_replace_fail=:
2315fi
2316
2317if test x"$_lt_function_replace_fail" = x":"; then
2318  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2319$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2320fi
2321
2322
2323   mv -f "$cfgfile" "$ofile" ||
2324    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2325  chmod +x "$ofile"
2326
2327
2328    cat <<_LT_EOF >> "$ofile"
2329
2330# ### BEGIN LIBTOOL TAG CONFIG: RC
2331
2332# The linker used to build libraries.
2333LD=$lt_LD_RC
2334
2335# How to create reloadable object files.
2336reload_flag=$lt_reload_flag_RC
2337reload_cmds=$lt_reload_cmds_RC
2338
2339# Commands used to build an old-style archive.
2340old_archive_cmds=$lt_old_archive_cmds_RC
2341
2342# A language specific compiler.
2343CC=$lt_compiler_RC
2344
2345# Is the compiler the GNU compiler?
2346with_gcc=$GCC_RC
2347
2348# Compiler flag to turn off builtin functions.
2349no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
2350
2351# Additional compiler flags for building library objects.
2352pic_flag=$lt_lt_prog_compiler_pic_RC
2353
2354# How to pass a linker flag through the compiler.
2355wl=$lt_lt_prog_compiler_wl_RC
2356
2357# Compiler flag to prevent dynamic linking.
2358link_static_flag=$lt_lt_prog_compiler_static_RC
2359
2360# Does compiler simultaneously support -c and -o options?
2361compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
2362
2363# Whether or not to add -lc for building shared libraries.
2364build_libtool_need_lc=$archive_cmds_need_lc_RC
2365
2366# Whether or not to disallow shared libs when runtime libs are static.
2367allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
2368
2369# Compiler flag to allow reflexive dlopens.
2370export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
2371
2372# Compiler flag to generate shared objects directly from archives.
2373whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
2374
2375# Whether the compiler copes with passing no objects directly.
2376compiler_needs_object=$lt_compiler_needs_object_RC
2377
2378# Create an old-style archive from a shared archive.
2379old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
2380
2381# Create a temporary old-style archive to link instead of a shared archive.
2382old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
2383
2384# Commands used to build a shared archive.
2385archive_cmds=$lt_archive_cmds_RC
2386archive_expsym_cmds=$lt_archive_expsym_cmds_RC
2387
2388# Commands used to build a loadable module if different from building
2389# a shared archive.
2390module_cmds=$lt_module_cmds_RC
2391module_expsym_cmds=$lt_module_expsym_cmds_RC
2392
2393# Whether we are building with GNU ld or not.
2394with_gnu_ld=$lt_with_gnu_ld_RC
2395
2396# Flag that allows shared libraries with undefined symbols to be built.
2397allow_undefined_flag=$lt_allow_undefined_flag_RC
2398
2399# Flag that enforces no undefined symbols.
2400no_undefined_flag=$lt_no_undefined_flag_RC
2401
2402# Flag to hardcode \$libdir into a binary during linking.
2403# This must work even if \$libdir does not exist
2404hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
2405
2406# Whether we need a single "-rpath" flag with a separated argument.
2407hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
2408
2409# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2410# DIR into the resulting binary.
2411hardcode_direct=$hardcode_direct_RC
2412
2413# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2414# DIR into the resulting binary and the resulting library dependency is
2415# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2416# library is relocated.
2417hardcode_direct_absolute=$hardcode_direct_absolute_RC
2418
2419# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2420# into the resulting binary.
2421hardcode_minus_L=$hardcode_minus_L_RC
2422
2423# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2424# into the resulting binary.
2425hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
2426
2427# Set to "yes" if building a shared library automatically hardcodes DIR
2428# into the library and all subsequent libraries and executables linked
2429# against it.
2430hardcode_automatic=$hardcode_automatic_RC
2431
2432# Set to yes if linker adds runtime paths of dependent libraries
2433# to runtime path list.
2434inherit_rpath=$inherit_rpath_RC
2435
2436# Whether libtool must link a program against all its dependency libraries.
2437link_all_deplibs=$link_all_deplibs_RC
2438
2439# Set to "yes" if exported symbols are required.
2440always_export_symbols=$always_export_symbols_RC
2441
2442# The commands to list exported symbols.
2443export_symbols_cmds=$lt_export_symbols_cmds_RC
2444
2445# Symbols that should not be listed in the preloaded symbols.
2446exclude_expsyms=$lt_exclude_expsyms_RC
2447
2448# Symbols that must always be exported.
2449include_expsyms=$lt_include_expsyms_RC
2450
2451# Commands necessary for linking programs (against libraries) with templates.
2452prelink_cmds=$lt_prelink_cmds_RC
2453
2454# Commands necessary for finishing linking programs.
2455postlink_cmds=$lt_postlink_cmds_RC
2456
2457# Specify filename containing input files.
2458file_list_spec=$lt_file_list_spec_RC
2459
2460# How to hardcode a shared library path into an executable.
2461hardcode_action=$hardcode_action_RC
2462
2463# ### END LIBTOOL TAG CONFIG: RC
2464_LT_EOF
2465
2466 ;;
2467    "tests/t_client.sh":F) chmod +x tests/t_client.sh ;;
2468
2469  esac
2470done # for ac_tag
2471
2472
2473as_fn_exit 0