0a58af7af9d03990e2e9b1a8f341df945f0870fb
[framework/connectivity/libgphoto2.git] / config.status
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
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if 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
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_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.
45 if 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 --'
49 elif (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'
52 else
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'
72 fi
73
74 # The user is always right.
75 if 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   }
81 fi
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.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94   *[\\/]* ) as_myself=$0 ;;
95   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
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
102 IFS=$as_save_IFS
103
104      ;;
105 esac
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.
108 if test "x$as_myself" = x; then
109   as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113   exit 1
114 fi
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.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export 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.
143 as_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.
158 as_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.
166 as_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.
176 as_fn_unset ()
177 {
178   { eval $1=; unset $1;}
179 }
180 as_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.
187 if (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   }'
192 else
193   as_fn_append ()
194   {
195     eval $1=\$$1\$2
196   }
197 fi # 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.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205   eval 'as_fn_arith ()
206   {
207     as_val=$(( $* ))
208   }'
209 else
210   as_fn_arith ()
211   {
212     as_val=`expr "$@" || test $? -eq 1`
213   }
214 fi # as_fn_arith
215
216
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218    test "X`expr 00001 : '.*\(...\)'`" = X001; then
219   as_expr=expr
220 else
221   as_expr=false
222 fi
223
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225   as_basename=basename
226 else
227   as_basename=false
228 fi
229
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231   as_dirname=dirname
232 else
233   as_dirname=false
234 fi
235
236 as_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.
256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits='0123456789'
260 as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262 ECHO_C= ECHO_N= ECHO_T=
263 case `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';;
273 esac
274
275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277   rm -f conf$$.dir/conf$$.file
278 else
279   rm -f conf$$.dir
280   mkdir conf$$.dir 2>/dev/null
281 fi
282 if (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 -p'.
289     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290       as_ln_s='cp -p'
291   elif ln conf$$.file conf$$ 2>/dev/null; then
292     as_ln_s=ln
293   else
294     as_ln_s='cp -p'
295   fi
296 else
297   as_ln_s='cp -p'
298 fi
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null
301
302
303 # as_fn_mkdir_p
304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_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
350 if mkdir -p . 2>/dev/null; then
351   as_mkdir_p='mkdir -p "$as_dir"'
352 else
353   test -d ./-p && rmdir ./-p
354   as_mkdir_p=false
355 fi
356
357 if test -x / >/dev/null 2>&1; then
358   as_test_x='test -x'
359 else
360   if ls -dL / >/dev/null 2>&1; then
361     as_ls_L_option=L
362   else
363     as_ls_L_option=
364   fi
365   as_test_x='
366     eval sh -c '\''
367       if test -d "$1"; then
368         test -d "$1/.";
369       else
370         case $1 in #(
371         -*)set "./$1";;
372         esac;
373         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
374         ???[sx]*):;;*)false;;esac;fi
375     '\'' sh
376   '
377 fi
378 as_executable_p=$as_test_x
379
380 # Sed expression to map a string onto a valid CPP name.
381 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
382
383 # Sed expression to map a string onto a valid variable name.
384 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
385
386
387 exec 6>&1
388 ## ----------------------------------- ##
389 ## Main body of $CONFIG_STATUS script. ##
390 ## ----------------------------------- ##
391 # Save the log message, to keep $0 and so on meaningful, and to
392 # report actual input values of CONFIG_FILES etc. instead of their
393 # values after options handling.
394 ac_log="
395 This file was extended by libgphoto2 photo camera library $as_me 2.4.11, which was
396 generated by GNU Autoconf 2.68.  Invocation command line was
397
398   CONFIG_FILES    = $CONFIG_FILES
399   CONFIG_HEADERS  = $CONFIG_HEADERS
400   CONFIG_LINKS    = $CONFIG_LINKS
401   CONFIG_COMMANDS = $CONFIG_COMMANDS
402   $ $0 $@
403
404 on `(hostname || uname -n) 2>/dev/null | sed 1q`
405 "
406
407 # Files that config.status was made for.
408 config_files=" README Makefile gphoto2-config camlibs/Makefile libgphoto2/Makefile libgphoto2.pc libgphoto2-uninstalled.pc examples/Makefile tests/Makefile tests/check-camera-list.sh tests/ddb/Makefile tests/ddb/check-ddb.sh packaging/Makefile packaging/linux-hotplug/Makefile packaging/generic/Makefile packaging/rpm/Makefile packaging/rpm/package.spec po/Makefile.in doc/Makefile doc/Doxyfile doc/api/Makefile"
409 config_headers=" config.h"
410 config_commands=" depfiles libtool default-1 default-2"
411
412 ac_cs_usage="\
413 \`$as_me' instantiates files and other configuration actions
414 from templates according to the current configuration.  Unless the files
415 and actions are specified as TAGs, all are instantiated by default.
416
417 Usage: $0 [OPTION]... [TAG]...
418
419   -h, --help       print this help, then exit
420   -V, --version    print version number and configuration settings, then exit
421       --config     print configuration, then exit
422   -q, --quiet, --silent
423                    do not print progress messages
424   -d, --debug      don't remove temporary files
425       --recheck    update $as_me by reconfiguring in the same conditions
426       --file=FILE[:TEMPLATE]
427                    instantiate the configuration file FILE
428       --header=FILE[:TEMPLATE]
429                    instantiate the configuration header FILE
430
431 Configuration files:
432 $config_files
433
434 Configuration headers:
435 $config_headers
436
437 Configuration commands:
438 $config_commands
439
440 Report bugs to <gphoto-devel@lists.sourceforge.net>."
441
442 ac_cs_config="'--build=armv7l-unknown-linux-gnueabi' '--host=armv7l-unknown-linux-gnueabi' '--target=armv7l-tizen-linux-gnueabi' '--program-prefix=' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--prefix=/usr' '--disable-static' 'build_alias=armv7l-unknown-linux-gnueabi' 'host_alias=armv7l-unknown-linux-gnueabi' 'target_alias=armv7l-tizen-linux-gnueabi' 'CFLAGS=-Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ -fPIC' 'LDFLAGS= -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib' 'CXXFLAGS=-Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig'"
443 ac_cs_version="\
444 libgphoto2 photo camera library config.status 2.4.11
445 configured by ./configure, generated by GNU Autoconf 2.68,
446   with options \"$ac_cs_config\"
447
448 Copyright (C) 2010 Free Software Foundation, Inc.
449 This config.status script is free software; the Free Software Foundation
450 gives unlimited permission to copy, distribute and modify it."
451
452 ac_pwd='/home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11'
453 srcdir='.'
454 INSTALL='/usr/bin/install -c'
455 MKDIR_P='/bin/mkdir -p'
456 AWK='gawk'
457 test -n "$AWK" || AWK=awk
458 # The default lists apply if the user does not specify any file.
459 ac_need_defaults=:
460 while test $# != 0
461 do
462   case $1 in
463   --*=?*)
464     ac_option=`expr "X$1" : 'X\([^=]*\)='`
465     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
466     ac_shift=:
467     ;;
468   --*=)
469     ac_option=`expr "X$1" : 'X\([^=]*\)='`
470     ac_optarg=
471     ac_shift=:
472     ;;
473   *)
474     ac_option=$1
475     ac_optarg=$2
476     ac_shift=shift
477     ;;
478   esac
479
480   case $ac_option in
481   # Handling of the options.
482   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
483     ac_cs_recheck=: ;;
484   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
485     $as_echo "$ac_cs_version"; exit ;;
486   --config | --confi | --conf | --con | --co | --c )
487     $as_echo "$ac_cs_config"; exit ;;
488   --debug | --debu | --deb | --de | --d | -d )
489     debug=: ;;
490   --file | --fil | --fi | --f )
491     $ac_shift
492     case $ac_optarg in
493     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
494     '') as_fn_error $? "missing file argument" ;;
495     esac
496     as_fn_append CONFIG_FILES " '$ac_optarg'"
497     ac_need_defaults=false;;
498   --header | --heade | --head | --hea )
499     $ac_shift
500     case $ac_optarg in
501     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
502     esac
503     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
504     ac_need_defaults=false;;
505   --he | --h)
506     # Conflict between --help and --header
507     as_fn_error $? "ambiguous option: \`$1'
508 Try \`$0 --help' for more information.";;
509   --help | --hel | -h )
510     $as_echo "$ac_cs_usage"; exit ;;
511   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
512   | -silent | --silent | --silen | --sile | --sil | --si | --s)
513     ac_cs_silent=: ;;
514
515   # This is an error.
516   -*) as_fn_error $? "unrecognized option: \`$1'
517 Try \`$0 --help' for more information." ;;
518
519   *) as_fn_append ac_config_targets " $1"
520      ac_need_defaults=false ;;
521
522   esac
523   shift
524 done
525
526 ac_configure_extra_args=
527
528 if $ac_cs_silent; then
529   exec 6>/dev/null
530   ac_configure_extra_args="$ac_configure_extra_args --silent"
531 fi
532
533 if $ac_cs_recheck; then
534   set X '/bin/sh' './configure'  '--build=armv7l-unknown-linux-gnueabi' '--host=armv7l-unknown-linux-gnueabi' '--target=armv7l-tizen-linux-gnueabi' '--program-prefix=' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--prefix=/usr' '--disable-static' 'build_alias=armv7l-unknown-linux-gnueabi' 'host_alias=armv7l-unknown-linux-gnueabi' 'target_alias=armv7l-tizen-linux-gnueabi' 'CFLAGS=-Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ -fPIC' 'LDFLAGS= -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib' 'CXXFLAGS=-Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig' $ac_configure_extra_args --no-create --no-recursion
535   shift
536   $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
537   CONFIG_SHELL='/bin/sh'
538   export CONFIG_SHELL
539   exec "$@"
540 fi
541
542 exec 5>>config.log
543 {
544   echo
545   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
546 ## Running $as_me. ##
547 _ASBOX
548   $as_echo "$ac_log"
549 } >&5
550
551 #
552 # INIT-COMMANDS
553 #
554 AMDEP_TRUE="" ac_aux_dir="auto-aux"
555
556
557 # The HP-UX ksh and POSIX shell print the target directory to stdout
558 # if CDPATH is set.
559 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
560
561 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
562 double_quote_subst='s/\(["`\\]\)/\\\1/g'
563 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
564 enable_static='no'
565 AS='as'
566 DLLTOOL='dlltool'
567 OBJDUMP='objdump'
568 macro_version='2.2.6b'
569 macro_revision='1.3017'
570 enable_shared='yes'
571 pic_mode='default'
572 enable_fast_install='yes'
573 host_alias='armv7l-unknown-linux-gnueabi'
574 host='armv7l-unknown-linux-gnueabi'
575 host_os='linux-gnueabi'
576 build_alias='armv7l-unknown-linux-gnueabi'
577 build='armv7l-unknown-linux-gnueabi'
578 build_os='linux-gnueabi'
579 SED='sed'
580 Xsed='sed -e 1s/^X//'
581 GREP='/bin/grep'
582 EGREP='/bin/grep -E'
583 FGREP='/bin/grep -F'
584 LD='/usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld'
585 NM='/usr/bin/nm -B'
586 LN_S='ln -s'
587 max_cmd_len='1572864'
588 ac_objext='o'
589 exeext=''
590 lt_unset='unset'
591 lt_SP2NL='tr \040 \012'
592 lt_NL2SP='tr \015\012 \040\040'
593 reload_flag=' -r'
594 reload_cmds='$LD$reload_flag -o $output$reload_objs'
595 deplibs_check_method='pass_all'
596 file_magic_cmd='$MAGIC_CMD'
597 AR='ar'
598 AR_FLAGS='cru'
599 STRIP='strip'
600 RANLIB='ranlib'
601 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
602 old_postuninstall_cmds=''
603 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
604 CC='gcc'
605 CFLAGS=' -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ -fPIC -Wall -Wmissing-declarations -Wmissing-prototypes'
606 compiler='g++'
607 GCC='yes'
608 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
609 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
610 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
611 lt_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'\'''
612 objdir='.libs'
613 SHELL='/bin/sh'
614 ECHO='echo'
615 MAGIC_CMD='file'
616 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
617 lt_prog_compiler_wl='-Wl,'
618 lt_prog_compiler_pic=' -fPIC -DPIC'
619 lt_prog_compiler_static=''
620 lt_cv_prog_compiler_c_o='yes'
621 need_locks='no'
622 DSYMUTIL=''
623 NMEDIT=''
624 LIPO=''
625 OTOOL=''
626 OTOOL64=''
627 libext='a'
628 shrext_cmds='.so'
629 extract_expsyms_cmds=''
630 archive_cmds_need_lc='no'
631 enable_shared_with_static_runtimes='no'
632 export_dynamic_flag_spec='${wl}--export-dynamic'
633 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
634 compiler_needs_object='no'
635 old_archive_from_new_cmds=''
636 old_archive_from_expsyms_cmds=''
637 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
638 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
639             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
640             echo "local: *; };" >> $output_objdir/$libname.ver~
641             $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
642 module_cmds=''
643 module_expsym_cmds=''
644 with_gnu_ld='yes'
645 allow_undefined_flag=''
646 no_undefined_flag=''
647 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
648 hardcode_libdir_flag_spec_ld=''
649 hardcode_libdir_separator=''
650 hardcode_direct='no'
651 hardcode_direct_absolute='no'
652 hardcode_minus_L='no'
653 hardcode_shlibpath_var='unsupported'
654 hardcode_automatic='no'
655 inherit_rpath='no'
656 link_all_deplibs='no'
657 fix_srcfile_path=''
658 always_export_symbols='no'
659 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
660 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
661 include_expsyms=''
662 prelink_cmds=''
663 file_list_spec=''
664 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
665 need_lib_prefix='no'
666 need_version='no'
667 version_type='linux'
668 runpath_var='LD_RUN_PATH'
669 shlibpath_var='LD_LIBRARY_PATH'
670 shlibpath_overrides_runpath='no'
671 libname_spec='lib$name'
672 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
673 soname_spec='${libname}${release}${shared_ext}$major'
674 postinstall_cmds=''
675 postuninstall_cmds=''
676 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
677 finish_eval=''
678 hardcode_into_libs='yes'
679 sys_lib_search_path_spec='/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.5.3 /lib /usr/lib'
680 sys_lib_dlsearch_path_spec='/lib /usr/lib /emul/ia32-linux/usr/i586-tizen-linux/lib /emul/ia32-linux/usr/local/lib /emul/ia32-linux/lib /emul/ia32-linux/usr/lib '
681 hardcode_action='immediate'
682 enable_dlopen='yes'
683 enable_dlopen_self='yes'
684 enable_dlopen_self_static='yes'
685 old_striplib='strip --strip-debug'
686 striplib='strip --strip-unneeded'
687 compiler_lib_search_dirs=''
688 predep_objects=''
689 postdep_objects=''
690 predeps=''
691 postdeps=''
692 compiler_lib_search_path=''
693 LD_CXX='/usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld'
694 old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
695 compiler_CXX='g++'
696 GCC_CXX='yes'
697 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
698 lt_prog_compiler_wl_CXX='-Wl,'
699 lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
700 lt_prog_compiler_static_CXX=''
701 lt_cv_prog_compiler_c_o_CXX='yes'
702 archive_cmds_need_lc_CXX='no'
703 enable_shared_with_static_runtimes_CXX='no'
704 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
705 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
706 compiler_needs_object_CXX='no'
707 old_archive_from_new_cmds_CXX=''
708 old_archive_from_expsyms_cmds_CXX=''
709 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
710 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
711 module_cmds_CXX=''
712 module_expsym_cmds_CXX=''
713 with_gnu_ld_CXX='yes'
714 allow_undefined_flag_CXX=''
715 no_undefined_flag_CXX=''
716 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
717 hardcode_libdir_flag_spec_ld_CXX=''
718 hardcode_libdir_separator_CXX=''
719 hardcode_direct_CXX='no'
720 hardcode_direct_absolute_CXX='no'
721 hardcode_minus_L_CXX='no'
722 hardcode_shlibpath_var_CXX='unsupported'
723 hardcode_automatic_CXX='no'
724 inherit_rpath_CXX='no'
725 link_all_deplibs_CXX='no'
726 fix_srcfile_path_CXX=''
727 always_export_symbols_CXX='no'
728 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
729 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
730 include_expsyms_CXX=''
731 prelink_cmds_CXX=''
732 file_list_spec_CXX=''
733 hardcode_action_CXX='immediate'
734 compiler_lib_search_dirs_CXX='/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.5.3 //lib //usr/lib'
735 predep_objects_CXX='//usr/lib/crti.o /usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.5.3/crtbeginS.o'
736 postdep_objects_CXX='/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.5.3/crtendS.o //usr/lib/crtn.o'
737 predeps_CXX=''
738 postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
739 compiler_lib_search_path_CXX='-L/usr/lib/gcc/armv7l-tizen-linux-gnueabi/4.5.3 -L//lib -L//usr/lib'
740
741 LTCC='gcc'
742 LTCFLAGS=' -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ -fPIC -Wall -Wmissing-declarations -Wmissing-prototypes'
743 compiler='gcc'
744
745 # Quote evaled strings.
746 for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd AR AR_FLAGS 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 SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks 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_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_pic_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_flag_spec_ld_CXX hardcode_libdir_separator_CXX fix_srcfile_path_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
747     case `eval \\$ECHO "X\\$$var"` in
748     *[\\\`\"\$]*)
749       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
750       ;;
751     *)
752       eval "lt_$var=\\\"\$$var\\\""
753       ;;
754     esac
755 done
756
757 # Double-quote double-evaled strings.
758 for 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 postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec 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; do
759     case `eval \\$ECHO "X\\$$var"` in
760     *[\\\`\"\$]*)
761       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
762       ;;
763     *)
764       eval "lt_$var=\\\"\$$var\\\""
765       ;;
766     esac
767 done
768
769 # Fix-up fallback echo if it was mangled by the above quoting rules.
770 case $lt_ECHO in
771 *'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
772   ;;
773 esac
774
775 ac_aux_dir='auto-aux'
776 xsi_shell='yes'
777 lt_shell_append='yes'
778
779 # See if we are running on zsh, and set the options which allow our
780 # commands through without removal of \ escapes INIT.
781 if test -n "${ZSH_VERSION+set}" ; then
782    setopt NO_GLOB_SUBST
783 fi
784
785
786     PACKAGE='libgphoto2'
787     VERSION='2.4.11'
788     TIMESTAMP=''
789     RM='rm -f'
790     ofile='libtool'
791
792
793
794
795
796 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
797     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
798     # from automake.
799     eval 'OBSOLETE_ALL_LINGUAS''="da de es eu fr hu it ja nl pl ru sv uk vi zh_CN"'
800     # Capture the value of LINGUAS because we need it to compute CATALOGS.
801     LINGUAS="%UNSET%"
802
803 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
804     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
805     # from automake.
806     eval 'OBSOLETE_ALL_LINGUAS''="da de es eu fr hu it ja nl pl ru sv uk vi zh_CN"'
807     # Capture the value of LINGUAS because we need it to compute CATALOGS.
808     LINGUAS="%UNSET%"
809
810
811
812 # Handling of arguments.
813 for ac_config_target in $ac_config_targets
814 do
815   case $ac_config_target in
816     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
817     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
818     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
819     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
820     "default-2") CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
821     "README") CONFIG_FILES="$CONFIG_FILES README" ;;
822     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
823     "gphoto2-config") CONFIG_FILES="$CONFIG_FILES gphoto2-config" ;;
824     "camlibs/Makefile") CONFIG_FILES="$CONFIG_FILES camlibs/Makefile" ;;
825     "libgphoto2/Makefile") CONFIG_FILES="$CONFIG_FILES libgphoto2/Makefile" ;;
826     "libgphoto2.pc") CONFIG_FILES="$CONFIG_FILES libgphoto2.pc" ;;
827     "libgphoto2-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libgphoto2-uninstalled.pc" ;;
828     "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
829     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
830     "tests/check-camera-list.sh") CONFIG_FILES="$CONFIG_FILES tests/check-camera-list.sh" ;;
831     "tests/ddb/Makefile") CONFIG_FILES="$CONFIG_FILES tests/ddb/Makefile" ;;
832     "tests/ddb/check-ddb.sh") CONFIG_FILES="$CONFIG_FILES tests/ddb/check-ddb.sh" ;;
833     "packaging/Makefile") CONFIG_FILES="$CONFIG_FILES packaging/Makefile" ;;
834     "packaging/linux-hotplug/Makefile") CONFIG_FILES="$CONFIG_FILES packaging/linux-hotplug/Makefile" ;;
835     "packaging/generic/Makefile") CONFIG_FILES="$CONFIG_FILES packaging/generic/Makefile" ;;
836     "packaging/rpm/Makefile") CONFIG_FILES="$CONFIG_FILES packaging/rpm/Makefile" ;;
837     "packaging/rpm/package.spec") CONFIG_FILES="$CONFIG_FILES packaging/rpm/package.spec" ;;
838     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
839     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
840     "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;;
841     "doc/api/Makefile") CONFIG_FILES="$CONFIG_FILES doc/api/Makefile" ;;
842
843   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
844   esac
845 done
846
847
848 # If the user did not use the arguments to specify the items to instantiate,
849 # then the envvar interface is used.  Set only those that are not.
850 # We use the long form for the default assignment because of an extremely
851 # bizarre bug on SunOS 4.1.3.
852 if $ac_need_defaults; then
853   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
854   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
855   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
856 fi
857
858 # Have a temporary directory for convenience.  Make it in the build tree
859 # simply because there is no reason against having it here, and in addition,
860 # creating and moving files from /tmp can sometimes cause problems.
861 # Hook for its removal unless debugging.
862 # Note that there is a small window in which the directory will not be cleaned:
863 # after its creation but before its name has been assigned to `$tmp'.
864 $debug ||
865 {
866   tmp= ac_tmp=
867   trap 'exit_status=$?
868   : "${ac_tmp:=$tmp}"
869   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
870 ' 0
871   trap 'as_fn_exit 1' 1 2 13 15
872 }
873 # Create a (secure) tmp directory for tmp files.
874
875 {
876   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
877   test -d "$tmp"
878 }  ||
879 {
880   tmp=./conf$$-$RANDOM
881   (umask 077 && mkdir "$tmp")
882 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
883 ac_tmp=$tmp
884
885 # Set up the scripts for CONFIG_FILES section.
886 # No need to generate them if there are no CONFIG_FILES.
887 # This happens for instance with `./config.status config.h'.
888 if test -n "$CONFIG_FILES"; then
889
890
891 ac_cr=`echo X | tr X '\015'`
892 # On cygwin, bash can eat \r inside `` if the user requested igncr.
893 # But we know of no other shell where ac_cr would be empty at this
894 # point, so we can use a bashism as a fallback.
895 if test "x$ac_cr" = x; then
896   eval ac_cr=\$\'\\r\'
897 fi
898 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
899 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
900   ac_cs_awk_cr='\\r'
901 else
902   ac_cs_awk_cr=$ac_cr
903 fi
904
905 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
906 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
907 S["am__EXEEXT_FALSE"]=""
908 S["am__EXEEXT_TRUE"]="#"
909 S["LTLIBOBJS"]=""
910 S["LIBOBJS"]=""
911 S["subdirs"]=" libgphoto2_port"
912 S["HAVE_CXX_FALSE"]="#"
913 S["HAVE_CXX_TRUE"]=""
914 S["HAVE_LIBUSB_FALSE"]="#"
915 S["HAVE_LIBUSB_TRUE"]=""
916 S["LIBUSB_CONFIG"]="/usr/bin/libusb-config"
917 S["HAVE_LIBEXIF_FALSE"]=""
918 S["HAVE_LIBEXIF_TRUE"]="#"
919 S["REQUIREMENTS_FOR_LIBEXIF"]="libexif >= 0.6.13"
920 S["LIBEXIF_CONFIG_PROG"]=""
921 S["PKG_CONFIG_LIBDIR"]=""
922 S["LIBEXIF_LIBS"]=""
923 S["LIBEXIF_CFLAGS"]=""
924 S["pkgconfigdir"]="${libdir}/pkgconfig"
925 S["hotplugusermapdir"]="${prefix}/share/doc/libgphoto2/linux-hotplug"
926 S["hotplugdocdir"]="${prefix}/share/doc/libgphoto2/linux-hotplug"
927 S["HAVE_LINUX_FALSE"]="#"
928 S["HAVE_LINUX_TRUE"]=""
929 S["ENABLE_RPM_FALSE"]="#"
930 S["ENABLE_RPM_TRUE"]=""
931 S["RPMBUILD"]="rpmbuild"
932 S["camlibdocdir"]="${docdir}/camlibs"
933 S["apidocdir"]="${prefix}/share/doc/libgphoto2/html/api"
934 S["ENABLE_GTK_DOC_FALSE"]=""
935 S["ENABLE_GTK_DOC_TRUE"]="#"
936 S["GTKDOC"]=""
937 S["HTML_APIDOC_INTERNALS_DIR"]="libgphoto2-internals.html"
938 S["DOXYGEN_OUTPUT_DIR"]="doxygen-output"
939 S["HTML_APIDOC_DIR"]="libgphoto2-api.html"
940 S["HAVE_DOT"]="NO"
941 S["HAVE_DOT_FALSE"]=""
942 S["HAVE_DOT_TRUE"]="#"
943 S["HAVE_DOXYGEN_FALSE"]=""
944 S["HAVE_DOXYGEN_TRUE"]="#"
945 S["DOXYGEN"]="false"
946 S["DOT"]="false"
947 S["ALL_CURRENT_CAMLIBS"]="agfa_cl20 aox ax203 barbie canon casio_qv clicksmart310 digigr8 digita dimera3500 directory enigma13 gsmart300 hp215 iclick jamcam jd11 jl2005a koda"\
948 "k_dc120 kodak_dc210 kodak_dc240 kodak_ez200 largan lg_gsm mars panasonic_coolshot panasonic_l859 panasonic_dc1000 panasonic_dc1580 pccam300 pccam600"\
949 " polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ptp2 ricoh ricoh_g3 samsung sierra sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 soundv"\
950 "ision spca50x sq905 st2205 stv0674 sx330z toshiba_pdrm11"
951 S["ALL_DEFINED_CAMLIBS"]="agfa_cl20 aox ax203 barbie canon casio_qv clicksmart310 digigr8 digita dimera3500 directory enigma13 gsmart300 hp215 iclick jamcam jd11 jl2005a koda"\
952 "k_dc120 kodak_dc210 kodak_dc240 kodak_ez200 largan lg_gsm mars panasonic_coolshot panasonic_l859 panasonic_dc1000 panasonic_dc1580 pccam300 pccam600"\
953 " polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ptp2 ricoh ricoh_g3 samsung sierra sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 soundv"\
954 "ision spca50x sq905 st2205 stv0674 sx330z toshiba_pdrm11 sipix_blink template"
955 S["BUILD_THESE_CAMLIBS"]=" agfa_cl20.la aox.la ax203.la barbie.la canon.la casio_qv.la clicksmart310.la digigr8.la digita.la dimera3500.la directory.la enigma13.la gsmart300."\
956 "la hp215.la iclick.la jamcam.la jd11.la jl2005a.la kodak_dc120.la kodak_dc210.la kodak_dc240.la kodak_ez200.la largan.la lg_gsm.la mars.la panasonic"\
957 "_coolshot.la panasonic_l859.la panasonic_dc1000.la panasonic_dc1580.la pccam300.la pccam600.la polaroid_pdc320.la polaroid_pdc640.la polaroid_pdc700"\
958 ".la ptp2.la ricoh.la ricoh_g3.la samsung.la sierra.la sipix_blink2.la sipix_web2.la smal.la sonix.la sony_dscf1.la sony_dscf55.la soundvision.la spc"\
959 "a50x.la sq905.la st2205.la stv0674.la sx330z.la toshiba_pdrm11.la"
960 S["CAMLIB_LIBS"]="$(top_builddir)/libgphoto2/libgphoto2.la"
961 S["CAMLIB_LDFLAGS"]="-module -no-undefined -avoid-version -export-dynamic -export-symbols $(top_srcdir)/camlibs/camlib.sym"
962 S["camlibdir"]="${libdir}/libgphoto2/2.4.11"
963 S["HAVE_UDEV_FALSE"]="#"
964 S["HAVE_UDEV_TRUE"]=""
965 S["udevscriptdir"]="${libdir}/udev"
966 S["utilsdir"]="${libdir}/${PACKAGE_TARNAME}"
967 S["effective_target"]="armv7l-tizen-linux-gnueabi"
968 S["LIBGD"]=""
969 S["LIBJPEG"]=""
970 S["POSUB"]="po"
971 S["LTLIBINTL"]=""
972 S["LIBINTL"]=""
973 S["INTLLIBS"]=""
974 S["LTLIBICONV"]=""
975 S["LIBICONV"]=""
976 S["MSGMERGE"]="/usr/bin/msgmerge"
977 S["XGETTEXT"]="/usr/bin/xgettext"
978 S["GMSGFMT"]="/usr/bin/msgfmt"
979 S["MSGFMT"]="/usr/bin/msgfmt"
980 S["USE_NLS"]="yes"
981 S["MKINSTALLDIRS"]="$(top_builddir)/auto-aux/mkinstalldirs"
982 S["GETTEXT_PACKAGE"]="libgphoto2-2"
983 S["MAIL_GPHOTO_TRANSLATION"]="<gphoto-translation@lists.sourceforge.net>"
984 S["MAIL_GPHOTO_USER"]="<gphoto-user@lists.sourceforge.net>"
985 S["MAIL_GPHOTO_DEVEL"]="<gphoto-devel@lists.sourceforge.net>"
986 S["URL_USB_MASSSTORAGE"]="http://www.linux-usb.org/USB-guide/x498.html"
987 S["URL_JPHOTO_HOME"]="http://jphoto.sourceforge.net/"
988 S["URL_DIGICAM_LIST"]="http://www.teaser.fr/~hfiguiere/linux/digicam.html"
989 S["URL_GPHOTO_PROJECT"]="http://sourceforge.net/projects/gphoto"
990 S["URL_GPHOTO_HOME"]="http://www.gphoto.org/"
991 S["CXXCPP"]="g++ -E"
992 S["OTOOL64"]=""
993 S["OTOOL"]=""
994 S["LIPO"]=""
995 S["NMEDIT"]=""
996 S["DSYMUTIL"]=""
997 S["lt_ECHO"]="echo"
998 S["RANLIB"]="ranlib"
999 S["AR"]="ar"
1000 S["LN_S"]="ln -s"
1001 S["NM"]="/usr/bin/nm -B"
1002 S["ac_ct_DUMPBIN"]=""
1003 S["DUMPBIN"]=""
1004 S["LD"]="/usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld"
1005 S["FGREP"]="/bin/grep -F"
1006 S["EGREP"]="/bin/grep -E"
1007 S["GREP"]="/bin/grep"
1008 S["SED"]="sed"
1009 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1010 S["OBJDUMP"]="objdump"
1011 S["DLLTOOL"]="dlltool"
1012 S["AS"]="as"
1013 S["host_os"]="linux-gnueabi"
1014 S["host_vendor"]="unknown"
1015 S["host_cpu"]="armv7l"
1016 S["host"]="armv7l-unknown-linux-gnueabi"
1017 S["build_os"]="linux-gnueabi"
1018 S["build_vendor"]="unknown"
1019 S["build_cpu"]="armv7l"
1020 S["build"]="armv7l-unknown-linux-gnueabi"
1021 S["PKG_CONFIG_PATH"]="/usr/lib/pkgconfig:/usr/share/pkgconfig"
1022 S["PKG_CONFIG"]="/usr/bin/pkg-config"
1023 S["ENABLED_GP2DDB_FALSE"]=""
1024 S["ENABLED_GP2DDB_TRUE"]="#"
1025 S["BISON"]=""
1026 S["FLEX"]=""
1027 S["AM_LDFLAGS"]="  -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib -Wall -g"
1028 S["AM_CXXFLAGS"]=" -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -ma"\
1029 "rch=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__"
1030 S["AM_CFLAGS"]=" -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -ma"\
1031 "rch=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ -fPIC -Wall -Wmissing-declarations -Wmissing-prototypes"
1032 S["AM_CPPFLAGS"]=" -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2  -Wall -g -D_GPHOTO2_INTE"\
1033 "RNAL_CODE -D_GPHOTO2_SAMSUNG_PATCH_ -DLOCALEDIR=\\\"$(datadir)/locale\\\" -DCAMLIBS=\\\"$(camlibdir)\\\""
1034 S["HAVE_GCC_FALSE"]="#"
1035 S["HAVE_GCC_TRUE"]=""
1036 S["NO_UNUSED_CFLAGS"]="-Wno-unused"
1037 S["am__fastdepCXX_FALSE"]="#"
1038 S["am__fastdepCXX_TRUE"]=""
1039 S["CXXDEPMODE"]="depmode=gcc3"
1040 S["ac_ct_CXX"]="g++"
1041 S["CXXFLAGS"]="-Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -mar"\
1042 "ch=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__"
1043 S["CXX"]="g++"
1044 S["CPP"]="gcc -E"
1045 S["am__fastdepCC_FALSE"]="#"
1046 S["am__fastdepCC_TRUE"]=""
1047 S["CCDEPMODE"]="depmode=gcc3"
1048 S["AMDEPBACKSLASH"]="\\"
1049 S["AMDEP_FALSE"]="#"
1050 S["AMDEP_TRUE"]=""
1051 S["am__quote"]=""
1052 S["am__include"]="include"
1053 S["DEPDIR"]=".deps"
1054 S["OBJEXT"]="o"
1055 S["EXEEXT"]=""
1056 S["ac_ct_CC"]="gcc"
1057 S["CPPFLAGS"]=" -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2  -Wall -g -D_GPHOTO2_INTE"\
1058 "RNAL_CODE -D_GPHOTO2_SAMSUNG_PATCH_"
1059 S["LDFLAGS"]=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib"
1060 S["CFLAGS"]=" -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -ma"\
1061 "rch=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ -fPIC -Wall -Wmissing-declarations -Wmissing-prototypes"
1062 S["CC"]="gcc"
1063 S["LIBGPHOTO2_VERSION_INFO"]="6:0:4"
1064 S["LIBGPHOTO2_CURRENT_MIN"]="2"
1065 S["LIBGPHOTO2_CURRENT"]="6"
1066 S["LIBGPHOTO2_REVISION"]="0"
1067 S["LIBGPHOTO2_AGE"]="4"
1068 S["am__untar"]="${AMTAR} xf -"
1069 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
1070 S["AMTAR"]="${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run tar"
1071 S["am__leading_dot"]="."
1072 S["SET_MAKE"]=""
1073 S["AWK"]="gawk"
1074 S["mkdir_p"]="/bin/mkdir -p"
1075 S["MKDIR_P"]="/bin/mkdir -p"
1076 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1077 S["STRIP"]="strip"
1078 S["install_sh"]="${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/install-sh"
1079 S["MAKEINFO"]="${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run makeinfo"
1080 S["AUTOHEADER"]="${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run autoheader"
1081 S["AUTOMAKE"]="${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run automake-1.11"
1082 S["AUTOCONF"]="${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run autoconf"
1083 S["ACLOCAL"]="${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run aclocal-1.11"
1084 S["VERSION"]="2.4.11"
1085 S["PACKAGE"]="libgphoto2"
1086 S["CYGPATH_W"]="echo"
1087 S["am__isrc"]=""
1088 S["INSTALL_DATA"]="${INSTALL} -m 644"
1089 S["INSTALL_SCRIPT"]="${INSTALL}"
1090 S["INSTALL_PROGRAM"]="${INSTALL}"
1091 S["target_alias"]="armv7l-tizen-linux-gnueabi"
1092 S["host_alias"]="armv7l-unknown-linux-gnueabi"
1093 S["build_alias"]="armv7l-unknown-linux-gnueabi"
1094 S["LIBS"]=""
1095 S["ECHO_T"]=""
1096 S["ECHO_N"]="-n"
1097 S["ECHO_C"]=""
1098 S["DEFS"]="-DHAVE_CONFIG_H"
1099 S["mandir"]="/usr/share/man"
1100 S["localedir"]="$(datadir)/locale"
1101 S["libdir"]="/usr/lib"
1102 S["psdir"]="${docdir}"
1103 S["pdfdir"]="${docdir}"
1104 S["dvidir"]="${docdir}"
1105 S["htmldir"]="${prefix}/share/doc/libgphoto2/html"
1106 S["infodir"]="/usr/share/info"
1107 S["docdir"]="${prefix}/share/doc/libgphoto2"
1108 S["oldincludedir"]="/usr/include"
1109 S["includedir"]="/usr/include"
1110 S["localstatedir"]="/var"
1111 S["sharedstatedir"]="/var/lib"
1112 S["sysconfdir"]="/etc"
1113 S["datadir"]="/usr/share"
1114 S["datarootdir"]="${prefix}/share"
1115 S["libexecdir"]="/usr/libexec"
1116 S["sbindir"]="/usr/sbin"
1117 S["bindir"]="/usr/bin"
1118 S["program_transform_name"]="s&^&&"
1119 S["prefix"]="/usr"
1120 S["exec_prefix"]="/usr"
1121 S["PACKAGE_URL"]=""
1122 S["PACKAGE_BUGREPORT"]="gphoto-devel@lists.sourceforge.net"
1123 S["PACKAGE_STRING"]="libgphoto2 photo camera library 2.4.11"
1124 S["PACKAGE_VERSION"]="2.4.11"
1125 S["PACKAGE_TARNAME"]="libgphoto2"
1126 S["PACKAGE_NAME"]="libgphoto2 photo camera library"
1127 S["PATH_SEPARATOR"]=":"
1128 S["SHELL"]="/bin/sh"
1129 _ACAWK
1130 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1131   for (key in S) S_is_set[key] = 1
1132   FS = "\a"
1133
1134 }
1135 {
1136   line = $ 0
1137   nfields = split(line, field, "@")
1138   substed = 0
1139   len = length(field[1])
1140   for (i = 2; i < nfields; i++) {
1141     key = field[i]
1142     keylen = length(key)
1143     if (S_is_set[key]) {
1144       value = S[key]
1145       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1146       len += length(value) + length(field[++i])
1147       substed = 1
1148     } else
1149       len += 1 + keylen
1150   }
1151
1152   print line
1153 }
1154
1155 _ACAWK
1156 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1157   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1158 else
1159   cat
1160 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1161   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1162 fi # test -n "$CONFIG_FILES"
1163
1164 # Set up the scripts for CONFIG_HEADERS section.
1165 # No need to generate them if there are no CONFIG_HEADERS.
1166 # This happens for instance with `./config.status Makefile'.
1167 if test -n "$CONFIG_HEADERS"; then
1168 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1169 BEGIN {
1170 D["PACKAGE_NAME"]=" \"libgphoto2 photo camera library\""
1171 D["PACKAGE_TARNAME"]=" \"libgphoto2\""
1172 D["PACKAGE_VERSION"]=" \"2.4.11\""
1173 D["PACKAGE_STRING"]=" \"libgphoto2 photo camera library 2.4.11\""
1174 D["PACKAGE_BUGREPORT"]=" \"gphoto-devel@lists.sourceforge.net\""
1175 D["PACKAGE_URL"]=" \"\""
1176 D["PACKAGE"]=" \"libgphoto2\""
1177 D["VERSION"]=" \"2.4.11\""
1178 D["STDC_HEADERS"]=" 1"
1179 D["HAVE_SYS_TYPES_H"]=" 1"
1180 D["HAVE_SYS_STAT_H"]=" 1"
1181 D["HAVE_STDLIB_H"]=" 1"
1182 D["HAVE_STRING_H"]=" 1"
1183 D["HAVE_MEMORY_H"]=" 1"
1184 D["HAVE_STRINGS_H"]=" 1"
1185 D["HAVE_INTTYPES_H"]=" 1"
1186 D["HAVE_STDINT_H"]=" 1"
1187 D["HAVE_UNISTD_H"]=" 1"
1188 D["HAVE_DLFCN_H"]=" 1"
1189 D["LT_OBJDIR"]=" \".libs/\""
1190 D["HAVE_CC"]=" \"gcc\""
1191 D["URL_GPHOTO_HOME"]=" \"http://www.gphoto.org/\""
1192 D["URL_GPHOTO_PROJECT"]=" \"http://sourceforge.net/projects/gphoto\""
1193 D["URL_DIGICAM_LIST"]=" \"http://www.teaser.fr/~hfiguiere/linux/digicam.html\""
1194 D["URL_JPHOTO_HOME"]=" \"http://jphoto.sourceforge.net/\""
1195 D["URL_USB_MASSSTORAGE"]=" \"http://www.linux-usb.org/USB-guide/x498.html\""
1196 D["MAIL_GPHOTO_DEVEL"]=" \"<gphoto-devel@lists.sourceforge.net>\""
1197 D["MAIL_GPHOTO_USER"]=" \"<gphoto-user@lists.sourceforge.net>\""
1198 D["MAIL_GPHOTO_TRANSLATION"]=" \"<gphoto-translation@lists.sourceforge.net>\""
1199 D["GETTEXT_PACKAGE"]=" \"libgphoto2-2\""
1200 D["ENABLE_NLS"]=" 1"
1201 D["HAVE_GETTEXT"]=" 1"
1202 D["HAVE_DCGETTEXT"]=" 1"
1203 D["HAVE_ICONV"]=" 1"
1204 D["ICONV_CONST"]=" "
1205 D["_FILE_OFFSET_BITS"]=" 64"
1206 D["HAVE_DIRENT_H"]=" 1"
1207 D["STDC_HEADERS"]=" 1"
1208 D["HAVE_SYS_PARAM_H"]=" 1"
1209 D["HAVE_SYS_SELECT_H"]=" 1"
1210 D["HAVE_LOCALE_H"]=" 1"
1211 D["HAVE_MEMORY_H"]=" 1"
1212 D["HAVE_GETOPT_H"]=" 1"
1213 D["HAVE_UNISTD_H"]=" 1"
1214 D["HAVE_MCHECK_H"]=" 1"
1215 D["HAVE_LIMITS_H"]=" 1"
1216 D["HAVE_SYS_TIME_H"]=" 1"
1217 D["HAVE_GETOPT"]=" 1"
1218 D["HAVE_GETOPT_LONG"]=" 1"
1219 D["HAVE_MKDIR"]=" 1"
1220 D["HAVE_STRDUP"]=" 1"
1221 D["HAVE_STRNCPY"]=" 1"
1222 D["HAVE_STRCPY"]=" 1"
1223 D["HAVE_SNPRINTF"]=" 1"
1224 D["HAVE_SPRINTF"]=" 1"
1225 D["HAVE_VSNPRINTF"]=" 1"
1226 D["HAVE_GMTIME_R"]=" 1"
1227 D["HAVE_STATFS"]=" 1"
1228 D["HAVE_TM_GMTOFF"]=" 1"
1229 D["HAVE_SYS_MOUNT_H"]=" 1"
1230 D["HAVE_SYS_STATFS_H"]=" 1"
1231 D["HAVE_SYS_USER_H"]=" 1"
1232 D["HAVE_SYS_VFS_H"]=" 1"
1233 D["HAVE_STRUCT_STATFS_F_BFREE"]=" 1"
1234 D["HAVE_STRUCT_STATFS_F_BAVAIL"]=" 1"
1235   for (key in D) D_is_set[key] = 1
1236   FS = "\a"
1237 }
1238 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1239   line = $ 0
1240   split(line, arg, " ")
1241   if (arg[1] == "#") {
1242     defundef = arg[2]
1243     mac1 = arg[3]
1244   } else {
1245     defundef = substr(arg[1], 2)
1246     mac1 = arg[2]
1247   }
1248   split(mac1, mac2, "(") #)
1249   macro = mac2[1]
1250   prefix = substr(line, 1, index(line, defundef) - 1)
1251   if (D_is_set[macro]) {
1252     # Preserve the white space surrounding the "#".
1253     print prefix "define", macro P[macro] D[macro]
1254     next
1255   } else {
1256     # Replace #undef with comments.  This is necessary, for example,
1257     # in the case of _POSIX_SOURCE, which is predefined and required
1258     # on some systems where configure will not decide to define it.
1259     if (defundef == "undef") {
1260       print "/*", prefix defundef, macro, "*/"
1261       next
1262     }
1263   }
1264 }
1265 { print }
1266 _ACAWK
1267   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1268 fi # test -n "$CONFIG_HEADERS"
1269
1270
1271 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1272 shift
1273 for ac_tag
1274 do
1275   case $ac_tag in
1276   :[FHLC]) ac_mode=$ac_tag; continue;;
1277   esac
1278   case $ac_mode$ac_tag in
1279   :[FHL]*:*);;
1280   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1281   :[FH]-) ac_tag=-:-;;
1282   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1283   esac
1284   ac_save_IFS=$IFS
1285   IFS=:
1286   set x $ac_tag
1287   IFS=$ac_save_IFS
1288   shift
1289   ac_file=$1
1290   shift
1291
1292   case $ac_mode in
1293   :L) ac_source=$1;;
1294   :[FH])
1295     ac_file_inputs=
1296     for ac_f
1297     do
1298       case $ac_f in
1299       -) ac_f="$ac_tmp/stdin";;
1300       *) # Look for the file first in the build tree, then in the source tree
1301          # (if the path is not absolute).  The absolute path cannot be DOS-style,
1302          # because $ac_f cannot contain `:'.
1303          test -f "$ac_f" ||
1304            case $ac_f in
1305            [\\/$]*) false;;
1306            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1307            esac ||
1308            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1309       esac
1310       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1311       as_fn_append ac_file_inputs " '$ac_f'"
1312     done
1313
1314     # Let's still pretend it is `configure' which instantiates (i.e., don't
1315     # use $as_me), people would be surprised to read:
1316     #    /* config.h.  Generated by config.status.  */
1317     configure_input='Generated from '`
1318           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1319         `' by configure.'
1320     if test x"$ac_file" != x-; then
1321       configure_input="$ac_file.  $configure_input"
1322       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1323 $as_echo "$as_me: creating $ac_file" >&6;}
1324     fi
1325     # Neutralize special characters interpreted by sed in replacement strings.
1326     case $configure_input in #(
1327     *\&* | *\|* | *\\* )
1328        ac_sed_conf_input=`$as_echo "$configure_input" |
1329        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1330     *) ac_sed_conf_input=$configure_input;;
1331     esac
1332
1333     case $ac_tag in
1334     *:-:* | *:-) cat >"$ac_tmp/stdin" \
1335       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1336     esac
1337     ;;
1338   esac
1339
1340   ac_dir=`$as_dirname -- "$ac_file" ||
1341 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1342          X"$ac_file" : 'X\(//\)[^/]' \| \
1343          X"$ac_file" : 'X\(//\)$' \| \
1344          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1345 $as_echo X"$ac_file" |
1346     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1347             s//\1/
1348             q
1349           }
1350           /^X\(\/\/\)[^/].*/{
1351             s//\1/
1352             q
1353           }
1354           /^X\(\/\/\)$/{
1355             s//\1/
1356             q
1357           }
1358           /^X\(\/\).*/{
1359             s//\1/
1360             q
1361           }
1362           s/.*/./; q'`
1363   as_dir="$ac_dir"; as_fn_mkdir_p
1364   ac_builddir=.
1365
1366 case "$ac_dir" in
1367 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1368 *)
1369   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1370   # A ".." for each directory in $ac_dir_suffix.
1371   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1372   case $ac_top_builddir_sub in
1373   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1374   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1375   esac ;;
1376 esac
1377 ac_abs_top_builddir=$ac_pwd
1378 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1379 # for backward compatibility:
1380 ac_top_builddir=$ac_top_build_prefix
1381
1382 case $srcdir in
1383   .)  # We are building in place.
1384     ac_srcdir=.
1385     ac_top_srcdir=$ac_top_builddir_sub
1386     ac_abs_top_srcdir=$ac_pwd ;;
1387   [\\/]* | ?:[\\/]* )  # Absolute name.
1388     ac_srcdir=$srcdir$ac_dir_suffix;
1389     ac_top_srcdir=$srcdir
1390     ac_abs_top_srcdir=$srcdir ;;
1391   *) # Relative name.
1392     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1393     ac_top_srcdir=$ac_top_build_prefix$srcdir
1394     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1395 esac
1396 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1397
1398
1399   case $ac_mode in
1400   :F)
1401   #
1402   # CONFIG_FILE
1403   #
1404
1405   case $INSTALL in
1406   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1407   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1408   esac
1409   ac_MKDIR_P=$MKDIR_P
1410   case $MKDIR_P in
1411   [\\/$]* | ?:[\\/]* ) ;;
1412   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1413   esac
1414 # If the template does not know about datarootdir, expand it.
1415 # FIXME: This hack should be removed a few years after 2.60.
1416 ac_datarootdir_hack=; ac_datarootdir_seen=
1417 ac_sed_dataroot='
1418 /datarootdir/ {
1419   p
1420   q
1421 }
1422 /@datadir@/p
1423 /@docdir@/p
1424 /@infodir@/p
1425 /@localedir@/p
1426 /@mandir@/p'
1427 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1428 *datarootdir*) ac_datarootdir_seen=yes;;
1429 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1430   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1431 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1432   ac_datarootdir_hack='
1433   s&@datadir@&/usr/share&g
1434   s&@docdir@&${prefix}/share/doc/libgphoto2&g
1435   s&@infodir@&/usr/share/info&g
1436   s&@localedir@&$(datadir)/locale&g
1437   s&@mandir@&/usr/share/man&g
1438   s&\${datarootdir}&${prefix}/share&g' ;;
1439 esac
1440 ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1441 h
1442 s///
1443 s/^/:/
1444 s/[      ]*$/:/
1445 s/:\$(srcdir):/:/g
1446 s/:\${srcdir}:/:/g
1447 s/:@srcdir@:/:/g
1448 s/^:*//
1449 s/:*$//
1450 x
1451 s/\(=[   ]*\).*/\1/
1452 G
1453 s/\n//
1454 s/^[^=]*=[       ]*$//
1455 }
1456
1457 :t
1458 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1459 s|@configure_input@|$ac_sed_conf_input|;t t
1460 s&@top_builddir@&$ac_top_builddir_sub&;t t
1461 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1462 s&@srcdir@&$ac_srcdir&;t t
1463 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1464 s&@top_srcdir@&$ac_top_srcdir&;t t
1465 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1466 s&@builddir@&$ac_builddir&;t t
1467 s&@abs_builddir@&$ac_abs_builddir&;t t
1468 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1469 s&@INSTALL@&$ac_INSTALL&;t t
1470 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1471 $ac_datarootdir_hack
1472 "
1473 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1474   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1475
1476 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1477   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1478   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
1479       "$ac_tmp/out"`; test -z "$ac_out"; } &&
1480   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1481 which seems to be undefined.  Please make sure it is defined" >&5
1482 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1483 which seems to be undefined.  Please make sure it is defined" >&2;}
1484
1485   rm -f "$ac_tmp/stdin"
1486   case $ac_file in
1487   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1488   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1489   esac \
1490   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1491  ;;
1492   :H)
1493   #
1494   # CONFIG_HEADER
1495   #
1496   if test x"$ac_file" != x-; then
1497     {
1498       $as_echo "/* $configure_input  */" \
1499       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1500     } >"$ac_tmp/config.h" \
1501       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1502     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1503       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1504 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1505     else
1506       rm -f "$ac_file"
1507       mv "$ac_tmp/config.h" "$ac_file" \
1508         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1509     fi
1510   else
1511     $as_echo "/* $configure_input  */" \
1512       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1513       || as_fn_error $? "could not create -" "$LINENO" 5
1514   fi
1515 # Compute "$ac_file"'s index in $config_headers.
1516 _am_arg="$ac_file"
1517 _am_stamp_count=1
1518 for _am_header in $config_headers :; do
1519   case $_am_header in
1520     $_am_arg | $_am_arg:* )
1521       break ;;
1522     * )
1523       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1524   esac
1525 done
1526 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1527 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1528          X"$_am_arg" : 'X\(//\)[^/]' \| \
1529          X"$_am_arg" : 'X\(//\)$' \| \
1530          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1531 $as_echo X"$_am_arg" |
1532     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1533             s//\1/
1534             q
1535           }
1536           /^X\(\/\/\)[^/].*/{
1537             s//\1/
1538             q
1539           }
1540           /^X\(\/\/\)$/{
1541             s//\1/
1542             q
1543           }
1544           /^X\(\/\).*/{
1545             s//\1/
1546             q
1547           }
1548           s/.*/./; q'`/stamp-h$_am_stamp_count
1549  ;;
1550
1551   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1552 $as_echo "$as_me: executing $ac_file commands" >&6;}
1553  ;;
1554   esac
1555
1556
1557   case $ac_file$ac_mode in
1558     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1559   # Autoconf 2.62 quotes --file arguments for eval, but not when files
1560   # are listed without --file.  Let's play safe and only enable the eval
1561   # if we detect the quoting.
1562   case $CONFIG_FILES in
1563   *\'*) eval set x "$CONFIG_FILES" ;;
1564   *)   set x $CONFIG_FILES ;;
1565   esac
1566   shift
1567   for mf
1568   do
1569     # Strip MF so we end up with the name of the file.
1570     mf=`echo "$mf" | sed -e 's/:.*$//'`
1571     # Check whether this is an Automake generated Makefile or not.
1572     # We used to match only the files named `Makefile.in', but
1573     # some people rename them; so instead we look at the file content.
1574     # Grep'ing the first line is not enough: some people post-process
1575     # each Makefile.in and add a new line on top of each file to say so.
1576     # Grep'ing the whole file is not good either: AIX grep has a line
1577     # limit of 2048, but all sed's we know have understand at least 4000.
1578     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1579       dirpart=`$as_dirname -- "$mf" ||
1580 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1581          X"$mf" : 'X\(//\)[^/]' \| \
1582          X"$mf" : 'X\(//\)$' \| \
1583          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1584 $as_echo X"$mf" |
1585     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1586             s//\1/
1587             q
1588           }
1589           /^X\(\/\/\)[^/].*/{
1590             s//\1/
1591             q
1592           }
1593           /^X\(\/\/\)$/{
1594             s//\1/
1595             q
1596           }
1597           /^X\(\/\).*/{
1598             s//\1/
1599             q
1600           }
1601           s/.*/./; q'`
1602     else
1603       continue
1604     fi
1605     # Extract the definition of DEPDIR, am__include, and am__quote
1606     # from the Makefile without running `make'.
1607     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1608     test -z "$DEPDIR" && continue
1609     am__include=`sed -n 's/^am__include = //p' < "$mf"`
1610     test -z "am__include" && continue
1611     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1612     # When using ansi2knr, U may be empty or an underscore; expand it
1613     U=`sed -n 's/^U = //p' < "$mf"`
1614     # Find all dependency output files, they are included files with
1615     # $(DEPDIR) in their names.  We invoke sed twice because it is the
1616     # simplest approach to changing $(DEPDIR) to its actual value in the
1617     # expansion.
1618     for file in `sed -n "
1619       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1620          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1621       # Make sure the directory exists.
1622       test -f "$dirpart/$file" && continue
1623       fdir=`$as_dirname -- "$file" ||
1624 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1625          X"$file" : 'X\(//\)[^/]' \| \
1626          X"$file" : 'X\(//\)$' \| \
1627          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1628 $as_echo X"$file" |
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       as_dir=$dirpart/$fdir; as_fn_mkdir_p
1647       # echo "creating $dirpart/$file"
1648       echo '# dummy' > "$dirpart/$file"
1649     done
1650   done
1651 }
1652  ;;
1653     "libtool":C)
1654
1655     # See if we are running on zsh, and set the options which allow our
1656     # commands through without removal of \ escapes.
1657     if test -n "${ZSH_VERSION+set}" ; then
1658       setopt NO_GLOB_SUBST
1659     fi
1660
1661     cfgfile="${ofile}T"
1662     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1663     $RM "$cfgfile"
1664
1665     cat <<_LT_EOF >> "$cfgfile"
1666 #! $SHELL
1667
1668 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1669 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1670 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1671 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1672 #
1673 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1674 #                 2006, 2007, 2008 Free Software Foundation, Inc.
1675 #   Written by Gordon Matzigkeit, 1996
1676 #
1677 #   This file is part of GNU Libtool.
1678 #
1679 # GNU Libtool is free software; you can redistribute it and/or
1680 # modify it under the terms of the GNU General Public License as
1681 # published by the Free Software Foundation; either version 2 of
1682 # the License, or (at your option) any later version.
1683 #
1684 # As a special exception to the GNU General Public License,
1685 # if you distribute this file as part of a program or library that
1686 # is built using GNU Libtool, you may include this file under the
1687 # same distribution terms that you use for the rest of that program.
1688 #
1689 # GNU Libtool is distributed in the hope that it will be useful,
1690 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1691 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1692 # GNU General Public License for more details.
1693 #
1694 # You should have received a copy of the GNU General Public License
1695 # along with GNU Libtool; see the file COPYING.  If not, a copy
1696 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1697 # obtained by writing to the Free Software Foundation, Inc.,
1698 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1699
1700
1701 # The names of the tagged configurations supported by this script.
1702 available_tags="CXX "
1703
1704 # ### BEGIN LIBTOOL CONFIG
1705
1706 # Whether or not to build static libraries.
1707 build_old_libs=$enable_static
1708
1709 # Assembler program.
1710 AS=$AS
1711
1712 # DLL creation program.
1713 DLLTOOL=$DLLTOOL
1714
1715 # Object dumper program.
1716 OBJDUMP=$OBJDUMP
1717
1718 # Which release of libtool.m4 was used?
1719 macro_version=$macro_version
1720 macro_revision=$macro_revision
1721
1722 # Whether or not to build shared libraries.
1723 build_libtool_libs=$enable_shared
1724
1725 # What type of objects to build.
1726 pic_mode=$pic_mode
1727
1728 # Whether or not to optimize for fast installation.
1729 fast_install=$enable_fast_install
1730
1731 # The host system.
1732 host_alias=$host_alias
1733 host=$host
1734 host_os=$host_os
1735
1736 # The build system.
1737 build_alias=$build_alias
1738 build=$build
1739 build_os=$build_os
1740
1741 # A sed program that does not truncate output.
1742 SED=$lt_SED
1743
1744 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1745 Xsed="\$SED -e 1s/^X//"
1746
1747 # A grep program that handles long lines.
1748 GREP=$lt_GREP
1749
1750 # An ERE matcher.
1751 EGREP=$lt_EGREP
1752
1753 # A literal string matcher.
1754 FGREP=$lt_FGREP
1755
1756 # A BSD- or MS-compatible name lister.
1757 NM=$lt_NM
1758
1759 # Whether we need soft or hard links.
1760 LN_S=$lt_LN_S
1761
1762 # What is the maximum length of a command?
1763 max_cmd_len=$max_cmd_len
1764
1765 # Object file suffix (normally "o").
1766 objext=$ac_objext
1767
1768 # Executable file suffix (normally "").
1769 exeext=$exeext
1770
1771 # whether the shell understands "unset".
1772 lt_unset=$lt_unset
1773
1774 # turn spaces into newlines.
1775 SP2NL=$lt_lt_SP2NL
1776
1777 # turn newlines into spaces.
1778 NL2SP=$lt_lt_NL2SP
1779
1780 # How to create reloadable object files.
1781 reload_flag=$lt_reload_flag
1782 reload_cmds=$lt_reload_cmds
1783
1784 # Method to check whether dependent libraries are shared objects.
1785 deplibs_check_method=$lt_deplibs_check_method
1786
1787 # Command to use when deplibs_check_method == "file_magic".
1788 file_magic_cmd=$lt_file_magic_cmd
1789
1790 # The archiver.
1791 AR=$lt_AR
1792 AR_FLAGS=$lt_AR_FLAGS
1793
1794 # A symbol stripping program.
1795 STRIP=$lt_STRIP
1796
1797 # Commands used to install an old-style archive.
1798 RANLIB=$lt_RANLIB
1799 old_postinstall_cmds=$lt_old_postinstall_cmds
1800 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1801
1802 # A C compiler.
1803 LTCC=$lt_CC
1804
1805 # LTCC compiler flags.
1806 LTCFLAGS=$lt_CFLAGS
1807
1808 # Take the output of nm and produce a listing of raw symbols and C names.
1809 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1810
1811 # Transform the output of nm in a proper C declaration.
1812 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1813
1814 # Transform the output of nm in a C name address pair.
1815 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1816
1817 # Transform the output of nm in a C name address pair when lib prefix is needed.
1818 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1819
1820 # The name of the directory that contains temporary libtool files.
1821 objdir=$objdir
1822
1823 # Shell to use when invoking shell scripts.
1824 SHELL=$lt_SHELL
1825
1826 # An echo program that does not interpret backslashes.
1827 ECHO=$lt_ECHO
1828
1829 # Used to examine libraries when file_magic_cmd begins with "file".
1830 MAGIC_CMD=$MAGIC_CMD
1831
1832 # Must we lock files when doing compilation?
1833 need_locks=$lt_need_locks
1834
1835 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1836 DSYMUTIL=$lt_DSYMUTIL
1837
1838 # Tool to change global to local symbols on Mac OS X.
1839 NMEDIT=$lt_NMEDIT
1840
1841 # Tool to manipulate fat objects and archives on Mac OS X.
1842 LIPO=$lt_LIPO
1843
1844 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1845 OTOOL=$lt_OTOOL
1846
1847 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1848 OTOOL64=$lt_OTOOL64
1849
1850 # Old archive suffix (normally "a").
1851 libext=$libext
1852
1853 # Shared library suffix (normally ".so").
1854 shrext_cmds=$lt_shrext_cmds
1855
1856 # The commands to extract the exported symbol list from a shared archive.
1857 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1858
1859 # Variables whose values should be saved in libtool wrapper scripts and
1860 # restored at link time.
1861 variables_saved_for_relink=$lt_variables_saved_for_relink
1862
1863 # Do we need the "lib" prefix for modules?
1864 need_lib_prefix=$need_lib_prefix
1865
1866 # Do we need a version for libraries?
1867 need_version=$need_version
1868
1869 # Library versioning type.
1870 version_type=$version_type
1871
1872 # Shared library runtime path variable.
1873 runpath_var=$runpath_var
1874
1875 # Shared library path variable.
1876 shlibpath_var=$shlibpath_var
1877
1878 # Is shlibpath searched before the hard-coded library search path?
1879 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1880
1881 # Format of library name prefix.
1882 libname_spec=$lt_libname_spec
1883
1884 # List of archive names.  First name is the real one, the rest are links.
1885 # The last name is the one that the linker finds with -lNAME
1886 library_names_spec=$lt_library_names_spec
1887
1888 # The coded name of the library, if different from the real name.
1889 soname_spec=$lt_soname_spec
1890
1891 # Command to use after installation of a shared archive.
1892 postinstall_cmds=$lt_postinstall_cmds
1893
1894 # Command to use after uninstallation of a shared archive.
1895 postuninstall_cmds=$lt_postuninstall_cmds
1896
1897 # Commands used to finish a libtool library installation in a directory.
1898 finish_cmds=$lt_finish_cmds
1899
1900 # As "finish_cmds", except a single script fragment to be evaled but
1901 # not shown.
1902 finish_eval=$lt_finish_eval
1903
1904 # Whether we should hardcode library paths into libraries.
1905 hardcode_into_libs=$hardcode_into_libs
1906
1907 # Compile-time system search path for libraries.
1908 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1909
1910 # Run-time system search path for libraries.
1911 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1912
1913 # Whether dlopen is supported.
1914 dlopen_support=$enable_dlopen
1915
1916 # Whether dlopen of programs is supported.
1917 dlopen_self=$enable_dlopen_self
1918
1919 # Whether dlopen of statically linked programs is supported.
1920 dlopen_self_static=$enable_dlopen_self_static
1921
1922 # Commands to strip libraries.
1923 old_striplib=$lt_old_striplib
1924 striplib=$lt_striplib
1925
1926
1927 # The linker used to build libraries.
1928 LD=$lt_LD
1929
1930 # Commands used to build an old-style archive.
1931 old_archive_cmds=$lt_old_archive_cmds
1932
1933 # A language specific compiler.
1934 CC=$lt_compiler
1935
1936 # Is the compiler the GNU compiler?
1937 with_gcc=$GCC
1938
1939 # Compiler flag to turn off builtin functions.
1940 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1941
1942 # How to pass a linker flag through the compiler.
1943 wl=$lt_lt_prog_compiler_wl
1944
1945 # Additional compiler flags for building library objects.
1946 pic_flag=$lt_lt_prog_compiler_pic
1947
1948 # Compiler flag to prevent dynamic linking.
1949 link_static_flag=$lt_lt_prog_compiler_static
1950
1951 # Does compiler simultaneously support -c and -o options?
1952 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1953
1954 # Whether or not to add -lc for building shared libraries.
1955 build_libtool_need_lc=$archive_cmds_need_lc
1956
1957 # Whether or not to disallow shared libs when runtime libs are static.
1958 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1959
1960 # Compiler flag to allow reflexive dlopens.
1961 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1962
1963 # Compiler flag to generate shared objects directly from archives.
1964 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1965
1966 # Whether the compiler copes with passing no objects directly.
1967 compiler_needs_object=$lt_compiler_needs_object
1968
1969 # Create an old-style archive from a shared archive.
1970 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1971
1972 # Create a temporary old-style archive to link instead of a shared archive.
1973 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1974
1975 # Commands used to build a shared archive.
1976 archive_cmds=$lt_archive_cmds
1977 archive_expsym_cmds=$lt_archive_expsym_cmds
1978
1979 # Commands used to build a loadable module if different from building
1980 # a shared archive.
1981 module_cmds=$lt_module_cmds
1982 module_expsym_cmds=$lt_module_expsym_cmds
1983
1984 # Whether we are building with GNU ld or not.
1985 with_gnu_ld=$lt_with_gnu_ld
1986
1987 # Flag that allows shared libraries with undefined symbols to be built.
1988 allow_undefined_flag=$lt_allow_undefined_flag
1989
1990 # Flag that enforces no undefined symbols.
1991 no_undefined_flag=$lt_no_undefined_flag
1992
1993 # Flag to hardcode \$libdir into a binary during linking.
1994 # This must work even if \$libdir does not exist
1995 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1996
1997 # If ld is used when linking, flag to hardcode \$libdir into a binary
1998 # during linking.  This must work even if \$libdir does not exist.
1999 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
2000
2001 # Whether we need a single "-rpath" flag with a separated argument.
2002 hardcode_libdir_separator=$lt_hardcode_libdir_separator
2003
2004 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2005 # DIR into the resulting binary.
2006 hardcode_direct=$hardcode_direct
2007
2008 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2009 # DIR into the resulting binary and the resulting library dependency is
2010 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2011 # library is relocated.
2012 hardcode_direct_absolute=$hardcode_direct_absolute
2013
2014 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2015 # into the resulting binary.
2016 hardcode_minus_L=$hardcode_minus_L
2017
2018 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2019 # into the resulting binary.
2020 hardcode_shlibpath_var=$hardcode_shlibpath_var
2021
2022 # Set to "yes" if building a shared library automatically hardcodes DIR
2023 # into the library and all subsequent libraries and executables linked
2024 # against it.
2025 hardcode_automatic=$hardcode_automatic
2026
2027 # Set to yes if linker adds runtime paths of dependent libraries
2028 # to runtime path list.
2029 inherit_rpath=$inherit_rpath
2030
2031 # Whether libtool must link a program against all its dependency libraries.
2032 link_all_deplibs=$link_all_deplibs
2033
2034 # Fix the shell variable \$srcfile for the compiler.
2035 fix_srcfile_path=$lt_fix_srcfile_path
2036
2037 # Set to "yes" if exported symbols are required.
2038 always_export_symbols=$always_export_symbols
2039
2040 # The commands to list exported symbols.
2041 export_symbols_cmds=$lt_export_symbols_cmds
2042
2043 # Symbols that should not be listed in the preloaded symbols.
2044 exclude_expsyms=$lt_exclude_expsyms
2045
2046 # Symbols that must always be exported.
2047 include_expsyms=$lt_include_expsyms
2048
2049 # Commands necessary for linking programs (against libraries) with templates.
2050 prelink_cmds=$lt_prelink_cmds
2051
2052 # Specify filename containing input files.
2053 file_list_spec=$lt_file_list_spec
2054
2055 # How to hardcode a shared library path into an executable.
2056 hardcode_action=$hardcode_action
2057
2058 # The directories searched by this compiler when creating a shared library.
2059 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2060
2061 # Dependencies to place before and after the objects being linked to
2062 # create a shared library.
2063 predep_objects=$lt_predep_objects
2064 postdep_objects=$lt_postdep_objects
2065 predeps=$lt_predeps
2066 postdeps=$lt_postdeps
2067
2068 # The library search path used internally by the compiler when linking
2069 # a shared library.
2070 compiler_lib_search_path=$lt_compiler_lib_search_path
2071
2072 # ### END LIBTOOL CONFIG
2073
2074 _LT_EOF
2075
2076   case $host_os in
2077   aix3*)
2078     cat <<\_LT_EOF >> "$cfgfile"
2079 # AIX sometimes has problems with the GCC collect2 program.  For some
2080 # reason, if we set the COLLECT_NAMES environment variable, the problems
2081 # vanish in a puff of smoke.
2082 if test "X${COLLECT_NAMES+set}" != Xset; then
2083   COLLECT_NAMES=
2084   export COLLECT_NAMES
2085 fi
2086 _LT_EOF
2087     ;;
2088   esac
2089
2090
2091 ltmain="$ac_aux_dir/ltmain.sh"
2092
2093
2094   # We use sed instead of cat because bash on DJGPP gets confused if
2095   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2096   # text mode, it properly converts lines to CR/LF.  This bash problem
2097   # is reportedly fixed, but why not run on old versions too?
2098   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
2099     || (rm -f "$cfgfile"; exit 1)
2100
2101   case $xsi_shell in
2102   yes)
2103     cat << \_LT_EOF >> "$cfgfile"
2104
2105 # func_dirname file append nondir_replacement
2106 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
2107 # otherwise set result to NONDIR_REPLACEMENT.
2108 func_dirname ()
2109 {
2110   case ${1} in
2111     */*) func_dirname_result="${1%/*}${2}" ;;
2112     *  ) func_dirname_result="${3}" ;;
2113   esac
2114 }
2115
2116 # func_basename file
2117 func_basename ()
2118 {
2119   func_basename_result="${1##*/}"
2120 }
2121
2122 # func_dirname_and_basename file append nondir_replacement
2123 # perform func_basename and func_dirname in a single function
2124 # call:
2125 #   dirname:  Compute the dirname of FILE.  If nonempty,
2126 #             add APPEND to the result, otherwise set result
2127 #             to NONDIR_REPLACEMENT.
2128 #             value returned in "$func_dirname_result"
2129 #   basename: Compute filename of FILE.
2130 #             value retuned in "$func_basename_result"
2131 # Implementation must be kept synchronized with func_dirname
2132 # and func_basename. For efficiency, we do not delegate to
2133 # those functions but instead duplicate the functionality here.
2134 func_dirname_and_basename ()
2135 {
2136   case ${1} in
2137     */*) func_dirname_result="${1%/*}${2}" ;;
2138     *  ) func_dirname_result="${3}" ;;
2139   esac
2140   func_basename_result="${1##*/}"
2141 }
2142
2143 # func_stripname prefix suffix name
2144 # strip PREFIX and SUFFIX off of NAME.
2145 # PREFIX and SUFFIX must not contain globbing or regex special
2146 # characters, hashes, percent signs, but SUFFIX may contain a leading
2147 # dot (in which case that matches only a dot).
2148 func_stripname ()
2149 {
2150   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
2151   # positional parameters, so assign one to ordinary parameter first.
2152   func_stripname_result=${3}
2153   func_stripname_result=${func_stripname_result#"${1}"}
2154   func_stripname_result=${func_stripname_result%"${2}"}
2155 }
2156
2157 # func_opt_split
2158 func_opt_split ()
2159 {
2160   func_opt_split_opt=${1%%=*}
2161   func_opt_split_arg=${1#*=}
2162 }
2163
2164 # func_lo2o object
2165 func_lo2o ()
2166 {
2167   case ${1} in
2168     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
2169     *)    func_lo2o_result=${1} ;;
2170   esac
2171 }
2172
2173 # func_xform libobj-or-source
2174 func_xform ()
2175 {
2176   func_xform_result=${1%.*}.lo
2177 }
2178
2179 # func_arith arithmetic-term...
2180 func_arith ()
2181 {
2182   func_arith_result=$(( $* ))
2183 }
2184
2185 # func_len string
2186 # STRING may not start with a hyphen.
2187 func_len ()
2188 {
2189   func_len_result=${#1}
2190 }
2191
2192 _LT_EOF
2193     ;;
2194   *) # Bourne compatible functions.
2195     cat << \_LT_EOF >> "$cfgfile"
2196
2197 # func_dirname file append nondir_replacement
2198 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
2199 # otherwise set result to NONDIR_REPLACEMENT.
2200 func_dirname ()
2201 {
2202   # Extract subdirectory from the argument.
2203   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
2204   if test "X$func_dirname_result" = "X${1}"; then
2205     func_dirname_result="${3}"
2206   else
2207     func_dirname_result="$func_dirname_result${2}"
2208   fi
2209 }
2210
2211 # func_basename file
2212 func_basename ()
2213 {
2214   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
2215 }
2216
2217
2218 # func_stripname prefix suffix name
2219 # strip PREFIX and SUFFIX off of NAME.
2220 # PREFIX and SUFFIX must not contain globbing or regex special
2221 # characters, hashes, percent signs, but SUFFIX may contain a leading
2222 # dot (in which case that matches only a dot).
2223 # func_strip_suffix prefix name
2224 func_stripname ()
2225 {
2226   case ${2} in
2227     .*) func_stripname_result=`$ECHO "X${3}" \
2228            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
2229     *)  func_stripname_result=`$ECHO "X${3}" \
2230            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
2231   esac
2232 }
2233
2234 # sed scripts:
2235 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
2236 my_sed_long_arg='1s/^-[^=]*=//'
2237
2238 # func_opt_split
2239 func_opt_split ()
2240 {
2241   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
2242   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
2243 }
2244
2245 # func_lo2o object
2246 func_lo2o ()
2247 {
2248   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
2249 }
2250
2251 # func_xform libobj-or-source
2252 func_xform ()
2253 {
2254   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
2255 }
2256
2257 # func_arith arithmetic-term...
2258 func_arith ()
2259 {
2260   func_arith_result=`expr "$@"`
2261 }
2262
2263 # func_len string
2264 # STRING may not start with a hyphen.
2265 func_len ()
2266 {
2267   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2268 }
2269
2270 _LT_EOF
2271 esac
2272
2273 case $lt_shell_append in
2274   yes)
2275     cat << \_LT_EOF >> "$cfgfile"
2276
2277 # func_append var value
2278 # Append VALUE to the end of shell variable VAR.
2279 func_append ()
2280 {
2281   eval "$1+=\$2"
2282 }
2283 _LT_EOF
2284     ;;
2285   *)
2286     cat << \_LT_EOF >> "$cfgfile"
2287
2288 # func_append var value
2289 # Append VALUE to the end of shell variable VAR.
2290 func_append ()
2291 {
2292   eval "$1=\$$1\$2"
2293 }
2294
2295 _LT_EOF
2296     ;;
2297   esac
2298
2299
2300   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2301     || (rm -f "$cfgfile"; exit 1)
2302
2303   mv -f "$cfgfile" "$ofile" ||
2304     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2305   chmod +x "$ofile"
2306
2307
2308     cat <<_LT_EOF >> "$ofile"
2309
2310 # ### BEGIN LIBTOOL TAG CONFIG: CXX
2311
2312 # The linker used to build libraries.
2313 LD=$lt_LD_CXX
2314
2315 # Commands used to build an old-style archive.
2316 old_archive_cmds=$lt_old_archive_cmds_CXX
2317
2318 # A language specific compiler.
2319 CC=$lt_compiler_CXX
2320
2321 # Is the compiler the GNU compiler?
2322 with_gcc=$GCC_CXX
2323
2324 # Compiler flag to turn off builtin functions.
2325 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2326
2327 # How to pass a linker flag through the compiler.
2328 wl=$lt_lt_prog_compiler_wl_CXX
2329
2330 # Additional compiler flags for building library objects.
2331 pic_flag=$lt_lt_prog_compiler_pic_CXX
2332
2333 # Compiler flag to prevent dynamic linking.
2334 link_static_flag=$lt_lt_prog_compiler_static_CXX
2335
2336 # Does compiler simultaneously support -c and -o options?
2337 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2338
2339 # Whether or not to add -lc for building shared libraries.
2340 build_libtool_need_lc=$archive_cmds_need_lc_CXX
2341
2342 # Whether or not to disallow shared libs when runtime libs are static.
2343 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2344
2345 # Compiler flag to allow reflexive dlopens.
2346 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2347
2348 # Compiler flag to generate shared objects directly from archives.
2349 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2350
2351 # Whether the compiler copes with passing no objects directly.
2352 compiler_needs_object=$lt_compiler_needs_object_CXX
2353
2354 # Create an old-style archive from a shared archive.
2355 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2356
2357 # Create a temporary old-style archive to link instead of a shared archive.
2358 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2359
2360 # Commands used to build a shared archive.
2361 archive_cmds=$lt_archive_cmds_CXX
2362 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2363
2364 # Commands used to build a loadable module if different from building
2365 # a shared archive.
2366 module_cmds=$lt_module_cmds_CXX
2367 module_expsym_cmds=$lt_module_expsym_cmds_CXX
2368
2369 # Whether we are building with GNU ld or not.
2370 with_gnu_ld=$lt_with_gnu_ld_CXX
2371
2372 # Flag that allows shared libraries with undefined symbols to be built.
2373 allow_undefined_flag=$lt_allow_undefined_flag_CXX
2374
2375 # Flag that enforces no undefined symbols.
2376 no_undefined_flag=$lt_no_undefined_flag_CXX
2377
2378 # Flag to hardcode \$libdir into a binary during linking.
2379 # This must work even if \$libdir does not exist
2380 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2381
2382 # If ld is used when linking, flag to hardcode \$libdir into a binary
2383 # during linking.  This must work even if \$libdir does not exist.
2384 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2385
2386 # Whether we need a single "-rpath" flag with a separated argument.
2387 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2388
2389 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2390 # DIR into the resulting binary.
2391 hardcode_direct=$hardcode_direct_CXX
2392
2393 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2394 # DIR into the resulting binary and the resulting library dependency is
2395 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2396 # library is relocated.
2397 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2398
2399 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2400 # into the resulting binary.
2401 hardcode_minus_L=$hardcode_minus_L_CXX
2402
2403 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2404 # into the resulting binary.
2405 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2406
2407 # Set to "yes" if building a shared library automatically hardcodes DIR
2408 # into the library and all subsequent libraries and executables linked
2409 # against it.
2410 hardcode_automatic=$hardcode_automatic_CXX
2411
2412 # Set to yes if linker adds runtime paths of dependent libraries
2413 # to runtime path list.
2414 inherit_rpath=$inherit_rpath_CXX
2415
2416 # Whether libtool must link a program against all its dependency libraries.
2417 link_all_deplibs=$link_all_deplibs_CXX
2418
2419 # Fix the shell variable \$srcfile for the compiler.
2420 fix_srcfile_path=$lt_fix_srcfile_path_CXX
2421
2422 # Set to "yes" if exported symbols are required.
2423 always_export_symbols=$always_export_symbols_CXX
2424
2425 # The commands to list exported symbols.
2426 export_symbols_cmds=$lt_export_symbols_cmds_CXX
2427
2428 # Symbols that should not be listed in the preloaded symbols.
2429 exclude_expsyms=$lt_exclude_expsyms_CXX
2430
2431 # Symbols that must always be exported.
2432 include_expsyms=$lt_include_expsyms_CXX
2433
2434 # Commands necessary for linking programs (against libraries) with templates.
2435 prelink_cmds=$lt_prelink_cmds_CXX
2436
2437 # Specify filename containing input files.
2438 file_list_spec=$lt_file_list_spec_CXX
2439
2440 # How to hardcode a shared library path into an executable.
2441 hardcode_action=$hardcode_action_CXX
2442
2443 # The directories searched by this compiler when creating a shared library.
2444 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2445
2446 # Dependencies to place before and after the objects being linked to
2447 # create a shared library.
2448 predep_objects=$lt_predep_objects_CXX
2449 postdep_objects=$lt_postdep_objects_CXX
2450 predeps=$lt_predeps_CXX
2451 postdeps=$lt_postdeps_CXX
2452
2453 # The library search path used internally by the compiler when linking
2454 # a shared library.
2455 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2456
2457 # ### END LIBTOOL TAG CONFIG: CXX
2458 _LT_EOF
2459
2460  ;;
2461     "default-1":C)
2462     for ac_file in $CONFIG_FILES; do
2463       # Support "outfile[:infile[:infile...]]"
2464       case "$ac_file" in
2465         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2466       esac
2467       # PO directories have a Makefile.in generated from Makefile.in.in.
2468       case "$ac_file" in */Makefile.in)
2469         # Adjust a relative srcdir.
2470         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
2471         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
2472         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
2473         # In autoconf-2.13 it is called $ac_given_srcdir.
2474         # In autoconf-2.50 it is called $srcdir.
2475         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
2476         case "$ac_given_srcdir" in
2477           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
2478           /*) top_srcdir="$ac_given_srcdir" ;;
2479           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
2480         esac
2481         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
2482           rm -f "$ac_dir/POTFILES"
2483           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
2484           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
2485           POMAKEFILEDEPS="POTFILES.in"
2486           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
2487           # on $ac_dir but don't depend on user-specified configuration
2488           # parameters.
2489           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
2490             # The LINGUAS file contains the set of available languages.
2491             if test -n "$OBSOLETE_ALL_LINGUAS"; then
2492               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
2493             fi
2494             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
2495             # Hide the ALL_LINGUAS assigment from automake.
2496             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
2497             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
2498           else
2499             # The set of available languages was given in configure.in.
2500             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
2501           fi
2502           # Compute POFILES
2503           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
2504           # Compute UPDATEPOFILES
2505           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
2506           # Compute DUMMYPOFILES
2507           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
2508           # Compute GMOFILES
2509           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
2510           case "$ac_given_srcdir" in
2511             .) srcdirpre= ;;
2512             *) srcdirpre='$(srcdir)/' ;;
2513           esac
2514           POFILES=
2515           UPDATEPOFILES=
2516           DUMMYPOFILES=
2517           GMOFILES=
2518           for lang in $ALL_LINGUAS; do
2519             POFILES="$POFILES $srcdirpre$lang.po"
2520             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
2521             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
2522             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
2523           done
2524           # CATALOGS depends on both $ac_dir and the user's LINGUAS
2525           # environment variable.
2526           INST_LINGUAS=
2527           if test -n "$ALL_LINGUAS"; then
2528             for presentlang in $ALL_LINGUAS; do
2529               useit=no
2530               if test "%UNSET%" != "$LINGUAS"; then
2531                 desiredlanguages="$LINGUAS"
2532               else
2533                 desiredlanguages="$ALL_LINGUAS"
2534               fi
2535               for desiredlang in $desiredlanguages; do
2536                 # Use the presentlang catalog if desiredlang is
2537                 #   a. equal to presentlang, or
2538                 #   b. a variant of presentlang (because in this case,
2539                 #      presentlang can be used as a fallback for messages
2540                 #      which are not translated in the desiredlang catalog).
2541                 case "$desiredlang" in
2542                   "$presentlang"*) useit=yes;;
2543                 esac
2544               done
2545               if test $useit = yes; then
2546                 INST_LINGUAS="$INST_LINGUAS $presentlang"
2547               fi
2548             done
2549           fi
2550           CATALOGS=
2551           if test -n "$INST_LINGUAS"; then
2552             for lang in $INST_LINGUAS; do
2553               CATALOGS="$CATALOGS $lang.gmo"
2554             done
2555           fi
2556           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
2557           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
2558           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
2559             if test -f "$f"; then
2560               case "$f" in
2561                 *.orig | *.bak | *~) ;;
2562                 *) cat "$f" >> "$ac_dir/Makefile" ;;
2563               esac
2564             fi
2565           done
2566         fi
2567         ;;
2568       esac
2569     done ;;
2570     "default-2":C)
2571     for ac_file in $CONFIG_FILES; do
2572       # Support "outfile[:infile[:infile...]]"
2573       case "$ac_file" in
2574         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2575       esac
2576       # PO directories have a Makefile.in generated from Makefile.in.in.
2577       case "$ac_file" in */Makefile.in)
2578         # Adjust a relative srcdir.
2579         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
2580         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
2581         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
2582         # In autoconf-2.13 it is called $ac_given_srcdir.
2583         # In autoconf-2.50 it is called $srcdir.
2584         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
2585         case "$ac_given_srcdir" in
2586           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
2587           /*) top_srcdir="$ac_given_srcdir" ;;
2588           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
2589         esac
2590         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
2591           rm -f "$ac_dir/POTFILES"
2592           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
2593           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
2594           POMAKEFILEDEPS="POTFILES.in"
2595           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
2596           # on $ac_dir but don't depend on user-specified configuration
2597           # parameters.
2598           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
2599             # The LINGUAS file contains the set of available languages.
2600             if test -n "$OBSOLETE_ALL_LINGUAS"; then
2601               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
2602             fi
2603             ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
2604             # Hide the ALL_LINGUAS assigment from automake.
2605             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
2606             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
2607           else
2608             # The set of available languages was given in configure.in.
2609             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
2610           fi
2611           # Compute POFILES
2612           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
2613           # Compute UPDATEPOFILES
2614           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
2615           # Compute DUMMYPOFILES
2616           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
2617           # Compute GMOFILES
2618           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
2619           case "$ac_given_srcdir" in
2620             .) srcdirpre= ;;
2621             *) srcdirpre='$(srcdir)/' ;;
2622           esac
2623           POFILES=
2624           UPDATEPOFILES=
2625           DUMMYPOFILES=
2626           GMOFILES=
2627           for lang in $ALL_LINGUAS; do
2628             POFILES="$POFILES $srcdirpre$lang.po"
2629             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
2630             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
2631             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
2632           done
2633           # CATALOGS depends on both $ac_dir and the user's LINGUAS
2634           # environment variable.
2635           INST_LINGUAS=
2636           if test -n "$ALL_LINGUAS"; then
2637             for presentlang in $ALL_LINGUAS; do
2638               useit=no
2639               if test "%UNSET%" != "$LINGUAS"; then
2640                 desiredlanguages="$LINGUAS"
2641               else
2642                 desiredlanguages="$ALL_LINGUAS"
2643               fi
2644               for desiredlang in $desiredlanguages; do
2645                 # Use the presentlang catalog if desiredlang is
2646                 #   a. equal to presentlang, or
2647                 #   b. a variant of presentlang (because in this case,
2648                 #      presentlang can be used as a fallback for messages
2649                 #      which are not translated in the desiredlang catalog).
2650                 case "$desiredlang" in
2651                   "$presentlang"*) useit=yes;;
2652                 esac
2653               done
2654               if test $useit = yes; then
2655                 INST_LINGUAS="$INST_LINGUAS $presentlang"
2656               fi
2657             done
2658           fi
2659           CATALOGS=
2660           if test -n "$INST_LINGUAS"; then
2661             for lang in $INST_LINGUAS; do
2662               CATALOGS="$CATALOGS $lang.gmo"
2663             done
2664           fi
2665           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
2666           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
2667           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
2668             if test -f "$f"; then
2669               case "$f" in
2670                 *.orig | *.bak | *~) ;;
2671                 *) cat "$f" >> "$ac_dir/Makefile" ;;
2672               esac
2673             fi
2674           done
2675         fi
2676         ;;
2677       esac
2678     done ;;
2679     "README":F)
2680         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2681                 if test -f "$ac_file"; then
2682                         chmod +x "$ac_file"
2683                 fi
2684         fi
2685  ;;
2686     "Makefile":F)
2687         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2688                 if test -f "$ac_file"; then
2689                         chmod +x "$ac_file"
2690                 fi
2691         fi
2692  ;;
2693     "gphoto2-config":F)
2694         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2695                 if test -f "$ac_file"; then
2696                         chmod +x "$ac_file"
2697                 fi
2698         fi
2699  ;;
2700     "camlibs/Makefile":F)
2701         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2702                 if test -f "$ac_file"; then
2703                         chmod +x "$ac_file"
2704                 fi
2705         fi
2706  ;;
2707     "libgphoto2/Makefile":F)
2708         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2709                 if test -f "$ac_file"; then
2710                         chmod +x "$ac_file"
2711                 fi
2712         fi
2713  ;;
2714     "libgphoto2.pc":F)
2715         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2716                 if test -f "$ac_file"; then
2717                         chmod +x "$ac_file"
2718                 fi
2719         fi
2720  ;;
2721     "libgphoto2-uninstalled.pc":F)
2722         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2723                 if test -f "$ac_file"; then
2724                         chmod +x "$ac_file"
2725                 fi
2726         fi
2727  ;;
2728     "examples/Makefile":F)
2729         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2730                 if test -f "$ac_file"; then
2731                         chmod +x "$ac_file"
2732                 fi
2733         fi
2734  ;;
2735     "tests/Makefile":F)
2736         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2737                 if test -f "$ac_file"; then
2738                         chmod +x "$ac_file"
2739                 fi
2740         fi
2741  ;;
2742     "tests/check-camera-list.sh":F)
2743         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2744                 if test -f "$ac_file"; then
2745                         chmod +x "$ac_file"
2746                 fi
2747         fi
2748  ;;
2749     "tests/ddb/Makefile":F)
2750         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2751                 if test -f "$ac_file"; then
2752                         chmod +x "$ac_file"
2753                 fi
2754         fi
2755  ;;
2756     "tests/ddb/check-ddb.sh":F)
2757         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2758                 if test -f "$ac_file"; then
2759                         chmod +x "$ac_file"
2760                 fi
2761         fi
2762  ;;
2763     "packaging/Makefile":F)
2764         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2765                 if test -f "$ac_file"; then
2766                         chmod +x "$ac_file"
2767                 fi
2768         fi
2769  ;;
2770     "packaging/linux-hotplug/Makefile":F)
2771         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2772                 if test -f "$ac_file"; then
2773                         chmod +x "$ac_file"
2774                 fi
2775         fi
2776  ;;
2777     "packaging/generic/Makefile":F)
2778         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2779                 if test -f "$ac_file"; then
2780                         chmod +x "$ac_file"
2781                 fi
2782         fi
2783  ;;
2784     "packaging/rpm/Makefile":F)
2785         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2786                 if test -f "$ac_file"; then
2787                         chmod +x "$ac_file"
2788                 fi
2789         fi
2790  ;;
2791     "packaging/rpm/package.spec":F)
2792         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2793                 if test -f "$ac_file"; then
2794                         chmod +x "$ac_file"
2795                 fi
2796         fi
2797  ;;
2798     "po/Makefile.in":F)
2799         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2800                 if test -f "$ac_file"; then
2801                         chmod +x "$ac_file"
2802                 fi
2803         fi
2804  ;;
2805     "doc/Makefile":F)
2806         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2807                 if test -f "$ac_file"; then
2808                         chmod +x "$ac_file"
2809                 fi
2810         fi
2811  ;;
2812     "doc/Doxyfile":F)
2813         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2814                 if test -f "$ac_file"; then
2815                         chmod +x "$ac_file"
2816                 fi
2817         fi
2818  ;;
2819     "doc/api/Makefile":F)
2820         if echo "$ac_file" | grep '.sh$' > /dev/null; then
2821                 if test -f "$ac_file"; then
2822                         chmod +x "$ac_file"
2823                 fi
2824         fi
2825  ;;
2826
2827   esac
2828 done # for ac_tag
2829
2830
2831 as_fn_exit 0