~ubuntu-branches/ubuntu/jaunty/digikam/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/98_buildprep.diff

  • Committer: Bazaar Package Importer
  • Author(s): Debian KDE Extras Team, Achim Bohnet
  • Date: 2008-03-25 20:30:38 UTC
  • Revision ID: james.westby@ubuntu.com-20080325203038-en3or9ez1829h592
Tags: 2:0.9.3-2
[ Achim Bohnet]

* Cherry pick fixes from KDEs SVN:
    40_kdesvn783161_fix_wrong_file-exits_check.diff
    40_kdesvn786622_honour_scrollbar.diff

* Remove build-deps:
  + automake1.9: We take care that no rebuilding is necessary.
  + libexif-dev: replaced by libexiv2 upstream.

* Remove Paul Telford <pxt@debian.org> from uploaders.  He's no longer
  involved in digikam maintenance. Thx for taking care of digikam as
  well as sponsoring me for a long time.

* debian/copyright: replace Copyright (C) with ©

* remove debian/TODO.  Had only outdated or will not happen stuff.

* Merge my changes from kubuntu:

* Remove relibtoolization patches:
    02_autotools_update.diff
    03_libtool_update.diff
    04_am_maintainer_mode.diff
    05_pedantic-errors.diff
    06_disable_no_undefined.diff
    98_buildprep.diff
  let linker flag --as-needed in debian/rules do the job.

* Add patch to fix FTBFS with new libkdcraw3 pkgs (0.1.4) required by
  kipi-plugins 0.1.5: 20_fix_ftbfs_with_libkdcraw3.diff .
  Fixes: https://bugs.kde.org/show_bug.cgi?id=146393
  Thx to the Mandriva Maintainer Angelo Naselli to point me to the patch.
  (Closes: #472547 digikam: FTBFS with current libkdcraw)

* Bump build dependency of libkdcraw to >= 0.1.4 as libkdraw3 patch above
  requires it.

* Fix: [Hardy] digikam duplicates downloaded images while overwriting
  existing ones.  Added: patches/10_lp201053_fix_download_rename_race.diff
  This is a backport of KDE SVN commit 783150. (Closes LP: #201053).
  See also http://bugs.kde.org/show_bug.cgi?id=158377 for more information.

* add missing final newline to showfoto.install.

* Edited images saved with a new name wheree only read/writabblbe by it's
  owner.  Now the umask is used. Add patches/30_respect_umask.diff.  Fixes
  http://bugs.kde.org/show_bug.cgi?id=145252 .

* Dropped kubuntu change:
  + build-dep bumps of libkexiv2-dev and libexiv2-dev. They were only
    needed for a library transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#DPATCHLEVEL=0
2
 
# vi: ft=diff
3
 
--- a/acinclude.m4
4
 
+++ b/acinclude.m4
5
 
@@ -1713,15 +1713,6 @@
6
 
        KDE_USE_CLOSURE_TRUE="#"
7
 
        KDE_USE_CLOSURE_FALSE=""
8
 
        KDE_NO_UNDEFINED=""
9
 
-       case $host in 
10
 
-         *-*-linux-gnu)
11
 
-           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
12
 
-                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
13
 
-               [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
14
 
-               [KDE_NO_UNDEFINED=""])],
15
 
-           [KDE_NO_UNDEFINED=""])
16
 
-           ;;
17
 
-       esac
18
 
   fi
19
 
   AC_SUBST(KDE_USE_CLOSURE_TRUE)
20
 
   AC_SUBST(KDE_USE_CLOSURE_FALSE)
21
 
@@ -2168,9 +2159,6 @@
22
 
 save_CXXFLAGS="$CXXFLAGS"
23
 
 kde_safe_LIBS="$LIBS"
24
 
 LIBS="$LIBS $X_EXTRA_LIBS"
25
 
-if test "$GXX" = "yes"; then
26
 
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
27
 
-fi
28
 
 AC_TRY_COMPILE([
29
 
 $2
30
 
 ],
31
 
@@ -5996,30 +5984,15 @@
32
 
   fi
33
 
 ])
34
 
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
35
 
-## Copyright 1996, 1997, 1998, 1999, 2000, 2001
36
 
+## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007
37
 
 ## Free Software Foundation, Inc.
38
 
 ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
39
 
 ##
40
 
-## This program is free software; you can redistribute it and/or modify
41
 
-## it under the terms of the GNU General Public License as published by
42
 
-## the Free Software Foundation; either version 2 of the License, or
43
 
-## (at your option) any later version.
44
 
-##
45
 
-## This program is distributed in the hope that it will be useful, but
46
 
-## WITHOUT ANY WARRANTY; without even the implied warranty of
47
 
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
48
 
-## General Public License for more details.
49
 
-##
50
 
-## You should have received a copy of the GNU General Public License
51
 
-## along with this program; if not, write to the Free Software
52
 
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
53
 
-##
54
 
-## As a special exception to the GNU General Public License, if you
55
 
-## distribute this file as part of a program that contains a
56
 
-## configuration script generated by Autoconf, you may include it under
57
 
-## the same distribution terms that you use for the rest of that program.
58
 
+## This file is free software; the Free Software Foundation gives
59
 
+## unlimited permission to copy and/or distribute it, with or without
60
 
+## modifications, as long as this notice is preserved.
61
 
 
62
 
-# serial 47 AC_PROG_LIBTOOL
63
 
+# serial 51 Debian 1.5.24-2 AC_PROG_LIBTOOL
64
 
 
65
 
 
66
 
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
67
 
@@ -6079,7 +6052,7 @@
68
 
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
69
 
 
70
 
 # Always use our own libtool.
71
 
-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
72
 
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
73
 
 AC_SUBST(LIBTOOL)dnl
74
 
 
75
 
 # Prevent multiple expansion
76
 
@@ -6129,7 +6102,7 @@
77
 
 
78
 
 # Sed substitution that helps us do robust quoting.  It backslashifies
79
 
 # metacharacters that are still active within double-quoted strings.
80
 
-Xsed='sed -e s/^X//'
81
 
+Xsed='sed -e 1s/^X//'
82
 
 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
83
 
 
84
 
 # Same as above, but do not quote variable references.
85
 
@@ -6149,7 +6122,7 @@
86
 
 default_ofile=libtool
87
 
 can_build_shared=yes
88
 
 
89
 
-# All known linkers require a `.a' archive for static linking (except M$VC,
90
 
+# All known linkers require a `.a' archive for static linking (except MSVC,
91
 
 # which needs '.lib').
92
 
 libext=a
93
 
 ltmain="$ac_aux_dir/ltmain.sh"
94
 
@@ -6169,6 +6142,7 @@
95
 
 test -z "$AS" && AS=as
96
 
 test -z "$CC" && CC=cc
97
 
 test -z "$LTCC" && LTCC=$CC
98
 
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
99
 
 test -z "$DLLTOOL" && DLLTOOL=dlltool
100
 
 test -z "$LD" && LD=ld
101
 
 test -z "$LN_S" && LN_S="ln -s"
102
 
@@ -6181,22 +6155,24 @@
103
 
 test -z "$ac_objext" && ac_objext=o
104
 
 
105
 
 # Determine commands to create old-style static archives.
106
 
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
107
 
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
108
 
 old_postinstall_cmds='chmod 644 $oldlib'
109
 
 old_postuninstall_cmds=
110
 
 
111
 
 if test -n "$RANLIB"; then
112
 
   case $host_os in
113
 
   openbsd*)
114
 
-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
115
 
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
116
 
     ;;
117
 
   *)
118
 
-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
119
 
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
120
 
     ;;
121
 
   esac
122
 
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
123
 
 fi
124
 
 
125
 
+_LT_CC_BASENAME([$compiler])
126
 
+
127
 
 # Only perform the check for file, if the check method requires it
128
 
 case $deplibs_check_method in
129
 
 file_magic*)
130
 
@@ -6237,11 +6213,58 @@
131
 
 # If no C compiler was specified, use CC.
132
 
 LTCC=${LTCC-"$CC"}
133
 
 
134
 
+# If no C compiler flags were specified, use CFLAGS.
135
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
136
 
+
137
 
 # Allow CC to be a program name with arguments.
138
 
 compiler=$CC
139
 
 ])# _LT_AC_SYS_COMPILER
140
 
 
141
 
 
142
 
+# _LT_CC_BASENAME(CC)
143
 
+# -------------------
144
 
+# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
145
 
+AC_DEFUN([_LT_CC_BASENAME],
146
 
+[for cc_temp in $1""; do
147
 
+  case $cc_temp in
148
 
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
149
 
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
150
 
+    \-*) ;;
151
 
+    *) break;;
152
 
+  esac
153
 
+done
154
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
155
 
+])
156
 
+
157
 
+
158
 
+# _LT_COMPILER_BOILERPLATE
159
 
+# ------------------------
160
 
+# Check for compiler boilerplate output or warnings with
161
 
+# the simple compiler test code.
162
 
+AC_DEFUN([_LT_COMPILER_BOILERPLATE],
163
 
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
164
 
+ac_outfile=conftest.$ac_objext
165
 
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
166
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
167
 
+_lt_compiler_boilerplate=`cat conftest.err`
168
 
+$rm conftest*
169
 
+])# _LT_COMPILER_BOILERPLATE
170
 
+
171
 
+
172
 
+# _LT_LINKER_BOILERPLATE
173
 
+# ----------------------
174
 
+# Check for linker boilerplate output or warnings with
175
 
+# the simple link test code.
176
 
+AC_DEFUN([_LT_LINKER_BOILERPLATE],
177
 
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
178
 
+ac_outfile=conftest.$ac_objext
179
 
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
180
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
181
 
+_lt_linker_boilerplate=`cat conftest.err`
182
 
+$rm conftest*
183
 
+])# _LT_LINKER_BOILERPLATE
184
 
+
185
 
+
186
 
 # _LT_AC_SYS_LIBPATH_AIX
187
 
 # ----------------------
188
 
 # Links a minimal program and checks the executable
189
 
@@ -6251,12 +6274,20 @@
190
 
 # If we don't find anything, use the default library path according
191
 
 # to the aix ld manual.
192
 
 AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
193
 
-[AC_LINK_IFELSE(AC_LANG_PROGRAM,[
194
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
195
 
-}'`
196
 
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
197
 
+AC_LINK_IFELSE(AC_LANG_PROGRAM,[
198
 
+lt_aix_libpath_sed='
199
 
+    /Import File Strings/,/^$/ {
200
 
+       /^0/ {
201
 
+           s/^0  *\(.*\)$/\1/
202
 
+           p
203
 
+       }
204
 
+    }'
205
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
206
 
 # Check for a 64-bit object if we didn't find anything.
207
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
208
 
-}'`; fi],[])
209
 
+if test -z "$aix_libpath"; then
210
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
211
 
+fi],[])
212
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
213
 
 ])# _LT_AC_SYS_LIBPATH_AIX
214
 
 
215
 
@@ -6314,15 +6345,15 @@
216
 
 
217
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
218
 
 # if CDPATH is set.
219
 
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
220
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
221
 
 
222
 
 if test -z "$ECHO"; then
223
 
 if test "X${echo_test_string+set}" != Xset; then
224
 
 # find a string as large as possible, as long as the shell can cope with it
225
 
   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
226
 
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
227
 
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
228
 
-       echo_test_string="`eval $cmd`" &&
229
 
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
230
 
+       echo_test_string=`eval $cmd` &&
231
 
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
232
 
     then
233
 
       break
234
 
@@ -6487,18 +6518,21 @@
235
 
   rm -rf conftest*
236
 
   ;;
237
 
 
238
 
-x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
239
 
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
240
 
+s390*-*linux*|sparc*-*linux*)
241
 
   # Find out which ABI we are using.
242
 
   echo 'int i;' > conftest.$ac_ext
243
 
   if AC_TRY_EVAL(ac_compile); then
244
 
-    case "`/usr/bin/file conftest.o`" in
245
 
+    case `/usr/bin/file conftest.o` in
246
 
     *32-bit*)
247
 
-      LINUX_64_MODE="32"
248
 
       case $host in
249
 
+        x86_64-*kfreebsd*-gnu)
250
 
+          LD="${LD-ld} -m elf_i386_fbsd"
251
 
+          ;;
252
 
         x86_64-*linux*)
253
 
           LD="${LD-ld} -m elf_i386"
254
 
           ;;
255
 
-        ppc64-*linux*)
256
 
+        ppc64-*linux*|powerpc64-*linux*)
257
 
           LD="${LD-ld} -m elf32ppclinux"
258
 
           ;;
259
 
         s390x-*linux*)
260
 
@@ -6510,8 +6544,10 @@
261
 
       esac
262
 
       ;;
263
 
     *64-bit*)
264
 
-      LINUX_64_MODE="64"
265
 
       case $host in
266
 
+        x86_64-*kfreebsd*-gnu)
267
 
+          LD="${LD-ld} -m elf_x86_64_fbsd"
268
 
+          ;;
269
 
         x86_64-*linux*)
270
 
           LD="${LD-ld} -m elf_x86_64"
271
 
           ;;
272
 
@@ -6544,6 +6580,22 @@
273
 
     CFLAGS="$SAVE_CFLAGS"
274
 
   fi
275
 
   ;;
276
 
+sparc*-*solaris*)
277
 
+  # Find out which ABI we are using.
278
 
+  echo 'int i;' > conftest.$ac_ext
279
 
+  if AC_TRY_EVAL(ac_compile); then
280
 
+    case `/usr/bin/file conftest.o` in
281
 
+    *64-bit*)
282
 
+      case $lt_cv_prog_gnu_ld in
283
 
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
284
 
+      *)    LD="${LD-ld} -64" ;;
285
 
+      esac
286
 
+      ;;
287
 
+    esac
288
 
+  fi
289
 
+  rm -rf conftest*
290
 
+  ;;
291
 
+
292
 
 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
293
 
 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
294
 
   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
295
 
@@ -6567,7 +6619,7 @@
296
 
 AC_CACHE_CHECK([$1], [$2],
297
 
   [$2=no
298
 
   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
299
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
300
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
301
 
    lt_compiler_flag="$3"
302
 
    # Insert the option either (1) after the last *FLAGS variable, or
303
 
    # (2) before a word containing "conftest.", or (3) at the end.
304
 
@@ -6575,7 +6627,7 @@
305
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
306
 
    # The option is referenced via a variable to avoid confusing sed.
307
 
    lt_compile=`echo "$ac_compile" | $SED \
308
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
309
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
310
 
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
311
 
    -e 's:$: $lt_compiler_flag:'`
312
 
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
313
 
@@ -6585,8 +6637,10 @@
314
 
    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
315
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
316
 
      # The compiler can only warn and ignore the option if not recognized
317
 
-     # So say no if there are warnings
318
 
-     if test ! -s conftest.err; then
319
 
+     # So say no if there are warnings other than the usual output.
320
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
321
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
322
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
323
 
        $2=yes
324
 
      fi
325
 
    fi
326
 
@@ -6606,17 +6660,23 @@
327
 
 # ------------------------------------------------------------
328
 
 # Check whether the given compiler option works
329
 
 AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
330
 
-[AC_CACHE_CHECK([$1], [$2],
331
 
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
332
 
+AC_CACHE_CHECK([$1], [$2],
333
 
   [$2=no
334
 
    save_LDFLAGS="$LDFLAGS"
335
 
    LDFLAGS="$LDFLAGS $3"
336
 
-   printf "$lt_simple_link_test_code" > conftest.$ac_ext
337
 
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
338
 
    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
339
 
-     # The compiler can only warn and ignore the option if not recognized
340
 
+     # The linker can only warn and ignore the option if not recognized
341
 
      # So say no if there are warnings
342
 
      if test -s conftest.err; then
343
 
        # Append any errors to the config.log.
344
 
        cat conftest.err 1>&AS_MESSAGE_LOG_FD
345
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
346
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
347
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
348
 
+         $2=yes
349
 
+       fi
350
 
      else
351
 
        $2=yes
352
 
      fi
353
 
@@ -6640,7 +6700,7 @@
354
 
 AC_MSG_CHECKING([the maximum length of command line arguments])
355
 
 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
356
 
   i=0
357
 
-  testring="ABCD"
358
 
+  teststring="ABCD"
359
 
 
360
 
   case $build_os in
361
 
   msdosdjgpp*)
362
 
@@ -6669,24 +6729,77 @@
363
 
     lt_cv_sys_max_cmd_len=8192;
364
 
     ;;
365
 
 
366
 
- *)
367
 
-    # If test is not a shell built-in, we'll probably end up computing a
368
 
-    # maximum length that is only half of the actual maximum length, but
369
 
-    # we can't tell.
370
 
-    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
371
 
-              = "XX$testring") >/dev/null 2>&1 &&
372
 
-           new_result=`expr "X$testring" : ".*" 2>&1` &&
373
 
-           lt_cv_sys_max_cmd_len=$new_result &&
374
 
-           test $i != 17 # 1/2 MB should be enough
375
 
-    do
376
 
-      i=`expr $i + 1`
377
 
-      testring=$testring$testring
378
 
-    done
379
 
-    testring=
380
 
-    # Add a significant safety factor because C++ compilers can tack on massive
381
 
-    # amounts of additional arguments before passing them to the linker.
382
 
-    # It appears as though 1/2 is a usable value.
383
 
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
384
 
+  amigaos*)
385
 
+    # On AmigaOS with pdksh, this test takes hours, literally.
386
 
+    # So we just punt and use a minimum line length of 8192.
387
 
+    lt_cv_sys_max_cmd_len=8192;
388
 
+    ;;
389
 
+
390
 
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
391
 
+    # This has been around since 386BSD, at least.  Likely further.
392
 
+    if test -x /sbin/sysctl; then
393
 
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
394
 
+    elif test -x /usr/sbin/sysctl; then
395
 
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
396
 
+    else
397
 
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
398
 
+    fi
399
 
+    # And add a safety zone
400
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
401
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
402
 
+    ;;
403
 
+
404
 
+  interix*)
405
 
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
406
 
+    lt_cv_sys_max_cmd_len=196608
407
 
+    ;;
408
 
+
409
 
+  osf*)
410
 
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
411
 
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
412
 
+    # nice to cause kernel panics so lets avoid the loop below.
413
 
+    # First set a reasonable default.
414
 
+    lt_cv_sys_max_cmd_len=16384
415
 
+    #
416
 
+    if test -x /sbin/sysconfig; then
417
 
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
418
 
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
419
 
+      esac
420
 
+    fi
421
 
+    ;;
422
 
+  sco3.2v5*)
423
 
+    lt_cv_sys_max_cmd_len=102400
424
 
+    ;;
425
 
+  sysv5* | sco5v6* | sysv4.2uw2*)
426
 
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
427
 
+    if test -n "$kargmax"; then
428
 
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[       ]]//'`
429
 
+    else
430
 
+      lt_cv_sys_max_cmd_len=32768
431
 
+    fi
432
 
+    ;;
433
 
+  *)
434
 
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
435
 
+    if test -n "$lt_cv_sys_max_cmd_len"; then
436
 
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
437
 
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
438
 
+    else
439
 
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
440
 
+      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
441
 
+              = "XX$teststring") >/dev/null 2>&1 &&
442
 
+             new_result=`expr "X$teststring" : ".*" 2>&1` &&
443
 
+             lt_cv_sys_max_cmd_len=$new_result &&
444
 
+             test $i != 17 # 1/2 MB should be enough
445
 
+      do
446
 
+        i=`expr $i + 1`
447
 
+        teststring=$teststring$teststring
448
 
+      done
449
 
+      teststring=
450
 
+      # Add a significant safety factor because C++ compilers can tack on massive
451
 
+      # amounts of additional arguments before passing them to the linker.
452
 
+      # It appears as though 1/2 is a usable value.
453
 
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
454
 
+    fi
455
 
     ;;
456
 
   esac
457
 
 ])
458
 
@@ -6699,7 +6812,7 @@
459
 
 
460
 
 
461
 
 # _LT_AC_CHECK_DLFCN
462
 
-# --------------------
463
 
+# ------------------
464
 
 AC_DEFUN([_LT_AC_CHECK_DLFCN],
465
 
 [AC_CHECK_HEADERS(dlfcn.h)dnl
466
 
 ])# _LT_AC_CHECK_DLFCN
467
 
@@ -6707,7 +6820,7 @@
468
 
 
469
 
 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
470
 
 #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
471
 
-# ------------------------------------------------------------------
472
 
+# ---------------------------------------------------------------------
473
 
 AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
474
 
 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
475
 
 if test "$cross_compiling" = yes; then :
476
 
@@ -6773,17 +6886,19 @@
477
 
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
478
 
       /* dlclose (self); */
479
 
     }
480
 
+  else
481
 
+    puts (dlerror ());
482
 
 
483
 
     exit (status);
484
 
 }]
485
 
 EOF
486
 
   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
487
 
-    (./conftest; exit; ) 2>/dev/null
488
 
+    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
489
 
     lt_status=$?
490
 
     case x$lt_status in
491
 
       x$lt_dlno_uscore) $1 ;;
492
 
       x$lt_dlneed_uscore) $2 ;;
493
 
-      x$lt_unknown|x*) $3 ;;
494
 
+      x$lt_dlunknown|x*) $3 ;;
495
 
     esac
496
 
   else :
497
 
     # compilation failed
498
 
@@ -6795,7 +6910,7 @@
499
 
 
500
 
 
501
 
 # AC_LIBTOOL_DLOPEN_SELF
502
 
-# -------------------
503
 
+# ----------------------
504
 
 AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
505
 
 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
506
 
 if test "x$enable_dlopen" != xyes; then
507
 
@@ -6832,7 +6947,7 @@
508
 
     lt_cv_dlopen_self=yes
509
 
     ])
510
 
    ;;
511
 
-    
512
 
+
513
 
   *)
514
 
     AC_CHECK_FUNC([shl_load],
515
 
          [lt_cv_dlopen="shl_load"],
516
 
@@ -6866,7 +6981,7 @@
517
 
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
518
 
 
519
 
     save_LDFLAGS="$LDFLAGS"
520
 
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
521
 
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
522
 
 
523
 
     save_LIBS="$LIBS"
524
 
     LIBS="$lt_cv_dlopen_libs $LIBS"
525
 
@@ -6879,7 +6994,7 @@
526
 
     ])
527
 
 
528
 
     if test "x$lt_cv_dlopen_self" = xyes; then
529
 
-      LDFLAGS="$LDFLAGS $link_static_flag"
530
 
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
531
 
       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
532
 
          lt_cv_dlopen_self_static, [dnl
533
 
          _LT_AC_TRY_DLOPEN_SELF(
534
 
@@ -6911,7 +7026,8 @@
535
 
 # ---------------------------------
536
 
 # Check to see if options -c and -o are simultaneously supported by compiler
537
 
 AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
538
 
-[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
539
 
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
540
 
+AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
541
 
 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
542
 
   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
543
 
   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
544
 
@@ -6919,14 +7035,7 @@
545
 
    mkdir conftest
546
 
    cd conftest
547
 
    mkdir out
548
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
549
 
-
550
 
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
551
 
-   # that will create temporary files in the current directory regardless of
552
 
-   # the output directory.  Thus, making CWD read-only will cause this test
553
 
-   # to fail, enabling locking or at least warning the user not to do parallel
554
 
-   # builds.
555
 
-   chmod -w .
556
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
557
 
 
558
 
    lt_compiler_flag="-o out/conftest2.$ac_objext"
559
 
    # Insert the option either (1) after the last *FLAGS variable, or
560
 
@@ -6934,7 +7043,7 @@
561
 
    # Note that $ac_compile itself does not contain backslashes and begins
562
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
563
 
    lt_compile=`echo "$ac_compile" | $SED \
564
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
565
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
566
 
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
567
 
    -e 's:$: $lt_compiler_flag:'`
568
 
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
569
 
@@ -6946,13 +7055,18 @@
570
 
    then
571
 
      # The compiler can only warn and ignore the option if not recognized
572
 
      # So say no if there are warnings
573
 
-     if test ! -s out/conftest.err; then
574
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
575
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
576
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
577
 
        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
578
 
      fi
579
 
    fi
580
 
-   chmod u+w .
581
 
-   $rm conftest* out/*
582
 
-   rmdir out
583
 
+   chmod u+w . 2>&AS_MESSAGE_LOG_FD
584
 
+   $rm conftest*
585
 
+   # SGI C++ compiler will create directory out/ii_files/ for
586
 
+   # template instantiation
587
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
588
 
+   $rm out/* && rmdir out
589
 
    cd ..
590
 
    rmdir conftest
591
 
    $rm conftest*
592
 
@@ -7011,8 +7125,8 @@
593
 
 [AC_MSG_CHECKING([how to hardcode library paths into programs])
594
 
 _LT_AC_TAGVAR(hardcode_action, $1)=
595
 
 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
596
 
-   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
597
 
-   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
598
 
+   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
599
 
+   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
600
 
 
601
 
   # We can hardcode non-existant directories.
602
 
   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
603
 
@@ -7061,6 +7175,7 @@
604
 
    darwin*)
605
 
        if test -n "$STRIP" ; then
606
 
          striplib="$STRIP -x"
607
 
+         old_striplib="$STRIP -S"
608
 
          AC_MSG_RESULT([yes])
609
 
        else
610
 
   AC_MSG_RESULT([no])
611
 
@@ -7069,7 +7184,7 @@
612
 
    *)
613
 
   AC_MSG_RESULT([no])
614
 
     ;;
615
 
-  esac  
616
 
+  esac
617
 
 fi
618
 
 ])# AC_LIBTOOL_SYS_LIB_STRIP
619
 
 
620
 
@@ -7078,11 +7193,12 @@
621
 
 # -----------------------------
622
 
 # PORTME Fill in your ld.so characteristics
623
 
 AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
624
 
-[AC_MSG_CHECKING([dynamic linker characteristics])
625
 
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
626
 
+AC_MSG_CHECKING([dynamic linker characteristics])
627
 
 library_names_spec=
628
 
 libname_spec='lib$name'
629
 
 soname_spec=
630
 
-shrext=".so"
631
 
+shrext_cmds=".so"
632
 
 postinstall_cmds=
633
 
 postuninstall_cmds=
634
 
 finish_cmds=
635
 
@@ -7092,7 +7208,58 @@
636
 
 version_type=none
637
 
 dynamic_linker="$host_os ld.so"
638
 
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
639
 
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
640
 
+m4_if($1,[],[
641
 
+if test "$GCC" = yes; then
642
 
+  case $host_os in
643
 
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
644
 
+    *) lt_awk_arg="/^libraries:/" ;;
645
 
+  esac
646
 
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
647
 
+  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
648
 
+    # if the path contains ";" then we assume it to be the separator
649
 
+    # otherwise default to the standard path separator (i.e. ":") - it is
650
 
+    # assumed that no part of a normal pathname contains ";" but that should
651
 
+    # okay in the real world where ";" in dirpaths is itself problematic.
652
 
+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
653
 
+  else
654
 
+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
655
 
+  fi
656
 
+  # Ok, now we have the path, separated by spaces, we can step through it
657
 
+  # and add multilib dir if necessary.
658
 
+  lt_tmp_lt_search_path_spec=
659
 
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
660
 
+  for lt_sys_path in $lt_search_path_spec; do
661
 
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
662
 
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
663
 
+    else
664
 
+      test -d "$lt_sys_path" && \
665
 
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
666
 
+    fi
667
 
+  done
668
 
+  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
669
 
+BEGIN {RS=" "; FS="/|\n";} {
670
 
+  lt_foo="";
671
 
+  lt_count=0;
672
 
+  for (lt_i = NF; lt_i > 0; lt_i--) {
673
 
+    if ($lt_i != "" && $lt_i != ".") {
674
 
+      if ($lt_i == "..") {
675
 
+        lt_count++;
676
 
+      } else {
677
 
+        if (lt_count == 0) {
678
 
+          lt_foo="/" $lt_i lt_foo;
679
 
+        } else {
680
 
+          lt_count--;
681
 
+        }
682
 
+      }
683
 
+    }
684
 
+  }
685
 
+  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
686
 
+  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
687
 
+}'`
688
 
+  sys_lib_search_path_spec=`echo $lt_search_path_spec`
689
 
+else
690
 
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
691
 
+fi])
692
 
 need_lib_prefix=unknown
693
 
 hardcode_into_libs=no
694
 
 
695
 
@@ -7157,7 +7324,7 @@
696
 
 amigaos*)
697
 
   library_names_spec='$libname.ixlibrary $libname.a'
698
 
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
699
 
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
700
 
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
701
 
   ;;
702
 
 
703
 
 beos*)
704
 
@@ -7166,7 +7333,7 @@
705
 
   shlibpath_var=LIBRARY_PATH
706
 
   ;;
707
 
 
708
 
-bsdi4*)
709
 
+bsdi[[45]]*)
710
 
   version_type=linux
711
 
   need_version=no
712
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
713
 
@@ -7182,7 +7349,7 @@
714
 
 
715
 
 cygwin* | mingw* | pw32*)
716
 
   version_type=windows
717
 
-  shrext=".dll"
718
 
+  shrext_cmds=".dll"
719
 
   need_version=no
720
 
   need_lib_prefix=no
721
 
 
722
 
@@ -7194,7 +7361,8 @@
723
 
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
724
 
       dldir=$destdir/`dirname \$dlpath`~
725
 
       test -d \$dldir || mkdir -p \$dldir~
726
 
-      $install_prog $dir/$dlname \$dldir/$dlname'
727
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
728
 
+      chmod a+x \$dldir/$dlname'
729
 
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
730
 
       dlpath=$dir/\$dldll~
731
 
        $rm \$dlpath'
732
 
@@ -7224,7 +7392,7 @@
733
 
       ;;
734
 
     pw32*)
735
 
       # pw32 DLLs use 'pw' prefix rather than 'lib'
736
 
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
737
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
738
 
       ;;
739
 
     esac
740
 
     ;;
741
 
@@ -7247,13 +7415,9 @@
742
 
   soname_spec='${libname}${release}${major}$shared_ext'
743
 
   shlibpath_overrides_runpath=yes
744
 
   shlibpath_var=DYLD_LIBRARY_PATH
745
 
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
746
 
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
747
 
-  if test "$GCC" = yes; then
748
 
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
749
 
-  else
750
 
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
751
 
-  fi
752
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
753
 
+  m4_if([$1], [],[
754
 
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
755
 
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
756
 
   ;;
757
 
 
758
 
@@ -7270,20 +7434,17 @@
759
 
   dynamic_linker=no
760
 
   ;;
761
 
 
762
 
-kfreebsd*-gnu*)
763
 
-  version_type=linux
764
 
-  need_lib_prefix=no
765
 
-  need_version=no
766
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
767
 
-  soname_spec='${libname}${release}${shared_ext}$major'
768
 
-  shlibpath_var=LD_LIBRARY_PATH
769
 
-  shlibpath_overrides_runpath=no
770
 
-  hardcode_into_libs=yes
771
 
-  dynamic_linker='GNU ld.so'
772
 
-  ;;
773
 
-
774
 
-freebsd*)
775
 
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
776
 
+freebsd* | dragonfly*)
777
 
+  # DragonFly does not have aout.  When/if they implement a new
778
 
+  # versioning mechanism, adjust this.
779
 
+  if test -x /usr/bin/objformat; then
780
 
+    objformat=`/usr/bin/objformat`
781
 
+  else
782
 
+    case $host_os in
783
 
+    freebsd[[123]]*) objformat=aout ;;
784
 
+    *) objformat=elf ;;
785
 
+    esac
786
 
+  fi
787
 
   version_type=freebsd-$objformat
788
 
   case $version_type in
789
 
     freebsd-elf*)
790
 
@@ -7301,14 +7462,19 @@
791
 
   freebsd2*)
792
 
     shlibpath_overrides_runpath=yes
793
 
     ;;
794
 
-  freebsd3.[01]* | freebsdelf3.[01]*)
795
 
+  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
796
 
     shlibpath_overrides_runpath=yes
797
 
     hardcode_into_libs=yes
798
 
     ;;
799
 
-  *) # from 3.2 on
800
 
+  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
801
 
+  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
802
 
     shlibpath_overrides_runpath=no
803
 
     hardcode_into_libs=yes
804
 
     ;;
805
 
+  *) # from 4.6 on, and DragonFly
806
 
+    shlibpath_overrides_runpath=yes
807
 
+    hardcode_into_libs=yes
808
 
+    ;;
809
 
   esac
810
 
   ;;
811
 
 
812
 
@@ -7328,9 +7494,9 @@
813
 
   version_type=sunos
814
 
   need_lib_prefix=no
815
 
   need_version=no
816
 
-  case "$host_cpu" in
817
 
+  case $host_cpu in
818
 
   ia64*)
819
 
-    shrext='.so'
820
 
+    shrext_cmds='.so'
821
 
     hardcode_into_libs=yes
822
 
     dynamic_linker="$host_os dld.so"
823
 
     shlibpath_var=LD_LIBRARY_PATH
824
 
@@ -7345,7 +7511,7 @@
825
 
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
826
 
     ;;
827
 
    hppa*64*)
828
 
-     shrext='.sl'
829
 
+     shrext_cmds='.sl'
830
 
      hardcode_into_libs=yes
831
 
      dynamic_linker="$host_os dld.sl"
832
 
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
833
 
@@ -7356,7 +7522,7 @@
834
 
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
835
 
      ;;
836
 
    *)
837
 
-    shrext='.sl'
838
 
+    shrext_cmds='.sl'
839
 
     dynamic_linker="$host_os dld.sl"
840
 
     shlibpath_var=SHLIB_PATH
841
 
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
842
 
@@ -7368,6 +7534,18 @@
843
 
   postinstall_cmds='chmod 555 $lib'
844
 
   ;;
845
 
 
846
 
+interix[[3-9]]*)
847
 
+  version_type=linux
848
 
+  need_lib_prefix=no
849
 
+  need_version=no
850
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
851
 
+  soname_spec='${libname}${release}${shared_ext}$major'
852
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
853
 
+  shlibpath_var=LD_LIBRARY_PATH
854
 
+  shlibpath_overrides_runpath=no
855
 
+  hardcode_into_libs=yes
856
 
+  ;;
857
 
+
858
 
 irix5* | irix6* | nonstopux*)
859
 
   case $host_os in
860
 
     nonstopux*) version_type=nonstopux ;;
861
 
@@ -7411,29 +7589,26 @@
862
 
   ;;
863
 
 
864
 
 # This must be Linux ELF.
865
 
-linux*)
866
 
+linux* | k*bsd*-gnu)
867
 
   version_type=linux
868
 
   need_lib_prefix=no
869
 
   need_version=no
870
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
871
 
   soname_spec='${libname}${release}${shared_ext}$major'
872
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
873
 
-  libsuff=
874
 
-  if test "x$LINUX_64_MODE" = x64; then
875
 
-    # Some platforms are per default 64-bit, so there's no /lib64
876
 
-    if test -d /lib64 -a ! -h /lib64; then
877
 
-      libsuff=64
878
 
-    fi
879
 
-  fi
880
 
   shlibpath_var=LD_LIBRARY_PATH
881
 
   shlibpath_overrides_runpath=no
882
 
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
883
 
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
884
 
   # This implies no fast_install, which is unacceptable.
885
 
   # Some rework will be needed to allow for fast_install
886
 
   # before this can be enabled.
887
 
   hardcode_into_libs=yes
888
 
 
889
 
+  # Append ld.so.conf contents to the search path
890
 
+  if test -f /etc/ld.so.conf; then
891
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[         ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
892
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
893
 
+  fi
894
 
+
895
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
896
 
   # powerpc, because MkLinux only supported shared libraries with the
897
 
   # GNU dynamic linker.  Since this was broken with cross compilers,
898
 
@@ -7443,6 +7618,18 @@
899
 
   dynamic_linker='GNU/Linux ld.so'
900
 
   ;;
901
 
 
902
 
+netbsdelf*-gnu)
903
 
+  version_type=linux
904
 
+  need_lib_prefix=no
905
 
+  need_version=no
906
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
907
 
+  soname_spec='${libname}${release}${shared_ext}$major'
908
 
+  shlibpath_var=LD_LIBRARY_PATH
909
 
+  shlibpath_overrides_runpath=no
910
 
+  hardcode_into_libs=yes
911
 
+  dynamic_linker='NetBSD ld.elf_so'
912
 
+  ;;
913
 
+
914
 
 netbsd*)
915
 
   version_type=sunos
916
 
   need_lib_prefix=no
917
 
@@ -7452,7 +7639,7 @@
918
 
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
919
 
     dynamic_linker='NetBSD (a.out) ld.so'
920
 
   else
921
 
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
922
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
923
 
     soname_spec='${libname}${release}${shared_ext}$major'
924
 
     dynamic_linker='NetBSD ld.elf_so'
925
 
   fi
926
 
@@ -7480,8 +7667,13 @@
927
 
 
928
 
 openbsd*)
929
 
   version_type=sunos
930
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
931
 
   need_lib_prefix=no
932
 
-  need_version=no
933
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
934
 
+  case $host_os in
935
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
936
 
+    *)                         need_version=no  ;;
937
 
+  esac
938
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
939
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
940
 
   shlibpath_var=LD_LIBRARY_PATH
941
 
@@ -7501,7 +7693,7 @@
942
 
 
943
 
 os2*)
944
 
   libname_spec='$name'
945
 
-  shrext=".dll"
946
 
+  shrext_cmds=".dll"
947
 
   need_lib_prefix=no
948
 
   library_names_spec='$libname${shared_ext} $libname.a'
949
 
   dynamic_linker='OS/2 ld.exe'
950
 
@@ -7519,11 +7711,8 @@
951
 
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
952
 
   ;;
953
 
 
954
 
-sco3.2v5*)
955
 
-  version_type=osf
956
 
-  soname_spec='${libname}${release}${shared_ext}$major'
957
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
958
 
-  shlibpath_var=LD_LIBRARY_PATH
959
 
+rdos*)
960
 
+  dynamic_linker=no
961
 
   ;;
962
 
 
963
 
 solaris*)
964
 
@@ -7551,7 +7740,7 @@
965
 
   need_version=yes
966
 
   ;;
967
 
 
968
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
969
 
+sysv4 | sysv4.3*)
970
 
   version_type=linux
971
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
972
 
   soname_spec='${libname}${release}${shared_ext}$major'
973
 
@@ -7584,6 +7773,29 @@
974
 
   fi
975
 
   ;;
976
 
 
977
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
978
 
+  version_type=freebsd-elf
979
 
+  need_lib_prefix=no
980
 
+  need_version=no
981
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
982
 
+  soname_spec='${libname}${release}${shared_ext}$major'
983
 
+  shlibpath_var=LD_LIBRARY_PATH
984
 
+  hardcode_into_libs=yes
985
 
+  if test "$with_gnu_ld" = yes; then
986
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
987
 
+    shlibpath_overrides_runpath=no
988
 
+  else
989
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
990
 
+    shlibpath_overrides_runpath=yes
991
 
+    case $host_os in
992
 
+      sco3.2v5*)
993
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
994
 
+       ;;
995
 
+    esac
996
 
+  fi
997
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
998
 
+  ;;
999
 
+
1000
 
 uts4*)
1001
 
   version_type=linux
1002
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1003
 
@@ -7597,13 +7809,19 @@
1004
 
 esac
1005
 
 AC_MSG_RESULT([$dynamic_linker])
1006
 
 test "$dynamic_linker" = no && can_build_shared=no
1007
 
+
1008
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1009
 
+if test "$GCC" = yes; then
1010
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1011
 
+fi
1012
 
 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1013
 
 
1014
 
 
1015
 
 # _LT_AC_TAGCONFIG
1016
 
 # ----------------
1017
 
 AC_DEFUN([_LT_AC_TAGCONFIG],
1018
 
-[AC_ARG_WITH([tags],
1019
 
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
1020
 
+AC_ARG_WITH([tags],
1021
 
     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1022
 
         [include additional configurations @<:@automatic@:>@])],
1023
 
     [tagnames="$withval"])
1024
 
@@ -7621,6 +7839,9 @@
1025
 
       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1026
 
     fi
1027
 
   fi
1028
 
+  if test -z "$LTCFLAGS"; then
1029
 
+    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1030
 
+  fi
1031
 
 
1032
 
   # Extract list of available tagged configurations in $ofile.
1033
 
   # Note that this assumes the entire list is on one line.
1034
 
@@ -7647,7 +7868,9 @@
1035
 
 
1036
 
       case $tagname in
1037
 
       CXX)
1038
 
-       if test -n "$CXX" && test "X$CXX" != "Xno"; then
1039
 
+       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1040
 
+           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1041
 
+           (test "X$CXX" != "Xg++"))) ; then
1042
 
          AC_LIBTOOL_LANG_CXX_CONFIG
1043
 
        else
1044
 
          tagname=""
1045
 
@@ -7709,7 +7932,7 @@
1046
 
 
1047
 
 # AC_LIBTOOL_WIN32_DLL
1048
 
 # --------------------
1049
 
-# declare package support for building win32 dll's
1050
 
+# declare package support for building win32 DLLs
1051
 
 AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
1052
 
 [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1053
 
 ])# AC_LIBTOOL_WIN32_DLL
1054
 
@@ -7747,7 +7970,7 @@
1055
 
 
1056
 
 # AC_DISABLE_SHARED
1057
 
 # -----------------
1058
 
-#- set the default shared flag to --disable-shared
1059
 
+# set the default shared flag to --disable-shared
1060
 
 AC_DEFUN([AC_DISABLE_SHARED],
1061
 
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1062
 
 AC_ENABLE_SHARED(no)
1063
 
@@ -7859,7 +8082,7 @@
1064
 
 
1065
 
 # AC_PATH_TOOL_PREFIX
1066
 
 # -------------------
1067
 
-# find a file program which can recognise shared library
1068
 
+# find a file program which can recognize shared library
1069
 
 AC_DEFUN([AC_PATH_TOOL_PREFIX],
1070
 
 [AC_REQUIRE([AC_PROG_EGREP])dnl
1071
 
 AC_MSG_CHECKING([for $1])
1072
 
@@ -7883,7 +8106,7 @@
1073
 
       if test -n "$file_magic_test_file"; then
1074
 
        case $deplibs_check_method in
1075
 
        "file_magic "*)
1076
 
-         file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1077
 
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
1078
 
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1079
 
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1080
 
            $EGREP "$file_magic_regex" > /dev/null; then
1081
 
@@ -7922,7 +8145,7 @@
1082
 
 
1083
 
 # AC_PATH_MAGIC
1084
 
 # -------------
1085
 
-# find a file program which can recognise a shared library
1086
 
+# find a file program which can recognize a shared library
1087
 
 AC_DEFUN([AC_PATH_MAGIC],
1088
 
 [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1089
 
 if test -z "$lt_cv_path_MAGIC_CMD"; then
1090
 
@@ -7993,7 +8216,7 @@
1091
 
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1092
 
       lt_cv_path_LD="$ac_dir/$ac_prog"
1093
 
       # Check to see if the program is GNU ld.  I'd rather use --version,
1094
 
-      # but apparently some GNU ld's only accept -v.
1095
 
+      # but apparently some variants of GNU ld only accept -v.
1096
 
       # Break only if it was the GNU/non-GNU ld that we prefer.
1097
 
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1098
 
       *GNU* | *'with BFD'*)
1099
 
@@ -8025,7 +8248,7 @@
1100
 
 AC_DEFUN([AC_PROG_LD_GNU],
1101
 
 [AC_REQUIRE([AC_PROG_EGREP])dnl
1102
 
 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1103
 
-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
1104
 
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
1105
 
 case `$LD -v 2>&1 </dev/null` in
1106
 
 *GNU* | *'with BFD'*)
1107
 
   lt_cv_prog_gnu_ld=yes
1108
 
@@ -8052,6 +8275,15 @@
1109
 
 *) reload_flag=" $reload_flag" ;;
1110
 
 esac
1111
 
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
1112
 
+case $host_os in
1113
 
+  darwin*)
1114
 
+    if test "$GCC" = yes; then
1115
 
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
1116
 
+    else
1117
 
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
1118
 
+    fi
1119
 
+    ;;
1120
 
+esac
1121
 
 ])# AC_PROG_LD_RELOAD_FLAG
1122
 
 
1123
 
 
1124
 
@@ -8060,7 +8292,7 @@
1125
 
 # how to check for library dependencies
1126
 
 #  -- PORTME fill in with the dynamic library characteristics
1127
 
 AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
1128
 
-[AC_CACHE_CHECK([how to recognise dependent libraries],
1129
 
+[AC_CACHE_CHECK([how to recognize dependent libraries],
1130
 
 lt_cv_deplibs_check_method,
1131
 
 [lt_cv_file_magic_cmd='$MAGIC_CMD'
1132
 
 lt_cv_file_magic_test_file=
1133
 
@@ -8085,44 +8317,42 @@
1134
 
   lt_cv_deplibs_check_method=pass_all
1135
 
   ;;
1136
 
 
1137
 
-bsdi4*)
1138
 
+bsdi[[45]]*)
1139
 
   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
1140
 
   lt_cv_file_magic_cmd='/usr/bin/file -L'
1141
 
   lt_cv_file_magic_test_file=/shlib/libc.so
1142
 
   ;;
1143
 
 
1144
 
 cygwin*)
1145
 
-  lt_cv_deplibs_check_method=pass_all
1146
 
+  # func_win32_libid is a shell function defined in ltmain.sh
1147
 
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1148
 
+  lt_cv_file_magic_cmd='func_win32_libid'
1149
 
   ;;
1150
 
-  
1151
 
+
1152
 
 mingw* | pw32*)
1153
 
-  # win32_libid is a shell function defined in ltmain.sh
1154
 
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1155
 
-  lt_cv_file_magic_cmd='win32_libid'
1156
 
+  # Base MSYS/MinGW do not provide the 'file' command needed by
1157
 
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
1158
 
+  # unless we find 'file', for example because we are cross-compiling.
1159
 
+  if ( file / ) >/dev/null 2>&1; then
1160
 
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1161
 
+    lt_cv_file_magic_cmd='func_win32_libid'
1162
 
+  else
1163
 
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1164
 
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
1165
 
+  fi
1166
 
   ;;
1167
 
 
1168
 
 darwin* | rhapsody*)
1169
 
-  # this will be overwritten by pass_all, but leave it in just in case
1170
 
-  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
1171
 
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
1172
 
-  case "$host_os" in
1173
 
-  rhapsody* | darwin1.[[012]])
1174
 
-    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
1175
 
-    ;;
1176
 
-  *) # Darwin 1.3 on
1177
 
-    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1178
 
-    ;;
1179
 
-  esac
1180
 
   lt_cv_deplibs_check_method=pass_all
1181
 
   ;;
1182
 
 
1183
 
-freebsd* | kfreebsd*-gnu)
1184
 
+freebsd* | dragonfly*)
1185
 
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1186
 
     case $host_cpu in
1187
 
     i*86 )
1188
 
       # Not sure whether the presence of OpenBSD here was a mistake.
1189
 
       # Let's accept both of them until this is cleared up.
1190
 
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
1191
 
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
1192
 
       lt_cv_file_magic_cmd=/usr/bin/file
1193
 
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1194
 
       ;;
1195
 
@@ -8138,7 +8368,7 @@
1196
 
 
1197
 
 hpux10.20* | hpux11*)
1198
 
   lt_cv_file_magic_cmd=/usr/bin/file
1199
 
-  case "$host_cpu" in
1200
 
+  case $host_cpu in
1201
 
   ia64*)
1202
 
     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
1203
 
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1204
 
@@ -8154,43 +8384,27 @@
1205
 
   esac
1206
 
   ;;
1207
 
 
1208
 
+interix[[3-9]]*)
1209
 
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
1210
 
+  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
1211
 
+  ;;
1212
 
+
1213
 
 irix5* | irix6* | nonstopux*)
1214
 
-  case $host_os in
1215
 
-  irix5* | nonstopux*)
1216
 
-    # this will be overridden with pass_all, but let us keep it just in case
1217
 
-    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1218
 
-    ;;
1219
 
-  *)
1220
 
-    case $LD in
1221
 
-    *-32|*"-32 ") libmagic=32-bit;;
1222
 
-    *-n32|*"-n32 ") libmagic=N32;;
1223
 
-    *-64|*"-64 ") libmagic=64-bit;;
1224
 
-    *) libmagic=never-match;;
1225
 
-    esac
1226
 
-    # this will be overridden with pass_all, but let us keep it just in case
1227
 
-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
1228
 
-    ;;
1229
 
+  case $LD in
1230
 
+  *-32|*"-32 ") libmagic=32-bit;;
1231
 
+  *-n32|*"-n32 ") libmagic=N32;;
1232
 
+  *-64|*"-64 ") libmagic=64-bit;;
1233
 
+  *) libmagic=never-match;;
1234
 
   esac
1235
 
-  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
1236
 
   lt_cv_deplibs_check_method=pass_all
1237
 
   ;;
1238
 
 
1239
 
 # This must be Linux ELF.
1240
 
-linux*)
1241
 
-  case $host_cpu in
1242
 
-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
1243
 
-    lt_cv_deplibs_check_method=pass_all ;;
1244
 
-  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
1245
 
-  arm* )
1246
 
-    lt_cv_deplibs_check_method=pass_all ;;
1247
 
-  *)
1248
 
-    # glibc up to 2.1.1 does not perform some relocations on ARM
1249
 
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
1250
 
-  esac
1251
 
-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
1252
 
+linux* | k*bsd*-gnu)
1253
 
+  lt_cv_deplibs_check_method=pass_all
1254
 
   ;;
1255
 
 
1256
 
-netbsd*)
1257
 
+netbsd* | netbsdelf*-gnu)
1258
 
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1259
 
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
1260
 
   else
1261
 
@@ -8209,32 +8423,26 @@
1262
 
   ;;
1263
 
 
1264
 
 openbsd*)
1265
 
-  lt_cv_file_magic_cmd=/usr/bin/file
1266
 
-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1267
 
   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1268
 
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
1269
 
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
1270
 
   else
1271
 
-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
1272
 
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
1273
 
   fi
1274
 
   ;;
1275
 
 
1276
 
 osf3* | osf4* | osf5*)
1277
 
-  # this will be overridden with pass_all, but let us keep it just in case
1278
 
-  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
1279
 
-  lt_cv_file_magic_test_file=/shlib/libc.so
1280
 
   lt_cv_deplibs_check_method=pass_all
1281
 
   ;;
1282
 
 
1283
 
-sco3.2v5*)
1284
 
+rdos*)
1285
 
   lt_cv_deplibs_check_method=pass_all
1286
 
   ;;
1287
 
 
1288
 
 solaris*)
1289
 
   lt_cv_deplibs_check_method=pass_all
1290
 
-  lt_cv_file_magic_test_file=/lib/libc.so
1291
 
   ;;
1292
 
 
1293
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1294
 
+sysv4 | sysv4.3*)
1295
 
   case $host_vendor in
1296
 
   motorola)
1297
 
     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
1298
 
@@ -8255,10 +8463,13 @@
1299
 
   siemens)
1300
 
     lt_cv_deplibs_check_method=pass_all
1301
 
     ;;
1302
 
+  pc)
1303
 
+    lt_cv_deplibs_check_method=pass_all
1304
 
+    ;;
1305
 
   esac
1306
 
   ;;
1307
 
 
1308
 
-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
1309
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1310
 
   lt_cv_deplibs_check_method=pass_all
1311
 
   ;;
1312
 
 esac
1313
 
@@ -8278,36 +8489,43 @@
1314
 
   # Let the user override the test.
1315
 
   lt_cv_path_NM="$NM"
1316
 
 else
1317
 
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1318
 
-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1319
 
-    IFS="$lt_save_ifs"
1320
 
-    test -z "$ac_dir" && ac_dir=.
1321
 
-    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
1322
 
-    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
1323
 
-      # Check to see if the nm accepts a BSD-compat flag.
1324
 
-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1325
 
-      #   nm: unknown option "B" ignored
1326
 
-      # Tru64's nm complains that /dev/null is an invalid object file
1327
 
-      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
1328
 
-      */dev/null* | *'Invalid file or object type'*)
1329
 
-       lt_cv_path_NM="$tmp_nm -B"
1330
 
-       break
1331
 
-        ;;
1332
 
-      *)
1333
 
-       case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
1334
 
-       */dev/null*)
1335
 
-         lt_cv_path_NM="$tmp_nm -p"
1336
 
+  lt_nm_to_check="${ac_tool_prefix}nm"
1337
 
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
1338
 
+    lt_nm_to_check="$lt_nm_to_check nm"
1339
 
+  fi
1340
 
+  for lt_tmp_nm in $lt_nm_to_check; do
1341
 
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1342
 
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
1343
 
+      IFS="$lt_save_ifs"
1344
 
+      test -z "$ac_dir" && ac_dir=.
1345
 
+      tmp_nm="$ac_dir/$lt_tmp_nm"
1346
 
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
1347
 
+       # Check to see if the nm accepts a BSD-compat flag.
1348
 
+       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1349
 
+       #   nm: unknown option "B" ignored
1350
 
+       # Tru64's nm complains that /dev/null is an invalid object file
1351
 
+       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
1352
 
+       */dev/null* | *'Invalid file or object type'*)
1353
 
+         lt_cv_path_NM="$tmp_nm -B"
1354
 
          break
1355
 
          ;;
1356
 
        *)
1357
 
-         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1358
 
-         continue # so that we can try to find one that supports BSD flags
1359
 
+         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
1360
 
+         */dev/null*)
1361
 
+           lt_cv_path_NM="$tmp_nm -p"
1362
 
+           break
1363
 
+           ;;
1364
 
+         *)
1365
 
+           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1366
 
+           continue # so that we can try to find one that supports BSD flags
1367
 
+           ;;
1368
 
+         esac
1369
 
          ;;
1370
 
        esac
1371
 
-      esac
1372
 
-    fi
1373
 
+      fi
1374
 
+    done
1375
 
+    IFS="$lt_save_ifs"
1376
 
   done
1377
 
-  IFS="$lt_save_ifs"
1378
 
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1379
 
 fi])
1380
 
 NM="$lt_cv_path_NM"
1381
 
@@ -8339,13 +8557,13 @@
1382
 
 # -----------------------------------
1383
 
 # sets LIBLTDL to the link flags for the libltdl convenience library and
1384
 
 # LTDLINCL to the include flags for the libltdl header and adds
1385
 
-# --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL
1386
 
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
1387
 
-# DIRECTORY is not provided, it is assumed to be `libltdl'.  LIBLTDL will
1388
 
-# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
1389
 
-# '${top_srcdir}/' (note the single quotes!).  If your package is not
1390
 
-# flat and you're not using automake, define top_builddir and
1391
 
-# top_srcdir appropriately in the Makefiles.
1392
 
+# --enable-ltdl-convenience to the configure arguments.  Note that
1393
 
+# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
1394
 
+# it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
1395
 
+# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
1396
 
+# (note the single quotes!).  If your package is not flat and you're not
1397
 
+# using automake, define top_builddir and top_srcdir appropriately in
1398
 
+# the Makefiles.
1399
 
 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
1400
 
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1401
 
   case $enable_ltdl_convenience in
1402
 
@@ -8364,13 +8582,13 @@
1403
 
 # -----------------------------------
1404
 
 # sets LIBLTDL to the link flags for the libltdl installable library and
1405
 
 # LTDLINCL to the include flags for the libltdl header and adds
1406
 
-# --enable-ltdl-install to the configure arguments.  Note that LIBLTDL
1407
 
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
1408
 
-# DIRECTORY is not provided and an installed libltdl is not found, it is
1409
 
-# assumed to be `libltdl'.  LIBLTDL will be prefixed with '${top_builddir}/'
1410
 
-# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
1411
 
-# quotes!).  If your package is not flat and you're not using automake,
1412
 
-# define top_builddir and top_srcdir appropriately in the Makefiles.
1413
 
+# --enable-ltdl-install to the configure arguments.  Note that
1414
 
+# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
1415
 
+# and an installed libltdl is not found, it is assumed to be `libltdl'.
1416
 
+# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
1417
 
+# '${top_srcdir}/' (note the single quotes!).  If your package is not
1418
 
+# flat and you're not using automake, define top_builddir and top_srcdir
1419
 
+# appropriately in the Makefiles.
1420
 
 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
1421
 
 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
1422
 
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1423
 
@@ -8408,10 +8626,21 @@
1424
 
 # ---------------
1425
 
 AC_DEFUN([_LT_AC_LANG_CXX],
1426
 
 [AC_REQUIRE([AC_PROG_CXX])
1427
 
-AC_REQUIRE([AC_PROG_CXXCPP])
1428
 
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
1429
 
 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
1430
 
 ])# _LT_AC_LANG_CXX
1431
 
 
1432
 
+# _LT_AC_PROG_CXXCPP
1433
 
+# ------------------
1434
 
+AC_DEFUN([_LT_AC_PROG_CXXCPP],
1435
 
+[
1436
 
+AC_REQUIRE([AC_PROG_CXX])
1437
 
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1438
 
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1439
 
+    (test "X$CXX" != "Xg++"))) ; then
1440
 
+  AC_PROG_CXXCPP
1441
 
+fi
1442
 
+])# _LT_AC_PROG_CXXCPP
1443
 
 
1444
 
 # AC_LIBTOOL_F77
1445
 
 # --------------
1446
 
@@ -8451,7 +8680,7 @@
1447
 
 
1448
 
 
1449
 
 # AC_LIBTOOL_RC
1450
 
-# --------------
1451
 
+# -------------
1452
 
 # enable support for Windows resource files
1453
 
 AC_DEFUN([AC_LIBTOOL_RC],
1454
 
 [AC_REQUIRE([LT_AC_PROG_RC])
1455
 
@@ -8477,43 +8706,16 @@
1456
 
 _LT_AC_TAGVAR(objext, $1)=$objext
1457
 
 
1458
 
 # Code to be used in simple compile tests
1459
 
-lt_simple_compile_test_code="int some_variable = 0;\n"
1460
 
+lt_simple_compile_test_code="int some_variable = 0;"
1461
 
 
1462
 
 # Code to be used in simple link tests
1463
 
-lt_simple_link_test_code='int main(){return(0);}\n'
1464
 
+lt_simple_link_test_code='int main(){return(0);}'
1465
 
 
1466
 
 _LT_AC_SYS_COMPILER
1467
 
 
1468
 
-#
1469
 
-# Check for any special shared library compilation flags.
1470
 
-#
1471
 
-_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
1472
 
-if test "$GCC" = no; then
1473
 
-  case $host_os in
1474
 
-  sco3.2v5*)
1475
 
-    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
1476
 
-    ;;
1477
 
-  esac
1478
 
-fi
1479
 
-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
1480
 
-  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
1481
 
-  if echo "$old_CC $old_CFLAGS " | grep "[[    ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[      ]]" >/dev/null; then :
1482
 
-  else
1483
 
-    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
1484
 
-    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
1485
 
-  fi
1486
 
-fi
1487
 
-
1488
 
-
1489
 
-#
1490
 
-# Check to make sure the static flag actually works.
1491
 
-#
1492
 
-AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
1493
 
-  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
1494
 
-  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
1495
 
-  [],
1496
 
-  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
1497
 
-
1498
 
+# save warnings/boilerplate of simple test code
1499
 
+_LT_COMPILER_BOILERPLATE
1500
 
+_LT_LINKER_BOILERPLATE
1501
 
 
1502
 
 ## CAVEAT EMPTOR:
1503
 
 ## There is no encapsulation within the following macros, do not change
1504
 
@@ -8527,9 +8729,9 @@
1505
 
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
1506
 
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
1507
 
 AC_LIBTOOL_SYS_LIB_STRIP
1508
 
-AC_LIBTOOL_DLOPEN_SELF($1)
1509
 
+AC_LIBTOOL_DLOPEN_SELF
1510
 
 
1511
 
-# Report which librarie types wil actually be built
1512
 
+# Report which library types will actually be built
1513
 
 AC_MSG_CHECKING([if libtool supports shared libraries])
1514
 
 AC_MSG_RESULT([$can_build_shared])
1515
 
 
1516
 
@@ -8538,7 +8740,7 @@
1517
 
 
1518
 
 # On AIX, shared libraries and static libraries use the same namespace, and
1519
 
 # are all built from PIC.
1520
 
-case "$host_os" in
1521
 
+case $host_os in
1522
 
 aix3*)
1523
 
   test "$enable_shared" = yes && enable_static=no
1524
 
   if test -n "$RANLIB"; then
1525
 
@@ -8547,48 +8749,11 @@
1526
 
   fi
1527
 
   ;;
1528
 
 
1529
 
-aix4*)
1530
 
+aix4* | aix5*)
1531
 
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
1532
 
     test "$enable_shared" = yes && enable_static=no
1533
 
   fi
1534
 
-  ;;
1535
 
-  darwin* | rhapsody*)
1536
 
-  if test "$GCC" = yes; then
1537
 
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1538
 
-    case "$host_os" in
1539
 
-    rhapsody* | darwin1.[[012]])
1540
 
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
1541
 
-      ;;
1542
 
-    *) # Darwin 1.3 on
1543
 
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
1544
 
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
1545
 
-      else
1546
 
-       case ${MACOSX_DEPLOYMENT_TARGET} in
1547
 
-         10.[012])
1548
 
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
1549
 
-           ;;
1550
 
-         10.*)
1551
 
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
1552
 
-           ;;
1553
 
-       esac
1554
 
-      fi
1555
 
-      ;;
1556
 
-    esac
1557
 
-    output_verbose_link_cmd='echo'
1558
 
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
1559
 
-    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
1560
 
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
1561
 
-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1562
 
-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1563
 
-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
1564
 
-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
1565
 
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1566
 
-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
1567
 
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1568
 
-  else
1569
 
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
1570
 
-  fi  
1571
 
-    ;;  
1572
 
+    ;;
1573
 
 esac
1574
 
 AC_MSG_RESULT([$enable_shared])
1575
 
 
1576
 
@@ -8613,7 +8778,7 @@
1577
 
 AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
1578
 
 [AC_LANG_PUSH(C++)
1579
 
 AC_REQUIRE([AC_PROG_CXX])
1580
 
-AC_REQUIRE([AC_PROG_CXXCPP])
1581
 
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
1582
 
 
1583
 
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1584
 
 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
1585
 
@@ -8625,6 +8790,7 @@
1586
 
 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
1587
 
 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
1588
 
 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
1589
 
+_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1590
 
 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
1591
 
 _LT_AC_TAGVAR(module_cmds, $1)=
1592
 
 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
1593
 
@@ -8642,21 +8808,25 @@
1594
 
 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
1595
 
 
1596
 
 # Source file extension for C++ test sources.
1597
 
-ac_ext=cc
1598
 
+ac_ext=cpp
1599
 
 
1600
 
 # Object file extension for compiled C++ test sources.
1601
 
 objext=o
1602
 
 _LT_AC_TAGVAR(objext, $1)=$objext
1603
 
 
1604
 
 # Code to be used in simple compile tests
1605
 
-lt_simple_compile_test_code="int some_variable = 0;\n"
1606
 
+lt_simple_compile_test_code="int some_variable = 0;"
1607
 
 
1608
 
 # Code to be used in simple link tests
1609
 
-lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
1610
 
+lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
1611
 
 
1612
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
1613
 
 _LT_AC_SYS_COMPILER
1614
 
 
1615
 
+# save warnings/boilerplate of simple test code
1616
 
+_LT_COMPILER_BOILERPLATE
1617
 
+_LT_LINKER_BOILERPLATE
1618
 
+
1619
 
 # Allow CC to be a program name with arguments.
1620
 
 lt_save_CC=$CC
1621
 
 lt_save_LD=$LD
1622
 
@@ -8667,18 +8837,18 @@
1623
 
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
1624
 
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
1625
 
 else
1626
 
-  unset lt_cv_prog_gnu_ld
1627
 
+  $as_unset lt_cv_prog_gnu_ld
1628
 
 fi
1629
 
 if test -n "${lt_cv_path_LDCXX+set}"; then
1630
 
   lt_cv_path_LD=$lt_cv_path_LDCXX
1631
 
 else
1632
 
-  unset lt_cv_path_LD
1633
 
+  $as_unset lt_cv_path_LD
1634
 
 fi
1635
 
 test -z "${LDCXX+set}" || LD=$LDCXX
1636
 
 CC=${CXX-"c++"}
1637
 
 compiler=$CC
1638
 
 _LT_AC_TAGVAR(compiler, $1)=$CC
1639
 
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
1640
 
+_LT_CC_BASENAME([$compiler])
1641
 
 
1642
 
 # We don't want -fno-exception wen compiling C++ code, so set the
1643
 
 # no_builtin_flag separately
1644
 
@@ -8696,8 +8866,8 @@
1645
 
   # Check if GNU C++ uses GNU ld as the underlying linker, since the
1646
 
   # archiving commands below assume that GNU ld is being used.
1647
 
   if test "$with_gnu_ld" = yes; then
1648
 
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
1649
 
-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1650
 
+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
1651
 
+    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1652
 
 
1653
 
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
1654
 
     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
1655
 
@@ -8723,7 +8893,7 @@
1656
 
     # linker, instead of GNU ld.  If possible, this setting should
1657
 
     # overridden to take advantage of the native linker features on
1658
 
     # the platform it is being used on.
1659
 
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
1660
 
+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
1661
 
   fi
1662
 
 
1663
 
   # Commands to make compiler produce verbose output that lists
1664
 
@@ -8753,8 +8923,23 @@
1665
 
       exp_sym_flag='-Bexport'
1666
 
       no_entry_flag=""
1667
 
     else
1668
 
-      # KDE requires run time linking.  Make it the default.
1669
 
-      aix_use_runtimelinking=yes
1670
 
+      aix_use_runtimelinking=no
1671
 
+
1672
 
+      # Test if we are trying to use run time linking or normal
1673
 
+      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
1674
 
+      # need to do runtime linking.
1675
 
+      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
1676
 
+       for ld_flag in $LDFLAGS; do
1677
 
+         case $ld_flag in
1678
 
+         *-brtl*)
1679
 
+           aix_use_runtimelinking=yes
1680
 
+           break
1681
 
+           ;;
1682
 
+         esac
1683
 
+       done
1684
 
+       ;;
1685
 
+      esac
1686
 
+
1687
 
       exp_sym_flag='-bexport'
1688
 
       no_entry_flag='-bnoentry'
1689
 
     fi
1690
 
@@ -8771,7 +8956,7 @@
1691
 
     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1692
 
 
1693
 
     if test "$GXX" = yes; then
1694
 
-      case $host_os in aix4.[012]|aix4.[012].*)
1695
 
+      case $host_os in aix4.[[012]]|aix4.[[012]].*)
1696
 
       # We only want to do this on AIX 4.2 and lower, the check
1697
 
       # below for broken collect2 doesn't work under 4.3+
1698
 
        collect2name=`${CC} -print-prog-name=collect2`
1699
 
@@ -8779,7 +8964,7 @@
1700
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
1701
 
        then
1702
 
          # We have reworked collect2
1703
 
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1704
 
+         :
1705
 
        else
1706
 
          # We have old collect2
1707
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
1708
 
@@ -8790,8 +8975,12 @@
1709
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1710
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
1711
 
        fi
1712
 
+       ;;
1713
 
       esac
1714
 
       shared_flag='-shared'
1715
 
+      if test "$aix_use_runtimelinking" = yes; then
1716
 
+       shared_flag="$shared_flag "'${wl}-G'
1717
 
+      fi
1718
 
     else
1719
 
       # not using gcc
1720
 
       if test "$host_cpu" = ia64; then
1721
 
@@ -8800,15 +8989,16 @@
1722
 
        shared_flag='-G'
1723
 
       else
1724
 
        if test "$aix_use_runtimelinking" = yes; then
1725
 
-         shared_flag='-qmkshrobj ${wl}-G'
1726
 
+         shared_flag='${wl}-G'
1727
 
        else
1728
 
-         shared_flag='-qmkshrobj'
1729
 
+         shared_flag='${wl}-bM:SRE'
1730
 
        fi
1731
 
       fi
1732
 
     fi
1733
 
 
1734
 
-    # Let the compiler handle the export list.
1735
 
-    _LT_AC_TAGVAR(always_export_symbols, $1)=no
1736
 
+    # It seems that -bexpall does not export symbols beginning with
1737
 
+    # underscore (_), so it is better to generate a list of symbols to export.
1738
 
+    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
1739
 
     if test "$aix_use_runtimelinking" = yes; then
1740
 
       # Warning - without using the other runtime loading flags (-brtl),
1741
 
       # -berok will link without error, but may produce a broken library.
1742
 
@@ -8817,13 +9007,12 @@
1743
 
       _LT_AC_SYS_LIBPATH_AIX
1744
 
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
1745
 
 
1746
 
-      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
1747
 
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
1748
 
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
1749
 
      else
1750
 
       if test "$host_cpu" = ia64; then
1751
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
1752
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
1753
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
1754
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
1755
 
       else
1756
 
        # Determine the default libpath from the value encoded in an empty executable.
1757
 
        _LT_AC_SYS_LIBPATH_AIX
1758
 
@@ -8832,16 +9021,26 @@
1759
 
        # -berok will link without error, but may produce a broken library.
1760
 
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
1761
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
1762
 
-       # -bexpall does not export symbols beginning with underscore (_)
1763
 
-       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
1764
 
        # Exported symbols can be pulled into shared objects from archives
1765
 
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
1766
 
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
1767
 
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
1768
 
-       # This is similar to how AIX traditionally builds it's shared libraries.
1769
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
1770
 
+       # This is similar to how AIX traditionally builds its shared libraries.
1771
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
1772
 
       fi
1773
 
     fi
1774
 
     ;;
1775
 
+
1776
 
+  beos*)
1777
 
+    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
1778
 
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
1779
 
+      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
1780
 
+      # support --undefined.  This deserves some investigation.  FIXME
1781
 
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1782
 
+    else
1783
 
+      _LT_AC_TAGVAR(ld_shlibs, $1)=no
1784
 
+    fi
1785
 
+    ;;
1786
 
+
1787
 
   chorus*)
1788
 
     case $cc_basename in
1789
 
       *)
1790
 
@@ -8855,12 +9054,12 @@
1791
 
     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
1792
 
     # as there is no search path for DLLs.
1793
 
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1794
 
-    _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
1795
 
+    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
1796
 
     _LT_AC_TAGVAR(always_export_symbols, $1)=no
1797
 
     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
1798
 
 
1799
 
     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
1800
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
1801
 
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
1802
 
       # If the export-symbols file already is a .def file (1st line
1803
 
       # is EXPORTS), use it as is; otherwise, prepend...
1804
 
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
1805
 
@@ -8869,70 +9068,81 @@
1806
 
        echo EXPORTS > $output_objdir/$soname.def;
1807
 
        cat $export_symbols >> $output_objdir/$soname.def;
1808
 
       fi~
1809
 
-      $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
1810
 
+      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
1811
 
     else
1812
 
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
1813
 
     fi
1814
 
   ;;
1815
 
+      darwin* | rhapsody*)
1816
 
+        case $host_os in
1817
 
+        rhapsody* | darwin1.[[012]])
1818
 
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
1819
 
+         ;;
1820
 
+       *) # Darwin 1.3 on
1821
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
1822
 
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
1823
 
+         else
1824
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
1825
 
+             10.[[012]])
1826
 
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
1827
 
+               ;;
1828
 
+             10.*)
1829
 
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
1830
 
+               ;;
1831
 
+           esac
1832
 
+         fi
1833
 
+         ;;
1834
 
+        esac
1835
 
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1836
 
+      _LT_AC_TAGVAR(hardcode_direct, $1)=no
1837
 
+      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
1838
 
+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1839
 
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
1840
 
+      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1841
 
 
1842
 
-  darwin* | rhapsody*)
1843
 
-  if test "$GXX" = yes; then
1844
 
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1845
 
-    case "$host_os" in
1846
 
-    rhapsody* | darwin1.[[012]])
1847
 
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
1848
 
-      ;;
1849
 
-    *) # Darwin 1.3 on
1850
 
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
1851
 
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
1852
 
-      else
1853
 
-       case ${MACOSX_DEPLOYMENT_TARGET} in
1854
 
-         10.[012])
1855
 
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
1856
 
-           ;;
1857
 
-         10.*)
1858
 
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
1859
 
-           ;;
1860
 
-       esac
1861
 
+    if test "$GXX" = yes ; then
1862
 
+      lt_int_apple_cc_single_mod=no
1863
 
+      output_verbose_link_cmd='echo'
1864
 
+      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
1865
 
+       lt_int_apple_cc_single_mod=yes
1866
 
       fi
1867
 
-      ;;
1868
 
-    esac
1869
 
-    lt_int_apple_cc_single_mod=no
1870
 
-    output_verbose_link_cmd='echo'
1871
 
-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
1872
 
-      lt_int_apple_cc_single_mod=yes
1873
 
-    fi
1874
 
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
1875
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
1876
 
-    else
1877
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
1878
 
-    fi
1879
 
-    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
1880
 
-
1881
 
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
1882
 
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
1883
 
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1884
 
-    else
1885
 
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1886
 
-    fi
1887
 
-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1888
 
-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
1889
 
-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
1890
 
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1891
 
-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
1892
 
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1893
 
-  else
1894
 
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
1895
 
-  fi
1896
 
-    ;;
1897
 
+      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
1898
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
1899
 
+      else
1900
 
+          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
1901
 
+        fi
1902
 
+        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
1903
 
+        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
1904
 
+          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
1905
 
+            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1906
 
+          else
1907
 
+            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1908
 
+          fi
1909
 
+            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1910
 
+      else
1911
 
+      case $cc_basename in
1912
 
+        xlc*)
1913
 
+         output_verbose_link_cmd='echo'
1914
 
+          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
1915
 
+          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
1916
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
1917
 
+          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1918
 
+          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1919
 
+          ;;
1920
 
+       *)
1921
 
+         _LT_AC_TAGVAR(ld_shlibs, $1)=no
1922
 
+          ;;
1923
 
+      esac
1924
 
+      fi
1925
 
+        ;;
1926
 
 
1927
 
   dgux*)
1928
 
     case $cc_basename in
1929
 
-      ec++)
1930
 
+      ec++*)
1931
 
        # FIXME: insert proper C++ library support
1932
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
1933
 
        ;;
1934
 
-      ghcx)
1935
 
+      ghcx*)
1936
 
        # Green Hills C++ Compiler
1937
 
        # FIXME: insert proper C++ library support
1938
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
1939
 
@@ -8943,14 +9153,14 @@
1940
 
        ;;
1941
 
     esac
1942
 
     ;;
1943
 
-  freebsd[12]*)
1944
 
+  freebsd[[12]]*)
1945
 
     # C++ shared libraries reported to be fairly broken before switch to ELF
1946
 
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
1947
 
     ;;
1948
 
   freebsd-elf*)
1949
 
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1950
 
     ;;
1951
 
-  freebsd* | kfreebsd*-gnu)
1952
 
+  freebsd* | dragonfly*)
1953
 
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
1954
 
     # conventions
1955
 
     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
1956
 
@@ -8967,12 +9177,12 @@
1957
 
                                # location of the library.
1958
 
 
1959
 
     case $cc_basename in
1960
 
-    CC)
1961
 
+    CC*)
1962
 
       # FIXME: insert proper C++ library support
1963
 
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
1964
 
       ;;
1965
 
-    aCC)
1966
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1967
 
+    aCC*)
1968
 
+      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1969
 
       # Commands to make compiler produce verbose output that lists
1970
 
       # what "hidden" libraries, object files and flags are used when
1971
 
       # linking a shared library.
1972
 
@@ -8981,11 +9191,11 @@
1973
 
       # explicitly linking system object files so we need to strip them
1974
 
       # from the output so that they don't get included in the library
1975
 
       # dependencies.
1976
 
-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1977
 
+      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1978
 
       ;;
1979
 
     *)
1980
 
       if test "$GXX" = yes; then
1981
 
-        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1982
 
+        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1983
 
       else
1984
 
         # FIXME: insert proper C++ library support
1985
 
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
1986
 
@@ -8995,33 +9205,20 @@
1987
 
     ;;
1988
 
   hpux10*|hpux11*)
1989
 
     if test $with_gnu_ld = no; then
1990
 
-      case "$host_cpu" in
1991
 
-      hppa*64*)
1992
 
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1993
 
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
1994
 
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1995
 
-        ;;
1996
 
-      ia64*)
1997
 
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1998
 
-        ;;
1999
 
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2000
 
+      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2001
 
+
2002
 
+      case $host_cpu in
2003
 
+      hppa*64*|ia64*) ;;
2004
 
       *)
2005
 
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2006
 
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2007
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2008
 
         ;;
2009
 
       esac
2010
 
     fi
2011
 
-    case "$host_cpu" in
2012
 
-    hppa*64*)
2013
 
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
2014
 
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2015
 
-      ;;
2016
 
-    ia64*)
2017
 
+    case $host_cpu in
2018
 
+    hppa*64*|ia64*)
2019
 
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
2020
 
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2021
 
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2022
 
-                                             # but as the default
2023
 
-                                             # location of the library.
2024
 
       ;;
2025
 
     *)
2026
 
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2027
 
@@ -9032,17 +9229,20 @@
2028
 
     esac
2029
 
 
2030
 
     case $cc_basename in
2031
 
-      CC)
2032
 
+      CC*)
2033
 
        # FIXME: insert proper C++ library support
2034
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2035
 
        ;;
2036
 
-      aCC)
2037
 
-       case "$host_cpu" in
2038
 
-       hppa*64*|ia64*)
2039
 
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2040
 
+      aCC*)
2041
 
+       case $host_cpu in
2042
 
+       hppa*64*)
2043
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2044
 
+         ;;
2045
 
+       ia64*)
2046
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2047
 
          ;;
2048
 
        *)
2049
 
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
2050
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2051
 
          ;;
2052
 
        esac
2053
 
        # Commands to make compiler produce verbose output that lists
2054
 
@@ -9058,12 +9258,15 @@
2055
 
       *)
2056
 
        if test "$GXX" = yes; then
2057
 
          if test $with_gnu_ld = no; then
2058
 
-           case "$host_cpu" in
2059
 
-           ia64*|hppa*64*)
2060
 
-             _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
2061
 
+           case $host_cpu in
2062
 
+           hppa*64*)
2063
 
+             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2064
 
+             ;;
2065
 
+           ia64*)
2066
 
+             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2067
 
              ;;
2068
 
            *)
2069
 
-             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
2070
 
+             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2071
 
              ;;
2072
 
            esac
2073
 
          fi
2074
 
@@ -9074,11 +9277,25 @@
2075
 
        ;;
2076
 
     esac
2077
 
     ;;
2078
 
+  interix[[3-9]]*)
2079
 
+    _LT_AC_TAGVAR(hardcode_direct, $1)=no
2080
 
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2081
 
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2082
 
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2083
 
+    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
2084
 
+    # Instead, shared libraries are loaded at an image base (0x10000000 by
2085
 
+    # default) and relocated if they conflict, which is a slow very memory
2086
 
+    # consuming and fragmenting process.  To avoid this, we pick a random,
2087
 
+    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
2088
 
+    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
2089
 
+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2090
 
+    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
2091
 
+    ;;
2092
 
   irix5* | irix6*)
2093
 
     case $cc_basename in
2094
 
-      CC)
2095
 
+      CC*)
2096
 
        # SGI C++
2097
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2098
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2099
 
 
2100
 
        # Archives containing C++ object files must be created using
2101
 
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
2102
 
@@ -9089,9 +9306,9 @@
2103
 
       *)
2104
 
        if test "$GXX" = yes; then
2105
 
          if test "$with_gnu_ld" = no; then
2106
 
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2107
 
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2108
 
          else
2109
 
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
2110
 
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
2111
 
          fi
2112
 
        fi
2113
 
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2114
 
@@ -9100,16 +9317,16 @@
2115
 
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2116
 
     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2117
 
     ;;
2118
 
-  linux*)
2119
 
+  linux* | k*bsd*-gnu)
2120
 
     case $cc_basename in
2121
 
-      KCC)
2122
 
+      KCC*)
2123
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
2124
 
 
2125
 
        # KCC will only create a shared library if the output file
2126
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2127
 
        # to its proper name (with version) after linking.
2128
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
2129
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
2130
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2131
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
2132
 
        # Commands to make compiler produce verbose output that lists
2133
 
        # what "hidden" libraries, object files and flags are used when
2134
 
        # linking a shared library.
2135
 
@@ -9127,20 +9344,44 @@
2136
 
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
2137
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2138
 
        ;;
2139
 
-      icpc)
2140
 
+      icpc*)
2141
 
        # Intel C++
2142
 
        with_gnu_ld=yes
2143
 
+       # version 8.0 and above of icpc choke on multiply defined symbols
2144
 
+       # if we add $predep_objects and $postdep_objects, however 7.1 and
2145
 
+       # earlier do not add the objects themselves.
2146
 
+       case `$CC -V 2>&1` in
2147
 
+       *"Version 7."*)
2148
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2149
 
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2150
 
+         ;;
2151
 
+       *)  # Version 8.0 or newer
2152
 
+         tmp_idyn=
2153
 
+         case $host_cpu in
2154
 
+           ia64*) tmp_idyn=' -i_dynamic';;
2155
 
+         esac
2156
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2157
 
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2158
 
+         ;;
2159
 
+       esac
2160
 
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2161
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
2162
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2163
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2164
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2165
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
2166
 
        ;;
2167
 
-      cxx)
2168
 
+      pgCC*)
2169
 
+        # Portland Group C++ compiler
2170
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
2171
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
2172
 
+
2173
 
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2174
 
+       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2175
 
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
2176
 
+        ;;
2177
 
+      cxx*)
2178
 
        # Compaq C++
2179
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
2180
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
2181
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2182
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
2183
 
 
2184
 
        runpath_var=LD_RUN_PATH
2185
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2186
 
@@ -9156,6 +9397,29 @@
2187
 
        # dependencies.
2188
 
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2189
 
        ;;
2190
 
+      *)
2191
 
+       case `$CC -V 2>&1 | sed 5q` in
2192
 
+       *Sun\ C*)
2193
 
+         # Sun C++ 5.9
2194
 
+         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
2195
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2196
 
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
2197
 
+         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
2198
 
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
2199
 
+
2200
 
+         # Not sure whether something based on
2201
 
+         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
2202
 
+         # would be better.
2203
 
+         output_verbose_link_cmd='echo'
2204
 
+
2205
 
+         # Archives containing C++ object files must be created using
2206
 
+         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
2207
 
+         # necessary to make sure instantiated templates are included
2208
 
+         # in the archive.
2209
 
+         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
2210
 
+         ;;
2211
 
+       esac
2212
 
+       ;;
2213
 
     esac
2214
 
     ;;
2215
 
   lynxos*)
2216
 
@@ -9168,7 +9432,7 @@
2217
 
     ;;
2218
 
   mvs*)
2219
 
     case $cc_basename in
2220
 
-      cxx)
2221
 
+      cxx*)
2222
 
        # FIXME: insert proper C++ library support
2223
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2224
 
        ;;
2225
 
@@ -9178,7 +9442,7 @@
2226
 
        ;;
2227
 
     esac
2228
 
     ;;
2229
 
-  netbsd*)
2230
 
+  netbsd* | netbsdelf*-gnu)
2231
 
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2232
 
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
2233
 
       wlarc=
2234
 
@@ -9189,15 +9453,35 @@
2235
 
     # Workaround some broken pre-1.5 toolchains
2236
 
     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
2237
 
     ;;
2238
 
+  openbsd2*)
2239
 
+    # C++ shared libraries are fairly broken
2240
 
+    _LT_AC_TAGVAR(ld_shlibs, $1)=no
2241
 
+    ;;
2242
 
+  openbsd*)
2243
 
+    if test -f /usr/libexec/ld.so; then
2244
 
+      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2245
 
+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2246
 
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2247
 
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2248
 
+      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2249
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
2250
 
+       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2251
 
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2252
 
+      fi
2253
 
+      output_verbose_link_cmd='echo'
2254
 
+    else
2255
 
+      _LT_AC_TAGVAR(ld_shlibs, $1)=no
2256
 
+    fi
2257
 
+    ;;
2258
 
   osf3*)
2259
 
     case $cc_basename in
2260
 
-      KCC)
2261
 
+      KCC*)
2262
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
2263
 
 
2264
 
        # KCC will only create a shared library if the output file
2265
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2266
 
        # to its proper name (with version) after linking.
2267
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
2268
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2269
 
 
2270
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2271
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2272
 
@@ -9207,14 +9491,14 @@
2273
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
2274
 
 
2275
 
        ;;
2276
 
-      RCC)
2277
 
+      RCC*)
2278
 
        # Rational C++ 2.4.1
2279
 
        # FIXME: insert proper C++ library support
2280
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2281
 
        ;;
2282
 
-      cxx)
2283
 
+      cxx*)
2284
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2285
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2286
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2287
 
 
2288
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2289
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2290
 
@@ -9232,7 +9516,7 @@
2291
 
       *)
2292
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2293
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2294
 
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2295
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2296
 
 
2297
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2298
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2299
 
@@ -9251,13 +9535,13 @@
2300
 
     ;;
2301
 
   osf4* | osf5*)
2302
 
     case $cc_basename in
2303
 
-      KCC)
2304
 
+      KCC*)
2305
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
2306
 
 
2307
 
        # KCC will only create a shared library if the output file
2308
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
2309
 
        # to its proper name (with version) after linking.
2310
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
2311
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
2312
 
 
2313
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
2314
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2315
 
@@ -9266,17 +9550,17 @@
2316
 
        # the KAI C++ compiler.
2317
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
2318
 
        ;;
2319
 
-      RCC)
2320
 
+      RCC*)
2321
 
        # Rational C++ 2.4.1
2322
 
        # FIXME: insert proper C++ library support
2323
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2324
 
        ;;
2325
 
-      cxx)
2326
 
+      cxx*)
2327
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
2328
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
2329
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2330
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
2331
 
          echo "-hidden">> $lib.exp~
2332
 
-         $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
2333
 
+         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
2334
 
          $rm $lib.exp'
2335
 
 
2336
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
2337
 
@@ -9295,7 +9579,7 @@
2338
 
       *)
2339
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2340
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
2341
 
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
2342
 
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2343
 
 
2344
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
2345
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2346
 
@@ -9316,27 +9600,14 @@
2347
 
     # FIXME: insert proper C++ library support
2348
 
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
2349
 
     ;;
2350
 
-  sco*)
2351
 
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2352
 
-    case $cc_basename in
2353
 
-      CC)
2354
 
-       # FIXME: insert proper C++ library support
2355
 
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2356
 
-       ;;
2357
 
-      *)
2358
 
-       # FIXME: insert proper C++ library support
2359
 
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
2360
 
-       ;;
2361
 
-    esac
2362
 
-    ;;
2363
 
   sunos4*)
2364
 
     case $cc_basename in
2365
 
-      CC)
2366
 
+      CC*)
2367
 
        # Sun C++ 4.x
2368
 
        # FIXME: insert proper C++ library support
2369
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2370
 
        ;;
2371
 
-      lcc)
2372
 
+      lcc*)
2373
 
        # Lucid
2374
 
        # FIXME: insert proper C++ library support
2375
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2376
 
@@ -9349,36 +9620,28 @@
2377
 
     ;;
2378
 
   solaris*)
2379
 
     case $cc_basename in
2380
 
-      CC)
2381
 
+      CC*)
2382
 
        # Sun C++ 4.2, 5.x and Centerline C++
2383
 
+        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
2384
 
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
2385
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
2386
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
2387
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
2388
 
-       $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
2389
 
+       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
2390
 
 
2391
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
2392
 
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2393
 
        case $host_os in
2394
 
-         solaris2.[0-5] | solaris2.[0-5].*) ;;
2395
 
+         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
2396
 
          *)
2397
 
-           # The C++ compiler is used as linker so we must use $wl
2398
 
-           # flag to pass the commands to the underlying system
2399
 
-           # linker.
2400
 
+           # The compiler driver will combine and reorder linker options,
2401
 
+           # but understands `-z linker_flag'.
2402
 
            # Supported since Solaris 2.6 (maybe 2.5.1?)
2403
 
-           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
2404
 
+           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
2405
 
            ;;
2406
 
        esac
2407
 
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2408
 
 
2409
 
-       # Commands to make compiler produce verbose output that lists
2410
 
-       # what "hidden" libraries, object files and flags are used when
2411
 
-       # linking a shared library.
2412
 
-       #
2413
 
-       # There doesn't appear to be a way to prevent this compiler from
2414
 
-       # explicitly linking system object files so we need to strip them
2415
 
-       # from the output so that they don't get included in the library
2416
 
-       # dependencies.
2417
 
-       output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2418
 
+       output_verbose_link_cmd='echo'
2419
 
 
2420
 
        # Archives containing C++ object files must be created using
2421
 
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
2422
 
@@ -9386,9 +9649,9 @@
2423
 
        # in the archive.
2424
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
2425
 
        ;;
2426
 
-      gcx)
2427
 
+      gcx*)
2428
 
        # Green Hills C++ Compiler
2429
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
2430
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
2431
 
 
2432
 
        # The C++ compiler must be used to create the archive.
2433
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
2434
 
@@ -9398,9 +9661,9 @@
2435
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
2436
 
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
2437
 
          if $CC --version | grep -v '^2\.7' > /dev/null; then
2438
 
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
2439
 
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
2440
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
2441
 
-               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
2442
 
+               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
2443
 
 
2444
 
            # Commands to make compiler produce verbose output that lists
2445
 
            # what "hidden" libraries, object files and flags are used when
2446
 
@@ -9409,9 +9672,9 @@
2447
 
          else
2448
 
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
2449
 
            # platform.
2450
 
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
2451
 
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
2452
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
2453
 
-               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
2454
 
+               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
2455
 
 
2456
 
            # Commands to make compiler produce verbose output that lists
2457
 
            # what "hidden" libraries, object files and flags are used when
2458
 
@@ -9420,16 +9683,73 @@
2459
 
          fi
2460
 
 
2461
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
2462
 
+         case $host_os in
2463
 
+         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
2464
 
+         *)
2465
 
+           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
2466
 
+           ;;
2467
 
+         esac
2468
 
        fi
2469
 
        ;;
2470
 
     esac
2471
 
     ;;
2472
 
-  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
2473
 
+  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
2474
 
+    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
2475
 
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2476
 
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2477
 
+    runpath_var='LD_RUN_PATH'
2478
 
+
2479
 
+    case $cc_basename in
2480
 
+      CC*)
2481
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
2482
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
2483
 
+       ;;
2484
 
+      *)
2485
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
2486
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
2487
 
+       ;;
2488
 
+    esac
2489
 
+    ;;
2490
 
+  sysv5* | sco3.2v5* | sco5v6*)
2491
 
+    # Note: We can NOT use -z defs as we might desire, because we do not
2492
 
+    # link with -lc, and that would cause any symbols used from libc to
2493
 
+    # always be unresolved, which means just about no library would
2494
 
+    # ever link correctly.  If we're not using GNU ld we use -z text
2495
 
+    # though, which does catch some bad symbols but isn't as heavy-handed
2496
 
+    # as -z defs.
2497
 
+    # For security reasons, it is highly recommended that you always
2498
 
+    # use absolute paths for naming shared libraries, and exclude the
2499
 
+    # DT_RUNPATH tag from executables and libraries.  But doing so
2500
 
+    # requires that you compile everything twice, which is a pain.
2501
 
+    # So that behaviour is only enabled if SCOABSPATH is set to a
2502
 
+    # non-empty value in the environment.  Most likely only useful for
2503
 
+    # creating official distributions of packages.
2504
 
+    # This is a hack until libtool officially supports absolute path
2505
 
+    # names for shared libraries.
2506
 
+    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
2507
 
+    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
2508
 
+    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2509
 
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
2510
 
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
2511
 
+    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2512
 
+    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2513
 
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
2514
 
+    runpath_var='LD_RUN_PATH'
2515
 
+
2516
 
+    case $cc_basename in
2517
 
+      CC*)
2518
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
2519
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
2520
 
+       ;;
2521
 
+      *)
2522
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
2523
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
2524
 
+       ;;
2525
 
+    esac
2526
 
     ;;
2527
 
   tandem*)
2528
 
     case $cc_basename in
2529
 
-      NCC)
2530
 
+      NCC*)
2531
 
        # NonStop-UX NCC 3.20
2532
 
        # FIXME: insert proper C++ library support
2533
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
2534
 
@@ -9466,8 +9786,6 @@
2535
 
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2536
 
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2537
 
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2538
 
-AC_LIBTOOL_SYS_LIB_STRIP
2539
 
-AC_LIBTOOL_DLOPEN_SELF($1)
2540
 
 
2541
 
 AC_LIBTOOL_CONFIG($1)
2542
 
 
2543
 
@@ -9485,7 +9803,7 @@
2544
 
 ])# AC_LIBTOOL_LANG_CXX_CONFIG
2545
 
 
2546
 
 # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
2547
 
-# ------------------------
2548
 
+# ------------------------------------
2549
 
 # Figure out "hidden" library dependencies from verbose
2550
 
 # compiler output when linking a shared library.
2551
 
 # Parse the compiler output and extract the necessary
2552
 
@@ -9539,7 +9857,7 @@
2553
 
   # The `*' in the case matches for architectures that use `case' in
2554
 
   # $output_verbose_cmd can trigger glob expansion during the loop
2555
 
   # eval without this substitution.
2556
 
-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
2557
 
+  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
2558
 
 
2559
 
   for p in `eval $output_verbose_link_cmd`; do
2560
 
     case $p in
2561
 
@@ -9579,7 +9897,7 @@
2562
 
        fi
2563
 
        ;;
2564
 
 
2565
 
-    *.$objext|*.$libext)
2566
 
+    *.$objext)
2567
 
        # This assumes that the test object file only shows up
2568
 
        # once in the compiler output.
2569
 
        if test "$p" = "conftest.$objext"; then
2570
 
@@ -9615,13 +9933,70 @@
2571
 
 
2572
 
 $rm -f confest.$objext
2573
 
 
2574
 
+# PORTME: override above test on systems where it is broken
2575
 
+ifelse([$1],[CXX],
2576
 
+[case $host_os in
2577
 
+interix[[3-9]]*)
2578
 
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
2579
 
+  # hack all around it, let's just trust "g++" to DTRT.
2580
 
+  _LT_AC_TAGVAR(predep_objects,$1)=
2581
 
+  _LT_AC_TAGVAR(postdep_objects,$1)=
2582
 
+  _LT_AC_TAGVAR(postdeps,$1)=
2583
 
+  ;;
2584
 
+
2585
 
+linux*)
2586
 
+  case `$CC -V 2>&1 | sed 5q` in
2587
 
+  *Sun\ C*)
2588
 
+    # Sun C++ 5.9
2589
 
+    #
2590
 
+    # The more standards-conforming stlport4 library is
2591
 
+    # incompatible with the Cstd library. Avoid specifying
2592
 
+    # it if it's in CXXFLAGS. Ignore libCrun as
2593
 
+    # -library=stlport4 depends on it.
2594
 
+    case " $CXX $CXXFLAGS " in
2595
 
+    *" -library=stlport4 "*)
2596
 
+      solaris_use_stlport4=yes
2597
 
+      ;;
2598
 
+    esac
2599
 
+    if test "$solaris_use_stlport4" != yes; then
2600
 
+      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
2601
 
+    fi
2602
 
+    ;;
2603
 
+  esac
2604
 
+  ;;
2605
 
+
2606
 
+solaris*)
2607
 
+  case $cc_basename in
2608
 
+  CC*)
2609
 
+    # The more standards-conforming stlport4 library is
2610
 
+    # incompatible with the Cstd library. Avoid specifying
2611
 
+    # it if it's in CXXFLAGS. Ignore libCrun as
2612
 
+    # -library=stlport4 depends on it.
2613
 
+    case " $CXX $CXXFLAGS " in
2614
 
+    *" -library=stlport4 "*)
2615
 
+      solaris_use_stlport4=yes
2616
 
+      ;;
2617
 
+    esac
2618
 
+
2619
 
+    # Adding this requires a known-good setup of shared libraries for
2620
 
+    # Sun compiler versions before 5.6, else PIC objects from an old
2621
 
+    # archive will be linked into the output, leading to subtle bugs.
2622
 
+    if test "$solaris_use_stlport4" != yes; then
2623
 
+      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
2624
 
+    fi
2625
 
+    ;;
2626
 
+  esac
2627
 
+  ;;
2628
 
+esac
2629
 
+])
2630
 
+
2631
 
 case " $_LT_AC_TAGVAR(postdeps, $1) " in
2632
 
 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
2633
 
 esac
2634
 
 ])# AC_LIBTOOL_POSTDEP_PREDEP
2635
 
 
2636
 
 # AC_LIBTOOL_LANG_F77_CONFIG
2637
 
-# ------------------------
2638
 
+# --------------------------
2639
 
 # Ensure that the configuration vars for the C compiler are
2640
 
 # suitably defined.  Those variables are subsequently used by
2641
 
 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2642
 
@@ -9657,20 +10032,31 @@
2643
 
 _LT_AC_TAGVAR(objext, $1)=$objext
2644
 
 
2645
 
 # Code to be used in simple compile tests
2646
 
-lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
2647
 
+lt_simple_compile_test_code="\
2648
 
+      subroutine t
2649
 
+      return
2650
 
+      end
2651
 
+"
2652
 
 
2653
 
 # Code to be used in simple link tests
2654
 
-lt_simple_link_test_code="      program t\n      end\n"
2655
 
+lt_simple_link_test_code="\
2656
 
+      program t
2657
 
+      end
2658
 
+"
2659
 
 
2660
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2661
 
 _LT_AC_SYS_COMPILER
2662
 
 
2663
 
+# save warnings/boilerplate of simple test code
2664
 
+_LT_COMPILER_BOILERPLATE
2665
 
+_LT_LINKER_BOILERPLATE
2666
 
+
2667
 
 # Allow CC to be a program name with arguments.
2668
 
 lt_save_CC="$CC"
2669
 
 CC=${F77-"f77"}
2670
 
 compiler=$CC
2671
 
 _LT_AC_TAGVAR(compiler, $1)=$CC
2672
 
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
2673
 
+_LT_CC_BASENAME([$compiler])
2674
 
 
2675
 
 AC_MSG_CHECKING([if libtool supports shared libraries])
2676
 
 AC_MSG_RESULT([$can_build_shared])
2677
 
@@ -9680,7 +10066,7 @@
2678
 
 
2679
 
 # On AIX, shared libraries and static libraries use the same namespace, and
2680
 
 # are all built from PIC.
2681
 
-case "$host_os" in
2682
 
+case $host_os in
2683
 
 aix3*)
2684
 
   test "$enable_shared" = yes && enable_static=no
2685
 
   if test -n "$RANLIB"; then
2686
 
@@ -9688,8 +10074,10 @@
2687
 
     postinstall_cmds='$RANLIB $lib'
2688
 
   fi
2689
 
   ;;
2690
 
-aix4*)
2691
 
-  test "$enable_shared" = yes && enable_static=no
2692
 
+aix4* | aix5*)
2693
 
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2694
 
+    test "$enable_shared" = yes && enable_static=no
2695
 
+  fi
2696
 
   ;;
2697
 
 esac
2698
 
 AC_MSG_RESULT([$enable_shared])
2699
 
@@ -9699,8 +10087,6 @@
2700
 
 test "$enable_shared" = yes || enable_static=yes
2701
 
 AC_MSG_RESULT([$enable_static])
2702
 
 
2703
 
-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
2704
 
-
2705
 
 _LT_AC_TAGVAR(GCC, $1)="$G77"
2706
 
 _LT_AC_TAGVAR(LD, $1)="$LD"
2707
 
 
2708
 
@@ -9710,8 +10096,6 @@
2709
 
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2710
 
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2711
 
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2712
 
-AC_LIBTOOL_SYS_LIB_STRIP
2713
 
-
2714
 
 
2715
 
 AC_LIBTOOL_CONFIG($1)
2716
 
 
2717
 
@@ -9737,23 +10121,30 @@
2718
 
 _LT_AC_TAGVAR(objext, $1)=$objext
2719
 
 
2720
 
 # Code to be used in simple compile tests
2721
 
-lt_simple_compile_test_code="class foo {}\n"
2722
 
+lt_simple_compile_test_code="class foo {}"
2723
 
 
2724
 
 # Code to be used in simple link tests
2725
 
-lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
2726
 
+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
2727
 
 
2728
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2729
 
 _LT_AC_SYS_COMPILER
2730
 
 
2731
 
+# save warnings/boilerplate of simple test code
2732
 
+_LT_COMPILER_BOILERPLATE
2733
 
+_LT_LINKER_BOILERPLATE
2734
 
+
2735
 
 # Allow CC to be a program name with arguments.
2736
 
 lt_save_CC="$CC"
2737
 
 CC=${GCJ-"gcj"}
2738
 
 compiler=$CC
2739
 
 _LT_AC_TAGVAR(compiler, $1)=$CC
2740
 
+_LT_CC_BASENAME([$compiler])
2741
 
 
2742
 
 # GCJ did not exist at the time GCC didn't implicitly link libc in.
2743
 
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2744
 
 
2745
 
+_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2746
 
+
2747
 
 ## CAVEAT EMPTOR:
2748
 
 ## There is no encapsulation within the following macros, do not change
2749
 
 ## the running order or otherwise move them around unless you know exactly
2750
 
@@ -9765,8 +10156,6 @@
2751
 
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2752
 
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2753
 
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2754
 
-AC_LIBTOOL_SYS_LIB_STRIP
2755
 
-AC_LIBTOOL_DLOPEN_SELF($1)
2756
 
 
2757
 
 AC_LIBTOOL_CONFIG($1)
2758
 
 
2759
 
@@ -9776,7 +10165,7 @@
2760
 
 
2761
 
 
2762
 
 # AC_LIBTOOL_LANG_RC_CONFIG
2763
 
-# --------------------------
2764
 
+# -------------------------
2765
 
 # Ensure that the configuration vars for the Windows resource compiler are
2766
 
 # suitably defined.  Those variables are subsequently used by
2767
 
 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2768
 
@@ -9792,7 +10181,7 @@
2769
 
 _LT_AC_TAGVAR(objext, $1)=$objext
2770
 
 
2771
 
 # Code to be used in simple compile tests
2772
 
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
2773
 
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
2774
 
 
2775
 
 # Code to be used in simple link tests
2776
 
 lt_simple_link_test_code="$lt_simple_compile_test_code"
2777
 
@@ -9800,11 +10189,16 @@
2778
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2779
 
 _LT_AC_SYS_COMPILER
2780
 
 
2781
 
+# save warnings/boilerplate of simple test code
2782
 
+_LT_COMPILER_BOILERPLATE
2783
 
+_LT_LINKER_BOILERPLATE
2784
 
+
2785
 
 # Allow CC to be a program name with arguments.
2786
 
 lt_save_CC="$CC"
2787
 
 CC=${RC-"windres"}
2788
 
 compiler=$CC
2789
 
 _LT_AC_TAGVAR(compiler, $1)=$CC
2790
 
+_LT_CC_BASENAME([$compiler])
2791
 
 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
2792
 
 
2793
 
 AC_LIBTOOL_CONFIG($1)
2794
 
@@ -9830,11 +10224,12 @@
2795
 
   # without removal of \ escapes.
2796
 
   if test -n "${ZSH_VERSION+set}" ; then
2797
 
     setopt NO_GLOB_SUBST
2798
 
-  fi  
2799
 
+  fi
2800
 
   # Now quote all the things that may contain metacharacters while being
2801
 
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
2802
 
   # variables and quote the copies for generation of the libtool script.
2803
 
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
2804
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
2805
 
+    SED SHELL STRIP \
2806
 
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
2807
 
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
2808
 
     deplibs_check_method reload_flag reload_cmds need_locks \
2809
 
@@ -9875,6 +10270,7 @@
2810
 
     _LT_AC_TAGVAR(module_cmds, $1) \
2811
 
     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
2812
 
     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
2813
 
+    _LT_AC_TAGVAR(fix_srcfile_path, $1) \
2814
 
     _LT_AC_TAGVAR(exclude_expsyms, $1) \
2815
 
     _LT_AC_TAGVAR(include_expsyms, $1); do
2816
 
 
2817
 
@@ -9884,7 +10280,7 @@
2818
 
     _LT_AC_TAGVAR(archive_cmds, $1) | \
2819
 
     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
2820
 
     _LT_AC_TAGVAR(module_cmds, $1) | \
2821
 
-    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \   
2822
 
+    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
2823
 
     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
2824
 
     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
2825
 
     extract_expsyms_cmds | reload_cmds | finish_cmds | \
2826
 
@@ -9921,7 +10317,7 @@
2827
 
 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
2828
 
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
2829
 
 #
2830
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
2831
 
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
2832
 
 # Free Software Foundation, Inc.
2833
 
 #
2834
 
 # This file is part of GNU Libtool:
2835
 
@@ -9950,11 +10346,11 @@
2836
 
 SED=$lt_SED
2837
 
 
2838
 
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
2839
 
-Xsed="$SED -e s/^X//"
2840
 
+Xsed="$SED -e 1s/^X//"
2841
 
 
2842
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
2843
 
 # if CDPATH is set.
2844
 
-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
2845
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2846
 
 
2847
 
 # The names of the tagged configurations supported by this script.
2848
 
 available_tags=
2849
 
@@ -9985,6 +10381,12 @@
2850
 
 # The host system.
2851
 
 host_alias=$host_alias
2852
 
 host=$host
2853
 
+host_os=$host_os
2854
 
+
2855
 
+# The build system.
2856
 
+build_alias=$build_alias
2857
 
+build=$build
2858
 
+build_os=$build_os
2859
 
 
2860
 
 # An echo program that does not interpret backslashes.
2861
 
 echo=$lt_echo
2862
 
@@ -9996,6 +10398,9 @@
2863
 
 # A C compiler.
2864
 
 LTCC=$lt_LTCC
2865
 
 
2866
 
+# LTCC compiler flags.
2867
 
+LTCFLAGS=$lt_LTCFLAGS
2868
 
+
2869
 
 # A language-specific compiler.
2870
 
 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
2871
 
 
2872
 
@@ -10015,7 +10420,7 @@
2873
 
 NM=$lt_NM
2874
 
 
2875
 
 # A symbol stripping program
2876
 
-STRIP=$STRIP
2877
 
+STRIP=$lt_STRIP
2878
 
 
2879
 
 # Used to examine libraries when file_magic_cmd begins "file"
2880
 
 MAGIC_CMD=$MAGIC_CMD
2881
 
@@ -10046,7 +10451,7 @@
2882
 
 libext="$libext"
2883
 
 
2884
 
 # Shared library suffix (normally ".so").
2885
 
-shrext='$shrext'
2886
 
+shrext_cmds='$shrext_cmds'
2887
 
 
2888
 
 # Executable file suffix (normally "").
2889
 
 exeext="$exeext"
2890
 
@@ -10061,7 +10466,7 @@
2891
 
 # Does compiler simultaneously support -c and -o options?
2892
 
 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
2893
 
 
2894
 
-# Must we lock files when doing compilation ?
2895
 
+# Must we lock files when doing compilation?
2896
 
 need_locks=$lt_need_locks
2897
 
 
2898
 
 # Do we need the lib prefix for modules?
2899
 
@@ -10237,7 +10642,7 @@
2900
 
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
2901
 
 
2902
 
 # Fix the shell variable \$srcfile for the compiler.
2903
 
-fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
2904
 
+fix_srcfile_path=$lt_fix_srcfile_path
2905
 
 
2906
 
 # Set to yes if exported symbols are required.
2907
 
 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
2908
 
@@ -10290,7 +10695,10 @@
2909
 
   # If there is no Makefile yet, we rely on a make rule to execute
2910
 
   # `config.status --recheck' to rerun these tests and create the
2911
 
   # libtool script then.
2912
 
-  test -f Makefile && make "$ltmain"
2913
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
2914
 
+  if test -f "$ltmain_in"; then
2915
 
+    test -f Makefile && make "$ltmain"
2916
 
+  fi
2917
 
 fi
2918
 
 ])# AC_LIBTOOL_CONFIG
2919
 
 
2920
 
@@ -10317,6 +10725,7 @@
2921
 
 # ---------------------------------
2922
 
 AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
2923
 
 [AC_REQUIRE([AC_CANONICAL_HOST])
2924
 
+AC_REQUIRE([LT_AC_PROG_SED])
2925
 
 AC_REQUIRE([AC_PROG_NM])
2926
 
 AC_REQUIRE([AC_OBJEXT])
2927
 
 # Check for command to grab the raw symbol name followed by C symbol from nm.
2928
 
@@ -10332,9 +10741,6 @@
2929
 
 # Regexp to match symbols that can be accessed directly from C.
2930
 
 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
2931
 
 
2932
 
-# Transform the above into a raw symbol and a C symbol.
2933
 
-symxfrm='\1 \2\3 \3'
2934
 
-
2935
 
 # Transform an extracted symbol line into a proper C declaration
2936
 
 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
2937
 
 
2938
 
@@ -10356,14 +10762,30 @@
2939
 
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
2940
 
   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
2941
 
   ;;
2942
 
+linux* | k*bsd*-gnu)
2943
 
+  if test "$host_cpu" = ia64; then
2944
 
+    symcode='[[ABCDGIRSTW]]'
2945
 
+    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
2946
 
+    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
2947
 
+  fi
2948
 
+  ;;
2949
 
 irix* | nonstopux*)
2950
 
   symcode='[[BCDEGRST]]'
2951
 
   ;;
2952
 
 osf*)
2953
 
   symcode='[[BCDEGQRST]]'
2954
 
   ;;
2955
 
-solaris* | sysv5*)
2956
 
-  symcode='[[BDT]]'
2957
 
+solaris*)
2958
 
+  symcode='[[BDRT]]'
2959
 
+  ;;
2960
 
+sco3.2v5*)
2961
 
+  symcode='[[DT]]'
2962
 
+  ;;
2963
 
+sysv4.2uw2*)
2964
 
+  symcode='[[DT]]'
2965
 
+  ;;
2966
 
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
2967
 
+  symcode='[[ABDT]]'
2968
 
   ;;
2969
 
 sysv4)
2970
 
   symcode='[[DFNSTU]]'
2971
 
@@ -10381,14 +10803,17 @@
2972
 
 # If we're using GNU nm, then use its standard symbol codes.
2973
 
 case `$NM -V 2>&1` in
2974
 
 *GNU* | *'with BFD'*)
2975
 
-  symcode='[[ABCDGISTW]]' ;;
2976
 
+  symcode='[[ABCDGIRSTW]]' ;;
2977
 
 esac
2978
 
 
2979
 
 # Try without a prefix undercore, then with it.
2980
 
 for ac_symprfx in "" "_"; do
2981
 
 
2982
 
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
2983
 
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
2984
 
+
2985
 
   # Write the raw and C identifiers.
2986
 
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
2987
 
+  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
2988
 
 
2989
 
   # Check to see that the pipe works correctly.
2990
 
   pipe_works=no
2991
 
@@ -10527,12 +10952,14 @@
2992
 
       # like `-m68040'.
2993
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
2994
 
       ;;
2995
 
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
2996
 
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
2997
 
       # PIC is the default for these OSes.
2998
 
       ;;
2999
 
-    mingw* | os2* | pw32*)
3000
 
+    mingw* | cygwin* | os2* | pw32*)
3001
 
       # This hack is so that the source file can tell whether it is being
3002
 
       # built for inclusion in a dll (and should export symbols for example).
3003
 
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
3004
 
+      # (--disable-auto-import) libraries
3005
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
3006
 
       ;;
3007
 
     darwin* | rhapsody*)
3008
 
@@ -10544,6 +10971,10 @@
3009
 
       # DJGPP does not support shared libraries at all
3010
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
3011
 
       ;;
3012
 
+    interix[[3-9]]*)
3013
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
3014
 
+      # Instead, we relocate shared libraries at runtime.
3015
 
+      ;;
3016
 
     sysv4*MP*)
3017
 
       if test -d /usr/nec; then
3018
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
3019
 
@@ -10552,7 +10983,7 @@
3020
 
     hpux*)
3021
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
3022
 
       # not for PA HP-UX.
3023
 
-      case "$host_cpu" in
3024
 
+      case $host_cpu in
3025
 
       hppa*64*|ia64*)
3026
 
        ;;
3027
 
       *)
3028
 
@@ -10577,18 +11008,28 @@
3029
 
        ;;
3030
 
       chorus*)
3031
 
        case $cc_basename in
3032
 
-       cxch68)
3033
 
+       cxch68*)
3034
 
          # Green Hills C++ Compiler
3035
 
          # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
3036
 
          ;;
3037
 
        esac
3038
 
        ;;
3039
 
+       darwin*)
3040
 
+         # PIC is the default on this platform
3041
 
+         # Common symbols not allowed in MH_DYLIB files
3042
 
+         case $cc_basename in
3043
 
+           xlc*)
3044
 
+           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
3045
 
+           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3046
 
+           ;;
3047
 
+         esac
3048
 
+       ;;
3049
 
       dgux*)
3050
 
        case $cc_basename in
3051
 
-         ec++)
3052
 
+         ec++*)
3053
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3054
 
            ;;
3055
 
-         ghcx)
3056
 
+         ghcx*)
3057
 
            # Green Hills C++ Compiler
3058
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
3059
 
            ;;
3060
 
@@ -10596,22 +11037,22 @@
3061
 
            ;;
3062
 
        esac
3063
 
        ;;
3064
 
-      freebsd* | kfreebsd*-gnu)
3065
 
+      freebsd* | dragonfly*)
3066
 
        # FreeBSD uses GNU C++
3067
 
        ;;
3068
 
       hpux9* | hpux10* | hpux11*)
3069
 
        case $cc_basename in
3070
 
-         CC)
3071
 
+         CC*)
3072
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3073
 
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
3074
 
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
3075
 
            if test "$host_cpu" != ia64; then
3076
 
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
3077
 
            fi
3078
 
            ;;
3079
 
-         aCC)
3080
 
+         aCC*)
3081
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3082
 
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
3083
 
-           case "$host_cpu" in
3084
 
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
3085
 
+           case $host_cpu in
3086
 
            hppa*64*|ia64*)
3087
 
              # +Z the default
3088
 
              ;;
3089
 
@@ -10624,9 +11065,13 @@
3090
 
            ;;
3091
 
        esac
3092
 
        ;;
3093
 
+      interix*)
3094
 
+       # This is c89, which is MS Visual C++ (no shared libs)
3095
 
+       # Anyone wants to do a port?
3096
 
+       ;;
3097
 
       irix5* | irix6* | nonstopux*)
3098
 
        case $cc_basename in
3099
 
-         CC)
3100
 
+         CC*)
3101
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3102
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
3103
 
            # CC pic flag -KPIC is the default.
3104
 
@@ -10635,20 +11080,26 @@
3105
 
            ;;
3106
 
        esac
3107
 
        ;;
3108
 
-      linux*)
3109
 
+      linux* | k*bsd*-gnu)
3110
 
        case $cc_basename in
3111
 
-         KCC)
3112
 
+         KCC*)
3113
 
            # KAI C++ Compiler
3114
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
3115
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
3116
 
            ;;
3117
 
-         icpc)
3118
 
+         icpc* | ecpc*)
3119
 
            # Intel C++
3120
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3121
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3122
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
3123
 
-           ;; 
3124
 
-         cxx)
3125
 
+           ;;
3126
 
+         pgCC*)
3127
 
+           # Portland Group C++ compiler.
3128
 
+           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3129
 
+           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
3130
 
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3131
 
+           ;;
3132
 
+         cxx*)
3133
 
            # Compaq C++
3134
 
            # Make sure the PIC flag is empty.  It appears that all Alpha
3135
 
            # Linux and Compaq Tru64 Unix objects are PIC.
3136
 
@@ -10656,6 +11107,14 @@
3137
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
3138
 
            ;;
3139
 
          *)
3140
 
+           case `$CC -V 2>&1 | sed 5q` in
3141
 
+           *Sun\ C*)
3142
 
+             # Sun C++ 5.9
3143
 
+             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3144
 
+             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3145
 
+             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
3146
 
+             ;;
3147
 
+           esac
3148
 
            ;;
3149
 
        esac
3150
 
        ;;
3151
 
@@ -10665,25 +11124,25 @@
3152
 
        ;;
3153
 
       mvs*)
3154
 
        case $cc_basename in
3155
 
-         cxx)
3156
 
+         cxx*)
3157
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
3158
 
            ;;
3159
 
          *)
3160
 
            ;;
3161
 
        esac
3162
 
        ;;
3163
 
-      netbsd*)
3164
 
+      netbsd* | netbsdelf*-gnu)
3165
 
        ;;
3166
 
       osf3* | osf4* | osf5*)
3167
 
        case $cc_basename in
3168
 
-         KCC)
3169
 
+         KCC*)
3170
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
3171
 
            ;;
3172
 
-         RCC)
3173
 
+         RCC*)
3174
 
            # Rational C++ 2.4.1
3175
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
3176
 
            ;;
3177
 
-         cxx)
3178
 
+         cxx*)
3179
 
            # Digital/Compaq C++
3180
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3181
 
            # Make sure the PIC flag is empty.  It appears that all Alpha
3182
 
@@ -10697,24 +11156,15 @@
3183
 
        ;;
3184
 
       psos*)
3185
 
        ;;
3186
 
-      sco*)
3187
 
-       case $cc_basename in
3188
 
-         CC)
3189
 
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
3190
 
-           ;;
3191
 
-         *)
3192
 
-           ;;
3193
 
-       esac
3194
 
-       ;;
3195
 
       solaris*)
3196
 
        case $cc_basename in
3197
 
-         CC)
3198
 
+         CC*)
3199
 
            # Sun C++ 4.2, 5.x and Centerline C++
3200
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3201
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3202
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
3203
 
            ;;
3204
 
-         gcx)
3205
 
+         gcx*)
3206
 
            # Green Hills C++ Compiler
3207
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
3208
 
            ;;
3209
 
@@ -10724,12 +11174,12 @@
3210
 
        ;;
3211
 
       sunos4*)
3212
 
        case $cc_basename in
3213
 
-         CC)
3214
 
+         CC*)
3215
 
            # Sun C++ 4.x
3216
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
3217
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3218
 
            ;;
3219
 
-         lcc)
3220
 
+         lcc*)
3221
 
            # Lucid
3222
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
3223
 
            ;;
3224
 
@@ -10739,7 +11189,7 @@
3225
 
        ;;
3226
 
       tandem*)
3227
 
        case $cc_basename in
3228
 
-         NCC)
3229
 
+         NCC*)
3230
 
            # NonStop-UX NCC 3.20
3231
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3232
 
            ;;
3233
 
@@ -10747,7 +11197,14 @@
3234
 
            ;;
3235
 
        esac
3236
 
        ;;
3237
 
-      unixware*)
3238
 
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
3239
 
+       case $cc_basename in
3240
 
+         CC*)
3241
 
+           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3242
 
+           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3243
 
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3244
 
+           ;;
3245
 
+       esac
3246
 
        ;;
3247
 
       vxworks*)
3248
 
        ;;
3249
 
@@ -10778,13 +11235,15 @@
3250
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
3251
 
       ;;
3252
 
 
3253
 
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
3254
 
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
3255
 
       # PIC is the default for these OSes.
3256
 
       ;;
3257
 
 
3258
 
-    mingw* | pw32* | os2*)
3259
 
+    mingw* | cygwin* | pw32* | os2*)
3260
 
       # This hack is so that the source file can tell whether it is being
3261
 
       # built for inclusion in a dll (and should export symbols for example).
3262
 
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
3263
 
+      # (--disable-auto-import) libraries
3264
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
3265
 
       ;;
3266
 
 
3267
 
@@ -10794,6 +11253,11 @@
3268
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
3269
 
       ;;
3270
 
 
3271
 
+    interix[[3-9]]*)
3272
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
3273
 
+      # Instead, we relocate shared libraries at runtime.
3274
 
+      ;;
3275
 
+
3276
 
     msdosdjgpp*)
3277
 
       # Just because we use GCC doesn't mean we suddenly get shared libraries
3278
 
       # on systems that don't support them.
3279
 
@@ -10810,7 +11274,7 @@
3280
 
     hpux*)
3281
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
3282
 
       # not for PA HP-UX.
3283
 
-      case "$host_cpu" in
3284
 
+      case $host_cpu in
3285
 
       hppa*64*|ia64*)
3286
 
        # +Z the default
3287
 
        ;;
3288
 
@@ -10836,8 +11300,18 @@
3289
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
3290
 
       fi
3291
 
       ;;
3292
 
+      darwin*)
3293
 
+        # PIC is the default on this platform
3294
 
+        # Common symbols not allowed in MH_DYLIB files
3295
 
+       case $cc_basename in
3296
 
+         xlc*)
3297
 
+         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
3298
 
+         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3299
 
+         ;;
3300
 
+       esac
3301
 
+       ;;
3302
 
 
3303
 
-    mingw* | pw32* | os2*)
3304
 
+    mingw* | cygwin* | pw32* | os2*)
3305
 
       # This hack is so that the source file can tell whether it is being
3306
 
       # built for inclusion in a dll (and should export symbols for example).
3307
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
3308
 
@@ -10847,7 +11321,7 @@
3309
 
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3310
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
3311
 
       # not for PA HP-UX.
3312
 
-      case "$host_cpu" in
3313
 
+      case $host_cpu in
3314
 
       hppa*64*|ia64*)
3315
 
        # +Z the default
3316
 
        ;;
3317
 
@@ -10870,18 +11344,41 @@
3318
 
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3319
 
       ;;
3320
 
 
3321
 
-    linux*)
3322
 
-      case $CC in
3323
 
+    linux* | k*bsd*-gnu)
3324
 
+      case $cc_basename in
3325
 
       icc* | ecc*)
3326
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3327
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3328
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
3329
 
         ;;
3330
 
+      pgcc* | pgf77* | pgf90* | pgf95*)
3331
 
+        # Portland Group compilers (*not* the Pentium gcc compiler,
3332
 
+       # which looks to be a dead project)
3333
 
+       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3334
 
+       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
3335
 
+       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3336
 
+        ;;
3337
 
       ccc*)
3338
 
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3339
 
         # All Alpha code is PIC.
3340
 
         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
3341
 
         ;;
3342
 
+      *)
3343
 
+        case `$CC -V 2>&1 | sed 5q` in
3344
 
+       *Sun\ C*)
3345
 
+         # Sun C 5.9
3346
 
+         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3347
 
+         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3348
 
+         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3349
 
+         ;;
3350
 
+       *Sun\ F*)
3351
 
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
3352
 
+         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3353
 
+         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3354
 
+         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
3355
 
+         ;;
3356
 
+       esac
3357
 
+       ;;
3358
 
       esac
3359
 
       ;;
3360
 
 
3361
 
@@ -10891,15 +11388,19 @@
3362
 
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
3363
 
       ;;
3364
 
 
3365
 
-    sco3.2v5*)
3366
 
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
3367
 
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
3368
 
+    rdos*)
3369
 
+      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
3370
 
       ;;
3371
 
 
3372
 
     solaris*)
3373
 
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3374
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3375
 
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3376
 
+      case $cc_basename in
3377
 
+      f77* | f90* | f95*)
3378
 
+       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
3379
 
+      *)
3380
 
+       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
3381
 
+      esac
3382
 
       ;;
3383
 
 
3384
 
     sunos4*)
3385
 
@@ -10908,7 +11409,7 @@
3386
 
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3387
 
       ;;
3388
 
 
3389
 
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
3390
 
+    sysv4 | sysv4.2uw2* | sysv4.3*)
3391
 
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3392
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3393
 
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3394
 
@@ -10921,6 +11422,17 @@
3395
 
       fi
3396
 
       ;;
3397
 
 
3398
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
3399
 
+      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3400
 
+      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
3401
 
+      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3402
 
+      ;;
3403
 
+
3404
 
+    unicos*)
3405
 
+      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
3406
 
+      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
3407
 
+      ;;
3408
 
+
3409
 
     uts4*)
3410
 
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
3411
 
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
3412
 
@@ -10948,7 +11460,7 @@
3413
 
     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
3414
 
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
3415
 
 fi
3416
 
-case "$host_os" in
3417
 
+case $host_os in
3418
 
   # For platforms which do not support PIC, -DPIC is meaningless:
3419
 
   *djgpp*)
3420
 
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
3421
 
@@ -10957,6 +11469,16 @@
3422
 
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
3423
 
     ;;
3424
 
 esac
3425
 
+
3426
 
+#
3427
 
+# Check to make sure the static flag actually works.
3428
 
+#
3429
 
+wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
3430
 
+AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
3431
 
+  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
3432
 
+  $lt_tmp_static_flag,
3433
 
+  [],
3434
 
+  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
3435
 
 ])
3436
 
 
3437
 
 
3438
 
@@ -10964,7 +11486,8 @@
3439
 
 # ------------------------------------
3440
 
 # See if the linker supports building shared libraries.
3441
 
 AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
3442
 
-[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
3443
 
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
3444
 
+AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
3445
 
 ifelse([$1],[CXX],[
3446
 
   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
3447
 
   case $host_os in
3448
 
@@ -10981,7 +11504,10 @@
3449
 
     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
3450
 
   ;;
3451
 
   cygwin* | mingw*)
3452
 
-    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
3453
 
+    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
3454
 
+  ;;
3455
 
+  linux* | k*bsd*-gnu)
3456
 
+    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
3457
 
   ;;
3458
 
   *)
3459
 
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
3460
 
@@ -11007,7 +11533,7 @@
3461
 
   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3462
 
   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3463
 
   _LT_AC_TAGVAR(module_cmds, $1)=
3464
 
-  _LT_AC_TAGVAR(module_expsym_cmds, $1)=  
3465
 
+  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3466
 
   _LT_AC_TAGVAR(always_export_symbols, $1)=no
3467
 
   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
3468
 
   # include_expsyms should be a list of space-separated symbols to be *always*
3469
 
@@ -11024,7 +11550,8 @@
3470
 
   # rely on this symbol name, it's probably fine to never include it in
3471
 
   # preloaded symbol tables.
3472
 
   extract_expsyms_cmds=
3473
 
-
3474
 
+  # Just being paranoid about ensuring that cc_basename is set.
3475
 
+  _LT_CC_BASENAME([$compiler])
3476
 
   case $host_os in
3477
 
   cygwin* | mingw* | pw32*)
3478
 
     # FIXME: the MSVC++ port hasn't been tested in a loooong time
3479
 
@@ -11034,6 +11561,10 @@
3480
 
       with_gnu_ld=no
3481
 
     fi
3482
 
     ;;
3483
 
+  interix*)
3484
 
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
3485
 
+    with_gnu_ld=yes
3486
 
+    ;;
3487
 
   openbsd*)
3488
 
     with_gnu_ld=no
3489
 
     ;;
3490
 
@@ -11044,6 +11575,27 @@
3491
 
     # If archive_cmds runs LD, not CC, wlarc should be empty
3492
 
     wlarc='${wl}'
3493
 
 
3494
 
+    # Set some defaults for GNU ld with shared library support. These
3495
 
+    # are reset later if shared libraries are not supported. Putting them
3496
 
+    # here allows them to be overridden if necessary.
3497
 
+    runpath_var=LD_RUN_PATH
3498
 
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3499
 
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3500
 
+    # ancient GNU ld didn't support --whole-archive et. al.
3501
 
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
3502
 
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3503
 
+      else
3504
 
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3505
 
+    fi
3506
 
+    supports_anon_versioning=no
3507
 
+    case `$LD -v 2>/dev/null` in
3508
 
+      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
3509
 
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
3510
 
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
3511
 
+      *\ 2.11.*) ;; # other 2.11 versions
3512
 
+      *) supports_anon_versioning=yes ;;
3513
 
+    esac
3514
 
+
3515
 
     # See if GNU ld supports shared libraries.
3516
 
     case $host_os in
3517
 
     aix3* | aix4* | aix5*)
3518
 
@@ -11081,7 +11633,7 @@
3519
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3520
 
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
3521
 
        # support --undefined.  This deserves some investigation.  FIXME
3522
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
3523
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3524
 
       else
3525
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3526
 
       fi
3527
 
@@ -11091,13 +11643,13 @@
3528
 
       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
3529
 
       # as there is no search path for DLLs.
3530
 
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3531
 
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
3532
 
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3533
 
       _LT_AC_TAGVAR(always_export_symbols, $1)=no
3534
 
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
3535
 
-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
3536
 
+      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
3537
 
 
3538
 
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
3539
 
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
3540
 
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
3541
 
        # If the export-symbols file already is a .def file (1st line
3542
 
        # is EXPORTS), use it as is; otherwise, prepend...
3543
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
3544
 
@@ -11106,23 +11658,79 @@
3545
 
          echo EXPORTS > $output_objdir/$soname.def;
3546
 
          cat $export_symbols >> $output_objdir/$soname.def;
3547
 
        fi~
3548
 
-       $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
3549
 
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
3550
 
+      else
3551
 
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3552
 
+      fi
3553
 
+      ;;
3554
 
+
3555
 
+    interix[[3-9]]*)
3556
 
+      _LT_AC_TAGVAR(hardcode_direct, $1)=no
3557
 
+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3558
 
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3559
 
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3560
 
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
3561
 
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
3562
 
+      # default) and relocated if they conflict, which is a slow very memory
3563
 
+      # consuming and fragmenting process.  To avoid this, we pick a random,
3564
 
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
3565
 
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
3566
 
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
3567
 
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
3568
 
+      ;;
3569
 
+
3570
 
+    gnu* | linux* | k*bsd*-gnu)
3571
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
3572
 
+       tmp_addflag=
3573
 
+       case $cc_basename,$host_cpu in
3574
 
+       pgcc*)                          # Portland Group C compiler
3575
 
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3576
 
+         tmp_addflag=' $pic_flag'
3577
 
+         ;;
3578
 
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
3579
 
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3580
 
+         tmp_addflag=' $pic_flag -Mnomain' ;;
3581
 
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
3582
 
+         tmp_addflag=' -i_dynamic' ;;
3583
 
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
3584
 
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
3585
 
+       ifc* | ifort*)                  # Intel Fortran compiler
3586
 
+         tmp_addflag=' -nofor_main' ;;
3587
 
+       esac
3588
 
+       case `$CC -V 2>&1 | sed 5q` in
3589
 
+       *Sun\ C*)                       # Sun C 5.9
3590
 
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
3591
 
+         tmp_sharedflag='-G' ;;
3592
 
+       *Sun\ F*)                       # Sun Fortran 8.3
3593
 
+         tmp_sharedflag='-G' ;;
3594
 
+       *)
3595
 
+         tmp_sharedflag='-shared' ;;
3596
 
+       esac
3597
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3598
 
+
3599
 
+       if test $supports_anon_versioning = yes; then
3600
 
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
3601
 
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
3602
 
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
3603
 
+         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
3604
 
+       fi
3605
 
+       _LT_AC_TAGVAR(link_all_deplibs, $1)=no
3606
 
       else
3607
 
-       ld_shlibs=no
3608
 
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3609
 
       fi
3610
 
       ;;
3611
 
 
3612
 
-    netbsd*)
3613
 
+    netbsd* | netbsdelf*-gnu)
3614
 
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3615
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
3616
 
        wlarc=
3617
 
       else
3618
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
3619
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3620
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3621
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3622
 
       fi
3623
 
       ;;
3624
 
 
3625
 
-    solaris* | sysv5*)
3626
 
+    solaris*)
3627
 
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
3628
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3629
 
        cat <<EOF 1>&2
3630
 
@@ -11136,13 +11744,40 @@
3631
 
 
3632
 
 EOF
3633
 
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
3634
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
3635
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3636
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3637
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3638
 
       else
3639
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3640
 
       fi
3641
 
       ;;
3642
 
 
3643
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
3644
 
+      case `$LD -v 2>&1` in
3645
 
+        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
3646
 
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3647
 
+       cat <<_LT_EOF 1>&2
3648
 
+
3649
 
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
3650
 
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
3651
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
3652
 
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
3653
 
+*** your PATH or compiler configuration so that the native linker is
3654
 
+*** used, and then restart.
3655
 
+
3656
 
+_LT_EOF
3657
 
+       ;;
3658
 
+       *)
3659
 
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
3660
 
+           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
3661
 
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
3662
 
+           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
3663
 
+         else
3664
 
+           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3665
 
+         fi
3666
 
+       ;;
3667
 
+      esac
3668
 
+      ;;
3669
 
+
3670
 
     sunos4*)
3671
 
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
3672
 
       wlarc=
3673
 
@@ -11152,24 +11787,19 @@
3674
 
 
3675
 
     *)
3676
 
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
3677
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
3678
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3679
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3680
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3681
 
       else
3682
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3683
 
       fi
3684
 
       ;;
3685
 
     esac
3686
 
 
3687
 
-    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
3688
 
-      runpath_var=LD_RUN_PATH
3689
 
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3690
 
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3691
 
-      # ancient GNU ld didn't support --whole-archive et. al.
3692
 
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
3693
 
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3694
 
-      else
3695
 
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3696
 
-      fi
3697
 
+    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
3698
 
+      runpath_var=
3699
 
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3700
 
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3701
 
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3702
 
     fi
3703
 
   else
3704
 
     # PORTME fill in a description of your system's linker (not GNU ld)
3705
 
@@ -11181,7 +11811,7 @@
3706
 
       # Note: this linker hardcodes the directories in LIBPATH if there
3707
 
       # are no directories specified by -L.
3708
 
       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
3709
 
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
3710
 
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
3711
 
        # Neither direct hardcoding nor static linking is supported with a
3712
 
        # broken collect2.
3713
 
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
3714
 
@@ -11203,9 +11833,21 @@
3715
 
        else
3716
 
          _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
3717
 
        fi
3718
 
+       aix_use_runtimelinking=no
3719
 
+
3720
 
+       # Test if we are trying to use run time linking or normal
3721
 
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
3722
 
+       # need to do runtime linking.
3723
 
+       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
3724
 
+         for ld_flag in $LDFLAGS; do
3725
 
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
3726
 
+           aix_use_runtimelinking=yes
3727
 
+           break
3728
 
+         fi
3729
 
+         done
3730
 
+         ;;
3731
 
+       esac
3732
 
 
3733
 
-       # KDE requires run time linking.  Make it the default.
3734
 
-       aix_use_runtimelinking=yes
3735
 
        exp_sym_flag='-bexport'
3736
 
        no_entry_flag='-bnoentry'
3737
 
       fi
3738
 
@@ -11222,7 +11864,7 @@
3739
 
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3740
 
 
3741
 
       if test "$GCC" = yes; then
3742
 
-       case $host_os in aix4.[012]|aix4.[012].*)
3743
 
+       case $host_os in aix4.[[012]]|aix4.[[012]].*)
3744
 
        # We only want to do this on AIX 4.2 and lower, the check
3745
 
        # below for broken collect2 doesn't work under 4.3+
3746
 
          collect2name=`${CC} -print-prog-name=collect2`
3747
 
@@ -11230,7 +11872,7 @@
3748
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
3749
 
          then
3750
 
          # We have reworked collect2
3751
 
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3752
 
+         :
3753
 
          else
3754
 
          # We have old collect2
3755
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
3756
 
@@ -11241,8 +11883,12 @@
3757
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3758
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3759
 
          fi
3760
 
+         ;;
3761
 
        esac
3762
 
        shared_flag='-shared'
3763
 
+       if test "$aix_use_runtimelinking" = yes; then
3764
 
+         shared_flag="$shared_flag "'${wl}-G'
3765
 
+       fi
3766
 
       else
3767
 
        # not using gcc
3768
 
        if test "$host_cpu" = ia64; then
3769
 
@@ -11250,30 +11896,30 @@
3770
 
        # chokes on -Wl,-G. The following line is correct:
3771
 
          shared_flag='-G'
3772
 
        else
3773
 
-       if test "$aix_use_runtimelinking" = yes; then
3774
 
-           shared_flag='-qmkshrobj ${wl}-G'
3775
 
+         if test "$aix_use_runtimelinking" = yes; then
3776
 
+           shared_flag='${wl}-G'
3777
 
          else
3778
 
-           shared_flag='-qmkshrobj'
3779
 
-       fi
3780
 
+           shared_flag='${wl}-bM:SRE'
3781
 
+         fi
3782
 
        fi
3783
 
       fi
3784
 
 
3785
 
-      # Let the compiler handle the export list.
3786
 
-      _LT_AC_TAGVAR(always_export_symbols, $1)=no
3787
 
+      # It seems that -bexpall does not export symbols beginning with
3788
 
+      # underscore (_), so it is better to generate a list of symbols to export.
3789
 
+      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
3790
 
       if test "$aix_use_runtimelinking" = yes; then
3791
 
        # Warning - without using the other runtime loading flags (-brtl),
3792
 
        # -berok will link without error, but may produce a broken library.
3793
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
3794
 
        # Determine the default libpath from the value encoded in an empty executable.
3795
 
-       _LT_AC_SYS_LIBPATH_AIX
3796
 
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3797
 
-       _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
3798
 
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
3799
 
+       _LT_AC_SYS_LIBPATH_AIX
3800
 
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3801
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
3802
 
        else
3803
 
        if test "$host_cpu" = ia64; then
3804
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
3805
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
3806
 
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
3807
 
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
3808
 
        else
3809
 
         # Determine the default libpath from the value encoded in an empty executable.
3810
 
         _LT_AC_SYS_LIBPATH_AIX
3811
 
@@ -11282,13 +11928,11 @@
3812
 
          # -berok will link without error, but may produce a broken library.
3813
 
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
3814
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
3815
 
-         # -bexpall does not export symbols beginning with underscore (_)
3816
 
-         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
3817
 
          # Exported symbols can be pulled into shared objects from archives
3818
 
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
3819
 
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
3820
 
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
3821
 
-         # This is similar to how AIX traditionally builds it's shared libraries.
3822
 
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
3823
 
+         # This is similar to how AIX traditionally builds its shared libraries.
3824
 
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
3825
 
        fi
3826
 
       fi
3827
 
       ;;
3828
 
@@ -11301,7 +11945,7 @@
3829
 
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3830
 
       ;;
3831
 
 
3832
 
-    bsdi4*)
3833
 
+    bsdi[[45]]*)
3834
 
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
3835
 
       ;;
3836
 
 
3837
 
@@ -11311,69 +11955,69 @@
3838
 
       # hardcode_libdir_flag_spec is actually meaningless, as there is
3839
 
       # no search path for DLLs.
3840
 
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
3841
 
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
3842
 
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3843
 
       # Tell ltmain to make .lib files, not .a files.
3844
 
       libext=lib
3845
 
       # Tell ltmain to make .dll files, not .so files.
3846
 
-      shrext=".dll"
3847
 
+      shrext_cmds=".dll"
3848
 
       # FIXME: Setting linknames here is a bad hack.
3849
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
3850
 
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
3851
 
       # The linker will automatically build a .lib file if we build a DLL.
3852
 
       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
3853
 
       # FIXME: Should let the user specify the lib program.
3854
 
-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
3855
 
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
3856
 
+      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
3857
 
+      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
3858
 
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
3859
 
       ;;
3860
 
 
3861
 
     darwin* | rhapsody*)
3862
 
-    if test "$GXX" = yes ; then
3863
 
-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3864
 
-      case "$host_os" in
3865
 
-      rhapsody* | darwin1.[[012]])
3866
 
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
3867
 
-       ;;
3868
 
-      *) # Darwin 1.3 on
3869
 
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
3870
 
-         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
3871
 
-       else
3872
 
-         case ${MACOSX_DEPLOYMENT_TARGET} in
3873
 
-           10.[012])
3874
 
-             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
3875
 
-             ;;
3876
 
-           10.*)
3877
 
-             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
3878
 
-             ;;
3879
 
-         esac
3880
 
-       fi
3881
 
-       ;;
3882
 
+      case $host_os in
3883
 
+        rhapsody* | darwin1.[[012]])
3884
 
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
3885
 
+         ;;
3886
 
+       *) # Darwin 1.3 on
3887
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
3888
 
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
3889
 
+         else
3890
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
3891
 
+             10.[[012]])
3892
 
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
3893
 
+               ;;
3894
 
+             10.*)
3895
 
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
3896
 
+               ;;
3897
 
+           esac
3898
 
+         fi
3899
 
+         ;;
3900
 
       esac
3901
 
-       lt_int_apple_cc_single_mod=no
3902
 
-       output_verbose_link_cmd='echo'
3903
 
-       if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
3904
 
-         lt_int_apple_cc_single_mod=yes
3905
 
-       fi
3906
 
-       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3907
 
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
3908
 
-       else
3909
 
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
3910
 
-      fi
3911
 
-      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
3912
 
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
3913
 
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3914
 
-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3915
 
-        else
3916
 
-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3917
 
-        fi
3918
 
-          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3919
 
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3920
 
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
3921
 
       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
3922
 
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
3923
 
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
3924
 
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
3925
 
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3926
 
-    else  
3927
 
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3928
 
-    fi  
3929
 
+    if test "$GCC" = yes ; then
3930
 
+       output_verbose_link_cmd='echo'
3931
 
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
3932
 
+      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3933
 
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3934
 
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3935
 
+      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3936
 
+    else
3937
 
+      case $cc_basename in
3938
 
+        xlc*)
3939
 
+         output_verbose_link_cmd='echo'
3940
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
3941
 
+         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3942
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3943
 
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3944
 
+          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3945
 
+          ;;
3946
 
+       *)
3947
 
+         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3948
 
+          ;;
3949
 
+      esac
3950
 
+    fi
3951
 
       ;;
3952
 
 
3953
 
     dgux*)
3954
 
@@ -11406,8 +12050,8 @@
3955
 
       ;;
3956
 
 
3957
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
3958
 
-    freebsd* | kfreebsd*-gnu)
3959
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
3960
 
+    freebsd* | dragonfly*)
3961
 
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
3962
 
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3963
 
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3964
 
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3965
 
@@ -11415,7 +12059,7 @@
3966
 
 
3967
 
     hpux9*)
3968
 
       if test "$GCC" = yes; then
3969
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
3970
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
3971
 
       else
3972
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
3973
 
       fi
3974
 
@@ -11429,47 +12073,62 @@
3975
 
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3976
 
       ;;
3977
 
 
3978
 
-    hpux10* | hpux11*)
3979
 
+    hpux10*)
3980
 
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
3981
 
-       case "$host_cpu" in
3982
 
-       hppa*64*|ia64*)
3983
 
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
3984
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
3985
 
+      else
3986
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
3987
 
+      fi
3988
 
+      if test "$with_gnu_ld" = no; then
3989
 
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3990
 
+       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3991
 
+
3992
 
+       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3993
 
+       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3994
 
+
3995
 
+       # hardcode_minus_L: Not really in the search PATH,
3996
 
+       # but as the default location of the library.
3997
 
+       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
3998
 
+      fi
3999
 
+      ;;
4000
 
+
4001
 
+    hpux11*)
4002
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
4003
 
+       case $host_cpu in
4004
 
+       hppa*64*)
4005
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
4006
 
+         ;;
4007
 
+       ia64*)
4008
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
4009
 
          ;;
4010
 
        *)
4011
 
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
4012
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
4013
 
          ;;
4014
 
        esac
4015
 
       else
4016
 
-       case "$host_cpu" in
4017
 
-       hppa*64*|ia64*)
4018
 
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
4019
 
+       case $host_cpu in
4020
 
+       hppa*64*)
4021
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
4022
 
+         ;;
4023
 
+       ia64*)
4024
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
4025
 
          ;;
4026
 
        *)
4027
 
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
4028
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
4029
 
          ;;
4030
 
        esac
4031
 
       fi
4032
 
       if test "$with_gnu_ld" = no; then
4033
 
-       case "$host_cpu" in
4034
 
-       hppa*64*)
4035
 
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
4036
 
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
4037
 
+       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4038
 
+
4039
 
+       case $host_cpu in
4040
 
+       hppa*64*|ia64*)
4041
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
4042
 
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4043
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
4044
 
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4045
 
          ;;
4046
 
-       ia64*)
4047
 
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4048
 
-         _LT_AC_TAGVAR(hardcode_direct, $1)=no
4049
 
-         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4050
 
-
4051
 
-         # hardcode_minus_L: Not really in the search PATH,
4052
 
-         # but as the default location of the library.
4053
 
-         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4054
 
-         ;;
4055
 
        *)
4056
 
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
4057
 
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4058
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4059
 
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
4060
 
 
4061
 
@@ -11483,7 +12142,7 @@
4062
 
 
4063
 
     irix5* | irix6* | nonstopux*)
4064
 
       if test "$GCC" = yes; then
4065
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
4066
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
4067
 
       else
4068
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
4069
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
4070
 
@@ -11493,7 +12152,7 @@
4071
 
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4072
 
       ;;
4073
 
 
4074
 
-    netbsd*)
4075
 
+    netbsd* | netbsdelf*-gnu)
4076
 
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4077
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
4078
 
       else
4079
 
@@ -11513,23 +12172,28 @@
4080
 
       ;;
4081
 
 
4082
 
     openbsd*)
4083
 
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4084
 
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4085
 
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4086
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
4087
 
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4088
 
-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
4089
 
+      if test -f /usr/libexec/ld.so; then
4090
 
+       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4091
 
+       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4092
 
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4093
 
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
4094
 
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
4095
 
+         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4096
 
+         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
4097
 
+       else
4098
 
+         case $host_os in
4099
 
+          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
4100
 
+            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
4101
 
+            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
4102
 
+            ;;
4103
 
+          *)
4104
 
+            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
4105
 
+            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4106
 
+            ;;
4107
 
+         esac
4108
 
+        fi
4109
 
       else
4110
 
-       case $host_os in
4111
 
-        openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
4112
 
-          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
4113
 
-          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
4114
 
-          ;;
4115
 
-        *)
4116
 
-          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
4117
 
-          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4118
 
-          ;;
4119
 
-       esac
4120
 
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
4121
 
       fi
4122
 
       ;;
4123
 
 
4124
 
@@ -11537,14 +12201,14 @@
4125
 
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4126
 
       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
4127
 
       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
4128
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
4129
 
+      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
4130
 
       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
4131
 
       ;;
4132
 
 
4133
 
     osf3*)
4134
 
       if test "$GCC" = yes; then
4135
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
4136
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
4137
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
4138
 
       else
4139
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
4140
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
4141
 
@@ -11556,13 +12220,13 @@
4142
 
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
4143
 
       if test "$GCC" = yes; then
4144
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
4145
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
4146
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
4147
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4148
 
       else
4149
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
4150
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
4151
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
4152
 
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
4153
 
+       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
4154
 
 
4155
 
        # Both c and cxx compiler support -rpath directly
4156
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
4157
 
@@ -11570,21 +12234,15 @@
4158
 
       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4159
 
       ;;
4160
 
 
4161
 
-    sco3.2v5*)
4162
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
4163
 
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4164
 
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
4165
 
-      runpath_var=LD_RUN_PATH
4166
 
-      hardcode_runpath_var=yes
4167
 
-      ;;
4168
 
-
4169
 
     solaris*)
4170
 
       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
4171
 
       if test "$GCC" = yes; then
4172
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
4173
 
+       wlarc='${wl}'
4174
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
4175
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4176
 
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
4177
 
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
4178
 
       else
4179
 
+       wlarc=''
4180
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
4181
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4182
 
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
4183
 
@@ -11593,8 +12251,17 @@
4184
 
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4185
 
       case $host_os in
4186
 
       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
4187
 
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
4188
 
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
4189
 
+      *)
4190
 
+       # The compiler driver will combine and reorder linker options,
4191
 
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
4192
 
+       # but is careful enough not to reorder.
4193
 
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
4194
 
+       if test "$GCC" = yes; then
4195
 
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
4196
 
+       else
4197
 
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
4198
 
+       fi
4199
 
+       ;;
4200
 
       esac
4201
 
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4202
 
       ;;
4203
 
@@ -11603,7 +12270,7 @@
4204
 
       if test "x$host_vendor" = xsequent; then
4205
 
        # Use $CC to link under sequent, because it throws in some extra .o
4206
 
        # files that make .init and .fini sections work.
4207
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
4208
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
4209
 
       else
4210
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
4211
 
       fi
4212
 
@@ -11651,36 +12318,45 @@
4213
 
       fi
4214
 
       ;;
4215
 
 
4216
 
-    sysv4.2uw2*)
4217
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
4218
 
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4219
 
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4220
 
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
4221
 
+      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
4222
 
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4223
 
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4224
 
-      hardcode_runpath_var=yes
4225
 
-      runpath_var=LD_RUN_PATH
4226
 
-      ;;
4227
 
+      runpath_var='LD_RUN_PATH'
4228
 
 
4229
 
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
4230
 
-      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
4231
 
       if test "$GCC" = yes; then
4232
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
4233
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
4234
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
4235
 
       else
4236
 
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
4237
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
4238
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
4239
 
       fi
4240
 
-      runpath_var='LD_RUN_PATH'
4241
 
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4242
 
       ;;
4243
 
 
4244
 
-    sysv5*)
4245
 
-      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
4246
 
-      # $CC -shared without GNU ld will not create a library from C++
4247
 
-      # object files and a static libstdc++, better avoid it by now
4248
 
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
4249
 
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4250
 
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
4251
 
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4252
 
+    sysv5* | sco3.2v5* | sco5v6*)
4253
 
+      # Note: We can NOT use -z defs as we might desire, because we do not
4254
 
+      # link with -lc, and that would cause any symbols used from libc to
4255
 
+      # always be unresolved, which means just about no library would
4256
 
+      # ever link correctly.  If we're not using GNU ld we use -z text
4257
 
+      # though, which does catch some bad symbols but isn't as heavy-handed
4258
 
+      # as -z defs.
4259
 
+      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
4260
 
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
4261
 
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4262
 
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4263
 
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
4264
 
+      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
4265
 
+      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4266
 
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
4267
 
       runpath_var='LD_RUN_PATH'
4268
 
+
4269
 
+      if test "$GCC" = yes; then
4270
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
4271
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
4272
 
+      else
4273
 
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
4274
 
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
4275
 
+      fi
4276
 
       ;;
4277
 
 
4278
 
     uts4*)
4279
 
@@ -11698,11 +12374,6 @@
4280
 
 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
4281
 
 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
4282
 
 
4283
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
4284
 
-if test "$GCC" = yes; then
4285
 
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
4286
 
-fi
4287
 
-
4288
 
 #
4289
 
 # Do we need to explicitly link libc?
4290
 
 #
4291
 
@@ -11722,14 +12393,15 @@
4292
 
       # to ld, don't add -lc before -lgcc.
4293
 
       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
4294
 
       $rm conftest*
4295
 
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
4296
 
-  
4297
 
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
4298
 
+
4299
 
       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
4300
 
         soname=conftest
4301
 
         lib=conftest
4302
 
         libobjs=conftest.$ac_objext
4303
 
         deplibs=
4304
 
         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4305
 
+       pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4306
 
         compiler_flags=-v
4307
 
         linker_flags=-v
4308
 
         verstring=
4309
 
@@ -11824,6 +12496,30 @@
4310
 
 [AC_CHECK_TOOL(RC, windres, no)
4311
 
 ])
4312
 
 
4313
 
+
4314
 
+# Cheap backport of AS_EXECUTABLE_P and required macros
4315
 
+# from Autoconf 2.59; we should not use $as_executable_p directly.
4316
 
+
4317
 
+# _AS_TEST_PREPARE
4318
 
+# ----------------
4319
 
+m4_ifndef([_AS_TEST_PREPARE],
4320
 
+[m4_defun([_AS_TEST_PREPARE],
4321
 
+[if test -x / >/dev/null 2>&1; then
4322
 
+  as_executable_p='test -x'
4323
 
+else
4324
 
+  as_executable_p='test -f'
4325
 
+fi
4326
 
+])])# _AS_TEST_PREPARE
4327
 
+
4328
 
+# AS_EXECUTABLE_P
4329
 
+# ---------------
4330
 
+# Check whether a file is executable.
4331
 
+m4_ifndef([AS_EXECUTABLE_P],
4332
 
+[m4_defun([AS_EXECUTABLE_P],
4333
 
+[AS_REQUIRE([_AS_TEST_PREPARE])dnl
4334
 
+$as_executable_p $1[]dnl
4335
 
+])])# AS_EXECUTABLE_P
4336
 
+
4337
 
 ############################################################
4338
 
 # NOTE: This macro has been submitted for inclusion into   #
4339
 
 #  GNU Autoconf as AC_PROG_SED.  When it is available in   #
4340
 
@@ -11846,18 +12542,19 @@
4341
 
   test -z "$as_dir" && as_dir=.
4342
 
   for lt_ac_prog in sed gsed; do
4343
 
     for ac_exec_ext in '' $ac_executable_extensions; do
4344
 
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
4345
 
+      if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
4346
 
         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4347
 
       fi
4348
 
     done
4349
 
   done
4350
 
 done
4351
 
+IFS=$as_save_IFS
4352
 
 lt_ac_max=0
4353
 
 lt_ac_count=0
4354
 
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4355
 
 # along with /bin/sed that truncates output.
4356
 
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
4357
 
-  test ! -f $lt_ac_sed && break
4358
 
+  test ! -f $lt_ac_sed && continue
4359
 
   cat /dev/null > conftest.in
4360
 
   lt_ac_count=0
4361
 
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
4362
 
@@ -11884,6 +12581,7 @@
4363
 
 done
4364
 
 ])
4365
 
 SED=$lt_cv_path_SED
4366
 
+AC_SUBST([SED])
4367
 
 AC_MSG_RESULT([$SED])
4368
 
 ])
4369
 
 
4370
 
--- a/configure
4371
 
+++ b/configure
4372
 
@@ -586,15 +586,15 @@
4373
 
 
4374
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
4375
 
 # if CDPATH is set.
4376
 
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
4377
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4378
 
 
4379
 
 if test -z "$ECHO"; then
4380
 
 if test "X${echo_test_string+set}" != Xset; then
4381
 
 # find a string as large as possible, as long as the shell can cope with it
4382
 
   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
4383
 
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
4384
 
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
4385
 
-       echo_test_string="`eval $cmd`" &&
4386
 
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
4387
 
+       echo_test_string=`eval $cmd` &&
4388
 
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
4389
 
     then
4390
 
       break
4391
 
@@ -838,6 +838,9 @@
4392
 
 AMTAR
4393
 
 am__tar
4394
 
 am__untar
4395
 
+MAINTAINER_MODE_TRUE
4396
 
+MAINTAINER_MODE_FALSE
4397
 
+MAINT
4398
 
 KDECONFIG
4399
 
 kde_libs_prefix
4400
 
 kde_libs_htmldir
4401
 
@@ -884,6 +887,7 @@
4402
 
 KDE_NO_UNDEFINED
4403
 
 KDE_USE_NMCHECK_TRUE
4404
 
 KDE_USE_NMCHECK_FALSE
4405
 
+SED
4406
 
 GREP
4407
 
 EGREP
4408
 
 LN_S
4409
 
@@ -1642,6 +1646,8 @@
4410
 
 Optional Features:
4411
 
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
4412
 
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
4413
 
+  --enable-maintainer-mode  enable make rules and dependencies not useful
4414
 
+                         (and sometimes confusing) to the casual installer
4415
 
   --disable-fast-perl     disable fast Makefile generation (needs perl)
4416
 
   --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
4417
 
   --disable-debug         disables debug output and debug symbols default=no
4418
 
@@ -2761,6 +2767,31 @@
4419
 
 
4420
 
 
4421
 
 
4422
 
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
4423
 
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
4424
 
+    # Check whether --enable-maintainer-mode was given.
4425
 
+if test "${enable_maintainer_mode+set}" = set; then
4426
 
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
4427
 
+else
4428
 
+  USE_MAINTAINER_MODE=no
4429
 
+fi
4430
 
+
4431
 
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
4432
 
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
4433
 
+
4434
 
+
4435
 
+if test $USE_MAINTAINER_MODE = yes; then
4436
 
+  MAINTAINER_MODE_TRUE=
4437
 
+  MAINTAINER_MODE_FALSE='#'
4438
 
+else
4439
 
+  MAINTAINER_MODE_TRUE='#'
4440
 
+  MAINTAINER_MODE_FALSE=
4441
 
+fi
4442
 
+
4443
 
+  MAINT=$MAINTAINER_MODE_TRUE
4444
 
+
4445
 
+
4446
 
+
4447
 
 
4448
 
   unset CDPATH
4449
 
 
4450
 
@@ -7440,179 +7471,6 @@
4451
 
        KDE_USE_CLOSURE_TRUE="#"
4452
 
        KDE_USE_CLOSURE_FALSE=""
4453
 
        KDE_NO_UNDEFINED=""
4454
 
-       case $host in
4455
 
-         *-*-linux-gnu)
4456
 
-
4457
 
-{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--no-undefined" >&5
4458
 
-echo $ECHO_N "checking whether $CXX supports -Wl,--no-undefined... $ECHO_C" >&6; }
4459
 
-kde_cache=`echo Wl,--no-undefined | sed 'y% .=/+-,%____p__%'`
4460
 
-if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
4461
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
4462
 
-else
4463
 
-
4464
 
-
4465
 
-   ac_ext=cpp
4466
 
-ac_cpp='$CXXCPP $CPPFLAGS'
4467
 
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4468
 
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4469
 
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4470
 
-
4471
 
-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4472
 
-
4473
 
-
4474
 
-  save_CXXFLAGS="$CXXFLAGS"
4475
 
-  CXXFLAGS="$CXXFLAGS -Wl,--no-undefined"
4476
 
-  cat >conftest.$ac_ext <<_ACEOF
4477
 
-/* confdefs.h.  */
4478
 
-_ACEOF
4479
 
-cat confdefs.h >>conftest.$ac_ext
4480
 
-cat >>conftest.$ac_ext <<_ACEOF
4481
 
-/* end confdefs.h.  */
4482
 
-
4483
 
-int
4484
 
-main ()
4485
 
-{
4486
 
- return 0;
4487
 
-  ;
4488
 
-  return 0;
4489
 
-}
4490
 
-_ACEOF
4491
 
-rm -f conftest.$ac_objext conftest$ac_exeext
4492
 
-if { (ac_try="$ac_link"
4493
 
-case "(($ac_try" in
4494
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4495
 
-  *) ac_try_echo=$ac_try;;
4496
 
-esac
4497
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4498
 
-  (eval "$ac_link") 2>conftest.er1
4499
 
-  ac_status=$?
4500
 
-  grep -v '^ *+' conftest.er1 >conftest.err
4501
 
-  rm -f conftest.er1
4502
 
-  cat conftest.err >&5
4503
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4504
 
-  (exit $ac_status); } && {
4505
 
-        test -z "$ac_cxx_werror_flag" ||
4506
 
-        test ! -s conftest.err
4507
 
-       } && test -s conftest$ac_exeext &&
4508
 
-       $as_test_x conftest$ac_exeext; then
4509
 
-  eval "kde_cv_prog_cxx_$kde_cache=yes"
4510
 
-else
4511
 
-  echo "$as_me: failed program was:" >&5
4512
 
-sed 's/^/| /' conftest.$ac_ext >&5
4513
 
-
4514
 
-
4515
 
-fi
4516
 
-
4517
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4518
 
-      conftest$ac_exeext conftest.$ac_ext
4519
 
-  CXXFLAGS="$save_CXXFLAGS"
4520
 
-  ac_ext=c
4521
 
-ac_cpp='$CPP $CPPFLAGS'
4522
 
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4523
 
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4524
 
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4525
 
-
4526
 
-
4527
 
-fi
4528
 
-
4529
 
-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
4530
 
- { echo "$as_me:$LINENO: result: yes" >&5
4531
 
-echo "${ECHO_T}yes" >&6; }
4532
 
- :
4533
 
-
4534
 
-{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--allow-shlib-undefined" >&5
4535
 
-echo $ECHO_N "checking whether $CXX supports -Wl,--allow-shlib-undefined... $ECHO_C" >&6; }
4536
 
-kde_cache=`echo Wl,--allow-shlib-undefined | sed 'y% .=/+-,%____p__%'`
4537
 
-if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
4538
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
4539
 
-else
4540
 
-
4541
 
-
4542
 
-   ac_ext=cpp
4543
 
-ac_cpp='$CXXCPP $CPPFLAGS'
4544
 
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4545
 
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4546
 
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4547
 
-
4548
 
-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4549
 
-
4550
 
-
4551
 
-  save_CXXFLAGS="$CXXFLAGS"
4552
 
-  CXXFLAGS="$CXXFLAGS -Wl,--allow-shlib-undefined"
4553
 
-  cat >conftest.$ac_ext <<_ACEOF
4554
 
-/* confdefs.h.  */
4555
 
-_ACEOF
4556
 
-cat confdefs.h >>conftest.$ac_ext
4557
 
-cat >>conftest.$ac_ext <<_ACEOF
4558
 
-/* end confdefs.h.  */
4559
 
-
4560
 
-int
4561
 
-main ()
4562
 
-{
4563
 
- return 0;
4564
 
-  ;
4565
 
-  return 0;
4566
 
-}
4567
 
-_ACEOF
4568
 
-rm -f conftest.$ac_objext conftest$ac_exeext
4569
 
-if { (ac_try="$ac_link"
4570
 
-case "(($ac_try" in
4571
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4572
 
-  *) ac_try_echo=$ac_try;;
4573
 
-esac
4574
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4575
 
-  (eval "$ac_link") 2>conftest.er1
4576
 
-  ac_status=$?
4577
 
-  grep -v '^ *+' conftest.er1 >conftest.err
4578
 
-  rm -f conftest.er1
4579
 
-  cat conftest.err >&5
4580
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4581
 
-  (exit $ac_status); } && {
4582
 
-        test -z "$ac_cxx_werror_flag" ||
4583
 
-        test ! -s conftest.err
4584
 
-       } && test -s conftest$ac_exeext &&
4585
 
-       $as_test_x conftest$ac_exeext; then
4586
 
-  eval "kde_cv_prog_cxx_$kde_cache=yes"
4587
 
-else
4588
 
-  echo "$as_me: failed program was:" >&5
4589
 
-sed 's/^/| /' conftest.$ac_ext >&5
4590
 
-
4591
 
-
4592
 
-fi
4593
 
-
4594
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4595
 
-      conftest$ac_exeext conftest.$ac_ext
4596
 
-  CXXFLAGS="$save_CXXFLAGS"
4597
 
-  ac_ext=c
4598
 
-ac_cpp='$CPP $CPPFLAGS'
4599
 
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4600
 
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4601
 
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4602
 
-
4603
 
-
4604
 
-fi
4605
 
-
4606
 
-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
4607
 
- { echo "$as_me:$LINENO: result: yes" >&5
4608
 
-echo "${ECHO_T}yes" >&6; }
4609
 
- :
4610
 
- KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"
4611
 
-else
4612
 
- { echo "$as_me:$LINENO: result: no" >&5
4613
 
-echo "${ECHO_T}no" >&6; }
4614
 
- :
4615
 
- KDE_NO_UNDEFINED=""
4616
 
-fi
4617
 
-
4618
 
-else
4619
 
- { echo "$as_me:$LINENO: result: no" >&5
4620
 
-echo "${ECHO_T}no" >&6; }
4621
 
- :
4622
 
- KDE_NO_UNDEFINED=""
4623
 
-fi
4624
 
-
4625
 
-           ;;
4626
 
-       esac
4627
 
   fi
4628
 
 
4629
 
 
4630
 
@@ -7777,18 +7635,19 @@
4631
 
   test -z "$as_dir" && as_dir=.
4632
 
   for lt_ac_prog in sed gsed; do
4633
 
     for ac_exec_ext in '' $ac_executable_extensions; do
4634
 
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
4635
 
+      if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
4636
 
         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4637
 
       fi
4638
 
     done
4639
 
   done
4640
 
 done
4641
 
+IFS=$as_save_IFS
4642
 
 lt_ac_max=0
4643
 
 lt_ac_count=0
4644
 
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4645
 
 # along with /bin/sed that truncates output.
4646
 
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
4647
 
-  test ! -f $lt_ac_sed && break
4648
 
+  test ! -f $lt_ac_sed && continue
4649
 
   cat /dev/null > conftest.in
4650
 
   lt_ac_count=0
4651
 
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
4652
 
@@ -7817,6 +7676,7 @@
4653
 
 fi
4654
 
 
4655
 
 SED=$lt_cv_path_SED
4656
 
+
4657
 
 { echo "$as_me:$LINENO: result: $SED" >&5
4658
 
 echo "${ECHO_T}$SED" >&6; }
4659
 
 
4660
 
@@ -8040,7 +7900,7 @@
4661
 
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4662
 
       lt_cv_path_LD="$ac_dir/$ac_prog"
4663
 
       # Check to see if the program is GNU ld.  I'd rather use --version,
4664
 
-      # but apparently some GNU ld's only accept -v.
4665
 
+      # but apparently some variants of GNU ld only accept -v.
4666
 
       # Break only if it was the GNU/non-GNU ld that we prefer.
4667
 
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4668
 
       *GNU* | *'with BFD'*)
4669
 
@@ -8074,7 +7934,7 @@
4670
 
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4671
 
   echo $ECHO_N "(cached) $ECHO_C" >&6
4672
 
 else
4673
 
-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4674
 
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
4675
 
 case `$LD -v 2>&1 </dev/null` in
4676
 
 *GNU* | *'with BFD'*)
4677
 
   lt_cv_prog_gnu_ld=yes
4678
 
@@ -8104,6 +7964,15 @@
4679
 
 *) reload_flag=" $reload_flag" ;;
4680
 
 esac
4681
 
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4682
 
+case $host_os in
4683
 
+  darwin*)
4684
 
+    if test "$GCC" = yes; then
4685
 
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4686
 
+    else
4687
 
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
4688
 
+    fi
4689
 
+    ;;
4690
 
+esac
4691
 
 
4692
 
 { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4693
 
 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
4694
 
@@ -8114,36 +7983,43 @@
4695
 
   # Let the user override the test.
4696
 
   lt_cv_path_NM="$NM"
4697
 
 else
4698
 
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4699
 
-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
4700
 
-    IFS="$lt_save_ifs"
4701
 
-    test -z "$ac_dir" && ac_dir=.
4702
 
-    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
4703
 
-    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4704
 
-      # Check to see if the nm accepts a BSD-compat flag.
4705
 
-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4706
 
-      #   nm: unknown option "B" ignored
4707
 
-      # Tru64's nm complains that /dev/null is an invalid object file
4708
 
-      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4709
 
-      */dev/null* | *'Invalid file or object type'*)
4710
 
-       lt_cv_path_NM="$tmp_nm -B"
4711
 
-       break
4712
 
-        ;;
4713
 
-      *)
4714
 
-       case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4715
 
-       */dev/null*)
4716
 
-         lt_cv_path_NM="$tmp_nm -p"
4717
 
+  lt_nm_to_check="${ac_tool_prefix}nm"
4718
 
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4719
 
+    lt_nm_to_check="$lt_nm_to_check nm"
4720
 
+  fi
4721
 
+  for lt_tmp_nm in $lt_nm_to_check; do
4722
 
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4723
 
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4724
 
+      IFS="$lt_save_ifs"
4725
 
+      test -z "$ac_dir" && ac_dir=.
4726
 
+      tmp_nm="$ac_dir/$lt_tmp_nm"
4727
 
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4728
 
+       # Check to see if the nm accepts a BSD-compat flag.
4729
 
+       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4730
 
+       #   nm: unknown option "B" ignored
4731
 
+       # Tru64's nm complains that /dev/null is an invalid object file
4732
 
+       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4733
 
+       */dev/null* | *'Invalid file or object type'*)
4734
 
+         lt_cv_path_NM="$tmp_nm -B"
4735
 
          break
4736
 
          ;;
4737
 
        *)
4738
 
-         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4739
 
-         continue # so that we can try to find one that supports BSD flags
4740
 
+         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4741
 
+         */dev/null*)
4742
 
+           lt_cv_path_NM="$tmp_nm -p"
4743
 
+           break
4744
 
+           ;;
4745
 
+         *)
4746
 
+           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4747
 
+           continue # so that we can try to find one that supports BSD flags
4748
 
+           ;;
4749
 
+         esac
4750
 
          ;;
4751
 
        esac
4752
 
-      esac
4753
 
-    fi
4754
 
+      fi
4755
 
+    done
4756
 
+    IFS="$lt_save_ifs"
4757
 
   done
4758
 
-  IFS="$lt_save_ifs"
4759
 
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4760
 
 fi
4761
 
 fi
4762
 
@@ -8162,8 +8038,8 @@
4763
 
 echo "${ECHO_T}no, using $LN_S" >&6; }
4764
 
 fi
4765
 
 
4766
 
-{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
4767
 
-echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; }
4768
 
+{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4769
 
+echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
4770
 
 if test "${lt_cv_deplibs_check_method+set}" = set; then
4771
 
   echo $ECHO_N "(cached) $ECHO_C" >&6
4772
 
 else
4773
 
@@ -8190,44 +8066,42 @@
4774
 
   lt_cv_deplibs_check_method=pass_all
4775
 
   ;;
4776
 
 
4777
 
-bsdi4*)
4778
 
+bsdi[45]*)
4779
 
   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4780
 
   lt_cv_file_magic_cmd='/usr/bin/file -L'
4781
 
   lt_cv_file_magic_test_file=/shlib/libc.so
4782
 
   ;;
4783
 
 
4784
 
 cygwin*)
4785
 
-  lt_cv_deplibs_check_method=pass_all
4786
 
+  # func_win32_libid is a shell function defined in ltmain.sh
4787
 
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4788
 
+  lt_cv_file_magic_cmd='func_win32_libid'
4789
 
   ;;
4790
 
 
4791
 
 mingw* | pw32*)
4792
 
-  # win32_libid is a shell function defined in ltmain.sh
4793
 
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4794
 
-  lt_cv_file_magic_cmd='win32_libid'
4795
 
+  # Base MSYS/MinGW do not provide the 'file' command needed by
4796
 
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
4797
 
+  # unless we find 'file', for example because we are cross-compiling.
4798
 
+  if ( file / ) >/dev/null 2>&1; then
4799
 
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4800
 
+    lt_cv_file_magic_cmd='func_win32_libid'
4801
 
+  else
4802
 
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4803
 
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
4804
 
+  fi
4805
 
   ;;
4806
 
 
4807
 
 darwin* | rhapsody*)
4808
 
-  # this will be overwritten by pass_all, but leave it in just in case
4809
 
-  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
4810
 
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
4811
 
-  case "$host_os" in
4812
 
-  rhapsody* | darwin1.[012])
4813
 
-    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
4814
 
-    ;;
4815
 
-  *) # Darwin 1.3 on
4816
 
-    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
4817
 
-    ;;
4818
 
-  esac
4819
 
   lt_cv_deplibs_check_method=pass_all
4820
 
   ;;
4821
 
 
4822
 
-freebsd* | kfreebsd*-gnu)
4823
 
+freebsd* | dragonfly*)
4824
 
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4825
 
     case $host_cpu in
4826
 
     i*86 )
4827
 
       # Not sure whether the presence of OpenBSD here was a mistake.
4828
 
       # Let's accept both of them until this is cleared up.
4829
 
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
4830
 
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4831
 
       lt_cv_file_magic_cmd=/usr/bin/file
4832
 
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4833
 
       ;;
4834
 
@@ -8243,7 +8117,7 @@
4835
 
 
4836
 
 hpux10.20* | hpux11*)
4837
 
   lt_cv_file_magic_cmd=/usr/bin/file
4838
 
-  case "$host_cpu" in
4839
 
+  case $host_cpu in
4840
 
   ia64*)
4841
 
     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4842
 
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4843
 
@@ -8259,43 +8133,27 @@
4844
 
   esac
4845
 
   ;;
4846
 
 
4847
 
+interix[3-9]*)
4848
 
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4849
 
+  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4850
 
+  ;;
4851
 
+
4852
 
 irix5* | irix6* | nonstopux*)
4853
 
-  case $host_os in
4854
 
-  irix5* | nonstopux*)
4855
 
-    # this will be overridden with pass_all, but let us keep it just in case
4856
 
-    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
4857
 
-    ;;
4858
 
-  *)
4859
 
-    case $LD in
4860
 
-    *-32|*"-32 ") libmagic=32-bit;;
4861
 
-    *-n32|*"-n32 ") libmagic=N32;;
4862
 
-    *-64|*"-64 ") libmagic=64-bit;;
4863
 
-    *) libmagic=never-match;;
4864
 
-    esac
4865
 
-    # this will be overridden with pass_all, but let us keep it just in case
4866
 
-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
4867
 
-    ;;
4868
 
+  case $LD in
4869
 
+  *-32|*"-32 ") libmagic=32-bit;;
4870
 
+  *-n32|*"-n32 ") libmagic=N32;;
4871
 
+  *-64|*"-64 ") libmagic=64-bit;;
4872
 
+  *) libmagic=never-match;;
4873
 
   esac
4874
 
-  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
4875
 
   lt_cv_deplibs_check_method=pass_all
4876
 
   ;;
4877
 
 
4878
 
 # This must be Linux ELF.
4879
 
-linux*)
4880
 
-  case $host_cpu in
4881
 
-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
4882
 
-    lt_cv_deplibs_check_method=pass_all ;;
4883
 
-  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
4884
 
-  arm* )
4885
 
-    lt_cv_deplibs_check_method=pass_all ;;
4886
 
-  *)
4887
 
-    # glibc up to 2.1.1 does not perform some relocations on ARM
4888
 
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
4889
 
-  esac
4890
 
-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
4891
 
+linux* | k*bsd*-gnu)
4892
 
+  lt_cv_deplibs_check_method=pass_all
4893
 
   ;;
4894
 
 
4895
 
-netbsd*)
4896
 
+netbsd* | netbsdelf*-gnu)
4897
 
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4898
 
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4899
 
   else
4900
 
@@ -8314,32 +8172,26 @@
4901
 
   ;;
4902
 
 
4903
 
 openbsd*)
4904
 
-  lt_cv_file_magic_cmd=/usr/bin/file
4905
 
-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4906
 
   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4907
 
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
4908
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4909
 
   else
4910
 
-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
4911
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4912
 
   fi
4913
 
   ;;
4914
 
 
4915
 
 osf3* | osf4* | osf5*)
4916
 
-  # this will be overridden with pass_all, but let us keep it just in case
4917
 
-  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
4918
 
-  lt_cv_file_magic_test_file=/shlib/libc.so
4919
 
   lt_cv_deplibs_check_method=pass_all
4920
 
   ;;
4921
 
 
4922
 
-sco3.2v5*)
4923
 
+rdos*)
4924
 
   lt_cv_deplibs_check_method=pass_all
4925
 
   ;;
4926
 
 
4927
 
 solaris*)
4928
 
   lt_cv_deplibs_check_method=pass_all
4929
 
-  lt_cv_file_magic_test_file=/lib/libc.so
4930
 
   ;;
4931
 
 
4932
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4933
 
+sysv4 | sysv4.3*)
4934
 
   case $host_vendor in
4935
 
   motorola)
4936
 
     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
4937
 
@@ -8360,10 +8212,13 @@
4938
 
   siemens)
4939
 
     lt_cv_deplibs_check_method=pass_all
4940
 
     ;;
4941
 
+  pc)
4942
 
+    lt_cv_deplibs_check_method=pass_all
4943
 
+    ;;
4944
 
   esac
4945
 
   ;;
4946
 
 
4947
 
-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
4948
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4949
 
   lt_cv_deplibs_check_method=pass_all
4950
 
   ;;
4951
 
 esac
4952
 
@@ -8379,6 +8234,9 @@
4953
 
 # If no C compiler was specified, use CC.
4954
 
 LTCC=${LTCC-"$CC"}
4955
 
 
4956
 
+# If no C compiler flags were specified, use CFLAGS.
4957
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
4958
 
+
4959
 
 # Allow CC to be a program name with arguments.
4960
 
 compiler=$CC
4961
 
 
4962
 
@@ -8413,7 +8271,7 @@
4963
 
   ;;
4964
 
 *-*-irix6*)
4965
 
   # Find out which ABI we are using.
4966
 
-  echo '#line 8416 "configure"' > conftest.$ac_ext
4967
 
+  echo '#line 8274 "configure"' > conftest.$ac_ext
4968
 
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4969
 
   (eval $ac_compile) 2>&5
4970
 
   ac_status=$?
4971
 
@@ -8448,7 +8306,8 @@
4972
 
   rm -rf conftest*
4973
 
   ;;
4974
 
 
4975
 
-x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
4976
 
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
4977
 
+s390*-*linux*|sparc*-*linux*)
4978
 
   # Find out which ABI we are using.
4979
 
   echo 'int i;' > conftest.$ac_ext
4980
 
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4981
 
@@ -8456,14 +8315,16 @@
4982
 
   ac_status=$?
4983
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4984
 
   (exit $ac_status); }; then
4985
 
-    case "`/usr/bin/file conftest.o`" in
4986
 
+    case `/usr/bin/file conftest.o` in
4987
 
     *32-bit*)
4988
 
-      LINUX_64_MODE="32"
4989
 
       case $host in
4990
 
+        x86_64-*kfreebsd*-gnu)
4991
 
+          LD="${LD-ld} -m elf_i386_fbsd"
4992
 
+          ;;
4993
 
         x86_64-*linux*)
4994
 
           LD="${LD-ld} -m elf_i386"
4995
 
           ;;
4996
 
-        ppc64-*linux*)
4997
 
+        ppc64-*linux*|powerpc64-*linux*)
4998
 
           LD="${LD-ld} -m elf32ppclinux"
4999
 
           ;;
5000
 
         s390x-*linux*)
5001
 
@@ -8475,8 +8336,10 @@
5002
 
       esac
5003
 
       ;;
5004
 
     *64-bit*)
5005
 
-      LINUX_64_MODE="64"
5006
 
       case $host in
5007
 
+        x86_64-*kfreebsd*-gnu)
5008
 
+          LD="${LD-ld} -m elf_x86_64_fbsd"
5009
 
+          ;;
5010
 
         x86_64-*linux*)
5011
 
           LD="${LD-ld} -m elf_x86_64"
5012
 
           ;;
5013
 
@@ -8568,6 +8431,26 @@
5014
 
     CFLAGS="$SAVE_CFLAGS"
5015
 
   fi
5016
 
   ;;
5017
 
+sparc*-*solaris*)
5018
 
+  # Find out which ABI we are using.
5019
 
+  echo 'int i;' > conftest.$ac_ext
5020
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5021
 
+  (eval $ac_compile) 2>&5
5022
 
+  ac_status=$?
5023
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5024
 
+  (exit $ac_status); }; then
5025
 
+    case `/usr/bin/file conftest.o` in
5026
 
+    *64-bit*)
5027
 
+      case $lt_cv_prog_gnu_ld in
5028
 
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
5029
 
+      *)    LD="${LD-ld} -64" ;;
5030
 
+      esac
5031
 
+      ;;
5032
 
+    esac
5033
 
+  fi
5034
 
+  rm -rf conftest*
5035
 
+  ;;
5036
 
+
5037
 
 
5038
 
 esac
5039
 
 
5040
 
@@ -8958,6 +8841,239 @@
5041
 
 
5042
 
 done
5043
 
 
5044
 
+
5045
 
+
5046
 
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
5047
 
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
5048
 
+    (test "X$CXX" != "Xg++"))) ; then
5049
 
+  ac_ext=cpp
5050
 
+ac_cpp='$CXXCPP $CPPFLAGS'
5051
 
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5052
 
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5053
 
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5054
 
+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5055
 
+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
5056
 
+if test -z "$CXXCPP"; then
5057
 
+  if test "${ac_cv_prog_CXXCPP+set}" = set; then
5058
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5059
 
+else
5060
 
+      # Double quotes because CXXCPP needs to be expanded
5061
 
+    for CXXCPP in "$CXX -E" "/lib/cpp"
5062
 
+    do
5063
 
+      ac_preproc_ok=false
5064
 
+for ac_cxx_preproc_warn_flag in '' yes
5065
 
+do
5066
 
+  # Use a header file that comes with gcc, so configuring glibc
5067
 
+  # with a fresh cross-compiler works.
5068
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5069
 
+  # <limits.h> exists even on freestanding compilers.
5070
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
5071
 
+  # not just through cpp. "Syntax error" is here to catch this case.
5072
 
+  cat >conftest.$ac_ext <<_ACEOF
5073
 
+/* confdefs.h.  */
5074
 
+_ACEOF
5075
 
+cat confdefs.h >>conftest.$ac_ext
5076
 
+cat >>conftest.$ac_ext <<_ACEOF
5077
 
+/* end confdefs.h.  */
5078
 
+#ifdef __STDC__
5079
 
+# include <limits.h>
5080
 
+#else
5081
 
+# include <assert.h>
5082
 
+#endif
5083
 
+                    Syntax error
5084
 
+_ACEOF
5085
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
5086
 
+case "(($ac_try" in
5087
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5088
 
+  *) ac_try_echo=$ac_try;;
5089
 
+esac
5090
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5091
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5092
 
+  ac_status=$?
5093
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5094
 
+  rm -f conftest.er1
5095
 
+  cat conftest.err >&5
5096
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5097
 
+  (exit $ac_status); } >/dev/null && {
5098
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5099
 
+        test ! -s conftest.err
5100
 
+       }; then
5101
 
+  :
5102
 
+else
5103
 
+  echo "$as_me: failed program was:" >&5
5104
 
+sed 's/^/| /' conftest.$ac_ext >&5
5105
 
+
5106
 
+  # Broken: fails on valid input.
5107
 
+continue
5108
 
+fi
5109
 
+
5110
 
+rm -f conftest.err conftest.$ac_ext
5111
 
+
5112
 
+  # OK, works on sane cases.  Now check whether nonexistent headers
5113
 
+  # can be detected and how.
5114
 
+  cat >conftest.$ac_ext <<_ACEOF
5115
 
+/* confdefs.h.  */
5116
 
+_ACEOF
5117
 
+cat confdefs.h >>conftest.$ac_ext
5118
 
+cat >>conftest.$ac_ext <<_ACEOF
5119
 
+/* end confdefs.h.  */
5120
 
+#include <ac_nonexistent.h>
5121
 
+_ACEOF
5122
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
5123
 
+case "(($ac_try" in
5124
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5125
 
+  *) ac_try_echo=$ac_try;;
5126
 
+esac
5127
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5128
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5129
 
+  ac_status=$?
5130
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5131
 
+  rm -f conftest.er1
5132
 
+  cat conftest.err >&5
5133
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5134
 
+  (exit $ac_status); } >/dev/null && {
5135
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5136
 
+        test ! -s conftest.err
5137
 
+       }; then
5138
 
+  # Broken: success on invalid input.
5139
 
+continue
5140
 
+else
5141
 
+  echo "$as_me: failed program was:" >&5
5142
 
+sed 's/^/| /' conftest.$ac_ext >&5
5143
 
+
5144
 
+  # Passes both tests.
5145
 
+ac_preproc_ok=:
5146
 
+break
5147
 
+fi
5148
 
+
5149
 
+rm -f conftest.err conftest.$ac_ext
5150
 
+
5151
 
+done
5152
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5153
 
+rm -f conftest.err conftest.$ac_ext
5154
 
+if $ac_preproc_ok; then
5155
 
+  break
5156
 
+fi
5157
 
+
5158
 
+    done
5159
 
+    ac_cv_prog_CXXCPP=$CXXCPP
5160
 
+
5161
 
+fi
5162
 
+  CXXCPP=$ac_cv_prog_CXXCPP
5163
 
+else
5164
 
+  ac_cv_prog_CXXCPP=$CXXCPP
5165
 
+fi
5166
 
+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
5167
 
+echo "${ECHO_T}$CXXCPP" >&6; }
5168
 
+ac_preproc_ok=false
5169
 
+for ac_cxx_preproc_warn_flag in '' yes
5170
 
+do
5171
 
+  # Use a header file that comes with gcc, so configuring glibc
5172
 
+  # with a fresh cross-compiler works.
5173
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5174
 
+  # <limits.h> exists even on freestanding compilers.
5175
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
5176
 
+  # not just through cpp. "Syntax error" is here to catch this case.
5177
 
+  cat >conftest.$ac_ext <<_ACEOF
5178
 
+/* confdefs.h.  */
5179
 
+_ACEOF
5180
 
+cat confdefs.h >>conftest.$ac_ext
5181
 
+cat >>conftest.$ac_ext <<_ACEOF
5182
 
+/* end confdefs.h.  */
5183
 
+#ifdef __STDC__
5184
 
+# include <limits.h>
5185
 
+#else
5186
 
+# include <assert.h>
5187
 
+#endif
5188
 
+                    Syntax error
5189
 
+_ACEOF
5190
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
5191
 
+case "(($ac_try" in
5192
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5193
 
+  *) ac_try_echo=$ac_try;;
5194
 
+esac
5195
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5196
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5197
 
+  ac_status=$?
5198
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5199
 
+  rm -f conftest.er1
5200
 
+  cat conftest.err >&5
5201
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202
 
+  (exit $ac_status); } >/dev/null && {
5203
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5204
 
+        test ! -s conftest.err
5205
 
+       }; then
5206
 
+  :
5207
 
+else
5208
 
+  echo "$as_me: failed program was:" >&5
5209
 
+sed 's/^/| /' conftest.$ac_ext >&5
5210
 
+
5211
 
+  # Broken: fails on valid input.
5212
 
+continue
5213
 
+fi
5214
 
+
5215
 
+rm -f conftest.err conftest.$ac_ext
5216
 
+
5217
 
+  # OK, works on sane cases.  Now check whether nonexistent headers
5218
 
+  # can be detected and how.
5219
 
+  cat >conftest.$ac_ext <<_ACEOF
5220
 
+/* confdefs.h.  */
5221
 
+_ACEOF
5222
 
+cat confdefs.h >>conftest.$ac_ext
5223
 
+cat >>conftest.$ac_ext <<_ACEOF
5224
 
+/* end confdefs.h.  */
5225
 
+#include <ac_nonexistent.h>
5226
 
+_ACEOF
5227
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
5228
 
+case "(($ac_try" in
5229
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5230
 
+  *) ac_try_echo=$ac_try;;
5231
 
+esac
5232
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5233
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5234
 
+  ac_status=$?
5235
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5236
 
+  rm -f conftest.er1
5237
 
+  cat conftest.err >&5
5238
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5239
 
+  (exit $ac_status); } >/dev/null && {
5240
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5241
 
+        test ! -s conftest.err
5242
 
+       }; then
5243
 
+  # Broken: success on invalid input.
5244
 
+continue
5245
 
+else
5246
 
+  echo "$as_me: failed program was:" >&5
5247
 
+sed 's/^/| /' conftest.$ac_ext >&5
5248
 
+
5249
 
+  # Passes both tests.
5250
 
+ac_preproc_ok=:
5251
 
+break
5252
 
+fi
5253
 
+
5254
 
+rm -f conftest.err conftest.$ac_ext
5255
 
+
5256
 
+done
5257
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5258
 
+rm -f conftest.err conftest.$ac_ext
5259
 
+if $ac_preproc_ok; then
5260
 
+  :
5261
 
+else
5262
 
+  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5263
 
+See \`config.log' for more details." >&5
5264
 
+echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5265
 
+See \`config.log' for more details." >&2;}
5266
 
+   { (exit 1); exit 1; }; }
5267
 
+fi
5268
 
+
5269
 
+ac_ext=cpp
5270
 
+ac_cpp='$CXXCPP $CPPFLAGS'
5271
 
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5272
 
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5273
 
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5274
 
+
5275
 
+fi
5276
 
+
5277
 
 ac_ext=f
5278
 
 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
5279
 
 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5280
 
@@ -9229,7 +9345,7 @@
5281
 
   echo $ECHO_N "(cached) $ECHO_C" >&6
5282
 
 else
5283
 
     i=0
5284
 
-  testring="ABCD"
5285
 
+  teststring="ABCD"
5286
 
 
5287
 
   case $build_os in
5288
 
   msdosdjgpp*)
5289
 
@@ -9258,24 +9374,77 @@
5290
 
     lt_cv_sys_max_cmd_len=8192;
5291
 
     ;;
5292
 
 
5293
 
- *)
5294
 
-    # If test is not a shell built-in, we'll probably end up computing a
5295
 
-    # maximum length that is only half of the actual maximum length, but
5296
 
-    # we can't tell.
5297
 
-    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
5298
 
-              = "XX$testring") >/dev/null 2>&1 &&
5299
 
-           new_result=`expr "X$testring" : ".*" 2>&1` &&
5300
 
-           lt_cv_sys_max_cmd_len=$new_result &&
5301
 
-           test $i != 17 # 1/2 MB should be enough
5302
 
-    do
5303
 
-      i=`expr $i + 1`
5304
 
-      testring=$testring$testring
5305
 
-    done
5306
 
-    testring=
5307
 
-    # Add a significant safety factor because C++ compilers can tack on massive
5308
 
-    # amounts of additional arguments before passing them to the linker.
5309
 
-    # It appears as though 1/2 is a usable value.
5310
 
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5311
 
+  amigaos*)
5312
 
+    # On AmigaOS with pdksh, this test takes hours, literally.
5313
 
+    # So we just punt and use a minimum line length of 8192.
5314
 
+    lt_cv_sys_max_cmd_len=8192;
5315
 
+    ;;
5316
 
+
5317
 
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5318
 
+    # This has been around since 386BSD, at least.  Likely further.
5319
 
+    if test -x /sbin/sysctl; then
5320
 
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5321
 
+    elif test -x /usr/sbin/sysctl; then
5322
 
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5323
 
+    else
5324
 
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
5325
 
+    fi
5326
 
+    # And add a safety zone
5327
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5328
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5329
 
+    ;;
5330
 
+
5331
 
+  interix*)
5332
 
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
5333
 
+    lt_cv_sys_max_cmd_len=196608
5334
 
+    ;;
5335
 
+
5336
 
+  osf*)
5337
 
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5338
 
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5339
 
+    # nice to cause kernel panics so lets avoid the loop below.
5340
 
+    # First set a reasonable default.
5341
 
+    lt_cv_sys_max_cmd_len=16384
5342
 
+    #
5343
 
+    if test -x /sbin/sysconfig; then
5344
 
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5345
 
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
5346
 
+      esac
5347
 
+    fi
5348
 
+    ;;
5349
 
+  sco3.2v5*)
5350
 
+    lt_cv_sys_max_cmd_len=102400
5351
 
+    ;;
5352
 
+  sysv5* | sco5v6* | sysv4.2uw2*)
5353
 
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5354
 
+    if test -n "$kargmax"; then
5355
 
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[        ]//'`
5356
 
+    else
5357
 
+      lt_cv_sys_max_cmd_len=32768
5358
 
+    fi
5359
 
+    ;;
5360
 
+  *)
5361
 
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5362
 
+    if test -n "$lt_cv_sys_max_cmd_len"; then
5363
 
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5364
 
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5365
 
+    else
5366
 
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5367
 
+      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
5368
 
+              = "XX$teststring") >/dev/null 2>&1 &&
5369
 
+             new_result=`expr "X$teststring" : ".*" 2>&1` &&
5370
 
+             lt_cv_sys_max_cmd_len=$new_result &&
5371
 
+             test $i != 17 # 1/2 MB should be enough
5372
 
+      do
5373
 
+        i=`expr $i + 1`
5374
 
+        teststring=$teststring$teststring
5375
 
+      done
5376
 
+      teststring=
5377
 
+      # Add a significant safety factor because C++ compilers can tack on massive
5378
 
+      # amounts of additional arguments before passing them to the linker.
5379
 
+      # It appears as though 1/2 is a usable value.
5380
 
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5381
 
+    fi
5382
 
     ;;
5383
 
   esac
5384
 
 
5385
 
@@ -9292,6 +9461,7 @@
5386
 
 
5387
 
 
5388
 
 
5389
 
+
5390
 
 # Check for command to grab the raw symbol name followed by C symbol from nm.
5391
 
 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5392
 
 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
5393
 
@@ -9308,9 +9478,6 @@
5394
 
 # Regexp to match symbols that can be accessed directly from C.
5395
 
 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5396
 
 
5397
 
-# Transform the above into a raw symbol and a C symbol.
5398
 
-symxfrm='\1 \2\3 \3'
5399
 
-
5400
 
 # Transform an extracted symbol line into a proper C declaration
5401
 
 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
5402
 
 
5403
 
@@ -9332,14 +9499,30 @@
5404
 
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5405
 
   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5406
 
   ;;
5407
 
+linux* | k*bsd*-gnu)
5408
 
+  if test "$host_cpu" = ia64; then
5409
 
+    symcode='[ABCDGIRSTW]'
5410
 
+    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5411
 
+    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5412
 
+  fi
5413
 
+  ;;
5414
 
 irix* | nonstopux*)
5415
 
   symcode='[BCDEGRST]'
5416
 
   ;;
5417
 
 osf*)
5418
 
   symcode='[BCDEGQRST]'
5419
 
   ;;
5420
 
-solaris* | sysv5*)
5421
 
-  symcode='[BDT]'
5422
 
+solaris*)
5423
 
+  symcode='[BDRT]'
5424
 
+  ;;
5425
 
+sco3.2v5*)
5426
 
+  symcode='[DT]'
5427
 
+  ;;
5428
 
+sysv4.2uw2*)
5429
 
+  symcode='[DT]'
5430
 
+  ;;
5431
 
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
5432
 
+  symcode='[ABDT]'
5433
 
   ;;
5434
 
 sysv4)
5435
 
   symcode='[DFNSTU]'
5436
 
@@ -9357,14 +9540,17 @@
5437
 
 # If we're using GNU nm, then use its standard symbol codes.
5438
 
 case `$NM -V 2>&1` in
5439
 
 *GNU* | *'with BFD'*)
5440
 
-  symcode='[ABCDGISTW]' ;;
5441
 
+  symcode='[ABCDGIRSTW]' ;;
5442
 
 esac
5443
 
 
5444
 
 # Try without a prefix undercore, then with it.
5445
 
 for ac_symprfx in "" "_"; do
5446
 
 
5447
 
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5448
 
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
5449
 
+
5450
 
   # Write the raw and C identifiers.
5451
 
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
5452
 
+  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5453
 
 
5454
 
   # Check to see that the pipe works correctly.
5455
 
   pipe_works=no
5456
 
@@ -9526,7 +9712,7 @@
5457
 
 
5458
 
 # Sed substitution that helps us do robust quoting.  It backslashifies
5459
 
 # metacharacters that are still active within double-quoted strings.
5460
 
-Xsed='sed -e s/^X//'
5461
 
+Xsed='sed -e 1s/^X//'
5462
 
 sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
5463
 
 
5464
 
 # Same as above, but do not quote variable references.
5465
 
@@ -9546,7 +9732,7 @@
5466
 
 default_ofile=libtool
5467
 
 can_build_shared=yes
5468
 
 
5469
 
-# All known linkers require a `.a' archive for static linking (except M$VC,
5470
 
+# All known linkers require a `.a' archive for static linking (except MSVC,
5471
 
 # which needs '.lib').
5472
 
 libext=a
5473
 
 ltmain="$ac_aux_dir/ltmain.sh"
5474
 
@@ -9851,6 +10037,7 @@
5475
 
 test -z "$AS" && AS=as
5476
 
 test -z "$CC" && CC=cc
5477
 
 test -z "$LTCC" && LTCC=$CC
5478
 
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
5479
 
 test -z "$DLLTOOL" && DLLTOOL=dlltool
5480
 
 test -z "$LD" && LD=ld
5481
 
 test -z "$LN_S" && LN_S="ln -s"
5482
 
@@ -9863,23 +10050,34 @@
5483
 
 test -z "$ac_objext" && ac_objext=o
5484
 
 
5485
 
 # Determine commands to create old-style static archives.
5486
 
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
5487
 
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5488
 
 old_postinstall_cmds='chmod 644 $oldlib'
5489
 
 old_postuninstall_cmds=
5490
 
 
5491
 
 if test -n "$RANLIB"; then
5492
 
   case $host_os in
5493
 
   openbsd*)
5494
 
-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
5495
 
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5496
 
     ;;
5497
 
   *)
5498
 
-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
5499
 
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5500
 
     ;;
5501
 
   esac
5502
 
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5503
 
 fi
5504
 
 
5505
 
-# Only perform the check for file, if the check method requires it
5506
 
+for cc_temp in $compiler""; do
5507
 
+  case $cc_temp in
5508
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
5509
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
5510
 
+    \-*) ;;
5511
 
+    *) break;;
5512
 
+  esac
5513
 
+done
5514
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
5515
 
+
5516
 
+
5517
 
+# Only perform the check for file, if the check method requires it
5518
 
 case $deplibs_check_method in
5519
 
 file_magic*)
5520
 
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
5521
 
@@ -9904,7 +10102,7 @@
5522
 
       if test -n "$file_magic_test_file"; then
5523
 
        case $deplibs_check_method in
5524
 
        "file_magic "*)
5525
 
-         file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5526
 
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
5527
 
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5528
 
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
5529
 
            $EGREP "$file_magic_regex" > /dev/null; then
5530
 
@@ -9966,7 +10164,7 @@
5531
 
       if test -n "$file_magic_test_file"; then
5532
 
        case $deplibs_check_method in
5533
 
        "file_magic "*)
5534
 
-         file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5535
 
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
5536
 
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
5537
 
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
5538
 
            $EGREP "$file_magic_regex" > /dev/null; then
5539
 
@@ -10052,77 +10250,34 @@
5540
 
 objext=$objext
5541
 
 
5542
 
 # Code to be used in simple compile tests
5543
 
-lt_simple_compile_test_code="int some_variable = 0;\n"
5544
 
+lt_simple_compile_test_code="int some_variable = 0;"
5545
 
 
5546
 
 # Code to be used in simple link tests
5547
 
-lt_simple_link_test_code='int main(){return(0);}\n'
5548
 
+lt_simple_link_test_code='int main(){return(0);}'
5549
 
 
5550
 
 
5551
 
 # If no C compiler was specified, use CC.
5552
 
 LTCC=${LTCC-"$CC"}
5553
 
 
5554
 
+# If no C compiler flags were specified, use CFLAGS.
5555
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5556
 
+
5557
 
 # Allow CC to be a program name with arguments.
5558
 
 compiler=$CC
5559
 
 
5560
 
 
5561
 
-#
5562
 
-# Check for any special shared library compilation flags.
5563
 
-#
5564
 
-lt_prog_cc_shlib=
5565
 
-if test "$GCC" = no; then
5566
 
-  case $host_os in
5567
 
-  sco3.2v5*)
5568
 
-    lt_prog_cc_shlib='-belf'
5569
 
-    ;;
5570
 
-  esac
5571
 
-fi
5572
 
-if test -n "$lt_prog_cc_shlib"; then
5573
 
-  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
5574
 
-echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
5575
 
-  if echo "$old_CC $old_CFLAGS " | grep "[     ]$lt_prog_cc_shlib[     ]" >/dev/null; then :
5576
 
-  else
5577
 
-    { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
5578
 
-echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
5579
 
-    lt_cv_prog_cc_can_build_shared=no
5580
 
-  fi
5581
 
-fi
5582
 
-
5583
 
-
5584
 
-#
5585
 
-# Check to make sure the static flag actually works.
5586
 
-#
5587
 
-{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
5588
 
-echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6; }
5589
 
-if test "${lt_prog_compiler_static_works+set}" = set; then
5590
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
5591
 
-else
5592
 
-  lt_prog_compiler_static_works=no
5593
 
-   save_LDFLAGS="$LDFLAGS"
5594
 
-   LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
5595
 
-   printf "$lt_simple_link_test_code" > conftest.$ac_ext
5596
 
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
5597
 
-     # The compiler can only warn and ignore the option if not recognized
5598
 
-     # So say no if there are warnings
5599
 
-     if test -s conftest.err; then
5600
 
-       # Append any errors to the config.log.
5601
 
-       cat conftest.err 1>&5
5602
 
-     else
5603
 
-       lt_prog_compiler_static_works=yes
5604
 
-     fi
5605
 
-   fi
5606
 
-   $rm conftest*
5607
 
-   LDFLAGS="$save_LDFLAGS"
5608
 
-
5609
 
-fi
5610
 
-{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
5611
 
-echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
5612
 
-
5613
 
-if test x"$lt_prog_compiler_static_works" = xyes; then
5614
 
-    :
5615
 
-else
5616
 
-    lt_prog_compiler_static=
5617
 
-fi
5618
 
-
5619
 
+# save warnings/boilerplate of simple test code
5620
 
+ac_outfile=conftest.$ac_objext
5621
 
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
5622
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
5623
 
+_lt_compiler_boilerplate=`cat conftest.err`
5624
 
+$rm conftest*
5625
 
+
5626
 
+ac_outfile=conftest.$ac_objext
5627
 
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
5628
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
5629
 
+_lt_linker_boilerplate=`cat conftest.err`
5630
 
+$rm conftest*
5631
 
 
5632
 
 
5633
 
 ## CAVEAT EMPTOR:
5634
 
@@ -10143,7 +10298,7 @@
5635
 
 else
5636
 
   lt_cv_prog_compiler_rtti_exceptions=no
5637
 
   ac_outfile=conftest.$ac_objext
5638
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5639
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
5640
 
    lt_compiler_flag="-fno-rtti -fno-exceptions"
5641
 
    # Insert the option either (1) after the last *FLAGS variable, or
5642
 
    # (2) before a word containing "conftest.", or (3) at the end.
5643
 
@@ -10151,18 +10306,20 @@
5644
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
5645
 
    # The option is referenced via a variable to avoid confusing sed.
5646
 
    lt_compile=`echo "$ac_compile" | $SED \
5647
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
5648
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
5649
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
5650
 
    -e 's:$: $lt_compiler_flag:'`
5651
 
-   (eval echo "\"\$as_me:10157: $lt_compile\"" >&5)
5652
 
+   (eval echo "\"\$as_me:10312: $lt_compile\"" >&5)
5653
 
    (eval "$lt_compile" 2>conftest.err)
5654
 
    ac_status=$?
5655
 
    cat conftest.err >&5
5656
 
-   echo "$as_me:10161: \$? = $ac_status" >&5
5657
 
+   echo "$as_me:10316: \$? = $ac_status" >&5
5658
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
5659
 
      # The compiler can only warn and ignore the option if not recognized
5660
 
-     # So say no if there are warnings
5661
 
-     if test ! -s conftest.err; then
5662
 
+     # So say no if there are warnings other than the usual output.
5663
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
5664
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
5665
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
5666
 
        lt_cv_prog_compiler_rtti_exceptions=yes
5667
 
      fi
5668
 
    fi
5669
 
@@ -10207,13 +10364,15 @@
5670
 
       lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
5671
 
       ;;
5672
 
 
5673
 
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5674
 
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5675
 
       # PIC is the default for these OSes.
5676
 
       ;;
5677
 
 
5678
 
-    mingw* | pw32* | os2*)
5679
 
+    mingw* | cygwin* | pw32* | os2*)
5680
 
       # This hack is so that the source file can tell whether it is being
5681
 
       # built for inclusion in a dll (and should export symbols for example).
5682
 
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
5683
 
+      # (--disable-auto-import) libraries
5684
 
       lt_prog_compiler_pic='-DDLL_EXPORT'
5685
 
       ;;
5686
 
 
5687
 
@@ -10223,6 +10382,11 @@
5688
 
       lt_prog_compiler_pic='-fno-common'
5689
 
       ;;
5690
 
 
5691
 
+    interix[3-9]*)
5692
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
5693
 
+      # Instead, we relocate shared libraries at runtime.
5694
 
+      ;;
5695
 
+
5696
 
     msdosdjgpp*)
5697
 
       # Just because we use GCC doesn't mean we suddenly get shared libraries
5698
 
       # on systems that don't support them.
5699
 
@@ -10239,7 +10403,7 @@
5700
 
     hpux*)
5701
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5702
 
       # not for PA HP-UX.
5703
 
-      case "$host_cpu" in
5704
 
+      case $host_cpu in
5705
 
       hppa*64*|ia64*)
5706
 
        # +Z the default
5707
 
        ;;
5708
 
@@ -10265,8 +10429,18 @@
5709
 
        lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
5710
 
       fi
5711
 
       ;;
5712
 
+      darwin*)
5713
 
+        # PIC is the default on this platform
5714
 
+        # Common symbols not allowed in MH_DYLIB files
5715
 
+       case $cc_basename in
5716
 
+         xlc*)
5717
 
+         lt_prog_compiler_pic='-qnocommon'
5718
 
+         lt_prog_compiler_wl='-Wl,'
5719
 
+         ;;
5720
 
+       esac
5721
 
+       ;;
5722
 
 
5723
 
-    mingw* | pw32* | os2*)
5724
 
+    mingw* | cygwin* | pw32* | os2*)
5725
 
       # This hack is so that the source file can tell whether it is being
5726
 
       # built for inclusion in a dll (and should export symbols for example).
5727
 
       lt_prog_compiler_pic='-DDLL_EXPORT'
5728
 
@@ -10276,7 +10450,7 @@
5729
 
       lt_prog_compiler_wl='-Wl,'
5730
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5731
 
       # not for PA HP-UX.
5732
 
-      case "$host_cpu" in
5733
 
+      case $host_cpu in
5734
 
       hppa*64*|ia64*)
5735
 
        # +Z the default
5736
 
        ;;
5737
 
@@ -10299,18 +10473,41 @@
5738
 
       lt_prog_compiler_static='-Bstatic'
5739
 
       ;;
5740
 
 
5741
 
-    linux*)
5742
 
-      case $CC in
5743
 
+    linux* | k*bsd*-gnu)
5744
 
+      case $cc_basename in
5745
 
       icc* | ecc*)
5746
 
        lt_prog_compiler_wl='-Wl,'
5747
 
        lt_prog_compiler_pic='-KPIC'
5748
 
        lt_prog_compiler_static='-static'
5749
 
         ;;
5750
 
+      pgcc* | pgf77* | pgf90* | pgf95*)
5751
 
+        # Portland Group compilers (*not* the Pentium gcc compiler,
5752
 
+       # which looks to be a dead project)
5753
 
+       lt_prog_compiler_wl='-Wl,'
5754
 
+       lt_prog_compiler_pic='-fpic'
5755
 
+       lt_prog_compiler_static='-Bstatic'
5756
 
+        ;;
5757
 
       ccc*)
5758
 
         lt_prog_compiler_wl='-Wl,'
5759
 
         # All Alpha code is PIC.
5760
 
         lt_prog_compiler_static='-non_shared'
5761
 
         ;;
5762
 
+      *)
5763
 
+        case `$CC -V 2>&1 | sed 5q` in
5764
 
+       *Sun\ C*)
5765
 
+         # Sun C 5.9
5766
 
+         lt_prog_compiler_pic='-KPIC'
5767
 
+         lt_prog_compiler_static='-Bstatic'
5768
 
+         lt_prog_compiler_wl='-Wl,'
5769
 
+         ;;
5770
 
+       *Sun\ F*)
5771
 
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
5772
 
+         lt_prog_compiler_pic='-KPIC'
5773
 
+         lt_prog_compiler_static='-Bstatic'
5774
 
+         lt_prog_compiler_wl=''
5775
 
+         ;;
5776
 
+       esac
5777
 
+       ;;
5778
 
       esac
5779
 
       ;;
5780
 
 
5781
 
@@ -10320,15 +10517,19 @@
5782
 
       lt_prog_compiler_static='-non_shared'
5783
 
       ;;
5784
 
 
5785
 
-    sco3.2v5*)
5786
 
-      lt_prog_compiler_pic='-Kpic'
5787
 
-      lt_prog_compiler_static='-dn'
5788
 
+    rdos*)
5789
 
+      lt_prog_compiler_static='-non_shared'
5790
 
       ;;
5791
 
 
5792
 
     solaris*)
5793
 
-      lt_prog_compiler_wl='-Wl,'
5794
 
       lt_prog_compiler_pic='-KPIC'
5795
 
       lt_prog_compiler_static='-Bstatic'
5796
 
+      case $cc_basename in
5797
 
+      f77* | f90* | f95*)
5798
 
+       lt_prog_compiler_wl='-Qoption ld ';;
5799
 
+      *)
5800
 
+       lt_prog_compiler_wl='-Wl,';;
5801
 
+      esac
5802
 
       ;;
5803
 
 
5804
 
     sunos4*)
5805
 
@@ -10337,7 +10538,7 @@
5806
 
       lt_prog_compiler_static='-Bstatic'
5807
 
       ;;
5808
 
 
5809
 
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5810
 
+    sysv4 | sysv4.2uw2* | sysv4.3*)
5811
 
       lt_prog_compiler_wl='-Wl,'
5812
 
       lt_prog_compiler_pic='-KPIC'
5813
 
       lt_prog_compiler_static='-Bstatic'
5814
 
@@ -10350,6 +10551,17 @@
5815
 
       fi
5816
 
       ;;
5817
 
 
5818
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5819
 
+      lt_prog_compiler_wl='-Wl,'
5820
 
+      lt_prog_compiler_pic='-KPIC'
5821
 
+      lt_prog_compiler_static='-Bstatic'
5822
 
+      ;;
5823
 
+
5824
 
+    unicos*)
5825
 
+      lt_prog_compiler_wl='-Wl,'
5826
 
+      lt_prog_compiler_can_build_shared=no
5827
 
+      ;;
5828
 
+
5829
 
     uts4*)
5830
 
       lt_prog_compiler_pic='-pic'
5831
 
       lt_prog_compiler_static='-Bstatic'
5832
 
@@ -10376,7 +10588,7 @@
5833
 
 else
5834
 
   lt_prog_compiler_pic_works=no
5835
 
   ac_outfile=conftest.$ac_objext
5836
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5837
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
5838
 
    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
5839
 
    # Insert the option either (1) after the last *FLAGS variable, or
5840
 
    # (2) before a word containing "conftest.", or (3) at the end.
5841
 
@@ -10384,18 +10596,20 @@
5842
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
5843
 
    # The option is referenced via a variable to avoid confusing sed.
5844
 
    lt_compile=`echo "$ac_compile" | $SED \
5845
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
5846
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
5847
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
5848
 
    -e 's:$: $lt_compiler_flag:'`
5849
 
-   (eval echo "\"\$as_me:10390: $lt_compile\"" >&5)
5850
 
+   (eval echo "\"\$as_me:10602: $lt_compile\"" >&5)
5851
 
    (eval "$lt_compile" 2>conftest.err)
5852
 
    ac_status=$?
5853
 
    cat conftest.err >&5
5854
 
-   echo "$as_me:10394: \$? = $ac_status" >&5
5855
 
+   echo "$as_me:10606: \$? = $ac_status" >&5
5856
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
5857
 
      # The compiler can only warn and ignore the option if not recognized
5858
 
-     # So say no if there are warnings
5859
 
-     if test ! -s conftest.err; then
5860
 
+     # So say no if there are warnings other than the usual output.
5861
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
5862
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
5863
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
5864
 
        lt_prog_compiler_pic_works=yes
5865
 
      fi
5866
 
    fi
5867
 
@@ -10416,7 +10630,7 @@
5868
 
 fi
5869
 
 
5870
 
 fi
5871
 
-case "$host_os" in
5872
 
+case $host_os in
5873
 
   # For platforms which do not support PIC, -DPIC is meaningless:
5874
 
   *djgpp*)
5875
 
     lt_prog_compiler_pic=
5876
 
@@ -10426,6 +10640,48 @@
5877
 
     ;;
5878
 
 esac
5879
 
 
5880
 
+#
5881
 
+# Check to make sure the static flag actually works.
5882
 
+#
5883
 
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
5884
 
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
5885
 
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
5886
 
+if test "${lt_prog_compiler_static_works+set}" = set; then
5887
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5888
 
+else
5889
 
+  lt_prog_compiler_static_works=no
5890
 
+   save_LDFLAGS="$LDFLAGS"
5891
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
5892
 
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
5893
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
5894
 
+     # The linker can only warn and ignore the option if not recognized
5895
 
+     # So say no if there are warnings
5896
 
+     if test -s conftest.err; then
5897
 
+       # Append any errors to the config.log.
5898
 
+       cat conftest.err 1>&5
5899
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
5900
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
5901
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
5902
 
+         lt_prog_compiler_static_works=yes
5903
 
+       fi
5904
 
+     else
5905
 
+       lt_prog_compiler_static_works=yes
5906
 
+     fi
5907
 
+   fi
5908
 
+   $rm conftest*
5909
 
+   LDFLAGS="$save_LDFLAGS"
5910
 
+
5911
 
+fi
5912
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
5913
 
+echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
5914
 
+
5915
 
+if test x"$lt_prog_compiler_static_works" = xyes; then
5916
 
+    :
5917
 
+else
5918
 
+    lt_prog_compiler_static=
5919
 
+fi
5920
 
+
5921
 
+
5922
 
 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
5923
 
 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
5924
 
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
5925
 
@@ -10436,14 +10692,7 @@
5926
 
    mkdir conftest
5927
 
    cd conftest
5928
 
    mkdir out
5929
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5930
 
-
5931
 
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
5932
 
-   # that will create temporary files in the current directory regardless of
5933
 
-   # the output directory.  Thus, making CWD read-only will cause this test
5934
 
-   # to fail, enabling locking or at least warning the user not to do parallel
5935
 
-   # builds.
5936
 
-   chmod -w .
5937
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
5938
 
 
5939
 
    lt_compiler_flag="-o out/conftest2.$ac_objext"
5940
 
    # Insert the option either (1) after the last *FLAGS variable, or
5941
 
@@ -10451,25 +10700,30 @@
5942
 
    # Note that $ac_compile itself does not contain backslashes and begins
5943
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
5944
 
    lt_compile=`echo "$ac_compile" | $SED \
5945
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
5946
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
5947
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
5948
 
    -e 's:$: $lt_compiler_flag:'`
5949
 
-   (eval echo "\"\$as_me:10457: $lt_compile\"" >&5)
5950
 
+   (eval echo "\"\$as_me:10706: $lt_compile\"" >&5)
5951
 
    (eval "$lt_compile" 2>out/conftest.err)
5952
 
    ac_status=$?
5953
 
    cat out/conftest.err >&5
5954
 
-   echo "$as_me:10461: \$? = $ac_status" >&5
5955
 
+   echo "$as_me:10710: \$? = $ac_status" >&5
5956
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
5957
 
    then
5958
 
      # The compiler can only warn and ignore the option if not recognized
5959
 
      # So say no if there are warnings
5960
 
-     if test ! -s out/conftest.err; then
5961
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
5962
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
5963
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
5964
 
        lt_cv_prog_compiler_c_o=yes
5965
 
      fi
5966
 
    fi
5967
 
-   chmod u+w .
5968
 
-   $rm conftest* out/*
5969
 
-   rmdir out
5970
 
+   chmod u+w . 2>&5
5971
 
+   $rm conftest*
5972
 
+   # SGI C++ compiler will create directory out/ii_files/ for
5973
 
+   # template instantiation
5974
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
5975
 
+   $rm out/* && rmdir out
5976
 
    cd ..
5977
 
    rmdir conftest
5978
 
    $rm conftest*
5979
 
@@ -10540,6 +10794,16 @@
5980
 
   # rely on this symbol name, it's probably fine to never include it in
5981
 
   # preloaded symbol tables.
5982
 
   extract_expsyms_cmds=
5983
 
+  # Just being paranoid about ensuring that cc_basename is set.
5984
 
+  for cc_temp in $compiler""; do
5985
 
+  case $cc_temp in
5986
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
5987
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
5988
 
+    \-*) ;;
5989
 
+    *) break;;
5990
 
+  esac
5991
 
+done
5992
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
5993
 
 
5994
 
   case $host_os in
5995
 
   cygwin* | mingw* | pw32*)
5996
 
@@ -10550,6 +10814,10 @@
5997
 
       with_gnu_ld=no
5998
 
     fi
5999
 
     ;;
6000
 
+  interix*)
6001
 
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
6002
 
+    with_gnu_ld=yes
6003
 
+    ;;
6004
 
   openbsd*)
6005
 
     with_gnu_ld=no
6006
 
     ;;
6007
 
@@ -10560,6 +10828,27 @@
6008
 
     # If archive_cmds runs LD, not CC, wlarc should be empty
6009
 
     wlarc='${wl}'
6010
 
 
6011
 
+    # Set some defaults for GNU ld with shared library support. These
6012
 
+    # are reset later if shared libraries are not supported. Putting them
6013
 
+    # here allows them to be overridden if necessary.
6014
 
+    runpath_var=LD_RUN_PATH
6015
 
+    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
6016
 
+    export_dynamic_flag_spec='${wl}--export-dynamic'
6017
 
+    # ancient GNU ld didn't support --whole-archive et. al.
6018
 
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
6019
 
+       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6020
 
+      else
6021
 
+       whole_archive_flag_spec=
6022
 
+    fi
6023
 
+    supports_anon_versioning=no
6024
 
+    case `$LD -v 2>/dev/null` in
6025
 
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
6026
 
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
6027
 
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
6028
 
+      *\ 2.11.*) ;; # other 2.11 versions
6029
 
+      *) supports_anon_versioning=yes ;;
6030
 
+    esac
6031
 
+
6032
 
     # See if GNU ld supports shared libraries.
6033
 
     case $host_os in
6034
 
     aix3* | aix4* | aix5*)
6035
 
@@ -10597,7 +10886,7 @@
6036
 
        allow_undefined_flag=unsupported
6037
 
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
6038
 
        # support --undefined.  This deserves some investigation.  FIXME
6039
 
-       archive_cmds='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
6040
 
+       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6041
 
       else
6042
 
        ld_shlibs=no
6043
 
       fi
6044
 
@@ -10607,13 +10896,13 @@
6045
 
       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
6046
 
       # as there is no search path for DLLs.
6047
 
       hardcode_libdir_flag_spec='-L$libdir'
6048
 
-      allow_undefined_flag=no
6049
 
+      allow_undefined_flag=unsupported
6050
 
       always_export_symbols=no
6051
 
       enable_shared_with_static_runtimes=yes
6052
 
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
6053
 
+      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
6054
 
 
6055
 
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
6056
 
-        archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
6057
 
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6058
 
        # If the export-symbols file already is a .def file (1st line
6059
 
        # is EXPORTS), use it as is; otherwise, prepend...
6060
 
        archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
6061
 
@@ -10622,23 +10911,79 @@
6062
 
          echo EXPORTS > $output_objdir/$soname.def;
6063
 
          cat $export_symbols >> $output_objdir/$soname.def;
6064
 
        fi~
6065
 
-       $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
6066
 
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6067
 
+      else
6068
 
+       ld_shlibs=no
6069
 
+      fi
6070
 
+      ;;
6071
 
+
6072
 
+    interix[3-9]*)
6073
 
+      hardcode_direct=no
6074
 
+      hardcode_shlibpath_var=no
6075
 
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
6076
 
+      export_dynamic_flag_spec='${wl}-E'
6077
 
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
6078
 
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
6079
 
+      # default) and relocated if they conflict, which is a slow very memory
6080
 
+      # consuming and fragmenting process.  To avoid this, we pick a random,
6081
 
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
6082
 
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
6083
 
+      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6084
 
+      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6085
 
+      ;;
6086
 
+
6087
 
+    gnu* | linux* | k*bsd*-gnu)
6088
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6089
 
+       tmp_addflag=
6090
 
+       case $cc_basename,$host_cpu in
6091
 
+       pgcc*)                          # Portland Group C compiler
6092
 
+         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
6093
 
+         tmp_addflag=' $pic_flag'
6094
 
+         ;;
6095
 
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
6096
 
+         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
6097
 
+         tmp_addflag=' $pic_flag -Mnomain' ;;
6098
 
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
6099
 
+         tmp_addflag=' -i_dynamic' ;;
6100
 
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
6101
 
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
6102
 
+       ifc* | ifort*)                  # Intel Fortran compiler
6103
 
+         tmp_addflag=' -nofor_main' ;;
6104
 
+       esac
6105
 
+       case `$CC -V 2>&1 | sed 5q` in
6106
 
+       *Sun\ C*)                       # Sun C 5.9
6107
 
+         whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
6108
 
+         tmp_sharedflag='-G' ;;
6109
 
+       *Sun\ F*)                       # Sun Fortran 8.3
6110
 
+         tmp_sharedflag='-G' ;;
6111
 
+       *)
6112
 
+         tmp_sharedflag='-shared' ;;
6113
 
+       esac
6114
 
+       archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6115
 
+
6116
 
+       if test $supports_anon_versioning = yes; then
6117
 
+         archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
6118
 
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
6119
 
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
6120
 
+         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
6121
 
+       fi
6122
 
+       link_all_deplibs=no
6123
 
       else
6124
 
        ld_shlibs=no
6125
 
       fi
6126
 
       ;;
6127
 
 
6128
 
-    netbsd*)
6129
 
+    netbsd* | netbsdelf*-gnu)
6130
 
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6131
 
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
6132
 
        wlarc=
6133
 
       else
6134
 
-       archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
6135
 
-       archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6136
 
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6137
 
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6138
 
       fi
6139
 
       ;;
6140
 
 
6141
 
-    solaris* | sysv5*)
6142
 
+    solaris*)
6143
 
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
6144
 
        ld_shlibs=no
6145
 
        cat <<EOF 1>&2
6146
 
@@ -10652,13 +10997,40 @@
6147
 
 
6148
 
 EOF
6149
 
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6150
 
-       archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
6151
 
-       archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6152
 
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6153
 
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6154
 
       else
6155
 
        ld_shlibs=no
6156
 
       fi
6157
 
       ;;
6158
 
 
6159
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
6160
 
+      case `$LD -v 2>&1` in
6161
 
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
6162
 
+       ld_shlibs=no
6163
 
+       cat <<_LT_EOF 1>&2
6164
 
+
6165
 
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
6166
 
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
6167
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
6168
 
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
6169
 
+*** your PATH or compiler configuration so that the native linker is
6170
 
+*** used, and then restart.
6171
 
+
6172
 
+_LT_EOF
6173
 
+       ;;
6174
 
+       *)
6175
 
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6176
 
+           hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
6177
 
+           archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
6178
 
+           archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
6179
 
+         else
6180
 
+           ld_shlibs=no
6181
 
+         fi
6182
 
+       ;;
6183
 
+      esac
6184
 
+      ;;
6185
 
+
6186
 
     sunos4*)
6187
 
       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6188
 
       wlarc=
6189
 
@@ -10668,24 +11040,19 @@
6190
 
 
6191
 
     *)
6192
 
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6193
 
-       archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
6194
 
-       archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6195
 
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6196
 
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6197
 
       else
6198
 
        ld_shlibs=no
6199
 
       fi
6200
 
       ;;
6201
 
     esac
6202
 
 
6203
 
-    if test "$ld_shlibs" = yes; then
6204
 
-      runpath_var=LD_RUN_PATH
6205
 
-      hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
6206
 
-      export_dynamic_flag_spec='${wl}--export-dynamic'
6207
 
-      # ancient GNU ld didn't support --whole-archive et. al.
6208
 
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
6209
 
-       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6210
 
-      else
6211
 
-       whole_archive_flag_spec=
6212
 
-      fi
6213
 
+    if test "$ld_shlibs" = no; then
6214
 
+      runpath_var=
6215
 
+      hardcode_libdir_flag_spec=
6216
 
+      export_dynamic_flag_spec=
6217
 
+      whole_archive_flag_spec=
6218
 
     fi
6219
 
   else
6220
 
     # PORTME fill in a description of your system's linker (not GNU ld)
6221
 
@@ -10697,7 +11064,7 @@
6222
 
       # Note: this linker hardcodes the directories in LIBPATH if there
6223
 
       # are no directories specified by -L.
6224
 
       hardcode_minus_L=yes
6225
 
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
6226
 
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
6227
 
        # Neither direct hardcoding nor static linking is supported with a
6228
 
        # broken collect2.
6229
 
        hardcode_direct=unsupported
6230
 
@@ -10719,9 +11086,21 @@
6231
 
        else
6232
 
          export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
6233
 
        fi
6234
 
+       aix_use_runtimelinking=no
6235
 
+
6236
 
+       # Test if we are trying to use run time linking or normal
6237
 
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
6238
 
+       # need to do runtime linking.
6239
 
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
6240
 
+         for ld_flag in $LDFLAGS; do
6241
 
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
6242
 
+           aix_use_runtimelinking=yes
6243
 
+           break
6244
 
+         fi
6245
 
+         done
6246
 
+         ;;
6247
 
+       esac
6248
 
 
6249
 
-       # KDE requires run time linking.  Make it the default.
6250
 
-       aix_use_runtimelinking=yes
6251
 
        exp_sym_flag='-bexport'
6252
 
        no_entry_flag='-bnoentry'
6253
 
       fi
6254
 
@@ -10738,7 +11117,7 @@
6255
 
       link_all_deplibs=yes
6256
 
 
6257
 
       if test "$GCC" = yes; then
6258
 
-       case $host_os in aix4.012|aix4.012.*)
6259
 
+       case $host_os in aix4.[012]|aix4.[012].*)
6260
 
        # We only want to do this on AIX 4.2 and lower, the check
6261
 
        # below for broken collect2 doesn't work under 4.3+
6262
 
          collect2name=`${CC} -print-prog-name=collect2`
6263
 
@@ -10746,7 +11125,7 @@
6264
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
6265
 
          then
6266
 
          # We have reworked collect2
6267
 
-         hardcode_direct=yes
6268
 
+         :
6269
 
          else
6270
 
          # We have old collect2
6271
 
          hardcode_direct=unsupported
6272
 
@@ -10757,8 +11136,12 @@
6273
 
          hardcode_libdir_flag_spec='-L$libdir'
6274
 
          hardcode_libdir_separator=
6275
 
          fi
6276
 
+         ;;
6277
 
        esac
6278
 
        shared_flag='-shared'
6279
 
+       if test "$aix_use_runtimelinking" = yes; then
6280
 
+         shared_flag="$shared_flag "'${wl}-G'
6281
 
+       fi
6282
 
       else
6283
 
        # not using gcc
6284
 
        if test "$host_cpu" = ia64; then
6285
 
@@ -10766,22 +11149,23 @@
6286
 
        # chokes on -Wl,-G. The following line is correct:
6287
 
          shared_flag='-G'
6288
 
        else
6289
 
-       if test "$aix_use_runtimelinking" = yes; then
6290
 
-           shared_flag='-qmkshrobj ${wl}-G'
6291
 
+         if test "$aix_use_runtimelinking" = yes; then
6292
 
+           shared_flag='${wl}-G'
6293
 
          else
6294
 
-           shared_flag='-qmkshrobj'
6295
 
-       fi
6296
 
+           shared_flag='${wl}-bM:SRE'
6297
 
+         fi
6298
 
        fi
6299
 
       fi
6300
 
 
6301
 
-      # Let the compiler handle the export list.
6302
 
-      always_export_symbols=no
6303
 
+      # It seems that -bexpall does not export symbols beginning with
6304
 
+      # underscore (_), so it is better to generate a list of symbols to export.
6305
 
+      always_export_symbols=yes
6306
 
       if test "$aix_use_runtimelinking" = yes; then
6307
 
        # Warning - without using the other runtime loading flags (-brtl),
6308
 
        # -berok will link without error, but may produce a broken library.
6309
 
        allow_undefined_flag='-berok'
6310
 
        # Determine the default libpath from the value encoded in an empty executable.
6311
 
-       cat >conftest.$ac_ext <<_ACEOF
6312
 
+       cat >conftest.$ac_ext <<_ACEOF
6313
 
 /* confdefs.h.  */
6314
 
 _ACEOF
6315
 
 cat confdefs.h >>conftest.$ac_ext
6316
 
@@ -10815,11 +11199,18 @@
6317
 
        } && test -s conftest$ac_exeext &&
6318
 
        $as_test_x conftest$ac_exeext; then
6319
 
 
6320
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
6321
 
-}'`
6322
 
+lt_aix_libpath_sed='
6323
 
+    /Import File Strings/,/^$/ {
6324
 
+       /^0/ {
6325
 
+           s/^0  *\(.*\)$/\1/
6326
 
+           p
6327
 
+       }
6328
 
+    }'
6329
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6330
 
 # Check for a 64-bit object if we didn't find anything.
6331
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
6332
 
-}'`; fi
6333
 
+if test -z "$aix_libpath"; then
6334
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6335
 
+fi
6336
 
 else
6337
 
   echo "$as_me: failed program was:" >&5
6338
 
 sed 's/^/| /' conftest.$ac_ext >&5
6339
 
@@ -10831,14 +11222,13 @@
6340
 
       conftest$ac_exeext conftest.$ac_ext
6341
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
6342
 
 
6343
 
-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
6344
 
-       archive_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
6345
 
-       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
6346
 
+       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
6347
 
+       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
6348
 
        else
6349
 
        if test "$host_cpu" = ia64; then
6350
 
          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
6351
 
          allow_undefined_flag="-z nodefs"
6352
 
-         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
6353
 
+         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
6354
 
        else
6355
 
         # Determine the default libpath from the value encoded in an empty executable.
6356
 
         cat >conftest.$ac_ext <<_ACEOF
6357
 
@@ -10875,11 +11265,18 @@
6358
 
        } && test -s conftest$ac_exeext &&
6359
 
        $as_test_x conftest$ac_exeext; then
6360
 
 
6361
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
6362
 
-}'`
6363
 
+lt_aix_libpath_sed='
6364
 
+    /Import File Strings/,/^$/ {
6365
 
+       /^0/ {
6366
 
+           s/^0  *\(.*\)$/\1/
6367
 
+           p
6368
 
+       }
6369
 
+    }'
6370
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6371
 
 # Check for a 64-bit object if we didn't find anything.
6372
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
6373
 
-}'`; fi
6374
 
+if test -z "$aix_libpath"; then
6375
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6376
 
+fi
6377
 
 else
6378
 
   echo "$as_me: failed program was:" >&5
6379
 
 sed 's/^/| /' conftest.$ac_ext >&5
6380
 
@@ -10896,13 +11293,11 @@
6381
 
          # -berok will link without error, but may produce a broken library.
6382
 
          no_undefined_flag=' ${wl}-bernotok'
6383
 
          allow_undefined_flag=' ${wl}-berok'
6384
 
-         # -bexpall does not export symbols beginning with underscore (_)
6385
 
-         always_export_symbols=yes
6386
 
          # Exported symbols can be pulled into shared objects from archives
6387
 
-         whole_archive_flag_spec=' '
6388
 
+         whole_archive_flag_spec='$convenience'
6389
 
          archive_cmds_need_lc=yes
6390
 
-         # This is similar to how AIX traditionally builds it's shared libraries.
6391
 
-         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
6392
 
+         # This is similar to how AIX traditionally builds its shared libraries.
6393
 
+         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
6394
 
        fi
6395
 
       fi
6396
 
       ;;
6397
 
@@ -10915,7 +11310,7 @@
6398
 
       ld_shlibs=no
6399
 
       ;;
6400
 
 
6401
 
-    bsdi4*)
6402
 
+    bsdi[45]*)
6403
 
       export_dynamic_flag_spec=-rdynamic
6404
 
       ;;
6405
 
 
6406
 
@@ -10925,68 +11320,68 @@
6407
 
       # hardcode_libdir_flag_spec is actually meaningless, as there is
6408
 
       # no search path for DLLs.
6409
 
       hardcode_libdir_flag_spec=' '
6410
 
-      allow_undefined_flag=no
6411
 
+      allow_undefined_flag=unsupported
6412
 
       # Tell ltmain to make .lib files, not .a files.
6413
 
       libext=lib
6414
 
       # Tell ltmain to make .dll files, not .so files.
6415
 
-      shrext=".dll"
6416
 
+      shrext_cmds=".dll"
6417
 
       # FIXME: Setting linknames here is a bad hack.
6418
 
-      archive_cmds='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
6419
 
+      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
6420
 
       # The linker will automatically build a .lib file if we build a DLL.
6421
 
       old_archive_From_new_cmds='true'
6422
 
       # FIXME: Should let the user specify the lib program.
6423
 
-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
6424
 
+      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
6425
 
       fix_srcfile_path='`cygpath -w "$srcfile"`'
6426
 
       enable_shared_with_static_runtimes=yes
6427
 
       ;;
6428
 
 
6429
 
     darwin* | rhapsody*)
6430
 
-    if test "$GXX" = yes ; then
6431
 
-      archive_cmds_need_lc=no
6432
 
-      case "$host_os" in
6433
 
-      rhapsody* | darwin1.[012])
6434
 
-       allow_undefined_flag='-Wl,-undefined -Wl,suppress'
6435
 
-       ;;
6436
 
-      *) # Darwin 1.3 on
6437
 
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
6438
 
-         allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
6439
 
-       else
6440
 
-         case ${MACOSX_DEPLOYMENT_TARGET} in
6441
 
-           10.012)
6442
 
-             allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
6443
 
-             ;;
6444
 
-           10.*)
6445
 
-             allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
6446
 
-             ;;
6447
 
-         esac
6448
 
-       fi
6449
 
-       ;;
6450
 
+      case $host_os in
6451
 
+        rhapsody* | darwin1.[012])
6452
 
+         allow_undefined_flag='${wl}-undefined ${wl}suppress'
6453
 
+         ;;
6454
 
+       *) # Darwin 1.3 on
6455
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
6456
 
+           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
6457
 
+         else
6458
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
6459
 
+             10.[012])
6460
 
+               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
6461
 
+               ;;
6462
 
+             10.*)
6463
 
+               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
6464
 
+               ;;
6465
 
+           esac
6466
 
+         fi
6467
 
+         ;;
6468
 
       esac
6469
 
-       lt_int_apple_cc_single_mod=no
6470
 
-       output_verbose_link_cmd='echo'
6471
 
-       if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
6472
 
-         lt_int_apple_cc_single_mod=yes
6473
 
-       fi
6474
 
-       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
6475
 
-         archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
6476
 
-       else
6477
 
-        archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
6478
 
-      fi
6479
 
-      module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
6480
 
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
6481
 
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
6482
 
-          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6483
 
-        else
6484
 
-          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6485
 
-        fi
6486
 
-          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6487
 
+      archive_cmds_need_lc=no
6488
 
       hardcode_direct=no
6489
 
       hardcode_automatic=yes
6490
 
       hardcode_shlibpath_var=unsupported
6491
 
-      whole_archive_flag_spec='-all_load $convenience'
6492
 
+      whole_archive_flag_spec=''
6493
 
       link_all_deplibs=yes
6494
 
+    if test "$GCC" = yes ; then
6495
 
+       output_verbose_link_cmd='echo'
6496
 
+        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
6497
 
+      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
6498
 
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
6499
 
+      archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6500
 
+      module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6501
 
     else
6502
 
-      ld_shlibs=no
6503
 
+      case $cc_basename in
6504
 
+        xlc*)
6505
 
+         output_verbose_link_cmd='echo'
6506
 
+         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
6507
 
+         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
6508
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
6509
 
+         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6510
 
+          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6511
 
+          ;;
6512
 
+       *)
6513
 
+         ld_shlibs=no
6514
 
+          ;;
6515
 
+      esac
6516
 
     fi
6517
 
       ;;
6518
 
 
6519
 
@@ -11020,8 +11415,8 @@
6520
 
       ;;
6521
 
 
6522
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
6523
 
-    freebsd* | kfreebsd*-gnu)
6524
 
-      archive_cmds='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
6525
 
+    freebsd* | dragonfly*)
6526
 
+      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6527
 
       hardcode_libdir_flag_spec='-R$libdir'
6528
 
       hardcode_direct=yes
6529
 
       hardcode_shlibpath_var=no
6530
 
@@ -11029,7 +11424,7 @@
6531
 
 
6532
 
     hpux9*)
6533
 
       if test "$GCC" = yes; then
6534
 
-       archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6535
 
+       archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6536
 
       else
6537
 
        archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6538
 
       fi
6539
 
@@ -11043,47 +11438,62 @@
6540
 
       export_dynamic_flag_spec='${wl}-E'
6541
 
       ;;
6542
 
 
6543
 
-    hpux10* | hpux11*)
6544
 
+    hpux10*)
6545
 
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
6546
 
-       case "$host_cpu" in
6547
 
-       hppa*64*|ia64*)
6548
 
-         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
6549
 
+       archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6550
 
+      else
6551
 
+       archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
6552
 
+      fi
6553
 
+      if test "$with_gnu_ld" = no; then
6554
 
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
6555
 
+       hardcode_libdir_separator=:
6556
 
+
6557
 
+       hardcode_direct=yes
6558
 
+       export_dynamic_flag_spec='${wl}-E'
6559
 
+
6560
 
+       # hardcode_minus_L: Not really in the search PATH,
6561
 
+       # but as the default location of the library.
6562
 
+       hardcode_minus_L=yes
6563
 
+      fi
6564
 
+      ;;
6565
 
+
6566
 
+    hpux11*)
6567
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
6568
 
+       case $host_cpu in
6569
 
+       hppa*64*)
6570
 
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6571
 
+         ;;
6572
 
+       ia64*)
6573
 
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
6574
 
          ;;
6575
 
        *)
6576
 
-         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
6577
 
+         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6578
 
          ;;
6579
 
        esac
6580
 
       else
6581
 
-       case "$host_cpu" in
6582
 
-       hppa*64*|ia64*)
6583
 
-         archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
6584
 
+       case $host_cpu in
6585
 
+       hppa*64*)
6586
 
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6587
 
+         ;;
6588
 
+       ia64*)
6589
 
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
6590
 
          ;;
6591
 
        *)
6592
 
-         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
6593
 
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6594
 
          ;;
6595
 
        esac
6596
 
       fi
6597
 
       if test "$with_gnu_ld" = no; then
6598
 
-       case "$host_cpu" in
6599
 
-       hppa*64*)
6600
 
-         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
6601
 
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
6602
 
+       hardcode_libdir_separator=:
6603
 
+
6604
 
+       case $host_cpu in
6605
 
+       hppa*64*|ia64*)
6606
 
          hardcode_libdir_flag_spec_ld='+b $libdir'
6607
 
-         hardcode_libdir_separator=:
6608
 
-         hardcode_direct=no
6609
 
-         hardcode_shlibpath_var=no
6610
 
-         ;;
6611
 
-       ia64*)
6612
 
-         hardcode_libdir_flag_spec='-L$libdir'
6613
 
          hardcode_direct=no
6614
 
          hardcode_shlibpath_var=no
6615
 
-
6616
 
-         # hardcode_minus_L: Not really in the search PATH,
6617
 
-         # but as the default location of the library.
6618
 
-         hardcode_minus_L=yes
6619
 
          ;;
6620
 
        *)
6621
 
-         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
6622
 
-         hardcode_libdir_separator=:
6623
 
          hardcode_direct=yes
6624
 
          export_dynamic_flag_spec='${wl}-E'
6625
 
 
6626
 
@@ -11097,7 +11507,7 @@
6627
 
 
6628
 
     irix5* | irix6* | nonstopux*)
6629
 
       if test "$GCC" = yes; then
6630
 
-       archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6631
 
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6632
 
       else
6633
 
        archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6634
 
        hardcode_libdir_flag_spec_ld='-rpath $libdir'
6635
 
@@ -11107,7 +11517,7 @@
6636
 
       link_all_deplibs=yes
6637
 
       ;;
6638
 
 
6639
 
-    netbsd*)
6640
 
+    netbsd* | netbsdelf*-gnu)
6641
 
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6642
 
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6643
 
       else
6644
 
@@ -11127,23 +11537,28 @@
6645
 
       ;;
6646
 
 
6647
 
     openbsd*)
6648
 
-      hardcode_direct=yes
6649
 
-      hardcode_shlibpath_var=no
6650
 
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6651
 
-       archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
6652
 
-       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
6653
 
-       export_dynamic_flag_spec='${wl}-E'
6654
 
+      if test -f /usr/libexec/ld.so; then
6655
 
+       hardcode_direct=yes
6656
 
+       hardcode_shlibpath_var=no
6657
 
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6658
 
+         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6659
 
+         archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
6660
 
+         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
6661
 
+         export_dynamic_flag_spec='${wl}-E'
6662
 
+       else
6663
 
+         case $host_os in
6664
 
+          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
6665
 
+            archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6666
 
+            hardcode_libdir_flag_spec='-R$libdir'
6667
 
+            ;;
6668
 
+          *)
6669
 
+            archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6670
 
+            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
6671
 
+            ;;
6672
 
+         esac
6673
 
+        fi
6674
 
       else
6675
 
-       case $host_os in
6676
 
-        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
6677
 
-          archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6678
 
-          hardcode_libdir_flag_spec='-R$libdir'
6679
 
-          ;;
6680
 
-        *)
6681
 
-          archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
6682
 
-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
6683
 
-          ;;
6684
 
-       esac
6685
 
+       ld_shlibs=no
6686
 
       fi
6687
 
       ;;
6688
 
 
6689
 
@@ -11151,14 +11566,14 @@
6690
 
       hardcode_libdir_flag_spec='-L$libdir'
6691
 
       hardcode_minus_L=yes
6692
 
       allow_undefined_flag=unsupported
6693
 
-      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
6694
 
+      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
6695
 
       old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6696
 
       ;;
6697
 
 
6698
 
     osf3*)
6699
 
       if test "$GCC" = yes; then
6700
 
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
6701
 
-       archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6702
 
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6703
 
       else
6704
 
        allow_undefined_flag=' -expect_unresolved \*'
6705
 
        archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6706
 
@@ -11170,13 +11585,13 @@
6707
 
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
6708
 
       if test "$GCC" = yes; then
6709
 
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
6710
 
-       archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6711
 
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6712
 
        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
6713
 
       else
6714
 
        allow_undefined_flag=' -expect_unresolved \*'
6715
 
        archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6716
 
        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
6717
 
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
6718
 
+       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
6719
 
 
6720
 
        # Both c and cxx compiler support -rpath directly
6721
 
        hardcode_libdir_flag_spec='-rpath $libdir'
6722
 
@@ -11184,21 +11599,15 @@
6723
 
       hardcode_libdir_separator=:
6724
 
       ;;
6725
 
 
6726
 
-    sco3.2v5*)
6727
 
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6728
 
-      hardcode_shlibpath_var=no
6729
 
-      export_dynamic_flag_spec='${wl}-Bexport'
6730
 
-      runpath_var=LD_RUN_PATH
6731
 
-      hardcode_runpath_var=yes
6732
 
-      ;;
6733
 
-
6734
 
     solaris*)
6735
 
       no_undefined_flag=' -z text'
6736
 
       if test "$GCC" = yes; then
6737
 
-       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
6738
 
+       wlarc='${wl}'
6739
 
+       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6740
 
        archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6741
 
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
6742
 
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
6743
 
       else
6744
 
+       wlarc=''
6745
 
        archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6746
 
        archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6747
 
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6748
 
@@ -11207,8 +11616,17 @@
6749
 
       hardcode_shlibpath_var=no
6750
 
       case $host_os in
6751
 
       solaris2.[0-5] | solaris2.[0-5].*) ;;
6752
 
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
6753
 
-       whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
6754
 
+      *)
6755
 
+       # The compiler driver will combine and reorder linker options,
6756
 
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
6757
 
+       # but is careful enough not to reorder.
6758
 
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
6759
 
+       if test "$GCC" = yes; then
6760
 
+         whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
6761
 
+       else
6762
 
+         whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
6763
 
+       fi
6764
 
+       ;;
6765
 
       esac
6766
 
       link_all_deplibs=yes
6767
 
       ;;
6768
 
@@ -11217,7 +11635,7 @@
6769
 
       if test "x$host_vendor" = xsequent; then
6770
 
        # Use $CC to link under sequent, because it throws in some extra .o
6771
 
        # files that make .init and .fini sections work.
6772
 
-       archive_cmds='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
6773
 
+       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
6774
 
       else
6775
 
        archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
6776
 
       fi
6777
 
@@ -11265,36 +11683,45 @@
6778
 
       fi
6779
 
       ;;
6780
 
 
6781
 
-    sysv4.2uw2*)
6782
 
-      archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6783
 
-      hardcode_direct=yes
6784
 
-      hardcode_minus_L=no
6785
 
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
6786
 
+      no_undefined_flag='${wl}-z,text'
6787
 
+      archive_cmds_need_lc=no
6788
 
       hardcode_shlibpath_var=no
6789
 
-      hardcode_runpath_var=yes
6790
 
-      runpath_var=LD_RUN_PATH
6791
 
-      ;;
6792
 
+      runpath_var='LD_RUN_PATH'
6793
 
 
6794
 
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
6795
 
-      no_undefined_flag='${wl}-z ${wl}text'
6796
 
       if test "$GCC" = yes; then
6797
 
-       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
6798
 
+       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6799
 
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6800
 
       else
6801
 
-       archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
6802
 
+       archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6803
 
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6804
 
       fi
6805
 
-      runpath_var='LD_RUN_PATH'
6806
 
-      hardcode_shlibpath_var=no
6807
 
       ;;
6808
 
 
6809
 
-    sysv5*)
6810
 
-      no_undefined_flag=' -z text'
6811
 
-      # $CC -shared without GNU ld will not create a library from C++
6812
 
-      # object files and a static libstdc++, better avoid it by now
6813
 
-      archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6814
 
-      archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6815
 
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6816
 
-      hardcode_libdir_flag_spec=
6817
 
+    sysv5* | sco3.2v5* | sco5v6*)
6818
 
+      # Note: We can NOT use -z defs as we might desire, because we do not
6819
 
+      # link with -lc, and that would cause any symbols used from libc to
6820
 
+      # always be unresolved, which means just about no library would
6821
 
+      # ever link correctly.  If we're not using GNU ld we use -z text
6822
 
+      # though, which does catch some bad symbols but isn't as heavy-handed
6823
 
+      # as -z defs.
6824
 
+      no_undefined_flag='${wl}-z,text'
6825
 
+      allow_undefined_flag='${wl}-z,nodefs'
6826
 
+      archive_cmds_need_lc=no
6827
 
       hardcode_shlibpath_var=no
6828
 
+      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
6829
 
+      hardcode_libdir_separator=':'
6830
 
+      link_all_deplibs=yes
6831
 
+      export_dynamic_flag_spec='${wl}-Bexport'
6832
 
       runpath_var='LD_RUN_PATH'
6833
 
+
6834
 
+      if test "$GCC" = yes; then
6835
 
+       archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6836
 
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6837
 
+      else
6838
 
+       archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6839
 
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6840
 
+      fi
6841
 
       ;;
6842
 
 
6843
 
     uts4*)
6844
 
@@ -11313,11 +11740,6 @@
6845
 
 echo "${ECHO_T}$ld_shlibs" >&6; }
6846
 
 test "$ld_shlibs" = no && can_build_shared=no
6847
 
 
6848
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
6849
 
-if test "$GCC" = yes; then
6850
 
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
6851
 
-fi
6852
 
-
6853
 
 #
6854
 
 # Do we need to explicitly link libc?
6855
 
 #
6856
 
@@ -11338,7 +11760,7 @@
6857
 
       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
6858
 
 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
6859
 
       $rm conftest*
6860
 
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6861
 
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6862
 
 
6863
 
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6864
 
   (eval $ac_compile) 2>&5
6865
 
@@ -11350,6 +11772,7 @@
6866
 
         libobjs=conftest.$ac_objext
6867
 
         deplibs=
6868
 
         wl=$lt_prog_compiler_wl
6869
 
+       pic_flag=$lt_prog_compiler_pic
6870
 
         compiler_flags=-v
6871
 
         linker_flags=-v
6872
 
         verstring=
6873
 
@@ -11385,7 +11808,7 @@
6874
 
 library_names_spec=
6875
 
 libname_spec='lib$name'
6876
 
 soname_spec=
6877
 
-shrext=".so"
6878
 
+shrext_cmds=".so"
6879
 
 postinstall_cmds=
6880
 
 postuninstall_cmds=
6881
 
 finish_cmds=
6882
 
@@ -11395,7 +11818,58 @@
6883
 
 version_type=none
6884
 
 dynamic_linker="$host_os ld.so"
6885
 
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
6886
 
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
6887
 
+
6888
 
+if test "$GCC" = yes; then
6889
 
+  case $host_os in
6890
 
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
6891
 
+    *) lt_awk_arg="/^libraries:/" ;;
6892
 
+  esac
6893
 
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
6894
 
+  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
6895
 
+    # if the path contains ";" then we assume it to be the separator
6896
 
+    # otherwise default to the standard path separator (i.e. ":") - it is
6897
 
+    # assumed that no part of a normal pathname contains ";" but that should
6898
 
+    # okay in the real world where ";" in dirpaths is itself problematic.
6899
 
+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
6900
 
+  else
6901
 
+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
6902
 
+  fi
6903
 
+  # Ok, now we have the path, separated by spaces, we can step through it
6904
 
+  # and add multilib dir if necessary.
6905
 
+  lt_tmp_lt_search_path_spec=
6906
 
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
6907
 
+  for lt_sys_path in $lt_search_path_spec; do
6908
 
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
6909
 
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
6910
 
+    else
6911
 
+      test -d "$lt_sys_path" && \
6912
 
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
6913
 
+    fi
6914
 
+  done
6915
 
+  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
6916
 
+BEGIN {RS=" "; FS="/|\n";} {
6917
 
+  lt_foo="";
6918
 
+  lt_count=0;
6919
 
+  for (lt_i = NF; lt_i > 0; lt_i--) {
6920
 
+    if ($lt_i != "" && $lt_i != ".") {
6921
 
+      if ($lt_i == "..") {
6922
 
+        lt_count++;
6923
 
+      } else {
6924
 
+        if (lt_count == 0) {
6925
 
+          lt_foo="/" $lt_i lt_foo;
6926
 
+        } else {
6927
 
+          lt_count--;
6928
 
+        }
6929
 
+      }
6930
 
+    }
6931
 
+  }
6932
 
+  if (lt_foo != "") { lt_freq[lt_foo]++; }
6933
 
+  if (lt_freq[lt_foo] == 1) { print lt_foo; }
6934
 
+}'`
6935
 
+  sys_lib_search_path_spec=`echo $lt_search_path_spec`
6936
 
+else
6937
 
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
6938
 
+fi
6939
 
 need_lib_prefix=unknown
6940
 
 hardcode_into_libs=no
6941
 
 
6942
 
@@ -11460,7 +11934,7 @@
6943
 
 amigaos*)
6944
 
   library_names_spec='$libname.ixlibrary $libname.a'
6945
 
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
6946
 
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
6947
 
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
6948
 
   ;;
6949
 
 
6950
 
 beos*)
6951
 
@@ -11469,7 +11943,7 @@
6952
 
   shlibpath_var=LIBRARY_PATH
6953
 
   ;;
6954
 
 
6955
 
-bsdi4*)
6956
 
+bsdi[45]*)
6957
 
   version_type=linux
6958
 
   need_version=no
6959
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
6960
 
@@ -11485,7 +11959,7 @@
6961
 
 
6962
 
 cygwin* | mingw* | pw32*)
6963
 
   version_type=windows
6964
 
-  shrext=".dll"
6965
 
+  shrext_cmds=".dll"
6966
 
   need_version=no
6967
 
   need_lib_prefix=no
6968
 
 
6969
 
@@ -11497,7 +11971,8 @@
6970
 
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
6971
 
       dldir=$destdir/`dirname \$dlpath`~
6972
 
       test -d \$dldir || mkdir -p \$dldir~
6973
 
-      $install_prog $dir/$dlname \$dldir/$dlname'
6974
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
6975
 
+      chmod a+x \$dldir/$dlname'
6976
 
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
6977
 
       dlpath=$dir/\$dldll~
6978
 
        $rm \$dlpath'
6979
 
@@ -11527,7 +12002,7 @@
6980
 
       ;;
6981
 
     pw32*)
6982
 
       # pw32 DLLs use 'pw' prefix rather than 'lib'
6983
 
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
6984
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
6985
 
       ;;
6986
 
     esac
6987
 
     ;;
6988
 
@@ -11550,13 +12025,9 @@
6989
 
   soname_spec='${libname}${release}${major}$shared_ext'
6990
 
   shlibpath_overrides_runpath=yes
6991
 
   shlibpath_var=DYLD_LIBRARY_PATH
6992
 
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
6993
 
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
6994
 
-  if test "$GCC" = yes; then
6995
 
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
6996
 
-  else
6997
 
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
6998
 
-  fi
6999
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
7000
 
+
7001
 
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
7002
 
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
7003
 
   ;;
7004
 
 
7005
 
@@ -11573,20 +12044,17 @@
7006
 
   dynamic_linker=no
7007
 
   ;;
7008
 
 
7009
 
-kfreebsd*-gnu*)
7010
 
-  version_type=linux
7011
 
-  need_lib_prefix=no
7012
 
-  need_version=no
7013
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
7014
 
-  soname_spec='${libname}${release}${shared_ext}$major'
7015
 
-  shlibpath_var=LD_LIBRARY_PATH
7016
 
-  shlibpath_overrides_runpath=no
7017
 
-  hardcode_into_libs=yes
7018
 
-  dynamic_linker='GNU ld.so'
7019
 
-  ;;
7020
 
-
7021
 
-freebsd*)
7022
 
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
7023
 
+freebsd* | dragonfly*)
7024
 
+  # DragonFly does not have aout.  When/if they implement a new
7025
 
+  # versioning mechanism, adjust this.
7026
 
+  if test -x /usr/bin/objformat; then
7027
 
+    objformat=`/usr/bin/objformat`
7028
 
+  else
7029
 
+    case $host_os in
7030
 
+    freebsd[123]*) objformat=aout ;;
7031
 
+    *) objformat=elf ;;
7032
 
+    esac
7033
 
+  fi
7034
 
   version_type=freebsd-$objformat
7035
 
   case $version_type in
7036
 
     freebsd-elf*)
7037
 
@@ -11604,14 +12072,19 @@
7038
 
   freebsd2*)
7039
 
     shlibpath_overrides_runpath=yes
7040
 
     ;;
7041
 
-  freebsd3.01* | freebsdelf3.01*)
7042
 
+  freebsd3.[01]* | freebsdelf3.[01]*)
7043
 
     shlibpath_overrides_runpath=yes
7044
 
     hardcode_into_libs=yes
7045
 
     ;;
7046
 
-  *) # from 3.2 on
7047
 
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
7048
 
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
7049
 
     shlibpath_overrides_runpath=no
7050
 
     hardcode_into_libs=yes
7051
 
     ;;
7052
 
+  *) # from 4.6 on, and DragonFly
7053
 
+    shlibpath_overrides_runpath=yes
7054
 
+    hardcode_into_libs=yes
7055
 
+    ;;
7056
 
   esac
7057
 
   ;;
7058
 
 
7059
 
@@ -11631,9 +12104,9 @@
7060
 
   version_type=sunos
7061
 
   need_lib_prefix=no
7062
 
   need_version=no
7063
 
-  case "$host_cpu" in
7064
 
+  case $host_cpu in
7065
 
   ia64*)
7066
 
-    shrext='.so'
7067
 
+    shrext_cmds='.so'
7068
 
     hardcode_into_libs=yes
7069
 
     dynamic_linker="$host_os dld.so"
7070
 
     shlibpath_var=LD_LIBRARY_PATH
7071
 
@@ -11648,7 +12121,7 @@
7072
 
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
7073
 
     ;;
7074
 
    hppa*64*)
7075
 
-     shrext='.sl'
7076
 
+     shrext_cmds='.sl'
7077
 
      hardcode_into_libs=yes
7078
 
      dynamic_linker="$host_os dld.sl"
7079
 
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
7080
 
@@ -11659,7 +12132,7 @@
7081
 
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
7082
 
      ;;
7083
 
    *)
7084
 
-    shrext='.sl'
7085
 
+    shrext_cmds='.sl'
7086
 
     dynamic_linker="$host_os dld.sl"
7087
 
     shlibpath_var=SHLIB_PATH
7088
 
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
7089
 
@@ -11671,6 +12144,18 @@
7090
 
   postinstall_cmds='chmod 555 $lib'
7091
 
   ;;
7092
 
 
7093
 
+interix[3-9]*)
7094
 
+  version_type=linux
7095
 
+  need_lib_prefix=no
7096
 
+  need_version=no
7097
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
7098
 
+  soname_spec='${libname}${release}${shared_ext}$major'
7099
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
7100
 
+  shlibpath_var=LD_LIBRARY_PATH
7101
 
+  shlibpath_overrides_runpath=no
7102
 
+  hardcode_into_libs=yes
7103
 
+  ;;
7104
 
+
7105
 
 irix5* | irix6* | nonstopux*)
7106
 
   case $host_os in
7107
 
     nonstopux*) version_type=nonstopux ;;
7108
 
@@ -11714,29 +12199,26 @@
7109
 
   ;;
7110
 
 
7111
 
 # This must be Linux ELF.
7112
 
-linux*)
7113
 
+linux* | k*bsd*-gnu)
7114
 
   version_type=linux
7115
 
   need_lib_prefix=no
7116
 
   need_version=no
7117
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7118
 
   soname_spec='${libname}${release}${shared_ext}$major'
7119
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
7120
 
-  libsuff=
7121
 
-  if test "x$LINUX_64_MODE" = x64; then
7122
 
-    # Some platforms are per default 64-bit, so there's no /lib64
7123
 
-    if test -d /lib64 -a ! -h /lib64; then
7124
 
-      libsuff=64
7125
 
-    fi
7126
 
-  fi
7127
 
   shlibpath_var=LD_LIBRARY_PATH
7128
 
   shlibpath_overrides_runpath=no
7129
 
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
7130
 
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
7131
 
   # This implies no fast_install, which is unacceptable.
7132
 
   # Some rework will be needed to allow for fast_install
7133
 
   # before this can be enabled.
7134
 
   hardcode_into_libs=yes
7135
 
 
7136
 
+  # Append ld.so.conf contents to the search path
7137
 
+  if test -f /etc/ld.so.conf; then
7138
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
7139
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
7140
 
+  fi
7141
 
+
7142
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
7143
 
   # powerpc, because MkLinux only supported shared libraries with the
7144
 
   # GNU dynamic linker.  Since this was broken with cross compilers,
7145
 
@@ -11746,6 +12228,18 @@
7146
 
   dynamic_linker='GNU/Linux ld.so'
7147
 
   ;;
7148
 
 
7149
 
+netbsdelf*-gnu)
7150
 
+  version_type=linux
7151
 
+  need_lib_prefix=no
7152
 
+  need_version=no
7153
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
7154
 
+  soname_spec='${libname}${release}${shared_ext}$major'
7155
 
+  shlibpath_var=LD_LIBRARY_PATH
7156
 
+  shlibpath_overrides_runpath=no
7157
 
+  hardcode_into_libs=yes
7158
 
+  dynamic_linker='NetBSD ld.elf_so'
7159
 
+  ;;
7160
 
+
7161
 
 netbsd*)
7162
 
   version_type=sunos
7163
 
   need_lib_prefix=no
7164
 
@@ -11755,7 +12249,7 @@
7165
 
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
7166
 
     dynamic_linker='NetBSD (a.out) ld.so'
7167
 
   else
7168
 
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
7169
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
7170
 
     soname_spec='${libname}${release}${shared_ext}$major'
7171
 
     dynamic_linker='NetBSD ld.elf_so'
7172
 
   fi
7173
 
@@ -11783,8 +12277,13 @@
7174
 
 
7175
 
 openbsd*)
7176
 
   version_type=sunos
7177
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
7178
 
   need_lib_prefix=no
7179
 
-  need_version=no
7180
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
7181
 
+  case $host_os in
7182
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
7183
 
+    *)                         need_version=no  ;;
7184
 
+  esac
7185
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
7186
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
7187
 
   shlibpath_var=LD_LIBRARY_PATH
7188
 
@@ -11804,7 +12303,7 @@
7189
 
 
7190
 
 os2*)
7191
 
   libname_spec='$name'
7192
 
-  shrext=".dll"
7193
 
+  shrext_cmds=".dll"
7194
 
   need_lib_prefix=no
7195
 
   library_names_spec='$libname${shared_ext} $libname.a'
7196
 
   dynamic_linker='OS/2 ld.exe'
7197
 
@@ -11822,11 +12321,8 @@
7198
 
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
7199
 
   ;;
7200
 
 
7201
 
-sco3.2v5*)
7202
 
-  version_type=osf
7203
 
-  soname_spec='${libname}${release}${shared_ext}$major'
7204
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7205
 
-  shlibpath_var=LD_LIBRARY_PATH
7206
 
+rdos*)
7207
 
+  dynamic_linker=no
7208
 
   ;;
7209
 
 
7210
 
 solaris*)
7211
 
@@ -11854,7 +12350,7 @@
7212
 
   need_version=yes
7213
 
   ;;
7214
 
 
7215
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
7216
 
+sysv4 | sysv4.3*)
7217
 
   version_type=linux
7218
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7219
 
   soname_spec='${libname}${release}${shared_ext}$major'
7220
 
@@ -11887,6 +12383,29 @@
7221
 
   fi
7222
 
   ;;
7223
 
 
7224
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7225
 
+  version_type=freebsd-elf
7226
 
+  need_lib_prefix=no
7227
 
+  need_version=no
7228
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
7229
 
+  soname_spec='${libname}${release}${shared_ext}$major'
7230
 
+  shlibpath_var=LD_LIBRARY_PATH
7231
 
+  hardcode_into_libs=yes
7232
 
+  if test "$with_gnu_ld" = yes; then
7233
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
7234
 
+    shlibpath_overrides_runpath=no
7235
 
+  else
7236
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
7237
 
+    shlibpath_overrides_runpath=yes
7238
 
+    case $host_os in
7239
 
+      sco3.2v5*)
7240
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
7241
 
+       ;;
7242
 
+    esac
7243
 
+  fi
7244
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
7245
 
+  ;;
7246
 
+
7247
 
 uts4*)
7248
 
   version_type=linux
7249
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
7250
 
@@ -11902,12 +12421,17 @@
7251
 
 echo "${ECHO_T}$dynamic_linker" >&6; }
7252
 
 test "$dynamic_linker" = no && can_build_shared=no
7253
 
 
7254
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
7255
 
+if test "$GCC" = yes; then
7256
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
7257
 
+fi
7258
 
+
7259
 
 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
7260
 
 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
7261
 
 hardcode_action=
7262
 
 if test -n "$hardcode_libdir_flag_spec" || \
7263
 
-   test -n "$runpath_var " || \
7264
 
-   test "X$hardcode_automatic"="Xyes" ; then
7265
 
+   test -n "$runpath_var" || \
7266
 
+   test "X$hardcode_automatic" = "Xyes" ; then
7267
 
 
7268
 
   # We can hardcode non-existant directories.
7269
 
   if test "$hardcode_direct" != no &&
7270
 
@@ -11954,6 +12478,7 @@
7271
 
    darwin*)
7272
 
        if test -n "$STRIP" ; then
7273
 
          striplib="$STRIP -x"
7274
 
+         old_striplib="$STRIP -S"
7275
 
          { echo "$as_me:$LINENO: result: yes" >&5
7276
 
 echo "${ECHO_T}yes" >&6; }
7277
 
        else
7278
 
@@ -12524,7 +13049,7 @@
7279
 
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
7280
 
 
7281
 
     save_LDFLAGS="$LDFLAGS"
7282
 
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
7283
 
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
7284
 
 
7285
 
     save_LIBS="$LIBS"
7286
 
     LIBS="$lt_cv_dlopen_libs $LIBS"
7287
 
@@ -12540,7 +13065,7 @@
7288
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7289
 
   lt_status=$lt_dlunknown
7290
 
   cat > conftest.$ac_ext <<EOF
7291
 
-#line 12543 "configure"
7292
 
+#line 13068 "configure"
7293
 
 #include "confdefs.h"
7294
 
 
7295
 
 #if HAVE_DLFCN_H
7296
 
@@ -12597,6 +13122,8 @@
7297
 
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
7298
 
       /* dlclose (self); */
7299
 
     }
7300
 
+  else
7301
 
+    puts (dlerror ());
7302
 
 
7303
 
     exit (status);
7304
 
 }
7305
 
@@ -12606,12 +13133,12 @@
7306
 
   ac_status=$?
7307
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7308
 
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7309
 
-    (./conftest; exit; ) 2>/dev/null
7310
 
+    (./conftest; exit; ) >&5 2>/dev/null
7311
 
     lt_status=$?
7312
 
     case x$lt_status in
7313
 
       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
7314
 
       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
7315
 
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
7316
 
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
7317
 
     esac
7318
 
   else :
7319
 
     # compilation failed
7320
 
@@ -12626,7 +13153,7 @@
7321
 
 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
7322
 
 
7323
 
     if test "x$lt_cv_dlopen_self" = xyes; then
7324
 
-      LDFLAGS="$LDFLAGS $link_static_flag"
7325
 
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
7326
 
       { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
7327
 
 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
7328
 
 if test "${lt_cv_dlopen_self_static+set}" = set; then
7329
 
@@ -12638,7 +13165,7 @@
7330
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7331
 
   lt_status=$lt_dlunknown
7332
 
   cat > conftest.$ac_ext <<EOF
7333
 
-#line 12641 "configure"
7334
 
+#line 13168 "configure"
7335
 
 #include "confdefs.h"
7336
 
 
7337
 
 #if HAVE_DLFCN_H
7338
 
@@ -12695,6 +13222,8 @@
7339
 
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
7340
 
       /* dlclose (self); */
7341
 
     }
7342
 
+  else
7343
 
+    puts (dlerror ());
7344
 
 
7345
 
     exit (status);
7346
 
 }
7347
 
@@ -12704,12 +13233,12 @@
7348
 
   ac_status=$?
7349
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7350
 
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
7351
 
-    (./conftest; exit; ) 2>/dev/null
7352
 
+    (./conftest; exit; ) >&5 2>/dev/null
7353
 
     lt_status=$?
7354
 
     case x$lt_status in
7355
 
       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
7356
 
       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
7357
 
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
7358
 
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
7359
 
     esac
7360
 
   else :
7361
 
     # compilation failed
7362
 
@@ -12742,7 +13271,7 @@
7363
 
 fi
7364
 
 
7365
 
 
7366
 
-# Report which librarie types wil actually be built
7367
 
+# Report which library types will actually be built
7368
 
 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
7369
 
 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
7370
 
 { echo "$as_me:$LINENO: result: $can_build_shared" >&5
7371
 
@@ -12754,7 +13283,7 @@
7372
 
 
7373
 
 # On AIX, shared libraries and static libraries use the same namespace, and
7374
 
 # are all built from PIC.
7375
 
-case "$host_os" in
7376
 
+case $host_os in
7377
 
 aix3*)
7378
 
   test "$enable_shared" = yes && enable_static=no
7379
 
   if test -n "$RANLIB"; then
7380
 
@@ -12763,47 +13292,10 @@
7381
 
   fi
7382
 
   ;;
7383
 
 
7384
 
-aix4*)
7385
 
+aix4* | aix5*)
7386
 
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
7387
 
     test "$enable_shared" = yes && enable_static=no
7388
 
   fi
7389
 
-  ;;
7390
 
-  darwin* | rhapsody*)
7391
 
-  if test "$GCC" = yes; then
7392
 
-    archive_cmds_need_lc=no
7393
 
-    case "$host_os" in
7394
 
-    rhapsody* | darwin1.[012])
7395
 
-      allow_undefined_flag='-Wl,-undefined -Wl,suppress'
7396
 
-      ;;
7397
 
-    *) # Darwin 1.3 on
7398
 
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
7399
 
-       allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
7400
 
-      else
7401
 
-       case ${MACOSX_DEPLOYMENT_TARGET} in
7402
 
-         10.012)
7403
 
-           allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
7404
 
-           ;;
7405
 
-         10.*)
7406
 
-           allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
7407
 
-           ;;
7408
 
-       esac
7409
 
-      fi
7410
 
-      ;;
7411
 
-    esac
7412
 
-    output_verbose_link_cmd='echo'
7413
 
-    archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
7414
 
-    module_cmds='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
7415
 
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
7416
 
-    archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7417
 
-    module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7418
 
-    hardcode_direct=no
7419
 
-    hardcode_automatic=yes
7420
 
-    hardcode_shlibpath_var=unsupported
7421
 
-    whole_archive_flag_spec='-all_load $convenience'
7422
 
-    link_all_deplibs=yes
7423
 
-  else
7424
 
-    ld_shlibs=no
7425
 
-  fi
7426
 
     ;;
7427
 
 esac
7428
 
 { echo "$as_me:$LINENO: result: $enable_shared" >&5
7429
 
@@ -12829,7 +13321,8 @@
7430
 
   # Now quote all the things that may contain metacharacters while being
7431
 
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
7432
 
   # variables and quote the copies for generation of the libtool script.
7433
 
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
7434
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
7435
 
+    SED SHELL STRIP \
7436
 
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
7437
 
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
7438
 
     deplibs_check_method reload_flag reload_cmds need_locks \
7439
 
@@ -12870,6 +13363,7 @@
7440
 
     module_cmds \
7441
 
     module_expsym_cmds \
7442
 
     lt_cv_prog_compiler_c_o \
7443
 
+    fix_srcfile_path \
7444
 
     exclude_expsyms \
7445
 
     include_expsyms; do
7446
 
 
7447
 
@@ -12914,7 +13408,7 @@
7448
 
 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
7449
 
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
7450
 
 #
7451
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
7452
 
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
7453
 
 # Free Software Foundation, Inc.
7454
 
 #
7455
 
 # This file is part of GNU Libtool:
7456
 
@@ -12943,11 +13437,11 @@
7457
 
 SED=$lt_SED
7458
 
 
7459
 
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
7460
 
-Xsed="$SED -e s/^X//"
7461
 
+Xsed="$SED -e 1s/^X//"
7462
 
 
7463
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
7464
 
 # if CDPATH is set.
7465
 
-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
7466
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
7467
 
 
7468
 
 # The names of the tagged configurations supported by this script.
7469
 
 available_tags=
7470
 
@@ -12977,6 +13471,12 @@
7471
 
 # The host system.
7472
 
 host_alias=$host_alias
7473
 
 host=$host
7474
 
+host_os=$host_os
7475
 
+
7476
 
+# The build system.
7477
 
+build_alias=$build_alias
7478
 
+build=$build
7479
 
+build_os=$build_os
7480
 
 
7481
 
 # An echo program that does not interpret backslashes.
7482
 
 echo=$lt_echo
7483
 
@@ -12988,6 +13488,9 @@
7484
 
 # A C compiler.
7485
 
 LTCC=$lt_LTCC
7486
 
 
7487
 
+# LTCC compiler flags.
7488
 
+LTCFLAGS=$lt_LTCFLAGS
7489
 
+
7490
 
 # A language-specific compiler.
7491
 
 CC=$lt_compiler
7492
 
 
7493
 
@@ -13007,7 +13510,7 @@
7494
 
 NM=$lt_NM
7495
 
 
7496
 
 # A symbol stripping program
7497
 
-STRIP=$STRIP
7498
 
+STRIP=$lt_STRIP
7499
 
 
7500
 
 # Used to examine libraries when file_magic_cmd begins "file"
7501
 
 MAGIC_CMD=$MAGIC_CMD
7502
 
@@ -13038,7 +13541,7 @@
7503
 
 libext="$libext"
7504
 
 
7505
 
 # Shared library suffix (normally ".so").
7506
 
-shrext='$shrext'
7507
 
+shrext_cmds='$shrext_cmds'
7508
 
 
7509
 
 # Executable file suffix (normally "").
7510
 
 exeext="$exeext"
7511
 
@@ -13053,7 +13556,7 @@
7512
 
 # Does compiler simultaneously support -c and -o options?
7513
 
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
7514
 
 
7515
 
-# Must we lock files when doing compilation ?
7516
 
+# Must we lock files when doing compilation?
7517
 
 need_locks=$lt_need_locks
7518
 
 
7519
 
 # Do we need the lib prefix for modules?
7520
 
@@ -13229,7 +13732,7 @@
7521
 
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
7522
 
 
7523
 
 # Fix the shell variable \$srcfile for the compiler.
7524
 
-fix_srcfile_path="$fix_srcfile_path"
7525
 
+fix_srcfile_path=$lt_fix_srcfile_path
7526
 
 
7527
 
 # Set to yes if exported symbols are required.
7528
 
 always_export_symbols=$always_export_symbols
7529
 
@@ -13280,7 +13783,10 @@
7530
 
   # If there is no Makefile yet, we rely on a make rule to execute
7531
 
   # `config.status --recheck' to rerun these tests and create the
7532
 
   # libtool script then.
7533
 
-  test -f Makefile && make "$ltmain"
7534
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
7535
 
+  if test -f "$ltmain_in"; then
7536
 
+    test -f Makefile && make "$ltmain"
7537
 
+  fi
7538
 
 fi
7539
 
 
7540
 
 
7541
 
@@ -13315,6 +13821,9 @@
7542
 
 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
7543
 
     fi
7544
 
   fi
7545
 
+  if test -z "$LTCFLAGS"; then
7546
 
+    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
7547
 
+  fi
7548
 
 
7549
 
   # Extract list of available tagged configurations in $ofile.
7550
 
   # Note that this assumes the entire list is on one line.
7551
 
@@ -13345,7 +13854,9 @@
7552
 
 
7553
 
       case $tagname in
7554
 
       CXX)
7555
 
-       if test -n "$CXX" && test "X$CXX" != "Xno"; then
7556
 
+       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
7557
 
+           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
7558
 
+           (test "X$CXX" != "Xg++"))) ; then
7559
 
          ac_ext=cpp
7560
 
 ac_cpp='$CXXCPP $CPPFLAGS'
7561
 
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7562
 
@@ -13365,6 +13876,7 @@
7563
 
 hardcode_libdir_flag_spec_ld_CXX=
7564
 
 hardcode_libdir_separator_CXX=
7565
 
 hardcode_minus_L_CXX=no
7566
 
+hardcode_shlibpath_var_CXX=unsupported
7567
 
 hardcode_automatic_CXX=no
7568
 
 module_cmds_CXX=
7569
 
 module_expsym_cmds_CXX=
7570
 
@@ -13382,27 +13894,44 @@
7571
 
 compiler_lib_search_path_CXX=
7572
 
 
7573
 
 # Source file extension for C++ test sources.
7574
 
-ac_ext=cc
7575
 
+ac_ext=cpp
7576
 
 
7577
 
 # Object file extension for compiled C++ test sources.
7578
 
 objext=o
7579
 
 objext_CXX=$objext
7580
 
 
7581
 
 # Code to be used in simple compile tests
7582
 
-lt_simple_compile_test_code="int some_variable = 0;\n"
7583
 
+lt_simple_compile_test_code="int some_variable = 0;"
7584
 
 
7585
 
 # Code to be used in simple link tests
7586
 
-lt_simple_link_test_code='int main(int, char *) { return(0); }\n'
7587
 
+lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
7588
 
 
7589
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7590
 
 
7591
 
 # If no C compiler was specified, use CC.
7592
 
 LTCC=${LTCC-"$CC"}
7593
 
 
7594
 
+# If no C compiler flags were specified, use CFLAGS.
7595
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7596
 
+
7597
 
 # Allow CC to be a program name with arguments.
7598
 
 compiler=$CC
7599
 
 
7600
 
 
7601
 
+# save warnings/boilerplate of simple test code
7602
 
+ac_outfile=conftest.$ac_objext
7603
 
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7604
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7605
 
+_lt_compiler_boilerplate=`cat conftest.err`
7606
 
+$rm conftest*
7607
 
+
7608
 
+ac_outfile=conftest.$ac_objext
7609
 
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
7610
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7611
 
+_lt_linker_boilerplate=`cat conftest.err`
7612
 
+$rm conftest*
7613
 
+
7614
 
+
7615
 
 # Allow CC to be a program name with arguments.
7616
 
 lt_save_CC=$CC
7617
 
 lt_save_LD=$LD
7618
 
@@ -13413,18 +13942,27 @@
7619
 
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
7620
 
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
7621
 
 else
7622
 
-  unset lt_cv_prog_gnu_ld
7623
 
+  $as_unset lt_cv_prog_gnu_ld
7624
 
 fi
7625
 
 if test -n "${lt_cv_path_LDCXX+set}"; then
7626
 
   lt_cv_path_LD=$lt_cv_path_LDCXX
7627
 
 else
7628
 
-  unset lt_cv_path_LD
7629
 
+  $as_unset lt_cv_path_LD
7630
 
 fi
7631
 
 test -z "${LDCXX+set}" || LD=$LDCXX
7632
 
 CC=${CXX-"c++"}
7633
 
 compiler=$CC
7634
 
 compiler_CXX=$CC
7635
 
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
7636
 
+for cc_temp in $compiler""; do
7637
 
+  case $cc_temp in
7638
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7639
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7640
 
+    \-*) ;;
7641
 
+    *) break;;
7642
 
+  esac
7643
 
+done
7644
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7645
 
+
7646
 
 
7647
 
 # We don't want -fno-exception wen compiling C++ code, so set the
7648
 
 # no_builtin_flag separately
7649
 
@@ -13495,7 +14033,7 @@
7650
 
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7651
 
       lt_cv_path_LD="$ac_dir/$ac_prog"
7652
 
       # Check to see if the program is GNU ld.  I'd rather use --version,
7653
 
-      # but apparently some GNU ld's only accept -v.
7654
 
+      # but apparently some variants of GNU ld only accept -v.
7655
 
       # Break only if it was the GNU/non-GNU ld that we prefer.
7656
 
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
7657
 
       *GNU* | *'with BFD'*)
7658
 
@@ -13529,7 +14067,7 @@
7659
 
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
7660
 
   echo $ECHO_N "(cached) $ECHO_C" >&6
7661
 
 else
7662
 
-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
7663
 
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
7664
 
 case `$LD -v 2>&1 </dev/null` in
7665
 
 *GNU* | *'with BFD'*)
7666
 
   lt_cv_prog_gnu_ld=yes
7667
 
@@ -13548,8 +14086,8 @@
7668
 
   # Check if GNU C++ uses GNU ld as the underlying linker, since the
7669
 
   # archiving commands below assume that GNU ld is being used.
7670
 
   if test "$with_gnu_ld" = yes; then
7671
 
-    archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
7672
 
-    archive_expsym_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7673
 
+    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
7674
 
+    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'
7675
 
 
7676
 
     hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
7677
 
     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
7678
 
@@ -13575,7 +14113,7 @@
7679
 
     # linker, instead of GNU ld.  If possible, this setting should
7680
 
     # overridden to take advantage of the native linker features on
7681
 
     # the platform it is being used on.
7682
 
-    archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
7683
 
+    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
7684
 
   fi
7685
 
 
7686
 
   # Commands to make compiler produce verbose output that lists
7687
 
@@ -13606,8 +14144,23 @@
7688
 
       exp_sym_flag='-Bexport'
7689
 
       no_entry_flag=""
7690
 
     else
7691
 
-      # KDE requires run time linking.  Make it the default.
7692
 
-      aix_use_runtimelinking=yes
7693
 
+      aix_use_runtimelinking=no
7694
 
+
7695
 
+      # Test if we are trying to use run time linking or normal
7696
 
+      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
7697
 
+      # need to do runtime linking.
7698
 
+      case $host_os in aix4.[23]|aix4.[23].*|aix5*)
7699
 
+       for ld_flag in $LDFLAGS; do
7700
 
+         case $ld_flag in
7701
 
+         *-brtl*)
7702
 
+           aix_use_runtimelinking=yes
7703
 
+           break
7704
 
+           ;;
7705
 
+         esac
7706
 
+       done
7707
 
+       ;;
7708
 
+      esac
7709
 
+
7710
 
       exp_sym_flag='-bexport'
7711
 
       no_entry_flag='-bnoentry'
7712
 
     fi
7713
 
@@ -13624,7 +14177,7 @@
7714
 
     link_all_deplibs_CXX=yes
7715
 
 
7716
 
     if test "$GXX" = yes; then
7717
 
-      case $host_os in aix4.012|aix4.012.*)
7718
 
+      case $host_os in aix4.[012]|aix4.[012].*)
7719
 
       # We only want to do this on AIX 4.2 and lower, the check
7720
 
       # below for broken collect2 doesn't work under 4.3+
7721
 
        collect2name=`${CC} -print-prog-name=collect2`
7722
 
@@ -13632,7 +14185,7 @@
7723
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
7724
 
        then
7725
 
          # We have reworked collect2
7726
 
-         hardcode_direct_CXX=yes
7727
 
+         :
7728
 
        else
7729
 
          # We have old collect2
7730
 
          hardcode_direct_CXX=unsupported
7731
 
@@ -13643,8 +14196,12 @@
7732
 
          hardcode_libdir_flag_spec_CXX='-L$libdir'
7733
 
          hardcode_libdir_separator_CXX=
7734
 
        fi
7735
 
+       ;;
7736
 
       esac
7737
 
       shared_flag='-shared'
7738
 
+      if test "$aix_use_runtimelinking" = yes; then
7739
 
+       shared_flag="$shared_flag "'${wl}-G'
7740
 
+      fi
7741
 
     else
7742
 
       # not using gcc
7743
 
       if test "$host_cpu" = ia64; then
7744
 
@@ -13653,15 +14210,16 @@
7745
 
        shared_flag='-G'
7746
 
       else
7747
 
        if test "$aix_use_runtimelinking" = yes; then
7748
 
-         shared_flag='-qmkshrobj ${wl}-G'
7749
 
+         shared_flag='${wl}-G'
7750
 
        else
7751
 
-         shared_flag='-qmkshrobj'
7752
 
+         shared_flag='${wl}-bM:SRE'
7753
 
        fi
7754
 
       fi
7755
 
     fi
7756
 
 
7757
 
-    # Let the compiler handle the export list.
7758
 
-    always_export_symbols_CXX=no
7759
 
+    # It seems that -bexpall does not export symbols beginning with
7760
 
+    # underscore (_), so it is better to generate a list of symbols to export.
7761
 
+    always_export_symbols_CXX=yes
7762
 
     if test "$aix_use_runtimelinking" = yes; then
7763
 
       # Warning - without using the other runtime loading flags (-brtl),
7764
 
       # -berok will link without error, but may produce a broken library.
7765
 
@@ -13701,11 +14259,18 @@
7766
 
        } && test -s conftest$ac_exeext &&
7767
 
        $as_test_x conftest$ac_exeext; then
7768
 
 
7769
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
7770
 
-}'`
7771
 
+lt_aix_libpath_sed='
7772
 
+    /Import File Strings/,/^$/ {
7773
 
+       /^0/ {
7774
 
+           s/^0  *\(.*\)$/\1/
7775
 
+           p
7776
 
+       }
7777
 
+    }'
7778
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7779
 
 # Check for a 64-bit object if we didn't find anything.
7780
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
7781
 
-}'`; fi
7782
 
+if test -z "$aix_libpath"; then
7783
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7784
 
+fi
7785
 
 else
7786
 
   echo "$as_me: failed program was:" >&5
7787
 
 sed 's/^/| /' conftest.$ac_ext >&5
7788
 
@@ -13719,13 +14284,12 @@
7789
 
 
7790
 
       hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
7791
 
 
7792
 
-      archive_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
7793
 
-      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
7794
 
+      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
7795
 
      else
7796
 
       if test "$host_cpu" = ia64; then
7797
 
        hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
7798
 
        allow_undefined_flag_CXX="-z nodefs"
7799
 
-       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
7800
 
+       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
7801
 
       else
7802
 
        # Determine the default libpath from the value encoded in an empty executable.
7803
 
        cat >conftest.$ac_ext <<_ACEOF
7804
 
@@ -13762,11 +14326,18 @@
7805
 
        } && test -s conftest$ac_exeext &&
7806
 
        $as_test_x conftest$ac_exeext; then
7807
 
 
7808
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
7809
 
-}'`
7810
 
+lt_aix_libpath_sed='
7811
 
+    /Import File Strings/,/^$/ {
7812
 
+       /^0/ {
7813
 
+           s/^0  *\(.*\)$/\1/
7814
 
+           p
7815
 
+       }
7816
 
+    }'
7817
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7818
 
 # Check for a 64-bit object if we didn't find anything.
7819
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
7820
 
-}'`; fi
7821
 
+if test -z "$aix_libpath"; then
7822
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
7823
 
+fi
7824
 
 else
7825
 
   echo "$as_me: failed program was:" >&5
7826
 
 sed 's/^/| /' conftest.$ac_ext >&5
7827
 
@@ -13783,16 +14354,26 @@
7828
 
        # -berok will link without error, but may produce a broken library.
7829
 
        no_undefined_flag_CXX=' ${wl}-bernotok'
7830
 
        allow_undefined_flag_CXX=' ${wl}-berok'
7831
 
-       # -bexpall does not export symbols beginning with underscore (_)
7832
 
-       always_export_symbols_CXX=yes
7833
 
        # Exported symbols can be pulled into shared objects from archives
7834
 
-       whole_archive_flag_spec_CXX=' '
7835
 
+       whole_archive_flag_spec_CXX='$convenience'
7836
 
        archive_cmds_need_lc_CXX=yes
7837
 
-       # This is similar to how AIX traditionally builds it's shared libraries.
7838
 
-       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
7839
 
+       # This is similar to how AIX traditionally builds its shared libraries.
7840
 
+       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
7841
 
       fi
7842
 
     fi
7843
 
     ;;
7844
 
+
7845
 
+  beos*)
7846
 
+    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
7847
 
+      allow_undefined_flag_CXX=unsupported
7848
 
+      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7849
 
+      # support --undefined.  This deserves some investigation.  FIXME
7850
 
+      archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7851
 
+    else
7852
 
+      ld_shlibs_CXX=no
7853
 
+    fi
7854
 
+    ;;
7855
 
+
7856
 
   chorus*)
7857
 
     case $cc_basename in
7858
 
       *)
7859
 
@@ -13806,12 +14387,12 @@
7860
 
     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
7861
 
     # as there is no search path for DLLs.
7862
 
     hardcode_libdir_flag_spec_CXX='-L$libdir'
7863
 
-    allow_undefined_flag_CXX=no
7864
 
+    allow_undefined_flag_CXX=unsupported
7865
 
     always_export_symbols_CXX=no
7866
 
     enable_shared_with_static_runtimes_CXX=yes
7867
 
 
7868
 
     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
7869
 
-      archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
7870
 
+      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7871
 
       # If the export-symbols file already is a .def file (1st line
7872
 
       # is EXPORTS), use it as is; otherwise, prepend...
7873
 
       archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7874
 
@@ -13820,70 +14401,81 @@
7875
 
        echo EXPORTS > $output_objdir/$soname.def;
7876
 
        cat $export_symbols >> $output_objdir/$soname.def;
7877
 
       fi~
7878
 
-      $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
7879
 
+      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7880
 
     else
7881
 
       ld_shlibs_CXX=no
7882
 
     fi
7883
 
   ;;
7884
 
+      darwin* | rhapsody*)
7885
 
+        case $host_os in
7886
 
+        rhapsody* | darwin1.[012])
7887
 
+         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
7888
 
+         ;;
7889
 
+       *) # Darwin 1.3 on
7890
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
7891
 
+           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7892
 
+         else
7893
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
7894
 
+             10.[012])
7895
 
+               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7896
 
+               ;;
7897
 
+             10.*)
7898
 
+               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
7899
 
+               ;;
7900
 
+           esac
7901
 
+         fi
7902
 
+         ;;
7903
 
+        esac
7904
 
+      archive_cmds_need_lc_CXX=no
7905
 
+      hardcode_direct_CXX=no
7906
 
+      hardcode_automatic_CXX=yes
7907
 
+      hardcode_shlibpath_var_CXX=unsupported
7908
 
+      whole_archive_flag_spec_CXX=''
7909
 
+      link_all_deplibs_CXX=yes
7910
 
 
7911
 
-  darwin* | rhapsody*)
7912
 
-  if test "$GXX" = yes; then
7913
 
-    archive_cmds_need_lc_CXX=no
7914
 
-    case "$host_os" in
7915
 
-    rhapsody* | darwin1.[012])
7916
 
-      allow_undefined_flag_CXX='-Wl,-undefined -Wl,suppress'
7917
 
-      ;;
7918
 
-    *) # Darwin 1.3 on
7919
 
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
7920
 
-       allow_undefined_flag_CXX='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
7921
 
-      else
7922
 
-       case ${MACOSX_DEPLOYMENT_TARGET} in
7923
 
-         10.012)
7924
 
-           allow_undefined_flag_CXX='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
7925
 
-           ;;
7926
 
-         10.*)
7927
 
-           allow_undefined_flag_CXX='-Wl,-undefined -Wl,dynamic_lookup'
7928
 
-           ;;
7929
 
-       esac
7930
 
+    if test "$GXX" = yes ; then
7931
 
+      lt_int_apple_cc_single_mod=no
7932
 
+      output_verbose_link_cmd='echo'
7933
 
+      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
7934
 
+       lt_int_apple_cc_single_mod=yes
7935
 
       fi
7936
 
-      ;;
7937
 
-    esac
7938
 
-    lt_int_apple_cc_single_mod=no
7939
 
-    output_verbose_link_cmd='echo'
7940
 
-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
7941
 
-      lt_int_apple_cc_single_mod=yes
7942
 
-    fi
7943
 
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
7944
 
-      archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
7945
 
-    else
7946
 
-      archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
7947
 
-    fi
7948
 
-    module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
7949
 
-
7950
 
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
7951
 
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
7952
 
-      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7953
 
-    else
7954
 
-      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7955
 
-    fi
7956
 
-    module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7957
 
-    hardcode_direct_CXX=no
7958
 
-    hardcode_automatic_CXX=yes
7959
 
-    hardcode_shlibpath_var_CXX=unsupported
7960
 
-    whole_archive_flag_spec_CXX='-all_load $convenience'
7961
 
-    link_all_deplibs_CXX=yes
7962
 
-  else
7963
 
-    ld_shlibs_CXX=no
7964
 
-  fi
7965
 
-    ;;
7966
 
+      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
7967
 
+       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
7968
 
+      else
7969
 
+          archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
7970
 
+        fi
7971
 
+        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
7972
 
+        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
7973
 
+          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
7974
 
+            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7975
 
+          else
7976
 
+            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7977
 
+          fi
7978
 
+            module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7979
 
+      else
7980
 
+      case $cc_basename in
7981
 
+        xlc*)
7982
 
+         output_verbose_link_cmd='echo'
7983
 
+          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
7984
 
+          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
7985
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
7986
 
+          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7987
 
+          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7988
 
+          ;;
7989
 
+       *)
7990
 
+         ld_shlibs_CXX=no
7991
 
+          ;;
7992
 
+      esac
7993
 
+      fi
7994
 
+        ;;
7995
 
 
7996
 
   dgux*)
7997
 
     case $cc_basename in
7998
 
-      ec++)
7999
 
+      ec++*)
8000
 
        # FIXME: insert proper C++ library support
8001
 
        ld_shlibs_CXX=no
8002
 
        ;;
8003
 
-      ghcx)
8004
 
+      ghcx*)
8005
 
        # Green Hills C++ Compiler
8006
 
        # FIXME: insert proper C++ library support
8007
 
        ld_shlibs_CXX=no
8008
 
@@ -13894,14 +14486,14 @@
8009
 
        ;;
8010
 
     esac
8011
 
     ;;
8012
 
-  freebsd12*)
8013
 
+  freebsd[12]*)
8014
 
     # C++ shared libraries reported to be fairly broken before switch to ELF
8015
 
     ld_shlibs_CXX=no
8016
 
     ;;
8017
 
   freebsd-elf*)
8018
 
     archive_cmds_need_lc_CXX=no
8019
 
     ;;
8020
 
-  freebsd* | kfreebsd*-gnu)
8021
 
+  freebsd* | dragonfly*)
8022
 
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
8023
 
     # conventions
8024
 
     ld_shlibs_CXX=yes
8025
 
@@ -13918,12 +14510,12 @@
8026
 
                                # location of the library.
8027
 
 
8028
 
     case $cc_basename in
8029
 
-    CC)
8030
 
+    CC*)
8031
 
       # FIXME: insert proper C++ library support
8032
 
       ld_shlibs_CXX=no
8033
 
       ;;
8034
 
-    aCC)
8035
 
-      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8036
 
+    aCC*)
8037
 
+      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8038
 
       # Commands to make compiler produce verbose output that lists
8039
 
       # what "hidden" libraries, object files and flags are used when
8040
 
       # linking a shared library.
8041
 
@@ -13932,11 +14524,11 @@
8042
 
       # explicitly linking system object files so we need to strip them
8043
 
       # from the output so that they don't get included in the library
8044
 
       # dependencies.
8045
 
-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8046
 
+      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8047
 
       ;;
8048
 
     *)
8049
 
       if test "$GXX" = yes; then
8050
 
-        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8051
 
+        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8052
 
       else
8053
 
         # FIXME: insert proper C++ library support
8054
 
         ld_shlibs_CXX=no
8055
 
@@ -13946,33 +14538,20 @@
8056
 
     ;;
8057
 
   hpux10*|hpux11*)
8058
 
     if test $with_gnu_ld = no; then
8059
 
-      case "$host_cpu" in
8060
 
-      hppa*64*)
8061
 
-       hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
8062
 
-       hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
8063
 
-       hardcode_libdir_separator_CXX=:
8064
 
-        ;;
8065
 
-      ia64*)
8066
 
-       hardcode_libdir_flag_spec_CXX='-L$libdir'
8067
 
-        ;;
8068
 
+      hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
8069
 
+      hardcode_libdir_separator_CXX=:
8070
 
+
8071
 
+      case $host_cpu in
8072
 
+      hppa*64*|ia64*) ;;
8073
 
       *)
8074
 
-       hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
8075
 
-       hardcode_libdir_separator_CXX=:
8076
 
        export_dynamic_flag_spec_CXX='${wl}-E'
8077
 
         ;;
8078
 
       esac
8079
 
     fi
8080
 
-    case "$host_cpu" in
8081
 
-    hppa*64*)
8082
 
-      hardcode_direct_CXX=no
8083
 
-      hardcode_shlibpath_var_CXX=no
8084
 
-      ;;
8085
 
-    ia64*)
8086
 
+    case $host_cpu in
8087
 
+    hppa*64*|ia64*)
8088
 
       hardcode_direct_CXX=no
8089
 
       hardcode_shlibpath_var_CXX=no
8090
 
-      hardcode_minus_L_CXX=yes # Not in the search PATH,
8091
 
-                                             # but as the default
8092
 
-                                             # location of the library.
8093
 
       ;;
8094
 
     *)
8095
 
       hardcode_direct_CXX=yes
8096
 
@@ -13983,17 +14562,20 @@
8097
 
     esac
8098
 
 
8099
 
     case $cc_basename in
8100
 
-      CC)
8101
 
+      CC*)
8102
 
        # FIXME: insert proper C++ library support
8103
 
        ld_shlibs_CXX=no
8104
 
        ;;
8105
 
-      aCC)
8106
 
-       case "$host_cpu" in
8107
 
-       hppa*64*|ia64*)
8108
 
-         archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
8109
 
+      aCC*)
8110
 
+       case $host_cpu in
8111
 
+       hppa*64*)
8112
 
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
8113
 
+         ;;
8114
 
+       ia64*)
8115
 
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
8116
 
          ;;
8117
 
        *)
8118
 
-         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
8119
 
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
8120
 
          ;;
8121
 
        esac
8122
 
        # Commands to make compiler produce verbose output that lists
8123
 
@@ -14009,12 +14591,15 @@
8124
 
       *)
8125
 
        if test "$GXX" = yes; then
8126
 
          if test $with_gnu_ld = no; then
8127
 
-           case "$host_cpu" in
8128
 
-           ia64*|hppa*64*)
8129
 
-             archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
8130
 
+           case $host_cpu in
8131
 
+           hppa*64*)
8132
 
+             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
8133
 
+             ;;
8134
 
+           ia64*)
8135
 
+             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
8136
 
              ;;
8137
 
            *)
8138
 
-             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
8139
 
+             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
8140
 
              ;;
8141
 
            esac
8142
 
          fi
8143
 
@@ -14025,11 +14610,25 @@
8144
 
        ;;
8145
 
     esac
8146
 
     ;;
8147
 
+  interix[3-9]*)
8148
 
+    hardcode_direct_CXX=no
8149
 
+    hardcode_shlibpath_var_CXX=no
8150
 
+    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
8151
 
+    export_dynamic_flag_spec_CXX='${wl}-E'
8152
 
+    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8153
 
+    # Instead, shared libraries are loaded at an image base (0x10000000 by
8154
 
+    # default) and relocated if they conflict, which is a slow very memory
8155
 
+    # consuming and fragmenting process.  To avoid this, we pick a random,
8156
 
+    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8157
 
+    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8158
 
+    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8159
 
+    archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8160
 
+    ;;
8161
 
   irix5* | irix6*)
8162
 
     case $cc_basename in
8163
 
-      CC)
8164
 
+      CC*)
8165
 
        # SGI C++
8166
 
-       archive_cmds_CXX='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
8167
 
+       archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
8168
 
 
8169
 
        # Archives containing C++ object files must be created using
8170
 
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
8171
 
@@ -14040,9 +14639,9 @@
8172
 
       *)
8173
 
        if test "$GXX" = yes; then
8174
 
          if test "$with_gnu_ld" = no; then
8175
 
-           archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
8176
 
+           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8177
 
          else
8178
 
-           archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
8179
 
+           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
8180
 
          fi
8181
 
        fi
8182
 
        link_all_deplibs_CXX=yes
8183
 
@@ -14051,16 +14650,16 @@
8184
 
     hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
8185
 
     hardcode_libdir_separator_CXX=:
8186
 
     ;;
8187
 
-  linux*)
8188
 
+  linux* | k*bsd*-gnu)
8189
 
     case $cc_basename in
8190
 
-      KCC)
8191
 
+      KCC*)
8192
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
8193
 
 
8194
 
        # KCC will only create a shared library if the output file
8195
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
8196
 
        # to its proper name (with version) after linking.
8197
 
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
8198
 
-       archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
8199
 
+       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
8200
 
+       archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
8201
 
        # Commands to make compiler produce verbose output that lists
8202
 
        # what "hidden" libraries, object files and flags are used when
8203
 
        # linking a shared library.
8204
 
@@ -14078,20 +14677,44 @@
8205
 
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
8206
 
        old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
8207
 
        ;;
8208
 
-      icpc)
8209
 
+      icpc*)
8210
 
        # Intel C++
8211
 
        with_gnu_ld=yes
8212
 
+       # version 8.0 and above of icpc choke on multiply defined symbols
8213
 
+       # if we add $predep_objects and $postdep_objects, however 7.1 and
8214
 
+       # earlier do not add the objects themselves.
8215
 
+       case `$CC -V 2>&1` in
8216
 
+       *"Version 7."*)
8217
 
+         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
8218
 
+         archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8219
 
+         ;;
8220
 
+       *)  # Version 8.0 or newer
8221
 
+         tmp_idyn=
8222
 
+         case $host_cpu in
8223
 
+           ia64*) tmp_idyn=' -i_dynamic';;
8224
 
+         esac
8225
 
+         archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8226
 
+         archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8227
 
+         ;;
8228
 
+       esac
8229
 
        archive_cmds_need_lc_CXX=no
8230
 
-       archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8231
 
-       archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8232
 
        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
8233
 
        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
8234
 
        whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8235
 
        ;;
8236
 
-      cxx)
8237
 
+      pgCC*)
8238
 
+        # Portland Group C++ compiler
8239
 
+       archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
8240
 
+       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
8241
 
+
8242
 
+       hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
8243
 
+       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
8244
 
+       whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
8245
 
+        ;;
8246
 
+      cxx*)
8247
 
        # Compaq C++
8248
 
-       archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
8249
 
-       archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
8250
 
+       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
8251
 
+       archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
8252
 
 
8253
 
        runpath_var=LD_RUN_PATH
8254
 
        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
8255
 
@@ -14107,6 +14730,29 @@
8256
 
        # dependencies.
8257
 
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8258
 
        ;;
8259
 
+      *)
8260
 
+       case `$CC -V 2>&1 | sed 5q` in
8261
 
+       *Sun\ C*)
8262
 
+         # Sun C++ 5.9
8263
 
+         no_undefined_flag_CXX=' -zdefs'
8264
 
+         archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
8265
 
+         archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
8266
 
+         hardcode_libdir_flag_spec_CXX='-R$libdir'
8267
 
+         whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
8268
 
+
8269
 
+         # Not sure whether something based on
8270
 
+         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
8271
 
+         # would be better.
8272
 
+         output_verbose_link_cmd='echo'
8273
 
+
8274
 
+         # Archives containing C++ object files must be created using
8275
 
+         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
8276
 
+         # necessary to make sure instantiated templates are included
8277
 
+         # in the archive.
8278
 
+         old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
8279
 
+         ;;
8280
 
+       esac
8281
 
+       ;;
8282
 
     esac
8283
 
     ;;
8284
 
   lynxos*)
8285
 
@@ -14119,7 +14765,7 @@
8286
 
     ;;
8287
 
   mvs*)
8288
 
     case $cc_basename in
8289
 
-      cxx)
8290
 
+      cxx*)
8291
 
        # FIXME: insert proper C++ library support
8292
 
        ld_shlibs_CXX=no
8293
 
        ;;
8294
 
@@ -14129,7 +14775,7 @@
8295
 
        ;;
8296
 
     esac
8297
 
     ;;
8298
 
-  netbsd*)
8299
 
+  netbsd* | netbsdelf*-gnu)
8300
 
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
8301
 
       archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
8302
 
       wlarc=
8303
 
@@ -14140,15 +14786,35 @@
8304
 
     # Workaround some broken pre-1.5 toolchains
8305
 
     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
8306
 
     ;;
8307
 
+  openbsd2*)
8308
 
+    # C++ shared libraries are fairly broken
8309
 
+    ld_shlibs_CXX=no
8310
 
+    ;;
8311
 
+  openbsd*)
8312
 
+    if test -f /usr/libexec/ld.so; then
8313
 
+      hardcode_direct_CXX=yes
8314
 
+      hardcode_shlibpath_var_CXX=no
8315
 
+      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
8316
 
+      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
8317
 
+      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8318
 
+       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
8319
 
+       export_dynamic_flag_spec_CXX='${wl}-E'
8320
 
+       whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8321
 
+      fi
8322
 
+      output_verbose_link_cmd='echo'
8323
 
+    else
8324
 
+      ld_shlibs_CXX=no
8325
 
+    fi
8326
 
+    ;;
8327
 
   osf3*)
8328
 
     case $cc_basename in
8329
 
-      KCC)
8330
 
+      KCC*)
8331
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
8332
 
 
8333
 
        # KCC will only create a shared library if the output file
8334
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
8335
 
        # to its proper name (with version) after linking.
8336
 
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
8337
 
+       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
8338
 
 
8339
 
        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
8340
 
        hardcode_libdir_separator_CXX=:
8341
 
@@ -14158,14 +14824,14 @@
8342
 
        old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
8343
 
 
8344
 
        ;;
8345
 
-      RCC)
8346
 
+      RCC*)
8347
 
        # Rational C++ 2.4.1
8348
 
        # FIXME: insert proper C++ library support
8349
 
        ld_shlibs_CXX=no
8350
 
        ;;
8351
 
-      cxx)
8352
 
+      cxx*)
8353
 
        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
8354
 
-       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
8355
 
+       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
8356
 
 
8357
 
        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
8358
 
        hardcode_libdir_separator_CXX=:
8359
 
@@ -14183,7 +14849,7 @@
8360
 
       *)
8361
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
8362
 
          allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
8363
 
-         archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
8364
 
+         archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8365
 
 
8366
 
          hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
8367
 
          hardcode_libdir_separator_CXX=:
8368
 
@@ -14202,13 +14868,13 @@
8369
 
     ;;
8370
 
   osf4* | osf5*)
8371
 
     case $cc_basename in
8372
 
-      KCC)
8373
 
+      KCC*)
8374
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
8375
 
 
8376
 
        # KCC will only create a shared library if the output file
8377
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
8378
 
        # to its proper name (with version) after linking.
8379
 
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
8380
 
+       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
8381
 
 
8382
 
        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
8383
 
        hardcode_libdir_separator_CXX=:
8384
 
@@ -14217,17 +14883,17 @@
8385
 
        # the KAI C++ compiler.
8386
 
        old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
8387
 
        ;;
8388
 
-      RCC)
8389
 
+      RCC*)
8390
 
        # Rational C++ 2.4.1
8391
 
        # FIXME: insert proper C++ library support
8392
 
        ld_shlibs_CXX=no
8393
 
        ;;
8394
 
-      cxx)
8395
 
+      cxx*)
8396
 
        allow_undefined_flag_CXX=' -expect_unresolved \*'
8397
 
-       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
8398
 
+       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
8399
 
        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
8400
 
          echo "-hidden">> $lib.exp~
8401
 
-         $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
8402
 
+         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
8403
 
          $rm $lib.exp'
8404
 
 
8405
 
        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
8406
 
@@ -14246,7 +14912,7 @@
8407
 
       *)
8408
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
8409
 
          allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
8410
 
-        archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
8411
 
+        archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8412
 
 
8413
 
          hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
8414
 
          hardcode_libdir_separator_CXX=:
8415
 
@@ -14267,27 +14933,14 @@
8416
 
     # FIXME: insert proper C++ library support
8417
 
     ld_shlibs_CXX=no
8418
 
     ;;
8419
 
-  sco*)
8420
 
-    archive_cmds_need_lc_CXX=no
8421
 
-    case $cc_basename in
8422
 
-      CC)
8423
 
-       # FIXME: insert proper C++ library support
8424
 
-       ld_shlibs_CXX=no
8425
 
-       ;;
8426
 
-      *)
8427
 
-       # FIXME: insert proper C++ library support
8428
 
-       ld_shlibs_CXX=no
8429
 
-       ;;
8430
 
-    esac
8431
 
-    ;;
8432
 
   sunos4*)
8433
 
     case $cc_basename in
8434
 
-      CC)
8435
 
+      CC*)
8436
 
        # Sun C++ 4.x
8437
 
        # FIXME: insert proper C++ library support
8438
 
        ld_shlibs_CXX=no
8439
 
        ;;
8440
 
-      lcc)
8441
 
+      lcc*)
8442
 
        # Lucid
8443
 
        # FIXME: insert proper C++ library support
8444
 
        ld_shlibs_CXX=no
8445
 
@@ -14300,36 +14953,28 @@
8446
 
     ;;
8447
 
   solaris*)
8448
 
     case $cc_basename in
8449
 
-      CC)
8450
 
+      CC*)
8451
 
        # Sun C++ 4.2, 5.x and Centerline C++
8452
 
+        archive_cmds_need_lc_CXX=yes
8453
 
        no_undefined_flag_CXX=' -zdefs'
8454
 
-       archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
8455
 
+       archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
8456
 
        archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
8457
 
-       $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
8458
 
+       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
8459
 
 
8460
 
        hardcode_libdir_flag_spec_CXX='-R$libdir'
8461
 
        hardcode_shlibpath_var_CXX=no
8462
 
        case $host_os in
8463
 
-         solaris2.0-5 | solaris2.0-5.*) ;;
8464
 
+         solaris2.[0-5] | solaris2.[0-5].*) ;;
8465
 
          *)
8466
 
-           # The C++ compiler is used as linker so we must use $wl
8467
 
-           # flag to pass the commands to the underlying system
8468
 
-           # linker.
8469
 
+           # The compiler driver will combine and reorder linker options,
8470
 
+           # but understands `-z linker_flag'.
8471
 
            # Supported since Solaris 2.6 (maybe 2.5.1?)
8472
 
-           whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8473
 
+           whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
8474
 
            ;;
8475
 
        esac
8476
 
        link_all_deplibs_CXX=yes
8477
 
 
8478
 
-       # Commands to make compiler produce verbose output that lists
8479
 
-       # what "hidden" libraries, object files and flags are used when
8480
 
-       # linking a shared library.
8481
 
-       #
8482
 
-       # There doesn't appear to be a way to prevent this compiler from
8483
 
-       # explicitly linking system object files so we need to strip them
8484
 
-       # from the output so that they don't get included in the library
8485
 
-       # dependencies.
8486
 
-       output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
8487
 
+       output_verbose_link_cmd='echo'
8488
 
 
8489
 
        # Archives containing C++ object files must be created using
8490
 
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
8491
 
@@ -14337,9 +14982,9 @@
8492
 
        # in the archive.
8493
 
        old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
8494
 
        ;;
8495
 
-      gcx)
8496
 
+      gcx*)
8497
 
        # Green Hills C++ Compiler
8498
 
-       archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
8499
 
+       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
8500
 
 
8501
 
        # The C++ compiler must be used to create the archive.
8502
 
        old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
8503
 
@@ -14349,9 +14994,9 @@
8504
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
8505
 
          no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
8506
 
          if $CC --version | grep -v '^2\.7' > /dev/null; then
8507
 
-           archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
8508
 
+           archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
8509
 
            archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
8510
 
-               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
8511
 
+               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
8512
 
 
8513
 
            # Commands to make compiler produce verbose output that lists
8514
 
            # what "hidden" libraries, object files and flags are used when
8515
 
@@ -14360,9 +15005,9 @@
8516
 
          else
8517
 
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
8518
 
            # platform.
8519
 
-           archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
8520
 
+           archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
8521
 
            archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
8522
 
-               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
8523
 
+               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
8524
 
 
8525
 
            # Commands to make compiler produce verbose output that lists
8526
 
            # what "hidden" libraries, object files and flags are used when
8527
 
@@ -14371,28 +15016,85 @@
8528
 
          fi
8529
 
 
8530
 
          hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
8531
 
+         case $host_os in
8532
 
+         solaris2.[0-5] | solaris2.[0-5].*) ;;
8533
 
+         *)
8534
 
+           whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8535
 
+           ;;
8536
 
+         esac
8537
 
        fi
8538
 
        ;;
8539
 
     esac
8540
 
     ;;
8541
 
-  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
8542
 
+  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8543
 
+    no_undefined_flag_CXX='${wl}-z,text'
8544
 
     archive_cmds_need_lc_CXX=no
8545
 
-    ;;
8546
 
-  tandem*)
8547
 
+    hardcode_shlibpath_var_CXX=no
8548
 
+    runpath_var='LD_RUN_PATH'
8549
 
+
8550
 
     case $cc_basename in
8551
 
-      NCC)
8552
 
-       # NonStop-UX NCC 3.20
8553
 
-       # FIXME: insert proper C++ library support
8554
 
-       ld_shlibs_CXX=no
8555
 
+      CC*)
8556
 
+       archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8557
 
+       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8558
 
        ;;
8559
 
       *)
8560
 
-       # FIXME: insert proper C++ library support
8561
 
-       ld_shlibs_CXX=no
8562
 
+       archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8563
 
+       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8564
 
        ;;
8565
 
     esac
8566
 
     ;;
8567
 
-  vxworks*)
8568
 
-    # FIXME: insert proper C++ library support
8569
 
+  sysv5* | sco3.2v5* | sco5v6*)
8570
 
+    # Note: We can NOT use -z defs as we might desire, because we do not
8571
 
+    # link with -lc, and that would cause any symbols used from libc to
8572
 
+    # always be unresolved, which means just about no library would
8573
 
+    # ever link correctly.  If we're not using GNU ld we use -z text
8574
 
+    # though, which does catch some bad symbols but isn't as heavy-handed
8575
 
+    # as -z defs.
8576
 
+    # For security reasons, it is highly recommended that you always
8577
 
+    # use absolute paths for naming shared libraries, and exclude the
8578
 
+    # DT_RUNPATH tag from executables and libraries.  But doing so
8579
 
+    # requires that you compile everything twice, which is a pain.
8580
 
+    # So that behaviour is only enabled if SCOABSPATH is set to a
8581
 
+    # non-empty value in the environment.  Most likely only useful for
8582
 
+    # creating official distributions of packages.
8583
 
+    # This is a hack until libtool officially supports absolute path
8584
 
+    # names for shared libraries.
8585
 
+    no_undefined_flag_CXX='${wl}-z,text'
8586
 
+    allow_undefined_flag_CXX='${wl}-z,nodefs'
8587
 
+    archive_cmds_need_lc_CXX=no
8588
 
+    hardcode_shlibpath_var_CXX=no
8589
 
+    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
8590
 
+    hardcode_libdir_separator_CXX=':'
8591
 
+    link_all_deplibs_CXX=yes
8592
 
+    export_dynamic_flag_spec_CXX='${wl}-Bexport'
8593
 
+    runpath_var='LD_RUN_PATH'
8594
 
+
8595
 
+    case $cc_basename in
8596
 
+      CC*)
8597
 
+       archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
8598
 
+       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
8599
 
+       ;;
8600
 
+      *)
8601
 
+       archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
8602
 
+       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
8603
 
+       ;;
8604
 
+    esac
8605
 
+    ;;
8606
 
+  tandem*)
8607
 
+    case $cc_basename in
8608
 
+      NCC*)
8609
 
+       # NonStop-UX NCC 3.20
8610
 
+       # FIXME: insert proper C++ library support
8611
 
+       ld_shlibs_CXX=no
8612
 
+       ;;
8613
 
+      *)
8614
 
+       # FIXME: insert proper C++ library support
8615
 
+       ld_shlibs_CXX=no
8616
 
+       ;;
8617
 
+    esac
8618
 
+    ;;
8619
 
+  vxworks*)
8620
 
+    # FIXME: insert proper C++ library support
8621
 
     ld_shlibs_CXX=no
8622
 
     ;;
8623
 
   *)
8624
 
@@ -14437,7 +15139,7 @@
8625
 
   # The `*' in the case matches for architectures that use `case' in
8626
 
   # $output_verbose_cmd can trigger glob expansion during the loop
8627
 
   # eval without this substitution.
8628
 
-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
8629
 
+  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
8630
 
 
8631
 
   for p in `eval $output_verbose_link_cmd`; do
8632
 
     case $p in
8633
 
@@ -14477,7 +15179,7 @@
8634
 
        fi
8635
 
        ;;
8636
 
 
8637
 
-    *.$objext|*.$libext)
8638
 
+    *.$objext)
8639
 
        # This assumes that the test object file only shows up
8640
 
        # once in the compiler output.
8641
 
        if test "$p" = "conftest.$objext"; then
8642
 
@@ -14513,6 +15215,62 @@
8643
 
 
8644
 
 $rm -f confest.$objext
8645
 
 
8646
 
+# PORTME: override above test on systems where it is broken
8647
 
+case $host_os in
8648
 
+interix[3-9]*)
8649
 
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
8650
 
+  # hack all around it, let's just trust "g++" to DTRT.
8651
 
+  predep_objects_CXX=
8652
 
+  postdep_objects_CXX=
8653
 
+  postdeps_CXX=
8654
 
+  ;;
8655
 
+
8656
 
+linux*)
8657
 
+  case `$CC -V 2>&1 | sed 5q` in
8658
 
+  *Sun\ C*)
8659
 
+    # Sun C++ 5.9
8660
 
+    #
8661
 
+    # The more standards-conforming stlport4 library is
8662
 
+    # incompatible with the Cstd library. Avoid specifying
8663
 
+    # it if it's in CXXFLAGS. Ignore libCrun as
8664
 
+    # -library=stlport4 depends on it.
8665
 
+    case " $CXX $CXXFLAGS " in
8666
 
+    *" -library=stlport4 "*)
8667
 
+      solaris_use_stlport4=yes
8668
 
+      ;;
8669
 
+    esac
8670
 
+    if test "$solaris_use_stlport4" != yes; then
8671
 
+      postdeps_CXX='-library=Cstd -library=Crun'
8672
 
+    fi
8673
 
+    ;;
8674
 
+  esac
8675
 
+  ;;
8676
 
+
8677
 
+solaris*)
8678
 
+  case $cc_basename in
8679
 
+  CC*)
8680
 
+    # The more standards-conforming stlport4 library is
8681
 
+    # incompatible with the Cstd library. Avoid specifying
8682
 
+    # it if it's in CXXFLAGS. Ignore libCrun as
8683
 
+    # -library=stlport4 depends on it.
8684
 
+    case " $CXX $CXXFLAGS " in
8685
 
+    *" -library=stlport4 "*)
8686
 
+      solaris_use_stlport4=yes
8687
 
+      ;;
8688
 
+    esac
8689
 
+
8690
 
+    # Adding this requires a known-good setup of shared libraries for
8691
 
+    # Sun compiler versions before 5.6, else PIC objects from an old
8692
 
+    # archive will be linked into the output, leading to subtle bugs.
8693
 
+    if test "$solaris_use_stlport4" != yes; then
8694
 
+      postdeps_CXX='-library=Cstd -library=Crun'
8695
 
+    fi
8696
 
+    ;;
8697
 
+  esac
8698
 
+  ;;
8699
 
+esac
8700
 
+
8701
 
+
8702
 
 case " $postdeps_CXX " in
8703
 
 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
8704
 
 esac
8705
 
@@ -14543,12 +15301,14 @@
8706
 
       # like `-m68040'.
8707
 
       lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
8708
 
       ;;
8709
 
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8710
 
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8711
 
       # PIC is the default for these OSes.
8712
 
       ;;
8713
 
-    mingw* | os2* | pw32*)
8714
 
+    mingw* | cygwin* | os2* | pw32*)
8715
 
       # This hack is so that the source file can tell whether it is being
8716
 
       # built for inclusion in a dll (and should export symbols for example).
8717
 
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
8718
 
+      # (--disable-auto-import) libraries
8719
 
       lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
8720
 
       ;;
8721
 
     darwin* | rhapsody*)
8722
 
@@ -14560,6 +15320,10 @@
8723
 
       # DJGPP does not support shared libraries at all
8724
 
       lt_prog_compiler_pic_CXX=
8725
 
       ;;
8726
 
+    interix[3-9]*)
8727
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8728
 
+      # Instead, we relocate shared libraries at runtime.
8729
 
+      ;;
8730
 
     sysv4*MP*)
8731
 
       if test -d /usr/nec; then
8732
 
        lt_prog_compiler_pic_CXX=-Kconform_pic
8733
 
@@ -14568,7 +15332,7 @@
8734
 
     hpux*)
8735
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8736
 
       # not for PA HP-UX.
8737
 
-      case "$host_cpu" in
8738
 
+      case $host_cpu in
8739
 
       hppa*64*|ia64*)
8740
 
        ;;
8741
 
       *)
8742
 
@@ -14593,18 +15357,28 @@
8743
 
        ;;
8744
 
       chorus*)
8745
 
        case $cc_basename in
8746
 
-       cxch68)
8747
 
+       cxch68*)
8748
 
          # Green Hills C++ Compiler
8749
 
          # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
8750
 
          ;;
8751
 
        esac
8752
 
        ;;
8753
 
+       darwin*)
8754
 
+         # PIC is the default on this platform
8755
 
+         # Common symbols not allowed in MH_DYLIB files
8756
 
+         case $cc_basename in
8757
 
+           xlc*)
8758
 
+           lt_prog_compiler_pic_CXX='-qnocommon'
8759
 
+           lt_prog_compiler_wl_CXX='-Wl,'
8760
 
+           ;;
8761
 
+         esac
8762
 
+       ;;
8763
 
       dgux*)
8764
 
        case $cc_basename in
8765
 
-         ec++)
8766
 
+         ec++*)
8767
 
            lt_prog_compiler_pic_CXX='-KPIC'
8768
 
            ;;
8769
 
-         ghcx)
8770
 
+         ghcx*)
8771
 
            # Green Hills C++ Compiler
8772
 
            lt_prog_compiler_pic_CXX='-pic'
8773
 
            ;;
8774
 
@@ -14612,22 +15386,22 @@
8775
 
            ;;
8776
 
        esac
8777
 
        ;;
8778
 
-      freebsd* | kfreebsd*-gnu)
8779
 
+      freebsd* | dragonfly*)
8780
 
        # FreeBSD uses GNU C++
8781
 
        ;;
8782
 
       hpux9* | hpux10* | hpux11*)
8783
 
        case $cc_basename in
8784
 
-         CC)
8785
 
+         CC*)
8786
 
            lt_prog_compiler_wl_CXX='-Wl,'
8787
 
-           lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
8788
 
+           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
8789
 
            if test "$host_cpu" != ia64; then
8790
 
              lt_prog_compiler_pic_CXX='+Z'
8791
 
            fi
8792
 
            ;;
8793
 
-         aCC)
8794
 
+         aCC*)
8795
 
            lt_prog_compiler_wl_CXX='-Wl,'
8796
 
-           lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
8797
 
-           case "$host_cpu" in
8798
 
+           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
8799
 
+           case $host_cpu in
8800
 
            hppa*64*|ia64*)
8801
 
              # +Z the default
8802
 
              ;;
8803
 
@@ -14640,9 +15414,13 @@
8804
 
            ;;
8805
 
        esac
8806
 
        ;;
8807
 
+      interix*)
8808
 
+       # This is c89, which is MS Visual C++ (no shared libs)
8809
 
+       # Anyone wants to do a port?
8810
 
+       ;;
8811
 
       irix5* | irix6* | nonstopux*)
8812
 
        case $cc_basename in
8813
 
-         CC)
8814
 
+         CC*)
8815
 
            lt_prog_compiler_wl_CXX='-Wl,'
8816
 
            lt_prog_compiler_static_CXX='-non_shared'
8817
 
            # CC pic flag -KPIC is the default.
8818
 
@@ -14651,20 +15429,26 @@
8819
 
            ;;
8820
 
        esac
8821
 
        ;;
8822
 
-      linux*)
8823
 
+      linux* | k*bsd*-gnu)
8824
 
        case $cc_basename in
8825
 
-         KCC)
8826
 
+         KCC*)
8827
 
            # KAI C++ Compiler
8828
 
            lt_prog_compiler_wl_CXX='--backend -Wl,'
8829
 
            lt_prog_compiler_pic_CXX='-fPIC'
8830
 
            ;;
8831
 
-         icpc)
8832
 
+         icpc* | ecpc*)
8833
 
            # Intel C++
8834
 
            lt_prog_compiler_wl_CXX='-Wl,'
8835
 
            lt_prog_compiler_pic_CXX='-KPIC'
8836
 
            lt_prog_compiler_static_CXX='-static'
8837
 
            ;;
8838
 
-         cxx)
8839
 
+         pgCC*)
8840
 
+           # Portland Group C++ compiler.
8841
 
+           lt_prog_compiler_wl_CXX='-Wl,'
8842
 
+           lt_prog_compiler_pic_CXX='-fpic'
8843
 
+           lt_prog_compiler_static_CXX='-Bstatic'
8844
 
+           ;;
8845
 
+         cxx*)
8846
 
            # Compaq C++
8847
 
            # Make sure the PIC flag is empty.  It appears that all Alpha
8848
 
            # Linux and Compaq Tru64 Unix objects are PIC.
8849
 
@@ -14672,6 +15456,14 @@
8850
 
            lt_prog_compiler_static_CXX='-non_shared'
8851
 
            ;;
8852
 
          *)
8853
 
+           case `$CC -V 2>&1 | sed 5q` in
8854
 
+           *Sun\ C*)
8855
 
+             # Sun C++ 5.9
8856
 
+             lt_prog_compiler_pic_CXX='-KPIC'
8857
 
+             lt_prog_compiler_static_CXX='-Bstatic'
8858
 
+             lt_prog_compiler_wl_CXX='-Qoption ld '
8859
 
+             ;;
8860
 
+           esac
8861
 
            ;;
8862
 
        esac
8863
 
        ;;
8864
 
@@ -14681,25 +15473,25 @@
8865
 
        ;;
8866
 
       mvs*)
8867
 
        case $cc_basename in
8868
 
-         cxx)
8869
 
+         cxx*)
8870
 
            lt_prog_compiler_pic_CXX='-W c,exportall'
8871
 
            ;;
8872
 
          *)
8873
 
            ;;
8874
 
        esac
8875
 
        ;;
8876
 
-      netbsd*)
8877
 
+      netbsd* | netbsdelf*-gnu)
8878
 
        ;;
8879
 
       osf3* | osf4* | osf5*)
8880
 
        case $cc_basename in
8881
 
-         KCC)
8882
 
+         KCC*)
8883
 
            lt_prog_compiler_wl_CXX='--backend -Wl,'
8884
 
            ;;
8885
 
-         RCC)
8886
 
+         RCC*)
8887
 
            # Rational C++ 2.4.1
8888
 
            lt_prog_compiler_pic_CXX='-pic'
8889
 
            ;;
8890
 
-         cxx)
8891
 
+         cxx*)
8892
 
            # Digital/Compaq C++
8893
 
            lt_prog_compiler_wl_CXX='-Wl,'
8894
 
            # Make sure the PIC flag is empty.  It appears that all Alpha
8895
 
@@ -14713,24 +15505,15 @@
8896
 
        ;;
8897
 
       psos*)
8898
 
        ;;
8899
 
-      sco*)
8900
 
-       case $cc_basename in
8901
 
-         CC)
8902
 
-           lt_prog_compiler_pic_CXX='-fPIC'
8903
 
-           ;;
8904
 
-         *)
8905
 
-           ;;
8906
 
-       esac
8907
 
-       ;;
8908
 
       solaris*)
8909
 
        case $cc_basename in
8910
 
-         CC)
8911
 
+         CC*)
8912
 
            # Sun C++ 4.2, 5.x and Centerline C++
8913
 
            lt_prog_compiler_pic_CXX='-KPIC'
8914
 
            lt_prog_compiler_static_CXX='-Bstatic'
8915
 
            lt_prog_compiler_wl_CXX='-Qoption ld '
8916
 
            ;;
8917
 
-         gcx)
8918
 
+         gcx*)
8919
 
            # Green Hills C++ Compiler
8920
 
            lt_prog_compiler_pic_CXX='-PIC'
8921
 
            ;;
8922
 
@@ -14740,12 +15523,12 @@
8923
 
        ;;
8924
 
       sunos4*)
8925
 
        case $cc_basename in
8926
 
-         CC)
8927
 
+         CC*)
8928
 
            # Sun C++ 4.x
8929
 
            lt_prog_compiler_pic_CXX='-pic'
8930
 
            lt_prog_compiler_static_CXX='-Bstatic'
8931
 
            ;;
8932
 
-         lcc)
8933
 
+         lcc*)
8934
 
            # Lucid
8935
 
            lt_prog_compiler_pic_CXX='-pic'
8936
 
            ;;
8937
 
@@ -14755,7 +15538,7 @@
8938
 
        ;;
8939
 
       tandem*)
8940
 
        case $cc_basename in
8941
 
-         NCC)
8942
 
+         NCC*)
8943
 
            # NonStop-UX NCC 3.20
8944
 
            lt_prog_compiler_pic_CXX='-KPIC'
8945
 
            ;;
8946
 
@@ -14763,7 +15546,14 @@
8947
 
            ;;
8948
 
        esac
8949
 
        ;;
8950
 
-      unixware*)
8951
 
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8952
 
+       case $cc_basename in
8953
 
+         CC*)
8954
 
+           lt_prog_compiler_wl_CXX='-Wl,'
8955
 
+           lt_prog_compiler_pic_CXX='-KPIC'
8956
 
+           lt_prog_compiler_static_CXX='-Bstatic'
8957
 
+           ;;
8958
 
+       esac
8959
 
        ;;
8960
 
       vxworks*)
8961
 
        ;;
8962
 
@@ -14788,7 +15578,7 @@
8963
 
 else
8964
 
   lt_prog_compiler_pic_works_CXX=no
8965
 
   ac_outfile=conftest.$ac_objext
8966
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
8967
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8968
 
    lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
8969
 
    # Insert the option either (1) after the last *FLAGS variable, or
8970
 
    # (2) before a word containing "conftest.", or (3) at the end.
8971
 
@@ -14796,18 +15586,20 @@
8972
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
8973
 
    # The option is referenced via a variable to avoid confusing sed.
8974
 
    lt_compile=`echo "$ac_compile" | $SED \
8975
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
8976
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8977
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8978
 
    -e 's:$: $lt_compiler_flag:'`
8979
 
-   (eval echo "\"\$as_me:14802: $lt_compile\"" >&5)
8980
 
+   (eval echo "\"\$as_me:15592: $lt_compile\"" >&5)
8981
 
    (eval "$lt_compile" 2>conftest.err)
8982
 
    ac_status=$?
8983
 
    cat conftest.err >&5
8984
 
-   echo "$as_me:14806: \$? = $ac_status" >&5
8985
 
+   echo "$as_me:15596: \$? = $ac_status" >&5
8986
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
8987
 
      # The compiler can only warn and ignore the option if not recognized
8988
 
-     # So say no if there are warnings
8989
 
-     if test ! -s conftest.err; then
8990
 
+     # So say no if there are warnings other than the usual output.
8991
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8992
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8993
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8994
 
        lt_prog_compiler_pic_works_CXX=yes
8995
 
      fi
8996
 
    fi
8997
 
@@ -14828,7 +15620,7 @@
8998
 
 fi
8999
 
 
9000
 
 fi
9001
 
-case "$host_os" in
9002
 
+case $host_os in
9003
 
   # For platforms which do not support PIC, -DPIC is meaningless:
9004
 
   *djgpp*)
9005
 
     lt_prog_compiler_pic_CXX=
9006
 
@@ -14838,6 +15630,48 @@
9007
 
     ;;
9008
 
 esac
9009
 
 
9010
 
+#
9011
 
+# Check to make sure the static flag actually works.
9012
 
+#
9013
 
+wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
9014
 
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9015
 
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
9016
 
+if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
9017
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9018
 
+else
9019
 
+  lt_prog_compiler_static_works_CXX=no
9020
 
+   save_LDFLAGS="$LDFLAGS"
9021
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9022
 
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
9023
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9024
 
+     # The linker can only warn and ignore the option if not recognized
9025
 
+     # So say no if there are warnings
9026
 
+     if test -s conftest.err; then
9027
 
+       # Append any errors to the config.log.
9028
 
+       cat conftest.err 1>&5
9029
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
9030
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9031
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
9032
 
+         lt_prog_compiler_static_works_CXX=yes
9033
 
+       fi
9034
 
+     else
9035
 
+       lt_prog_compiler_static_works_CXX=yes
9036
 
+     fi
9037
 
+   fi
9038
 
+   $rm conftest*
9039
 
+   LDFLAGS="$save_LDFLAGS"
9040
 
+
9041
 
+fi
9042
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
9043
 
+echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; }
9044
 
+
9045
 
+if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
9046
 
+    :
9047
 
+else
9048
 
+    lt_prog_compiler_static_CXX=
9049
 
+fi
9050
 
+
9051
 
+
9052
 
 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9053
 
 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
9054
 
 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
9055
 
@@ -14848,14 +15682,7 @@
9056
 
    mkdir conftest
9057
 
    cd conftest
9058
 
    mkdir out
9059
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
9060
 
-
9061
 
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
9062
 
-   # that will create temporary files in the current directory regardless of
9063
 
-   # the output directory.  Thus, making CWD read-only will cause this test
9064
 
-   # to fail, enabling locking or at least warning the user not to do parallel
9065
 
-   # builds.
9066
 
-   chmod -w .
9067
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9068
 
 
9069
 
    lt_compiler_flag="-o out/conftest2.$ac_objext"
9070
 
    # Insert the option either (1) after the last *FLAGS variable, or
9071
 
@@ -14863,25 +15690,30 @@
9072
 
    # Note that $ac_compile itself does not contain backslashes and begins
9073
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
9074
 
    lt_compile=`echo "$ac_compile" | $SED \
9075
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
9076
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9077
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9078
 
    -e 's:$: $lt_compiler_flag:'`
9079
 
-   (eval echo "\"\$as_me:14869: $lt_compile\"" >&5)
9080
 
+   (eval echo "\"\$as_me:15696: $lt_compile\"" >&5)
9081
 
    (eval "$lt_compile" 2>out/conftest.err)
9082
 
    ac_status=$?
9083
 
    cat out/conftest.err >&5
9084
 
-   echo "$as_me:14873: \$? = $ac_status" >&5
9085
 
+   echo "$as_me:15700: \$? = $ac_status" >&5
9086
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
9087
 
    then
9088
 
      # The compiler can only warn and ignore the option if not recognized
9089
 
      # So say no if there are warnings
9090
 
-     if test ! -s out/conftest.err; then
9091
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
9092
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9093
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9094
 
        lt_cv_prog_compiler_c_o_CXX=yes
9095
 
      fi
9096
 
    fi
9097
 
-   chmod u+w .
9098
 
-   $rm conftest* out/*
9099
 
-   rmdir out
9100
 
+   chmod u+w . 2>&5
9101
 
+   $rm conftest*
9102
 
+   # SGI C++ compiler will create directory out/ii_files/ for
9103
 
+   # template instantiation
9104
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
9105
 
+   $rm out/* && rmdir out
9106
 
    cd ..
9107
 
    rmdir conftest
9108
 
    $rm conftest*
9109
 
@@ -14931,7 +15763,10 @@
9110
 
     export_symbols_cmds_CXX="$ltdll_cmds"
9111
 
   ;;
9112
 
   cygwin* | mingw*)
9113
 
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
9114
 
+    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9115
 
+  ;;
9116
 
+  linux* | k*bsd*-gnu)
9117
 
+    link_all_deplibs_CXX=no
9118
 
   ;;
9119
 
   *)
9120
 
     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9121
 
@@ -14942,11 +15777,6 @@
9122
 
 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
9123
 
 test "$ld_shlibs_CXX" = no && can_build_shared=no
9124
 
 
9125
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9126
 
-if test "$GCC" = yes; then
9127
 
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9128
 
-fi
9129
 
-
9130
 
 #
9131
 
 # Do we need to explicitly link libc?
9132
 
 #
9133
 
@@ -14967,7 +15797,7 @@
9134
 
       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9135
 
 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
9136
 
       $rm conftest*
9137
 
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
9138
 
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9139
 
 
9140
 
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9141
 
   (eval $ac_compile) 2>&5
9142
 
@@ -14979,6 +15809,7 @@
9143
 
         libobjs=conftest.$ac_objext
9144
 
         deplibs=
9145
 
         wl=$lt_prog_compiler_wl_CXX
9146
 
+       pic_flag=$lt_prog_compiler_pic_CXX
9147
 
         compiler_flags=-v
9148
 
         linker_flags=-v
9149
 
         verstring=
9150
 
@@ -15014,7 +15845,7 @@
9151
 
 library_names_spec=
9152
 
 libname_spec='lib$name'
9153
 
 soname_spec=
9154
 
-shrext=".so"
9155
 
+shrext_cmds=".so"
9156
 
 postinstall_cmds=
9157
 
 postuninstall_cmds=
9158
 
 finish_cmds=
9159
 
@@ -15024,7 +15855,7 @@
9160
 
 version_type=none
9161
 
 dynamic_linker="$host_os ld.so"
9162
 
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9163
 
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9164
 
+
9165
 
 need_lib_prefix=unknown
9166
 
 hardcode_into_libs=no
9167
 
 
9168
 
@@ -15089,7 +15920,7 @@
9169
 
 amigaos*)
9170
 
   library_names_spec='$libname.ixlibrary $libname.a'
9171
 
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
9172
 
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
9173
 
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9174
 
   ;;
9175
 
 
9176
 
 beos*)
9177
 
@@ -15098,7 +15929,7 @@
9178
 
   shlibpath_var=LIBRARY_PATH
9179
 
   ;;
9180
 
 
9181
 
-bsdi4*)
9182
 
+bsdi[45]*)
9183
 
   version_type=linux
9184
 
   need_version=no
9185
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9186
 
@@ -15114,7 +15945,7 @@
9187
 
 
9188
 
 cygwin* | mingw* | pw32*)
9189
 
   version_type=windows
9190
 
-  shrext=".dll"
9191
 
+  shrext_cmds=".dll"
9192
 
   need_version=no
9193
 
   need_lib_prefix=no
9194
 
 
9195
 
@@ -15126,7 +15957,8 @@
9196
 
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
9197
 
       dldir=$destdir/`dirname \$dlpath`~
9198
 
       test -d \$dldir || mkdir -p \$dldir~
9199
 
-      $install_prog $dir/$dlname \$dldir/$dlname'
9200
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
9201
 
+      chmod a+x \$dldir/$dlname'
9202
 
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9203
 
       dlpath=$dir/\$dldll~
9204
 
        $rm \$dlpath'
9205
 
@@ -15156,7 +15988,7 @@
9206
 
       ;;
9207
 
     pw32*)
9208
 
       # pw32 DLLs use 'pw' prefix rather than 'lib'
9209
 
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
9210
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9211
 
       ;;
9212
 
     esac
9213
 
     ;;
9214
 
@@ -15179,13 +16011,8 @@
9215
 
   soname_spec='${libname}${release}${major}$shared_ext'
9216
 
   shlibpath_overrides_runpath=yes
9217
 
   shlibpath_var=DYLD_LIBRARY_PATH
9218
 
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
9219
 
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
9220
 
-  if test "$GCC" = yes; then
9221
 
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
9222
 
-  else
9223
 
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
9224
 
-  fi
9225
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9226
 
+
9227
 
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9228
 
   ;;
9229
 
 
9230
 
@@ -15202,20 +16029,17 @@
9231
 
   dynamic_linker=no
9232
 
   ;;
9233
 
 
9234
 
-kfreebsd*-gnu*)
9235
 
-  version_type=linux
9236
 
-  need_lib_prefix=no
9237
 
-  need_version=no
9238
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9239
 
-  soname_spec='${libname}${release}${shared_ext}$major'
9240
 
-  shlibpath_var=LD_LIBRARY_PATH
9241
 
-  shlibpath_overrides_runpath=no
9242
 
-  hardcode_into_libs=yes
9243
 
-  dynamic_linker='GNU ld.so'
9244
 
-  ;;
9245
 
-
9246
 
-freebsd*)
9247
 
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
9248
 
+freebsd* | dragonfly*)
9249
 
+  # DragonFly does not have aout.  When/if they implement a new
9250
 
+  # versioning mechanism, adjust this.
9251
 
+  if test -x /usr/bin/objformat; then
9252
 
+    objformat=`/usr/bin/objformat`
9253
 
+  else
9254
 
+    case $host_os in
9255
 
+    freebsd[123]*) objformat=aout ;;
9256
 
+    *) objformat=elf ;;
9257
 
+    esac
9258
 
+  fi
9259
 
   version_type=freebsd-$objformat
9260
 
   case $version_type in
9261
 
     freebsd-elf*)
9262
 
@@ -15233,14 +16057,19 @@
9263
 
   freebsd2*)
9264
 
     shlibpath_overrides_runpath=yes
9265
 
     ;;
9266
 
-  freebsd3.01* | freebsdelf3.01*)
9267
 
+  freebsd3.[01]* | freebsdelf3.[01]*)
9268
 
     shlibpath_overrides_runpath=yes
9269
 
     hardcode_into_libs=yes
9270
 
     ;;
9271
 
-  *) # from 3.2 on
9272
 
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9273
 
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9274
 
     shlibpath_overrides_runpath=no
9275
 
     hardcode_into_libs=yes
9276
 
     ;;
9277
 
+  *) # from 4.6 on, and DragonFly
9278
 
+    shlibpath_overrides_runpath=yes
9279
 
+    hardcode_into_libs=yes
9280
 
+    ;;
9281
 
   esac
9282
 
   ;;
9283
 
 
9284
 
@@ -15260,9 +16089,9 @@
9285
 
   version_type=sunos
9286
 
   need_lib_prefix=no
9287
 
   need_version=no
9288
 
-  case "$host_cpu" in
9289
 
+  case $host_cpu in
9290
 
   ia64*)
9291
 
-    shrext='.so'
9292
 
+    shrext_cmds='.so'
9293
 
     hardcode_into_libs=yes
9294
 
     dynamic_linker="$host_os dld.so"
9295
 
     shlibpath_var=LD_LIBRARY_PATH
9296
 
@@ -15277,7 +16106,7 @@
9297
 
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9298
 
     ;;
9299
 
    hppa*64*)
9300
 
-     shrext='.sl'
9301
 
+     shrext_cmds='.sl'
9302
 
      hardcode_into_libs=yes
9303
 
      dynamic_linker="$host_os dld.sl"
9304
 
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9305
 
@@ -15288,7 +16117,7 @@
9306
 
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9307
 
      ;;
9308
 
    *)
9309
 
-    shrext='.sl'
9310
 
+    shrext_cmds='.sl'
9311
 
     dynamic_linker="$host_os dld.sl"
9312
 
     shlibpath_var=SHLIB_PATH
9313
 
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9314
 
@@ -15300,6 +16129,18 @@
9315
 
   postinstall_cmds='chmod 555 $lib'
9316
 
   ;;
9317
 
 
9318
 
+interix[3-9]*)
9319
 
+  version_type=linux
9320
 
+  need_lib_prefix=no
9321
 
+  need_version=no
9322
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9323
 
+  soname_spec='${libname}${release}${shared_ext}$major'
9324
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9325
 
+  shlibpath_var=LD_LIBRARY_PATH
9326
 
+  shlibpath_overrides_runpath=no
9327
 
+  hardcode_into_libs=yes
9328
 
+  ;;
9329
 
+
9330
 
 irix5* | irix6* | nonstopux*)
9331
 
   case $host_os in
9332
 
     nonstopux*) version_type=nonstopux ;;
9333
 
@@ -15343,29 +16184,26 @@
9334
 
   ;;
9335
 
 
9336
 
 # This must be Linux ELF.
9337
 
-linux*)
9338
 
+linux* | k*bsd*-gnu)
9339
 
   version_type=linux
9340
 
   need_lib_prefix=no
9341
 
   need_version=no
9342
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9343
 
   soname_spec='${libname}${release}${shared_ext}$major'
9344
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9345
 
-  libsuff=
9346
 
-  if test "x$LINUX_64_MODE" = x64; then
9347
 
-    # Some platforms are per default 64-bit, so there's no /lib64
9348
 
-    if test -d /lib64 -a ! -h /lib64; then
9349
 
-      libsuff=64
9350
 
-    fi
9351
 
-  fi
9352
 
   shlibpath_var=LD_LIBRARY_PATH
9353
 
   shlibpath_overrides_runpath=no
9354
 
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
9355
 
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
9356
 
   # This implies no fast_install, which is unacceptable.
9357
 
   # Some rework will be needed to allow for fast_install
9358
 
   # before this can be enabled.
9359
 
   hardcode_into_libs=yes
9360
 
 
9361
 
+  # Append ld.so.conf contents to the search path
9362
 
+  if test -f /etc/ld.so.conf; then
9363
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9364
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9365
 
+  fi
9366
 
+
9367
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
9368
 
   # powerpc, because MkLinux only supported shared libraries with the
9369
 
   # GNU dynamic linker.  Since this was broken with cross compilers,
9370
 
@@ -15375,6 +16213,18 @@
9371
 
   dynamic_linker='GNU/Linux ld.so'
9372
 
   ;;
9373
 
 
9374
 
+netbsdelf*-gnu)
9375
 
+  version_type=linux
9376
 
+  need_lib_prefix=no
9377
 
+  need_version=no
9378
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9379
 
+  soname_spec='${libname}${release}${shared_ext}$major'
9380
 
+  shlibpath_var=LD_LIBRARY_PATH
9381
 
+  shlibpath_overrides_runpath=no
9382
 
+  hardcode_into_libs=yes
9383
 
+  dynamic_linker='NetBSD ld.elf_so'
9384
 
+  ;;
9385
 
+
9386
 
 netbsd*)
9387
 
   version_type=sunos
9388
 
   need_lib_prefix=no
9389
 
@@ -15384,7 +16234,7 @@
9390
 
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9391
 
     dynamic_linker='NetBSD (a.out) ld.so'
9392
 
   else
9393
 
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
9394
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9395
 
     soname_spec='${libname}${release}${shared_ext}$major'
9396
 
     dynamic_linker='NetBSD ld.elf_so'
9397
 
   fi
9398
 
@@ -15412,8 +16262,13 @@
9399
 
 
9400
 
 openbsd*)
9401
 
   version_type=sunos
9402
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
9403
 
   need_lib_prefix=no
9404
 
-  need_version=no
9405
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9406
 
+  case $host_os in
9407
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9408
 
+    *)                         need_version=no  ;;
9409
 
+  esac
9410
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9411
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9412
 
   shlibpath_var=LD_LIBRARY_PATH
9413
 
@@ -15433,7 +16288,7 @@
9414
 
 
9415
 
 os2*)
9416
 
   libname_spec='$name'
9417
 
-  shrext=".dll"
9418
 
+  shrext_cmds=".dll"
9419
 
   need_lib_prefix=no
9420
 
   library_names_spec='$libname${shared_ext} $libname.a'
9421
 
   dynamic_linker='OS/2 ld.exe'
9422
 
@@ -15451,11 +16306,8 @@
9423
 
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9424
 
   ;;
9425
 
 
9426
 
-sco3.2v5*)
9427
 
-  version_type=osf
9428
 
-  soname_spec='${libname}${release}${shared_ext}$major'
9429
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9430
 
-  shlibpath_var=LD_LIBRARY_PATH
9431
 
+rdos*)
9432
 
+  dynamic_linker=no
9433
 
   ;;
9434
 
 
9435
 
 solaris*)
9436
 
@@ -15483,7 +16335,7 @@
9437
 
   need_version=yes
9438
 
   ;;
9439
 
 
9440
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9441
 
+sysv4 | sysv4.3*)
9442
 
   version_type=linux
9443
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9444
 
   soname_spec='${libname}${release}${shared_ext}$major'
9445
 
@@ -15516,6 +16368,29 @@
9446
 
   fi
9447
 
   ;;
9448
 
 
9449
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9450
 
+  version_type=freebsd-elf
9451
 
+  need_lib_prefix=no
9452
 
+  need_version=no
9453
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9454
 
+  soname_spec='${libname}${release}${shared_ext}$major'
9455
 
+  shlibpath_var=LD_LIBRARY_PATH
9456
 
+  hardcode_into_libs=yes
9457
 
+  if test "$with_gnu_ld" = yes; then
9458
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9459
 
+    shlibpath_overrides_runpath=no
9460
 
+  else
9461
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9462
 
+    shlibpath_overrides_runpath=yes
9463
 
+    case $host_os in
9464
 
+      sco3.2v5*)
9465
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9466
 
+       ;;
9467
 
+    esac
9468
 
+  fi
9469
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
9470
 
+  ;;
9471
 
+
9472
 
 uts4*)
9473
 
   version_type=linux
9474
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9475
 
@@ -15531,12 +16406,17 @@
9476
 
 echo "${ECHO_T}$dynamic_linker" >&6; }
9477
 
 test "$dynamic_linker" = no && can_build_shared=no
9478
 
 
9479
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9480
 
+if test "$GCC" = yes; then
9481
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9482
 
+fi
9483
 
+
9484
 
 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9485
 
 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
9486
 
 hardcode_action_CXX=
9487
 
 if test -n "$hardcode_libdir_flag_spec_CXX" || \
9488
 
-   test -n "$runpath_var CXX" || \
9489
 
-   test "X$hardcode_automatic_CXX"="Xyes" ; then
9490
 
+   test -n "$runpath_var_CXX" || \
9491
 
+   test "X$hardcode_automatic_CXX" = "Xyes" ; then
9492
 
 
9493
 
   # We can hardcode non-existant directories.
9494
 
   if test "$hardcode_direct_CXX" != no &&
9495
 
@@ -15568,1095 +16448,304 @@
9496
 
   enable_fast_install=needless
9497
 
 fi
9498
 
 
9499
 
-striplib=
9500
 
-old_striplib=
9501
 
-{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
9502
 
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
9503
 
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
9504
 
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
9505
 
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
9506
 
-  { echo "$as_me:$LINENO: result: yes" >&5
9507
 
-echo "${ECHO_T}yes" >&6; }
9508
 
-else
9509
 
-# FIXME - insert some real tests, host_os isn't really good enough
9510
 
-  case $host_os in
9511
 
-   darwin*)
9512
 
-       if test -n "$STRIP" ; then
9513
 
-         striplib="$STRIP -x"
9514
 
-         { echo "$as_me:$LINENO: result: yes" >&5
9515
 
-echo "${ECHO_T}yes" >&6; }
9516
 
-       else
9517
 
-  { echo "$as_me:$LINENO: result: no" >&5
9518
 
-echo "${ECHO_T}no" >&6; }
9519
 
-fi
9520
 
-       ;;
9521
 
-   *)
9522
 
-  { echo "$as_me:$LINENO: result: no" >&5
9523
 
-echo "${ECHO_T}no" >&6; }
9524
 
+
9525
 
+# The else clause should only fire when bootstrapping the
9526
 
+# libtool distribution, otherwise you forgot to ship ltmain.sh
9527
 
+# with your package, and you will get complaints that there are
9528
 
+# no rules to generate ltmain.sh.
9529
 
+if test -f "$ltmain"; then
9530
 
+  # See if we are running on zsh, and set the options which allow our commands through
9531
 
+  # without removal of \ escapes.
9532
 
+  if test -n "${ZSH_VERSION+set}" ; then
9533
 
+    setopt NO_GLOB_SUBST
9534
 
+  fi
9535
 
+  # Now quote all the things that may contain metacharacters while being
9536
 
+  # careful not to overquote the AC_SUBSTed values.  We take copies of the
9537
 
+  # variables and quote the copies for generation of the libtool script.
9538
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
9539
 
+    SED SHELL STRIP \
9540
 
+    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
9541
 
+    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
9542
 
+    deplibs_check_method reload_flag reload_cmds need_locks \
9543
 
+    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
9544
 
+    lt_cv_sys_global_symbol_to_c_name_address \
9545
 
+    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
9546
 
+    old_postinstall_cmds old_postuninstall_cmds \
9547
 
+    compiler_CXX \
9548
 
+    CC_CXX \
9549
 
+    LD_CXX \
9550
 
+    lt_prog_compiler_wl_CXX \
9551
 
+    lt_prog_compiler_pic_CXX \
9552
 
+    lt_prog_compiler_static_CXX \
9553
 
+    lt_prog_compiler_no_builtin_flag_CXX \
9554
 
+    export_dynamic_flag_spec_CXX \
9555
 
+    thread_safe_flag_spec_CXX \
9556
 
+    whole_archive_flag_spec_CXX \
9557
 
+    enable_shared_with_static_runtimes_CXX \
9558
 
+    old_archive_cmds_CXX \
9559
 
+    old_archive_from_new_cmds_CXX \
9560
 
+    predep_objects_CXX \
9561
 
+    postdep_objects_CXX \
9562
 
+    predeps_CXX \
9563
 
+    postdeps_CXX \
9564
 
+    compiler_lib_search_path_CXX \
9565
 
+    archive_cmds_CXX \
9566
 
+    archive_expsym_cmds_CXX \
9567
 
+    postinstall_cmds_CXX \
9568
 
+    postuninstall_cmds_CXX \
9569
 
+    old_archive_from_expsyms_cmds_CXX \
9570
 
+    allow_undefined_flag_CXX \
9571
 
+    no_undefined_flag_CXX \
9572
 
+    export_symbols_cmds_CXX \
9573
 
+    hardcode_libdir_flag_spec_CXX \
9574
 
+    hardcode_libdir_flag_spec_ld_CXX \
9575
 
+    hardcode_libdir_separator_CXX \
9576
 
+    hardcode_automatic_CXX \
9577
 
+    module_cmds_CXX \
9578
 
+    module_expsym_cmds_CXX \
9579
 
+    lt_cv_prog_compiler_c_o_CXX \
9580
 
+    fix_srcfile_path_CXX \
9581
 
+    exclude_expsyms_CXX \
9582
 
+    include_expsyms_CXX; do
9583
 
+
9584
 
+    case $var in
9585
 
+    old_archive_cmds_CXX | \
9586
 
+    old_archive_from_new_cmds_CXX | \
9587
 
+    archive_cmds_CXX | \
9588
 
+    archive_expsym_cmds_CXX | \
9589
 
+    module_cmds_CXX | \
9590
 
+    module_expsym_cmds_CXX | \
9591
 
+    old_archive_from_expsyms_cmds_CXX | \
9592
 
+    export_symbols_cmds_CXX | \
9593
 
+    extract_expsyms_cmds | reload_cmds | finish_cmds | \
9594
 
+    postinstall_cmds | postuninstall_cmds | \
9595
 
+    old_postinstall_cmds | old_postuninstall_cmds | \
9596
 
+    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
9597
 
+      # Double-quote double-evaled strings.
9598
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
9599
 
+      ;;
9600
 
+    *)
9601
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
9602
 
+      ;;
9603
 
+    esac
9604
 
+  done
9605
 
+
9606
 
+  case $lt_echo in
9607
 
+  *'\$0 --fallback-echo"')
9608
 
+    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
9609
 
     ;;
9610
 
   esac
9611
 
-fi
9612
 
 
9613
 
-if test "x$enable_dlopen" != xyes; then
9614
 
-  enable_dlopen=unknown
9615
 
-  enable_dlopen_self=unknown
9616
 
-  enable_dlopen_self_static=unknown
9617
 
-else
9618
 
-  lt_cv_dlopen=no
9619
 
-  lt_cv_dlopen_libs=
9620
 
+cfgfile="$ofile"
9621
 
 
9622
 
-  case $host_os in
9623
 
-  beos*)
9624
 
-    lt_cv_dlopen="load_add_on"
9625
 
-    lt_cv_dlopen_libs=
9626
 
-    lt_cv_dlopen_self=yes
9627
 
-    ;;
9628
 
+  cat <<__EOF__ >> "$cfgfile"
9629
 
+# ### BEGIN LIBTOOL TAG CONFIG: $tagname
9630
 
 
9631
 
-  mingw* | pw32*)
9632
 
-    lt_cv_dlopen="LoadLibrary"
9633
 
-    lt_cv_dlopen_libs=
9634
 
-   ;;
9635
 
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9636
 
 
9637
 
-  cygwin*)
9638
 
-    lt_cv_dlopen="dlopen"
9639
 
-    lt_cv_dlopen_libs=
9640
 
-   ;;
9641
 
+# Shell to use when invoking shell scripts.
9642
 
+SHELL=$lt_SHELL
9643
 
 
9644
 
-  darwin*)
9645
 
-  # if libdl is installed we need to link against it
9646
 
-    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9647
 
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
9648
 
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9649
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
9650
 
-else
9651
 
-  ac_check_lib_save_LIBS=$LIBS
9652
 
-LIBS="-ldl  $LIBS"
9653
 
-cat >conftest.$ac_ext <<_ACEOF
9654
 
-/* confdefs.h.  */
9655
 
-_ACEOF
9656
 
-cat confdefs.h >>conftest.$ac_ext
9657
 
-cat >>conftest.$ac_ext <<_ACEOF
9658
 
-/* end confdefs.h.  */
9659
 
+# Whether or not to build shared libraries.
9660
 
+build_libtool_libs=$enable_shared
9661
 
 
9662
 
-/* Override any GCC internal prototype to avoid an error.
9663
 
-   Use char because int might match the return type of a GCC
9664
 
-   builtin and then its argument prototype would still apply.  */
9665
 
-#ifdef __cplusplus
9666
 
-extern "C"
9667
 
-#endif
9668
 
-char dlopen ();
9669
 
-int
9670
 
-main ()
9671
 
-{
9672
 
-return dlopen ();
9673
 
-  ;
9674
 
-  return 0;
9675
 
-}
9676
 
-_ACEOF
9677
 
-rm -f conftest.$ac_objext conftest$ac_exeext
9678
 
-if { (ac_try="$ac_link"
9679
 
-case "(($ac_try" in
9680
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9681
 
-  *) ac_try_echo=$ac_try;;
9682
 
-esac
9683
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9684
 
-  (eval "$ac_link") 2>conftest.er1
9685
 
-  ac_status=$?
9686
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9687
 
-  rm -f conftest.er1
9688
 
-  cat conftest.err >&5
9689
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9690
 
-  (exit $ac_status); } && {
9691
 
-        test -z "$ac_cxx_werror_flag" ||
9692
 
-        test ! -s conftest.err
9693
 
-       } && test -s conftest$ac_exeext &&
9694
 
-       $as_test_x conftest$ac_exeext; then
9695
 
-  ac_cv_lib_dl_dlopen=yes
9696
 
-else
9697
 
-  echo "$as_me: failed program was:" >&5
9698
 
-sed 's/^/| /' conftest.$ac_ext >&5
9699
 
+# Whether or not to build static libraries.
9700
 
+build_old_libs=$enable_static
9701
 
 
9702
 
-       ac_cv_lib_dl_dlopen=no
9703
 
-fi
9704
 
+# Whether or not to add -lc for building shared libraries.
9705
 
+build_libtool_need_lc=$archive_cmds_need_lc_CXX
9706
 
 
9707
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9708
 
-      conftest$ac_exeext conftest.$ac_ext
9709
 
-LIBS=$ac_check_lib_save_LIBS
9710
 
-fi
9711
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9712
 
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
9713
 
-if test $ac_cv_lib_dl_dlopen = yes; then
9714
 
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9715
 
-else
9716
 
+# Whether or not to disallow shared libs when runtime libs are static
9717
 
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
9718
 
 
9719
 
-    lt_cv_dlopen="dyld"
9720
 
-    lt_cv_dlopen_libs=
9721
 
-    lt_cv_dlopen_self=yes
9722
 
+# Whether or not to optimize for fast installation.
9723
 
+fast_install=$enable_fast_install
9724
 
 
9725
 
-fi
9726
 
+# The host system.
9727
 
+host_alias=$host_alias
9728
 
+host=$host
9729
 
+host_os=$host_os
9730
 
 
9731
 
-   ;;
9732
 
+# The build system.
9733
 
+build_alias=$build_alias
9734
 
+build=$build
9735
 
+build_os=$build_os
9736
 
 
9737
 
-  *)
9738
 
-    { echo "$as_me:$LINENO: checking for shl_load" >&5
9739
 
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
9740
 
-if test "${ac_cv_func_shl_load+set}" = set; then
9741
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
9742
 
-else
9743
 
-  cat >conftest.$ac_ext <<_ACEOF
9744
 
-/* confdefs.h.  */
9745
 
-_ACEOF
9746
 
-cat confdefs.h >>conftest.$ac_ext
9747
 
-cat >>conftest.$ac_ext <<_ACEOF
9748
 
-/* end confdefs.h.  */
9749
 
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9750
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9751
 
-#define shl_load innocuous_shl_load
9752
 
+# An echo program that does not interpret backslashes.
9753
 
+echo=$lt_echo
9754
 
 
9755
 
-/* System header to define __stub macros and hopefully few prototypes,
9756
 
-    which can conflict with char shl_load (); below.
9757
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9758
 
-    <limits.h> exists even on freestanding compilers.  */
9759
 
+# The archiver.
9760
 
+AR=$lt_AR
9761
 
+AR_FLAGS=$lt_AR_FLAGS
9762
 
 
9763
 
-#ifdef __STDC__
9764
 
-# include <limits.h>
9765
 
-#else
9766
 
-# include <assert.h>
9767
 
-#endif
9768
 
+# A C compiler.
9769
 
+LTCC=$lt_LTCC
9770
 
 
9771
 
-#undef shl_load
9772
 
+# LTCC compiler flags.
9773
 
+LTCFLAGS=$lt_LTCFLAGS
9774
 
 
9775
 
-/* Override any GCC internal prototype to avoid an error.
9776
 
-   Use char because int might match the return type of a GCC
9777
 
-   builtin and then its argument prototype would still apply.  */
9778
 
-#ifdef __cplusplus
9779
 
-extern "C"
9780
 
-#endif
9781
 
-char shl_load ();
9782
 
-/* The GNU C library defines this for functions which it implements
9783
 
-    to always fail with ENOSYS.  Some functions are actually named
9784
 
-    something starting with __ and the normal name is an alias.  */
9785
 
-#if defined __stub_shl_load || defined __stub___shl_load
9786
 
-choke me
9787
 
-#endif
9788
 
+# A language-specific compiler.
9789
 
+CC=$lt_compiler_CXX
9790
 
 
9791
 
-int
9792
 
-main ()
9793
 
-{
9794
 
-return shl_load ();
9795
 
-  ;
9796
 
-  return 0;
9797
 
-}
9798
 
-_ACEOF
9799
 
-rm -f conftest.$ac_objext conftest$ac_exeext
9800
 
-if { (ac_try="$ac_link"
9801
 
-case "(($ac_try" in
9802
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9803
 
-  *) ac_try_echo=$ac_try;;
9804
 
-esac
9805
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9806
 
-  (eval "$ac_link") 2>conftest.er1
9807
 
-  ac_status=$?
9808
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9809
 
-  rm -f conftest.er1
9810
 
-  cat conftest.err >&5
9811
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9812
 
-  (exit $ac_status); } && {
9813
 
-        test -z "$ac_cxx_werror_flag" ||
9814
 
-        test ! -s conftest.err
9815
 
-       } && test -s conftest$ac_exeext &&
9816
 
-       $as_test_x conftest$ac_exeext; then
9817
 
-  ac_cv_func_shl_load=yes
9818
 
-else
9819
 
-  echo "$as_me: failed program was:" >&5
9820
 
-sed 's/^/| /' conftest.$ac_ext >&5
9821
 
+# Is the compiler the GNU C compiler?
9822
 
+with_gcc=$GCC_CXX
9823
 
 
9824
 
-       ac_cv_func_shl_load=no
9825
 
-fi
9826
 
+# An ERE matcher.
9827
 
+EGREP=$lt_EGREP
9828
 
 
9829
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9830
 
-      conftest$ac_exeext conftest.$ac_ext
9831
 
-fi
9832
 
-{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9833
 
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
9834
 
-if test $ac_cv_func_shl_load = yes; then
9835
 
-  lt_cv_dlopen="shl_load"
9836
 
-else
9837
 
-  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9838
 
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
9839
 
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9840
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
9841
 
-else
9842
 
-  ac_check_lib_save_LIBS=$LIBS
9843
 
-LIBS="-ldld  $LIBS"
9844
 
-cat >conftest.$ac_ext <<_ACEOF
9845
 
-/* confdefs.h.  */
9846
 
-_ACEOF
9847
 
-cat confdefs.h >>conftest.$ac_ext
9848
 
-cat >>conftest.$ac_ext <<_ACEOF
9849
 
-/* end confdefs.h.  */
9850
 
+# The linker used to build libraries.
9851
 
+LD=$lt_LD_CXX
9852
 
 
9853
 
-/* Override any GCC internal prototype to avoid an error.
9854
 
-   Use char because int might match the return type of a GCC
9855
 
-   builtin and then its argument prototype would still apply.  */
9856
 
-#ifdef __cplusplus
9857
 
-extern "C"
9858
 
-#endif
9859
 
-char shl_load ();
9860
 
-int
9861
 
-main ()
9862
 
-{
9863
 
-return shl_load ();
9864
 
-  ;
9865
 
-  return 0;
9866
 
-}
9867
 
-_ACEOF
9868
 
-rm -f conftest.$ac_objext conftest$ac_exeext
9869
 
-if { (ac_try="$ac_link"
9870
 
-case "(($ac_try" in
9871
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9872
 
-  *) ac_try_echo=$ac_try;;
9873
 
-esac
9874
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9875
 
-  (eval "$ac_link") 2>conftest.er1
9876
 
-  ac_status=$?
9877
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9878
 
-  rm -f conftest.er1
9879
 
-  cat conftest.err >&5
9880
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9881
 
-  (exit $ac_status); } && {
9882
 
-        test -z "$ac_cxx_werror_flag" ||
9883
 
-        test ! -s conftest.err
9884
 
-       } && test -s conftest$ac_exeext &&
9885
 
-       $as_test_x conftest$ac_exeext; then
9886
 
-  ac_cv_lib_dld_shl_load=yes
9887
 
-else
9888
 
-  echo "$as_me: failed program was:" >&5
9889
 
-sed 's/^/| /' conftest.$ac_ext >&5
9890
 
+# Whether we need hard or soft links.
9891
 
+LN_S=$lt_LN_S
9892
 
 
9893
 
-       ac_cv_lib_dld_shl_load=no
9894
 
-fi
9895
 
+# A BSD-compatible nm program.
9896
 
+NM=$lt_NM
9897
 
 
9898
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9899
 
-      conftest$ac_exeext conftest.$ac_ext
9900
 
-LIBS=$ac_check_lib_save_LIBS
9901
 
-fi
9902
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9903
 
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
9904
 
-if test $ac_cv_lib_dld_shl_load = yes; then
9905
 
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
9906
 
-else
9907
 
-  { echo "$as_me:$LINENO: checking for dlopen" >&5
9908
 
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
9909
 
-if test "${ac_cv_func_dlopen+set}" = set; then
9910
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
9911
 
-else
9912
 
-  cat >conftest.$ac_ext <<_ACEOF
9913
 
-/* confdefs.h.  */
9914
 
-_ACEOF
9915
 
-cat confdefs.h >>conftest.$ac_ext
9916
 
-cat >>conftest.$ac_ext <<_ACEOF
9917
 
-/* end confdefs.h.  */
9918
 
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9919
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9920
 
-#define dlopen innocuous_dlopen
9921
 
+# A symbol stripping program
9922
 
+STRIP=$lt_STRIP
9923
 
 
9924
 
-/* System header to define __stub macros and hopefully few prototypes,
9925
 
-    which can conflict with char dlopen (); below.
9926
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9927
 
-    <limits.h> exists even on freestanding compilers.  */
9928
 
+# Used to examine libraries when file_magic_cmd begins "file"
9929
 
+MAGIC_CMD=$MAGIC_CMD
9930
 
 
9931
 
-#ifdef __STDC__
9932
 
-# include <limits.h>
9933
 
-#else
9934
 
-# include <assert.h>
9935
 
-#endif
9936
 
+# Used on cygwin: DLL creation program.
9937
 
+DLLTOOL="$DLLTOOL"
9938
 
 
9939
 
-#undef dlopen
9940
 
+# Used on cygwin: object dumper.
9941
 
+OBJDUMP="$OBJDUMP"
9942
 
 
9943
 
-/* Override any GCC internal prototype to avoid an error.
9944
 
-   Use char because int might match the return type of a GCC
9945
 
-   builtin and then its argument prototype would still apply.  */
9946
 
-#ifdef __cplusplus
9947
 
-extern "C"
9948
 
-#endif
9949
 
-char dlopen ();
9950
 
-/* The GNU C library defines this for functions which it implements
9951
 
-    to always fail with ENOSYS.  Some functions are actually named
9952
 
-    something starting with __ and the normal name is an alias.  */
9953
 
-#if defined __stub_dlopen || defined __stub___dlopen
9954
 
-choke me
9955
 
-#endif
9956
 
+# Used on cygwin: assembler.
9957
 
+AS="$AS"
9958
 
 
9959
 
-int
9960
 
-main ()
9961
 
-{
9962
 
-return dlopen ();
9963
 
-  ;
9964
 
-  return 0;
9965
 
-}
9966
 
-_ACEOF
9967
 
-rm -f conftest.$ac_objext conftest$ac_exeext
9968
 
-if { (ac_try="$ac_link"
9969
 
-case "(($ac_try" in
9970
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9971
 
-  *) ac_try_echo=$ac_try;;
9972
 
-esac
9973
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9974
 
-  (eval "$ac_link") 2>conftest.er1
9975
 
-  ac_status=$?
9976
 
-  grep -v '^ *+' conftest.er1 >conftest.err
9977
 
-  rm -f conftest.er1
9978
 
-  cat conftest.err >&5
9979
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9980
 
-  (exit $ac_status); } && {
9981
 
-        test -z "$ac_cxx_werror_flag" ||
9982
 
-        test ! -s conftest.err
9983
 
-       } && test -s conftest$ac_exeext &&
9984
 
-       $as_test_x conftest$ac_exeext; then
9985
 
-  ac_cv_func_dlopen=yes
9986
 
-else
9987
 
-  echo "$as_me: failed program was:" >&5
9988
 
-sed 's/^/| /' conftest.$ac_ext >&5
9989
 
+# The name of the directory that contains temporary libtool files.
9990
 
+objdir=$objdir
9991
 
 
9992
 
-       ac_cv_func_dlopen=no
9993
 
-fi
9994
 
+# How to create reloadable object files.
9995
 
+reload_flag=$lt_reload_flag
9996
 
+reload_cmds=$lt_reload_cmds
9997
 
 
9998
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9999
 
-      conftest$ac_exeext conftest.$ac_ext
10000
 
-fi
10001
 
-{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10002
 
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10003
 
-if test $ac_cv_func_dlopen = yes; then
10004
 
-  lt_cv_dlopen="dlopen"
10005
 
-else
10006
 
-  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10007
 
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10008
 
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10009
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
10010
 
-else
10011
 
-  ac_check_lib_save_LIBS=$LIBS
10012
 
-LIBS="-ldl  $LIBS"
10013
 
-cat >conftest.$ac_ext <<_ACEOF
10014
 
-/* confdefs.h.  */
10015
 
-_ACEOF
10016
 
-cat confdefs.h >>conftest.$ac_ext
10017
 
-cat >>conftest.$ac_ext <<_ACEOF
10018
 
-/* end confdefs.h.  */
10019
 
+# How to pass a linker flag through the compiler.
10020
 
+wl=$lt_lt_prog_compiler_wl_CXX
10021
 
 
10022
 
-/* Override any GCC internal prototype to avoid an error.
10023
 
-   Use char because int might match the return type of a GCC
10024
 
-   builtin and then its argument prototype would still apply.  */
10025
 
-#ifdef __cplusplus
10026
 
-extern "C"
10027
 
-#endif
10028
 
-char dlopen ();
10029
 
-int
10030
 
-main ()
10031
 
-{
10032
 
-return dlopen ();
10033
 
-  ;
10034
 
-  return 0;
10035
 
-}
10036
 
-_ACEOF
10037
 
-rm -f conftest.$ac_objext conftest$ac_exeext
10038
 
-if { (ac_try="$ac_link"
10039
 
-case "(($ac_try" in
10040
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10041
 
-  *) ac_try_echo=$ac_try;;
10042
 
-esac
10043
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10044
 
-  (eval "$ac_link") 2>conftest.er1
10045
 
-  ac_status=$?
10046
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10047
 
-  rm -f conftest.er1
10048
 
-  cat conftest.err >&5
10049
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10050
 
-  (exit $ac_status); } && {
10051
 
-        test -z "$ac_cxx_werror_flag" ||
10052
 
-        test ! -s conftest.err
10053
 
-       } && test -s conftest$ac_exeext &&
10054
 
-       $as_test_x conftest$ac_exeext; then
10055
 
-  ac_cv_lib_dl_dlopen=yes
10056
 
-else
10057
 
-  echo "$as_me: failed program was:" >&5
10058
 
-sed 's/^/| /' conftest.$ac_ext >&5
10059
 
+# Object file suffix (normally "o").
10060
 
+objext="$ac_objext"
10061
 
 
10062
 
-       ac_cv_lib_dl_dlopen=no
10063
 
-fi
10064
 
+# Old archive suffix (normally "a").
10065
 
+libext="$libext"
10066
 
 
10067
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10068
 
-      conftest$ac_exeext conftest.$ac_ext
10069
 
-LIBS=$ac_check_lib_save_LIBS
10070
 
-fi
10071
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10072
 
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10073
 
-if test $ac_cv_lib_dl_dlopen = yes; then
10074
 
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10075
 
-else
10076
 
-  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10077
 
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
10078
 
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10079
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
10080
 
-else
10081
 
-  ac_check_lib_save_LIBS=$LIBS
10082
 
-LIBS="-lsvld  $LIBS"
10083
 
-cat >conftest.$ac_ext <<_ACEOF
10084
 
-/* confdefs.h.  */
10085
 
-_ACEOF
10086
 
-cat confdefs.h >>conftest.$ac_ext
10087
 
-cat >>conftest.$ac_ext <<_ACEOF
10088
 
-/* end confdefs.h.  */
10089
 
+# Shared library suffix (normally ".so").
10090
 
+shrext_cmds='$shrext_cmds'
10091
 
 
10092
 
-/* Override any GCC internal prototype to avoid an error.
10093
 
-   Use char because int might match the return type of a GCC
10094
 
-   builtin and then its argument prototype would still apply.  */
10095
 
-#ifdef __cplusplus
10096
 
-extern "C"
10097
 
-#endif
10098
 
-char dlopen ();
10099
 
-int
10100
 
-main ()
10101
 
-{
10102
 
-return dlopen ();
10103
 
-  ;
10104
 
-  return 0;
10105
 
-}
10106
 
-_ACEOF
10107
 
-rm -f conftest.$ac_objext conftest$ac_exeext
10108
 
-if { (ac_try="$ac_link"
10109
 
-case "(($ac_try" in
10110
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10111
 
-  *) ac_try_echo=$ac_try;;
10112
 
-esac
10113
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10114
 
-  (eval "$ac_link") 2>conftest.er1
10115
 
-  ac_status=$?
10116
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10117
 
-  rm -f conftest.er1
10118
 
-  cat conftest.err >&5
10119
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10120
 
-  (exit $ac_status); } && {
10121
 
-        test -z "$ac_cxx_werror_flag" ||
10122
 
-        test ! -s conftest.err
10123
 
-       } && test -s conftest$ac_exeext &&
10124
 
-       $as_test_x conftest$ac_exeext; then
10125
 
-  ac_cv_lib_svld_dlopen=yes
10126
 
-else
10127
 
-  echo "$as_me: failed program was:" >&5
10128
 
-sed 's/^/| /' conftest.$ac_ext >&5
10129
 
+# Executable file suffix (normally "").
10130
 
+exeext="$exeext"
10131
 
 
10132
 
-       ac_cv_lib_svld_dlopen=no
10133
 
-fi
10134
 
+# Additional compiler flags for building library objects.
10135
 
+pic_flag=$lt_lt_prog_compiler_pic_CXX
10136
 
+pic_mode=$pic_mode
10137
 
 
10138
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10139
 
-      conftest$ac_exeext conftest.$ac_ext
10140
 
-LIBS=$ac_check_lib_save_LIBS
10141
 
-fi
10142
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10143
 
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
10144
 
-if test $ac_cv_lib_svld_dlopen = yes; then
10145
 
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10146
 
-else
10147
 
-  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10148
 
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
10149
 
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10150
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
10151
 
-else
10152
 
-  ac_check_lib_save_LIBS=$LIBS
10153
 
-LIBS="-ldld  $LIBS"
10154
 
-cat >conftest.$ac_ext <<_ACEOF
10155
 
-/* confdefs.h.  */
10156
 
-_ACEOF
10157
 
-cat confdefs.h >>conftest.$ac_ext
10158
 
-cat >>conftest.$ac_ext <<_ACEOF
10159
 
-/* end confdefs.h.  */
10160
 
+# What is the maximum length of a command?
10161
 
+max_cmd_len=$lt_cv_sys_max_cmd_len
10162
 
 
10163
 
-/* Override any GCC internal prototype to avoid an error.
10164
 
-   Use char because int might match the return type of a GCC
10165
 
-   builtin and then its argument prototype would still apply.  */
10166
 
-#ifdef __cplusplus
10167
 
-extern "C"
10168
 
-#endif
10169
 
-char dld_link ();
10170
 
-int
10171
 
-main ()
10172
 
-{
10173
 
-return dld_link ();
10174
 
-  ;
10175
 
-  return 0;
10176
 
-}
10177
 
-_ACEOF
10178
 
-rm -f conftest.$ac_objext conftest$ac_exeext
10179
 
-if { (ac_try="$ac_link"
10180
 
-case "(($ac_try" in
10181
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10182
 
-  *) ac_try_echo=$ac_try;;
10183
 
-esac
10184
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10185
 
-  (eval "$ac_link") 2>conftest.er1
10186
 
-  ac_status=$?
10187
 
-  grep -v '^ *+' conftest.er1 >conftest.err
10188
 
-  rm -f conftest.er1
10189
 
-  cat conftest.err >&5
10190
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191
 
-  (exit $ac_status); } && {
10192
 
-        test -z "$ac_cxx_werror_flag" ||
10193
 
-        test ! -s conftest.err
10194
 
-       } && test -s conftest$ac_exeext &&
10195
 
-       $as_test_x conftest$ac_exeext; then
10196
 
-  ac_cv_lib_dld_dld_link=yes
10197
 
-else
10198
 
-  echo "$as_me: failed program was:" >&5
10199
 
-sed 's/^/| /' conftest.$ac_ext >&5
10200
 
+# Does compiler simultaneously support -c and -o options?
10201
 
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
10202
 
 
10203
 
-       ac_cv_lib_dld_dld_link=no
10204
 
-fi
10205
 
+# Must we lock files when doing compilation?
10206
 
+need_locks=$lt_need_locks
10207
 
 
10208
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10209
 
-      conftest$ac_exeext conftest.$ac_ext
10210
 
-LIBS=$ac_check_lib_save_LIBS
10211
 
-fi
10212
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10213
 
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
10214
 
-if test $ac_cv_lib_dld_dld_link = yes; then
10215
 
-  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
10216
 
-fi
10217
 
+# Do we need the lib prefix for modules?
10218
 
+need_lib_prefix=$need_lib_prefix
10219
 
 
10220
 
+# Do we need a version for libraries?
10221
 
+need_version=$need_version
10222
 
 
10223
 
-fi
10224
 
+# Whether dlopen is supported.
10225
 
+dlopen_support=$enable_dlopen
10226
 
 
10227
 
+# Whether dlopen of programs is supported.
10228
 
+dlopen_self=$enable_dlopen_self
10229
 
 
10230
 
-fi
10231
 
+# Whether dlopen of statically linked programs is supported.
10232
 
+dlopen_self_static=$enable_dlopen_self_static
10233
 
 
10234
 
+# Compiler flag to prevent dynamic linking.
10235
 
+link_static_flag=$lt_lt_prog_compiler_static_CXX
10236
 
 
10237
 
-fi
10238
 
+# Compiler flag to turn off builtin functions.
10239
 
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
10240
 
 
10241
 
+# Compiler flag to allow reflexive dlopens.
10242
 
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
10243
 
 
10244
 
-fi
10245
 
+# Compiler flag to generate shared objects directly from archives.
10246
 
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
10247
 
 
10248
 
+# Compiler flag to generate thread-safe objects.
10249
 
+thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
10250
 
 
10251
 
-fi
10252
 
+# Library versioning type.
10253
 
+version_type=$version_type
10254
 
 
10255
 
-    ;;
10256
 
-  esac
10257
 
+# Format of library name prefix.
10258
 
+libname_spec=$lt_libname_spec
10259
 
 
10260
 
-  if test "x$lt_cv_dlopen" != xno; then
10261
 
-    enable_dlopen=yes
10262
 
-  else
10263
 
-    enable_dlopen=no
10264
 
-  fi
10265
 
+# List of archive names.  First name is the real one, the rest are links.
10266
 
+# The last name is the one that the linker finds with -lNAME.
10267
 
+library_names_spec=$lt_library_names_spec
10268
 
 
10269
 
-  case $lt_cv_dlopen in
10270
 
-  dlopen)
10271
 
-    save_CPPFLAGS="$CPPFLAGS"
10272
 
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10273
 
+# The coded name of the library, if different from the real name.
10274
 
+soname_spec=$lt_soname_spec
10275
 
 
10276
 
-    save_LDFLAGS="$LDFLAGS"
10277
 
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10278
 
+# Commands used to build and install an old-style archive.
10279
 
+RANLIB=$lt_RANLIB
10280
 
+old_archive_cmds=$lt_old_archive_cmds_CXX
10281
 
+old_postinstall_cmds=$lt_old_postinstall_cmds
10282
 
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
10283
 
 
10284
 
-    save_LIBS="$LIBS"
10285
 
-    LIBS="$lt_cv_dlopen_libs $LIBS"
10286
 
+# Create an old-style archive from a shared archive.
10287
 
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
10288
 
 
10289
 
-    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10290
 
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
10291
 
-if test "${lt_cv_dlopen_self+set}" = set; then
10292
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
10293
 
-else
10294
 
-         if test "$cross_compiling" = yes; then :
10295
 
-  lt_cv_dlopen_self=cross
10296
 
-else
10297
 
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10298
 
-  lt_status=$lt_dlunknown
10299
 
-  cat > conftest.$ac_ext <<EOF
10300
 
-#line 16172 "configure"
10301
 
-#include "confdefs.h"
10302
 
+# Create a temporary old-style archive to link instead of a shared archive.
10303
 
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
10304
 
 
10305
 
-#if HAVE_DLFCN_H
10306
 
-#include <dlfcn.h>
10307
 
-#endif
10308
 
+# Commands used to build and install a shared archive.
10309
 
+archive_cmds=$lt_archive_cmds_CXX
10310
 
+archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
10311
 
+postinstall_cmds=$lt_postinstall_cmds
10312
 
+postuninstall_cmds=$lt_postuninstall_cmds
10313
 
 
10314
 
-#include <stdio.h>
10315
 
+# Commands used to build a loadable module (assumed same as above if empty)
10316
 
+module_cmds=$lt_module_cmds_CXX
10317
 
+module_expsym_cmds=$lt_module_expsym_cmds_CXX
10318
 
 
10319
 
-#ifdef RTLD_GLOBAL
10320
 
-#  define LT_DLGLOBAL          RTLD_GLOBAL
10321
 
-#else
10322
 
-#  ifdef DL_GLOBAL
10323
 
-#    define LT_DLGLOBAL                DL_GLOBAL
10324
 
-#  else
10325
 
-#    define LT_DLGLOBAL                0
10326
 
-#  endif
10327
 
-#endif
10328
 
+# Commands to strip libraries.
10329
 
+old_striplib=$lt_old_striplib
10330
 
+striplib=$lt_striplib
10331
 
 
10332
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10333
 
-   find out it does not work in some platform. */
10334
 
-#ifndef LT_DLLAZY_OR_NOW
10335
 
-#  ifdef RTLD_LAZY
10336
 
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
10337
 
-#  else
10338
 
-#    ifdef DL_LAZY
10339
 
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
10340
 
-#    else
10341
 
-#      ifdef RTLD_NOW
10342
 
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
10343
 
-#      else
10344
 
-#        ifdef DL_NOW
10345
 
-#          define LT_DLLAZY_OR_NOW     DL_NOW
10346
 
-#        else
10347
 
-#          define LT_DLLAZY_OR_NOW     0
10348
 
-#        endif
10349
 
-#      endif
10350
 
-#    endif
10351
 
-#  endif
10352
 
-#endif
10353
 
+# Dependencies to place before the objects being linked to create a
10354
 
+# shared library.
10355
 
+predep_objects=$lt_predep_objects_CXX
10356
 
 
10357
 
-#ifdef __cplusplus
10358
 
-extern "C" void exit (int);
10359
 
-#endif
10360
 
+# Dependencies to place after the objects being linked to create a
10361
 
+# shared library.
10362
 
+postdep_objects=$lt_postdep_objects_CXX
10363
 
 
10364
 
-void fnord() { int i=42;}
10365
 
-int main ()
10366
 
-{
10367
 
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10368
 
-  int status = $lt_dlunknown;
10369
 
+# Dependencies to place before the objects being linked to create a
10370
 
+# shared library.
10371
 
+predeps=$lt_predeps_CXX
10372
 
 
10373
 
-  if (self)
10374
 
-    {
10375
 
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10376
 
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10377
 
-      /* dlclose (self); */
10378
 
-    }
10379
 
+# Dependencies to place after the objects being linked to create a
10380
 
+# shared library.
10381
 
+postdeps=$lt_postdeps_CXX
10382
 
 
10383
 
-    exit (status);
10384
 
-}
10385
 
-EOF
10386
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10387
 
-  (eval $ac_link) 2>&5
10388
 
-  ac_status=$?
10389
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10390
 
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10391
 
-    (./conftest; exit; ) 2>/dev/null
10392
 
-    lt_status=$?
10393
 
-    case x$lt_status in
10394
 
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10395
 
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10396
 
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
10397
 
-    esac
10398
 
-  else :
10399
 
-    # compilation failed
10400
 
-    lt_cv_dlopen_self=no
10401
 
-  fi
10402
 
-fi
10403
 
-rm -fr conftest*
10404
 
+# The library search path used internally by the compiler when linking
10405
 
+# a shared library.
10406
 
+compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
10407
 
 
10408
 
+# Method to check whether dependent libraries are shared objects.
10409
 
+deplibs_check_method=$lt_deplibs_check_method
10410
 
 
10411
 
-fi
10412
 
-{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10413
 
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
10414
 
-
10415
 
-    if test "x$lt_cv_dlopen_self" = xyes; then
10416
 
-      LDFLAGS="$LDFLAGS $link_static_flag"
10417
 
-      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10418
 
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
10419
 
-if test "${lt_cv_dlopen_self_static+set}" = set; then
10420
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
10421
 
-else
10422
 
-         if test "$cross_compiling" = yes; then :
10423
 
-  lt_cv_dlopen_self_static=cross
10424
 
-else
10425
 
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10426
 
-  lt_status=$lt_dlunknown
10427
 
-  cat > conftest.$ac_ext <<EOF
10428
 
-#line 16270 "configure"
10429
 
-#include "confdefs.h"
10430
 
-
10431
 
-#if HAVE_DLFCN_H
10432
 
-#include <dlfcn.h>
10433
 
-#endif
10434
 
-
10435
 
-#include <stdio.h>
10436
 
-
10437
 
-#ifdef RTLD_GLOBAL
10438
 
-#  define LT_DLGLOBAL          RTLD_GLOBAL
10439
 
-#else
10440
 
-#  ifdef DL_GLOBAL
10441
 
-#    define LT_DLGLOBAL                DL_GLOBAL
10442
 
-#  else
10443
 
-#    define LT_DLGLOBAL                0
10444
 
-#  endif
10445
 
-#endif
10446
 
-
10447
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10448
 
-   find out it does not work in some platform. */
10449
 
-#ifndef LT_DLLAZY_OR_NOW
10450
 
-#  ifdef RTLD_LAZY
10451
 
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
10452
 
-#  else
10453
 
-#    ifdef DL_LAZY
10454
 
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
10455
 
-#    else
10456
 
-#      ifdef RTLD_NOW
10457
 
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
10458
 
-#      else
10459
 
-#        ifdef DL_NOW
10460
 
-#          define LT_DLLAZY_OR_NOW     DL_NOW
10461
 
-#        else
10462
 
-#          define LT_DLLAZY_OR_NOW     0
10463
 
-#        endif
10464
 
-#      endif
10465
 
-#    endif
10466
 
-#  endif
10467
 
-#endif
10468
 
-
10469
 
-#ifdef __cplusplus
10470
 
-extern "C" void exit (int);
10471
 
-#endif
10472
 
-
10473
 
-void fnord() { int i=42;}
10474
 
-int main ()
10475
 
-{
10476
 
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10477
 
-  int status = $lt_dlunknown;
10478
 
-
10479
 
-  if (self)
10480
 
-    {
10481
 
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10482
 
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10483
 
-      /* dlclose (self); */
10484
 
-    }
10485
 
-
10486
 
-    exit (status);
10487
 
-}
10488
 
-EOF
10489
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10490
 
-  (eval $ac_link) 2>&5
10491
 
-  ac_status=$?
10492
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10493
 
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10494
 
-    (./conftest; exit; ) 2>/dev/null
10495
 
-    lt_status=$?
10496
 
-    case x$lt_status in
10497
 
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10498
 
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10499
 
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
10500
 
-    esac
10501
 
-  else :
10502
 
-    # compilation failed
10503
 
-    lt_cv_dlopen_self_static=no
10504
 
-  fi
10505
 
-fi
10506
 
-rm -fr conftest*
10507
 
-
10508
 
-
10509
 
-fi
10510
 
-{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10511
 
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
10512
 
-    fi
10513
 
-
10514
 
-    CPPFLAGS="$save_CPPFLAGS"
10515
 
-    LDFLAGS="$save_LDFLAGS"
10516
 
-    LIBS="$save_LIBS"
10517
 
-    ;;
10518
 
-  esac
10519
 
-
10520
 
-  case $lt_cv_dlopen_self in
10521
 
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10522
 
-  *) enable_dlopen_self=unknown ;;
10523
 
-  esac
10524
 
-
10525
 
-  case $lt_cv_dlopen_self_static in
10526
 
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10527
 
-  *) enable_dlopen_self_static=unknown ;;
10528
 
-  esac
10529
 
-fi
10530
 
-
10531
 
-
10532
 
-# The else clause should only fire when bootstrapping the
10533
 
-# libtool distribution, otherwise you forgot to ship ltmain.sh
10534
 
-# with your package, and you will get complaints that there are
10535
 
-# no rules to generate ltmain.sh.
10536
 
-if test -f "$ltmain"; then
10537
 
-  # See if we are running on zsh, and set the options which allow our commands through
10538
 
-  # without removal of \ escapes.
10539
 
-  if test -n "${ZSH_VERSION+set}" ; then
10540
 
-    setopt NO_GLOB_SUBST
10541
 
-  fi
10542
 
-  # Now quote all the things that may contain metacharacters while being
10543
 
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
10544
 
-  # variables and quote the copies for generation of the libtool script.
10545
 
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
10546
 
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
10547
 
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
10548
 
-    deplibs_check_method reload_flag reload_cmds need_locks \
10549
 
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
10550
 
-    lt_cv_sys_global_symbol_to_c_name_address \
10551
 
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
10552
 
-    old_postinstall_cmds old_postuninstall_cmds \
10553
 
-    compiler_CXX \
10554
 
-    CC_CXX \
10555
 
-    LD_CXX \
10556
 
-    lt_prog_compiler_wl_CXX \
10557
 
-    lt_prog_compiler_pic_CXX \
10558
 
-    lt_prog_compiler_static_CXX \
10559
 
-    lt_prog_compiler_no_builtin_flag_CXX \
10560
 
-    export_dynamic_flag_spec_CXX \
10561
 
-    thread_safe_flag_spec_CXX \
10562
 
-    whole_archive_flag_spec_CXX \
10563
 
-    enable_shared_with_static_runtimes_CXX \
10564
 
-    old_archive_cmds_CXX \
10565
 
-    old_archive_from_new_cmds_CXX \
10566
 
-    predep_objects_CXX \
10567
 
-    postdep_objects_CXX \
10568
 
-    predeps_CXX \
10569
 
-    postdeps_CXX \
10570
 
-    compiler_lib_search_path_CXX \
10571
 
-    archive_cmds_CXX \
10572
 
-    archive_expsym_cmds_CXX \
10573
 
-    postinstall_cmds_CXX \
10574
 
-    postuninstall_cmds_CXX \
10575
 
-    old_archive_from_expsyms_cmds_CXX \
10576
 
-    allow_undefined_flag_CXX \
10577
 
-    no_undefined_flag_CXX \
10578
 
-    export_symbols_cmds_CXX \
10579
 
-    hardcode_libdir_flag_spec_CXX \
10580
 
-    hardcode_libdir_flag_spec_ld_CXX \
10581
 
-    hardcode_libdir_separator_CXX \
10582
 
-    hardcode_automatic_CXX \
10583
 
-    module_cmds_CXX \
10584
 
-    module_expsym_cmds_CXX \
10585
 
-    lt_cv_prog_compiler_c_o_CXX \
10586
 
-    exclude_expsyms_CXX \
10587
 
-    include_expsyms_CXX; do
10588
 
-
10589
 
-    case $var in
10590
 
-    old_archive_cmds_CXX | \
10591
 
-    old_archive_from_new_cmds_CXX | \
10592
 
-    archive_cmds_CXX | \
10593
 
-    archive_expsym_cmds_CXX | \
10594
 
-    module_cmds_CXX | \
10595
 
-    module_expsym_cmds_CXX | \
10596
 
-    old_archive_from_expsyms_cmds_CXX | \
10597
 
-    export_symbols_cmds_CXX | \
10598
 
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
10599
 
-    postinstall_cmds | postuninstall_cmds | \
10600
 
-    old_postinstall_cmds | old_postuninstall_cmds | \
10601
 
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
10602
 
-      # Double-quote double-evaled strings.
10603
 
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
10604
 
-      ;;
10605
 
-    *)
10606
 
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
10607
 
-      ;;
10608
 
-    esac
10609
 
-  done
10610
 
-
10611
 
-  case $lt_echo in
10612
 
-  *'\$0 --fallback-echo"')
10613
 
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
10614
 
-    ;;
10615
 
-  esac
10616
 
-
10617
 
-cfgfile="$ofile"
10618
 
-
10619
 
-  cat <<__EOF__ >> "$cfgfile"
10620
 
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
10621
 
-
10622
 
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
10623
 
-
10624
 
-# Shell to use when invoking shell scripts.
10625
 
-SHELL=$lt_SHELL
10626
 
-
10627
 
-# Whether or not to build shared libraries.
10628
 
-build_libtool_libs=$enable_shared
10629
 
-
10630
 
-# Whether or not to build static libraries.
10631
 
-build_old_libs=$enable_static
10632
 
-
10633
 
-# Whether or not to add -lc for building shared libraries.
10634
 
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
10635
 
-
10636
 
-# Whether or not to disallow shared libs when runtime libs are static
10637
 
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
10638
 
-
10639
 
-# Whether or not to optimize for fast installation.
10640
 
-fast_install=$enable_fast_install
10641
 
-
10642
 
-# The host system.
10643
 
-host_alias=$host_alias
10644
 
-host=$host
10645
 
-
10646
 
-# An echo program that does not interpret backslashes.
10647
 
-echo=$lt_echo
10648
 
-
10649
 
-# The archiver.
10650
 
-AR=$lt_AR
10651
 
-AR_FLAGS=$lt_AR_FLAGS
10652
 
-
10653
 
-# A C compiler.
10654
 
-LTCC=$lt_LTCC
10655
 
-
10656
 
-# A language-specific compiler.
10657
 
-CC=$lt_compiler_CXX
10658
 
-
10659
 
-# Is the compiler the GNU C compiler?
10660
 
-with_gcc=$GCC_CXX
10661
 
-
10662
 
-# An ERE matcher.
10663
 
-EGREP=$lt_EGREP
10664
 
-
10665
 
-# The linker used to build libraries.
10666
 
-LD=$lt_LD_CXX
10667
 
-
10668
 
-# Whether we need hard or soft links.
10669
 
-LN_S=$lt_LN_S
10670
 
-
10671
 
-# A BSD-compatible nm program.
10672
 
-NM=$lt_NM
10673
 
-
10674
 
-# A symbol stripping program
10675
 
-STRIP=$STRIP
10676
 
-
10677
 
-# Used to examine libraries when file_magic_cmd begins "file"
10678
 
-MAGIC_CMD=$MAGIC_CMD
10679
 
-
10680
 
-# Used on cygwin: DLL creation program.
10681
 
-DLLTOOL="$DLLTOOL"
10682
 
-
10683
 
-# Used on cygwin: object dumper.
10684
 
-OBJDUMP="$OBJDUMP"
10685
 
-
10686
 
-# Used on cygwin: assembler.
10687
 
-AS="$AS"
10688
 
-
10689
 
-# The name of the directory that contains temporary libtool files.
10690
 
-objdir=$objdir
10691
 
-
10692
 
-# How to create reloadable object files.
10693
 
-reload_flag=$lt_reload_flag
10694
 
-reload_cmds=$lt_reload_cmds
10695
 
-
10696
 
-# How to pass a linker flag through the compiler.
10697
 
-wl=$lt_lt_prog_compiler_wl_CXX
10698
 
-
10699
 
-# Object file suffix (normally "o").
10700
 
-objext="$ac_objext"
10701
 
-
10702
 
-# Old archive suffix (normally "a").
10703
 
-libext="$libext"
10704
 
-
10705
 
-# Shared library suffix (normally ".so").
10706
 
-shrext='$shrext'
10707
 
-
10708
 
-# Executable file suffix (normally "").
10709
 
-exeext="$exeext"
10710
 
-
10711
 
-# Additional compiler flags for building library objects.
10712
 
-pic_flag=$lt_lt_prog_compiler_pic_CXX
10713
 
-pic_mode=$pic_mode
10714
 
-
10715
 
-# What is the maximum length of a command?
10716
 
-max_cmd_len=$lt_cv_sys_max_cmd_len
10717
 
-
10718
 
-# Does compiler simultaneously support -c and -o options?
10719
 
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
10720
 
-
10721
 
-# Must we lock files when doing compilation ?
10722
 
-need_locks=$lt_need_locks
10723
 
-
10724
 
-# Do we need the lib prefix for modules?
10725
 
-need_lib_prefix=$need_lib_prefix
10726
 
-
10727
 
-# Do we need a version for libraries?
10728
 
-need_version=$need_version
10729
 
-
10730
 
-# Whether dlopen is supported.
10731
 
-dlopen_support=$enable_dlopen
10732
 
-
10733
 
-# Whether dlopen of programs is supported.
10734
 
-dlopen_self=$enable_dlopen_self
10735
 
-
10736
 
-# Whether dlopen of statically linked programs is supported.
10737
 
-dlopen_self_static=$enable_dlopen_self_static
10738
 
-
10739
 
-# Compiler flag to prevent dynamic linking.
10740
 
-link_static_flag=$lt_lt_prog_compiler_static_CXX
10741
 
-
10742
 
-# Compiler flag to turn off builtin functions.
10743
 
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
10744
 
-
10745
 
-# Compiler flag to allow reflexive dlopens.
10746
 
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
10747
 
-
10748
 
-# Compiler flag to generate shared objects directly from archives.
10749
 
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
10750
 
-
10751
 
-# Compiler flag to generate thread-safe objects.
10752
 
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
10753
 
-
10754
 
-# Library versioning type.
10755
 
-version_type=$version_type
10756
 
-
10757
 
-# Format of library name prefix.
10758
 
-libname_spec=$lt_libname_spec
10759
 
-
10760
 
-# List of archive names.  First name is the real one, the rest are links.
10761
 
-# The last name is the one that the linker finds with -lNAME.
10762
 
-library_names_spec=$lt_library_names_spec
10763
 
-
10764
 
-# The coded name of the library, if different from the real name.
10765
 
-soname_spec=$lt_soname_spec
10766
 
-
10767
 
-# Commands used to build and install an old-style archive.
10768
 
-RANLIB=$lt_RANLIB
10769
 
-old_archive_cmds=$lt_old_archive_cmds_CXX
10770
 
-old_postinstall_cmds=$lt_old_postinstall_cmds
10771
 
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
10772
 
-
10773
 
-# Create an old-style archive from a shared archive.
10774
 
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
10775
 
-
10776
 
-# Create a temporary old-style archive to link instead of a shared archive.
10777
 
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
10778
 
-
10779
 
-# Commands used to build and install a shared archive.
10780
 
-archive_cmds=$lt_archive_cmds_CXX
10781
 
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
10782
 
-postinstall_cmds=$lt_postinstall_cmds
10783
 
-postuninstall_cmds=$lt_postuninstall_cmds
10784
 
-
10785
 
-# Commands used to build a loadable module (assumed same as above if empty)
10786
 
-module_cmds=$lt_module_cmds_CXX
10787
 
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
10788
 
-
10789
 
-# Commands to strip libraries.
10790
 
-old_striplib=$lt_old_striplib
10791
 
-striplib=$lt_striplib
10792
 
-
10793
 
-# Dependencies to place before the objects being linked to create a
10794
 
-# shared library.
10795
 
-predep_objects=$lt_predep_objects_CXX
10796
 
-
10797
 
-# Dependencies to place after the objects being linked to create a
10798
 
-# shared library.
10799
 
-postdep_objects=$lt_postdep_objects_CXX
10800
 
-
10801
 
-# Dependencies to place before the objects being linked to create a
10802
 
-# shared library.
10803
 
-predeps=$lt_predeps_CXX
10804
 
-
10805
 
-# Dependencies to place after the objects being linked to create a
10806
 
-# shared library.
10807
 
-postdeps=$lt_postdeps_CXX
10808
 
-
10809
 
-# The library search path used internally by the compiler when linking
10810
 
-# a shared library.
10811
 
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
10812
 
-
10813
 
-# Method to check whether dependent libraries are shared objects.
10814
 
-deplibs_check_method=$lt_deplibs_check_method
10815
 
-
10816
 
-# Command to use when deplibs_check_method == file_magic.
10817
 
-file_magic_cmd=$lt_file_magic_cmd
10818
 
+# Command to use when deplibs_check_method == file_magic.
10819
 
+file_magic_cmd=$lt_file_magic_cmd
10820
 
 
10821
 
 # Flag that allows shared libraries with undefined symbols to be built.
10822
 
 allow_undefined_flag=$lt_allow_undefined_flag_CXX
10823
 
@@ -16736,7 +16825,7 @@
10824
 
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
10825
 
 
10826
 
 # Fix the shell variable \$srcfile for the compiler.
10827
 
-fix_srcfile_path="$fix_srcfile_path_CXX"
10828
 
+fix_srcfile_path=$lt_fix_srcfile_path
10829
 
 
10830
 
 # Set to yes if exported symbols are required.
10831
 
 always_export_symbols=$always_export_symbols_CXX
10832
 
@@ -16762,7 +16851,10 @@
10833
 
   # If there is no Makefile yet, we rely on a make rule to execute
10834
 
   # `config.status --recheck' to rerun these tests and create the
10835
 
   # libtool script then.
10836
 
-  test -f Makefile && make "$ltmain"
10837
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
10838
 
+  if test -f "$ltmain_in"; then
10839
 
+    test -f Makefile && make "$ltmain"
10840
 
+  fi
10841
 
 fi
10842
 
 
10843
 
 
10844
 
@@ -16824,26 +16916,59 @@
10845
 
 objext_F77=$objext
10846
 
 
10847
 
 # Code to be used in simple compile tests
10848
 
-lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
10849
 
+lt_simple_compile_test_code="\
10850
 
+      subroutine t
10851
 
+      return
10852
 
+      end
10853
 
+"
10854
 
 
10855
 
 # Code to be used in simple link tests
10856
 
-lt_simple_link_test_code="      program t\n      end\n"
10857
 
+lt_simple_link_test_code="\
10858
 
+      program t
10859
 
+      end
10860
 
+"
10861
 
 
10862
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
10863
 
 
10864
 
 # If no C compiler was specified, use CC.
10865
 
 LTCC=${LTCC-"$CC"}
10866
 
 
10867
 
+# If no C compiler flags were specified, use CFLAGS.
10868
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
10869
 
+
10870
 
 # Allow CC to be a program name with arguments.
10871
 
 compiler=$CC
10872
 
 
10873
 
 
10874
 
+# save warnings/boilerplate of simple test code
10875
 
+ac_outfile=conftest.$ac_objext
10876
 
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
10877
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10878
 
+_lt_compiler_boilerplate=`cat conftest.err`
10879
 
+$rm conftest*
10880
 
+
10881
 
+ac_outfile=conftest.$ac_objext
10882
 
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
10883
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10884
 
+_lt_linker_boilerplate=`cat conftest.err`
10885
 
+$rm conftest*
10886
 
+
10887
 
+
10888
 
 # Allow CC to be a program name with arguments.
10889
 
 lt_save_CC="$CC"
10890
 
 CC=${F77-"f77"}
10891
 
 compiler=$CC
10892
 
 compiler_F77=$CC
10893
 
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
10894
 
+for cc_temp in $compiler""; do
10895
 
+  case $cc_temp in
10896
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
10897
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
10898
 
+    \-*) ;;
10899
 
+    *) break;;
10900
 
+  esac
10901
 
+done
10902
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
10903
 
+
10904
 
 
10905
 
 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10906
 
 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
10907
 
@@ -16856,7 +16981,7 @@
10908
 
 
10909
 
 # On AIX, shared libraries and static libraries use the same namespace, and
10910
 
 # are all built from PIC.
10911
 
-case "$host_os" in
10912
 
+case $host_os in
10913
 
 aix3*)
10914
 
   test "$enable_shared" = yes && enable_static=no
10915
 
   if test -n "$RANLIB"; then
10916
 
@@ -16864,8 +16989,10 @@
10917
 
     postinstall_cmds='$RANLIB $lib'
10918
 
   fi
10919
 
   ;;
10920
 
-aix4*)
10921
 
-  test "$enable_shared" = yes && enable_static=no
10922
 
+aix4* | aix5*)
10923
 
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10924
 
+    test "$enable_shared" = yes && enable_static=no
10925
 
+  fi
10926
 
   ;;
10927
 
 esac
10928
 
 { echo "$as_me:$LINENO: result: $enable_shared" >&5
10929
 
@@ -16878,8 +17005,6 @@
10930
 
 { echo "$as_me:$LINENO: result: $enable_static" >&5
10931
 
 echo "${ECHO_T}$enable_static" >&6; }
10932
 
 
10933
 
-test "$ld_shlibs_F77" = no && can_build_shared=no
10934
 
-
10935
 
 GCC_F77="$G77"
10936
 
 LD_F77="$LD"
10937
 
 
10938
 
@@ -16910,13 +17035,15 @@
10939
 
       lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
10940
 
       ;;
10941
 
 
10942
 
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10943
 
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10944
 
       # PIC is the default for these OSes.
10945
 
       ;;
10946
 
 
10947
 
-    mingw* | pw32* | os2*)
10948
 
+    mingw* | cygwin* | pw32* | os2*)
10949
 
       # This hack is so that the source file can tell whether it is being
10950
 
       # built for inclusion in a dll (and should export symbols for example).
10951
 
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
10952
 
+      # (--disable-auto-import) libraries
10953
 
       lt_prog_compiler_pic_F77='-DDLL_EXPORT'
10954
 
       ;;
10955
 
 
10956
 
@@ -16926,6 +17053,11 @@
10957
 
       lt_prog_compiler_pic_F77='-fno-common'
10958
 
       ;;
10959
 
 
10960
 
+    interix[3-9]*)
10961
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10962
 
+      # Instead, we relocate shared libraries at runtime.
10963
 
+      ;;
10964
 
+
10965
 
     msdosdjgpp*)
10966
 
       # Just because we use GCC doesn't mean we suddenly get shared libraries
10967
 
       # on systems that don't support them.
10968
 
@@ -16942,7 +17074,7 @@
10969
 
     hpux*)
10970
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10971
 
       # not for PA HP-UX.
10972
 
-      case "$host_cpu" in
10973
 
+      case $host_cpu in
10974
 
       hppa*64*|ia64*)
10975
 
        # +Z the default
10976
 
        ;;
10977
 
@@ -16968,8 +17100,18 @@
10978
 
        lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
10979
 
       fi
10980
 
       ;;
10981
 
+      darwin*)
10982
 
+        # PIC is the default on this platform
10983
 
+        # Common symbols not allowed in MH_DYLIB files
10984
 
+       case $cc_basename in
10985
 
+         xlc*)
10986
 
+         lt_prog_compiler_pic_F77='-qnocommon'
10987
 
+         lt_prog_compiler_wl_F77='-Wl,'
10988
 
+         ;;
10989
 
+       esac
10990
 
+       ;;
10991
 
 
10992
 
-    mingw* | pw32* | os2*)
10993
 
+    mingw* | cygwin* | pw32* | os2*)
10994
 
       # This hack is so that the source file can tell whether it is being
10995
 
       # built for inclusion in a dll (and should export symbols for example).
10996
 
       lt_prog_compiler_pic_F77='-DDLL_EXPORT'
10997
 
@@ -16979,7 +17121,7 @@
10998
 
       lt_prog_compiler_wl_F77='-Wl,'
10999
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
11000
 
       # not for PA HP-UX.
11001
 
-      case "$host_cpu" in
11002
 
+      case $host_cpu in
11003
 
       hppa*64*|ia64*)
11004
 
        # +Z the default
11005
 
        ;;
11006
 
@@ -17002,18 +17144,41 @@
11007
 
       lt_prog_compiler_static_F77='-Bstatic'
11008
 
       ;;
11009
 
 
11010
 
-    linux*)
11011
 
-      case $CC in
11012
 
+    linux* | k*bsd*-gnu)
11013
 
+      case $cc_basename in
11014
 
       icc* | ecc*)
11015
 
        lt_prog_compiler_wl_F77='-Wl,'
11016
 
        lt_prog_compiler_pic_F77='-KPIC'
11017
 
        lt_prog_compiler_static_F77='-static'
11018
 
         ;;
11019
 
+      pgcc* | pgf77* | pgf90* | pgf95*)
11020
 
+        # Portland Group compilers (*not* the Pentium gcc compiler,
11021
 
+       # which looks to be a dead project)
11022
 
+       lt_prog_compiler_wl_F77='-Wl,'
11023
 
+       lt_prog_compiler_pic_F77='-fpic'
11024
 
+       lt_prog_compiler_static_F77='-Bstatic'
11025
 
+        ;;
11026
 
       ccc*)
11027
 
         lt_prog_compiler_wl_F77='-Wl,'
11028
 
         # All Alpha code is PIC.
11029
 
         lt_prog_compiler_static_F77='-non_shared'
11030
 
         ;;
11031
 
+      *)
11032
 
+        case `$CC -V 2>&1 | sed 5q` in
11033
 
+       *Sun\ C*)
11034
 
+         # Sun C 5.9
11035
 
+         lt_prog_compiler_pic_F77='-KPIC'
11036
 
+         lt_prog_compiler_static_F77='-Bstatic'
11037
 
+         lt_prog_compiler_wl_F77='-Wl,'
11038
 
+         ;;
11039
 
+       *Sun\ F*)
11040
 
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
11041
 
+         lt_prog_compiler_pic_F77='-KPIC'
11042
 
+         lt_prog_compiler_static_F77='-Bstatic'
11043
 
+         lt_prog_compiler_wl_F77=''
11044
 
+         ;;
11045
 
+       esac
11046
 
+       ;;
11047
 
       esac
11048
 
       ;;
11049
 
 
11050
 
@@ -17023,15 +17188,19 @@
11051
 
       lt_prog_compiler_static_F77='-non_shared'
11052
 
       ;;
11053
 
 
11054
 
-    sco3.2v5*)
11055
 
-      lt_prog_compiler_pic_F77='-Kpic'
11056
 
-      lt_prog_compiler_static_F77='-dn'
11057
 
+    rdos*)
11058
 
+      lt_prog_compiler_static_F77='-non_shared'
11059
 
       ;;
11060
 
 
11061
 
     solaris*)
11062
 
-      lt_prog_compiler_wl_F77='-Wl,'
11063
 
       lt_prog_compiler_pic_F77='-KPIC'
11064
 
       lt_prog_compiler_static_F77='-Bstatic'
11065
 
+      case $cc_basename in
11066
 
+      f77* | f90* | f95*)
11067
 
+       lt_prog_compiler_wl_F77='-Qoption ld ';;
11068
 
+      *)
11069
 
+       lt_prog_compiler_wl_F77='-Wl,';;
11070
 
+      esac
11071
 
       ;;
11072
 
 
11073
 
     sunos4*)
11074
 
@@ -17040,7 +17209,7 @@
11075
 
       lt_prog_compiler_static_F77='-Bstatic'
11076
 
       ;;
11077
 
 
11078
 
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11079
 
+    sysv4 | sysv4.2uw2* | sysv4.3*)
11080
 
       lt_prog_compiler_wl_F77='-Wl,'
11081
 
       lt_prog_compiler_pic_F77='-KPIC'
11082
 
       lt_prog_compiler_static_F77='-Bstatic'
11083
 
@@ -17053,6 +17222,17 @@
11084
 
       fi
11085
 
       ;;
11086
 
 
11087
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
11088
 
+      lt_prog_compiler_wl_F77='-Wl,'
11089
 
+      lt_prog_compiler_pic_F77='-KPIC'
11090
 
+      lt_prog_compiler_static_F77='-Bstatic'
11091
 
+      ;;
11092
 
+
11093
 
+    unicos*)
11094
 
+      lt_prog_compiler_wl_F77='-Wl,'
11095
 
+      lt_prog_compiler_can_build_shared_F77=no
11096
 
+      ;;
11097
 
+
11098
 
     uts4*)
11099
 
       lt_prog_compiler_pic_F77='-pic'
11100
 
       lt_prog_compiler_static_F77='-Bstatic'
11101
 
@@ -17079,7 +17259,7 @@
11102
 
 else
11103
 
   lt_prog_compiler_pic_works_F77=no
11104
 
   ac_outfile=conftest.$ac_objext
11105
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
11106
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11107
 
    lt_compiler_flag="$lt_prog_compiler_pic_F77"
11108
 
    # Insert the option either (1) after the last *FLAGS variable, or
11109
 
    # (2) before a word containing "conftest.", or (3) at the end.
11110
 
@@ -17087,18 +17267,20 @@
11111
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
11112
 
    # The option is referenced via a variable to avoid confusing sed.
11113
 
    lt_compile=`echo "$ac_compile" | $SED \
11114
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11115
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11116
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11117
 
    -e 's:$: $lt_compiler_flag:'`
11118
 
-   (eval echo "\"\$as_me:17093: $lt_compile\"" >&5)
11119
 
+   (eval echo "\"\$as_me:17273: $lt_compile\"" >&5)
11120
 
    (eval "$lt_compile" 2>conftest.err)
11121
 
    ac_status=$?
11122
 
    cat conftest.err >&5
11123
 
-   echo "$as_me:17097: \$? = $ac_status" >&5
11124
 
+   echo "$as_me:17277: \$? = $ac_status" >&5
11125
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
11126
 
      # The compiler can only warn and ignore the option if not recognized
11127
 
-     # So say no if there are warnings
11128
 
-     if test ! -s conftest.err; then
11129
 
+     # So say no if there are warnings other than the usual output.
11130
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
11131
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11132
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
11133
 
        lt_prog_compiler_pic_works_F77=yes
11134
 
      fi
11135
 
    fi
11136
 
@@ -17119,7 +17301,7 @@
11137
 
 fi
11138
 
 
11139
 
 fi
11140
 
-case "$host_os" in
11141
 
+case $host_os in
11142
 
   # For platforms which do not support PIC, -DPIC is meaningless:
11143
 
   *djgpp*)
11144
 
     lt_prog_compiler_pic_F77=
11145
 
@@ -17129,6 +17311,48 @@
11146
 
     ;;
11147
 
 esac
11148
 
 
11149
 
+#
11150
 
+# Check to make sure the static flag actually works.
11151
 
+#
11152
 
+wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
11153
 
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
11154
 
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
11155
 
+if test "${lt_prog_compiler_static_works_F77+set}" = set; then
11156
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11157
 
+else
11158
 
+  lt_prog_compiler_static_works_F77=no
11159
 
+   save_LDFLAGS="$LDFLAGS"
11160
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
11161
 
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
11162
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11163
 
+     # The linker can only warn and ignore the option if not recognized
11164
 
+     # So say no if there are warnings
11165
 
+     if test -s conftest.err; then
11166
 
+       # Append any errors to the config.log.
11167
 
+       cat conftest.err 1>&5
11168
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
11169
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11170
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
11171
 
+         lt_prog_compiler_static_works_F77=yes
11172
 
+       fi
11173
 
+     else
11174
 
+       lt_prog_compiler_static_works_F77=yes
11175
 
+     fi
11176
 
+   fi
11177
 
+   $rm conftest*
11178
 
+   LDFLAGS="$save_LDFLAGS"
11179
 
+
11180
 
+fi
11181
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
11182
 
+echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; }
11183
 
+
11184
 
+if test x"$lt_prog_compiler_static_works_F77" = xyes; then
11185
 
+    :
11186
 
+else
11187
 
+    lt_prog_compiler_static_F77=
11188
 
+fi
11189
 
+
11190
 
+
11191
 
 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
11192
 
 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
11193
 
 if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
11194
 
@@ -17139,14 +17363,7 @@
11195
 
    mkdir conftest
11196
 
    cd conftest
11197
 
    mkdir out
11198
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
11199
 
-
11200
 
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
11201
 
-   # that will create temporary files in the current directory regardless of
11202
 
-   # the output directory.  Thus, making CWD read-only will cause this test
11203
 
-   # to fail, enabling locking or at least warning the user not to do parallel
11204
 
-   # builds.
11205
 
-   chmod -w .
11206
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11207
 
 
11208
 
    lt_compiler_flag="-o out/conftest2.$ac_objext"
11209
 
    # Insert the option either (1) after the last *FLAGS variable, or
11210
 
@@ -17154,25 +17371,30 @@
11211
 
    # Note that $ac_compile itself does not contain backslashes and begins
11212
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
11213
 
    lt_compile=`echo "$ac_compile" | $SED \
11214
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11215
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11216
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11217
 
    -e 's:$: $lt_compiler_flag:'`
11218
 
-   (eval echo "\"\$as_me:17160: $lt_compile\"" >&5)
11219
 
+   (eval echo "\"\$as_me:17377: $lt_compile\"" >&5)
11220
 
    (eval "$lt_compile" 2>out/conftest.err)
11221
 
    ac_status=$?
11222
 
    cat out/conftest.err >&5
11223
 
-   echo "$as_me:17164: \$? = $ac_status" >&5
11224
 
+   echo "$as_me:17381: \$? = $ac_status" >&5
11225
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
11226
 
    then
11227
 
      # The compiler can only warn and ignore the option if not recognized
11228
 
      # So say no if there are warnings
11229
 
-     if test ! -s out/conftest.err; then
11230
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
11231
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
11232
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
11233
 
        lt_cv_prog_compiler_c_o_F77=yes
11234
 
      fi
11235
 
    fi
11236
 
-   chmod u+w .
11237
 
-   $rm conftest* out/*
11238
 
-   rmdir out
11239
 
+   chmod u+w . 2>&5
11240
 
+   $rm conftest*
11241
 
+   # SGI C++ compiler will create directory out/ii_files/ for
11242
 
+   # template instantiation
11243
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
11244
 
+   $rm out/* && rmdir out
11245
 
    cd ..
11246
 
    rmdir conftest
11247
 
    $rm conftest*
11248
 
@@ -17243,6 +17465,16 @@
11249
 
   # rely on this symbol name, it's probably fine to never include it in
11250
 
   # preloaded symbol tables.
11251
 
   extract_expsyms_cmds=
11252
 
+  # Just being paranoid about ensuring that cc_basename is set.
11253
 
+  for cc_temp in $compiler""; do
11254
 
+  case $cc_temp in
11255
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11256
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11257
 
+    \-*) ;;
11258
 
+    *) break;;
11259
 
+  esac
11260
 
+done
11261
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
11262
 
 
11263
 
   case $host_os in
11264
 
   cygwin* | mingw* | pw32*)
11265
 
@@ -17253,6 +17485,10 @@
11266
 
       with_gnu_ld=no
11267
 
     fi
11268
 
     ;;
11269
 
+  interix*)
11270
 
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
11271
 
+    with_gnu_ld=yes
11272
 
+    ;;
11273
 
   openbsd*)
11274
 
     with_gnu_ld=no
11275
 
     ;;
11276
 
@@ -17263,6 +17499,27 @@
11277
 
     # If archive_cmds runs LD, not CC, wlarc should be empty
11278
 
     wlarc='${wl}'
11279
 
 
11280
 
+    # Set some defaults for GNU ld with shared library support. These
11281
 
+    # are reset later if shared libraries are not supported. Putting them
11282
 
+    # here allows them to be overridden if necessary.
11283
 
+    runpath_var=LD_RUN_PATH
11284
 
+    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
11285
 
+    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
11286
 
+    # ancient GNU ld didn't support --whole-archive et. al.
11287
 
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
11288
 
+       whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11289
 
+      else
11290
 
+       whole_archive_flag_spec_F77=
11291
 
+    fi
11292
 
+    supports_anon_versioning=no
11293
 
+    case `$LD -v 2>/dev/null` in
11294
 
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
11295
 
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
11296
 
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
11297
 
+      *\ 2.11.*) ;; # other 2.11 versions
11298
 
+      *) supports_anon_versioning=yes ;;
11299
 
+    esac
11300
 
+
11301
 
     # See if GNU ld supports shared libraries.
11302
 
     case $host_os in
11303
 
     aix3* | aix4* | aix5*)
11304
 
@@ -17300,7 +17557,7 @@
11305
 
        allow_undefined_flag_F77=unsupported
11306
 
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
11307
 
        # support --undefined.  This deserves some investigation.  FIXME
11308
 
-       archive_cmds_F77='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
11309
 
+       archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11310
 
       else
11311
 
        ld_shlibs_F77=no
11312
 
       fi
11313
 
@@ -17310,13 +17567,13 @@
11314
 
       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
11315
 
       # as there is no search path for DLLs.
11316
 
       hardcode_libdir_flag_spec_F77='-L$libdir'
11317
 
-      allow_undefined_flag_F77=no
11318
 
+      allow_undefined_flag_F77=unsupported
11319
 
       always_export_symbols_F77=no
11320
 
       enable_shared_with_static_runtimes_F77=yes
11321
 
-      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
11322
 
+      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
11323
 
 
11324
 
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
11325
 
-        archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
11326
 
+        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11327
 
        # If the export-symbols file already is a .def file (1st line
11328
 
        # is EXPORTS), use it as is; otherwise, prepend...
11329
 
        archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
11330
 
@@ -17325,23 +17582,79 @@
11331
 
          echo EXPORTS > $output_objdir/$soname.def;
11332
 
          cat $export_symbols >> $output_objdir/$soname.def;
11333
 
        fi~
11334
 
-       $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
11335
 
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11336
 
       else
11337
 
-       ld_shlibs=no
11338
 
+       ld_shlibs_F77=no
11339
 
+      fi
11340
 
+      ;;
11341
 
+
11342
 
+    interix[3-9]*)
11343
 
+      hardcode_direct_F77=no
11344
 
+      hardcode_shlibpath_var_F77=no
11345
 
+      hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
11346
 
+      export_dynamic_flag_spec_F77='${wl}-E'
11347
 
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
11348
 
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
11349
 
+      # default) and relocated if they conflict, which is a slow very memory
11350
 
+      # consuming and fragmenting process.  To avoid this, we pick a random,
11351
 
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
11352
 
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
11353
 
+      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
11354
 
+      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
11355
 
+      ;;
11356
 
+
11357
 
+    gnu* | linux* | k*bsd*-gnu)
11358
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
11359
 
+       tmp_addflag=
11360
 
+       case $cc_basename,$host_cpu in
11361
 
+       pgcc*)                          # Portland Group C compiler
11362
 
+         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
11363
 
+         tmp_addflag=' $pic_flag'
11364
 
+         ;;
11365
 
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
11366
 
+         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
11367
 
+         tmp_addflag=' $pic_flag -Mnomain' ;;
11368
 
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
11369
 
+         tmp_addflag=' -i_dynamic' ;;
11370
 
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
11371
 
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
11372
 
+       ifc* | ifort*)                  # Intel Fortran compiler
11373
 
+         tmp_addflag=' -nofor_main' ;;
11374
 
+       esac
11375
 
+       case `$CC -V 2>&1 | sed 5q` in
11376
 
+       *Sun\ C*)                       # Sun C 5.9
11377
 
+         whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
11378
 
+         tmp_sharedflag='-G' ;;
11379
 
+       *Sun\ F*)                       # Sun Fortran 8.3
11380
 
+         tmp_sharedflag='-G' ;;
11381
 
+       *)
11382
 
+         tmp_sharedflag='-shared' ;;
11383
 
+       esac
11384
 
+       archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11385
 
+
11386
 
+       if test $supports_anon_versioning = yes; then
11387
 
+         archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
11388
 
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
11389
 
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
11390
 
+         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
11391
 
+       fi
11392
 
+       link_all_deplibs_F77=no
11393
 
+      else
11394
 
+       ld_shlibs_F77=no
11395
 
       fi
11396
 
       ;;
11397
 
 
11398
 
-    netbsd*)
11399
 
+    netbsd* | netbsdelf*-gnu)
11400
 
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
11401
 
        archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
11402
 
        wlarc=
11403
 
       else
11404
 
-       archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
11405
 
-       archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11406
 
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11407
 
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11408
 
       fi
11409
 
       ;;
11410
 
 
11411
 
-    solaris* | sysv5*)
11412
 
+    solaris*)
11413
 
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
11414
 
        ld_shlibs_F77=no
11415
 
        cat <<EOF 1>&2
11416
 
@@ -17355,13 +17668,40 @@
11417
 
 
11418
 
 EOF
11419
 
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
11420
 
-       archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
11421
 
-       archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11422
 
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11423
 
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11424
 
       else
11425
 
        ld_shlibs_F77=no
11426
 
       fi
11427
 
       ;;
11428
 
 
11429
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
11430
 
+      case `$LD -v 2>&1` in
11431
 
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
11432
 
+       ld_shlibs_F77=no
11433
 
+       cat <<_LT_EOF 1>&2
11434
 
+
11435
 
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
11436
 
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
11437
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
11438
 
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
11439
 
+*** your PATH or compiler configuration so that the native linker is
11440
 
+*** used, and then restart.
11441
 
+
11442
 
+_LT_EOF
11443
 
+       ;;
11444
 
+       *)
11445
 
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
11446
 
+           hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
11447
 
+           archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
11448
 
+           archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
11449
 
+         else
11450
 
+           ld_shlibs_F77=no
11451
 
+         fi
11452
 
+       ;;
11453
 
+      esac
11454
 
+      ;;
11455
 
+
11456
 
     sunos4*)
11457
 
       archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11458
 
       wlarc=
11459
 
@@ -17371,24 +17711,19 @@
11460
 
 
11461
 
     *)
11462
 
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
11463
 
-       archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
11464
 
-       archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11465
 
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11466
 
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11467
 
       else
11468
 
        ld_shlibs_F77=no
11469
 
       fi
11470
 
       ;;
11471
 
     esac
11472
 
 
11473
 
-    if test "$ld_shlibs_F77" = yes; then
11474
 
-      runpath_var=LD_RUN_PATH
11475
 
-      hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
11476
 
-      export_dynamic_flag_spec_F77='${wl}--export-dynamic'
11477
 
-      # ancient GNU ld didn't support --whole-archive et. al.
11478
 
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
11479
 
-       whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11480
 
-      else
11481
 
-       whole_archive_flag_spec_F77=
11482
 
-      fi
11483
 
+    if test "$ld_shlibs_F77" = no; then
11484
 
+      runpath_var=
11485
 
+      hardcode_libdir_flag_spec_F77=
11486
 
+      export_dynamic_flag_spec_F77=
11487
 
+      whole_archive_flag_spec_F77=
11488
 
     fi
11489
 
   else
11490
 
     # PORTME fill in a description of your system's linker (not GNU ld)
11491
 
@@ -17400,7 +17735,7 @@
11492
 
       # Note: this linker hardcodes the directories in LIBPATH if there
11493
 
       # are no directories specified by -L.
11494
 
       hardcode_minus_L_F77=yes
11495
 
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
11496
 
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
11497
 
        # Neither direct hardcoding nor static linking is supported with a
11498
 
        # broken collect2.
11499
 
        hardcode_direct_F77=unsupported
11500
 
@@ -17422,11 +17757,23 @@
11501
 
        else
11502
 
          export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
11503
 
        fi
11504
 
+       aix_use_runtimelinking=no
11505
 
 
11506
 
-       # KDE requires run time linking.  Make it the default.
11507
 
-       aix_use_runtimelinking=yes
11508
 
-       exp_sym_flag='-bexport'
11509
 
-       no_entry_flag='-bnoentry'
11510
 
+       # Test if we are trying to use run time linking or normal
11511
 
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11512
 
+       # need to do runtime linking.
11513
 
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
11514
 
+         for ld_flag in $LDFLAGS; do
11515
 
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
11516
 
+           aix_use_runtimelinking=yes
11517
 
+           break
11518
 
+         fi
11519
 
+         done
11520
 
+         ;;
11521
 
+       esac
11522
 
+
11523
 
+       exp_sym_flag='-bexport'
11524
 
+       no_entry_flag='-bnoentry'
11525
 
       fi
11526
 
 
11527
 
       # When large executables or shared objects are built, AIX ld can
11528
 
@@ -17441,7 +17788,7 @@
11529
 
       link_all_deplibs_F77=yes
11530
 
 
11531
 
       if test "$GCC" = yes; then
11532
 
-       case $host_os in aix4.012|aix4.012.*)
11533
 
+       case $host_os in aix4.[012]|aix4.[012].*)
11534
 
        # We only want to do this on AIX 4.2 and lower, the check
11535
 
        # below for broken collect2 doesn't work under 4.3+
11536
 
          collect2name=`${CC} -print-prog-name=collect2`
11537
 
@@ -17449,7 +17796,7 @@
11538
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
11539
 
          then
11540
 
          # We have reworked collect2
11541
 
-         hardcode_direct_F77=yes
11542
 
+         :
11543
 
          else
11544
 
          # We have old collect2
11545
 
          hardcode_direct_F77=unsupported
11546
 
@@ -17460,8 +17807,12 @@
11547
 
          hardcode_libdir_flag_spec_F77='-L$libdir'
11548
 
          hardcode_libdir_separator_F77=
11549
 
          fi
11550
 
+         ;;
11551
 
        esac
11552
 
        shared_flag='-shared'
11553
 
+       if test "$aix_use_runtimelinking" = yes; then
11554
 
+         shared_flag="$shared_flag "'${wl}-G'
11555
 
+       fi
11556
 
       else
11557
 
        # not using gcc
11558
 
        if test "$host_cpu" = ia64; then
11559
 
@@ -17469,22 +17820,23 @@
11560
 
        # chokes on -Wl,-G. The following line is correct:
11561
 
          shared_flag='-G'
11562
 
        else
11563
 
-       if test "$aix_use_runtimelinking" = yes; then
11564
 
-           shared_flag='-qmkshrobj ${wl}-G'
11565
 
+         if test "$aix_use_runtimelinking" = yes; then
11566
 
+           shared_flag='${wl}-G'
11567
 
          else
11568
 
-           shared_flag='-qmkshrobj'
11569
 
-       fi
11570
 
+           shared_flag='${wl}-bM:SRE'
11571
 
+         fi
11572
 
        fi
11573
 
       fi
11574
 
 
11575
 
-      # Let the compiler handle the export list.
11576
 
-      always_export_symbols_F77=no
11577
 
+      # It seems that -bexpall does not export symbols beginning with
11578
 
+      # underscore (_), so it is better to generate a list of symbols to export.
11579
 
+      always_export_symbols_F77=yes
11580
 
       if test "$aix_use_runtimelinking" = yes; then
11581
 
        # Warning - without using the other runtime loading flags (-brtl),
11582
 
        # -berok will link without error, but may produce a broken library.
11583
 
        allow_undefined_flag_F77='-berok'
11584
 
        # Determine the default libpath from the value encoded in an empty executable.
11585
 
-       cat >conftest.$ac_ext <<_ACEOF
11586
 
+       cat >conftest.$ac_ext <<_ACEOF
11587
 
       program main
11588
 
 
11589
 
       end
11590
 
@@ -17508,11 +17860,18 @@
11591
 
        } && test -s conftest$ac_exeext &&
11592
 
        $as_test_x conftest$ac_exeext; then
11593
 
 
11594
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11595
 
-}'`
11596
 
+lt_aix_libpath_sed='
11597
 
+    /Import File Strings/,/^$/ {
11598
 
+       /^0/ {
11599
 
+           s/^0  *\(.*\)$/\1/
11600
 
+           p
11601
 
+       }
11602
 
+    }'
11603
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11604
 
 # Check for a 64-bit object if we didn't find anything.
11605
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11606
 
-}'`; fi
11607
 
+if test -z "$aix_libpath"; then
11608
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11609
 
+fi
11610
 
 else
11611
 
   echo "$as_me: failed program was:" >&5
11612
 
 sed 's/^/| /' conftest.$ac_ext >&5
11613
 
@@ -17524,14 +17883,13 @@
11614
 
       conftest$ac_exeext conftest.$ac_ext
11615
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11616
 
 
11617
 
-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
11618
 
-       archive_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
11619
 
-       archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
11620
 
+       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
11621
 
+       archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
11622
 
        else
11623
 
        if test "$host_cpu" = ia64; then
11624
 
          hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
11625
 
          allow_undefined_flag_F77="-z nodefs"
11626
 
-         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
11627
 
+         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
11628
 
        else
11629
 
         # Determine the default libpath from the value encoded in an empty executable.
11630
 
         cat >conftest.$ac_ext <<_ACEOF
11631
 
@@ -17558,11 +17916,18 @@
11632
 
        } && test -s conftest$ac_exeext &&
11633
 
        $as_test_x conftest$ac_exeext; then
11634
 
 
11635
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11636
 
-}'`
11637
 
+lt_aix_libpath_sed='
11638
 
+    /Import File Strings/,/^$/ {
11639
 
+       /^0/ {
11640
 
+           s/^0  *\(.*\)$/\1/
11641
 
+           p
11642
 
+       }
11643
 
+    }'
11644
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11645
 
 # Check for a 64-bit object if we didn't find anything.
11646
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11647
 
-}'`; fi
11648
 
+if test -z "$aix_libpath"; then
11649
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11650
 
+fi
11651
 
 else
11652
 
   echo "$as_me: failed program was:" >&5
11653
 
 sed 's/^/| /' conftest.$ac_ext >&5
11654
 
@@ -17579,13 +17944,11 @@
11655
 
          # -berok will link without error, but may produce a broken library.
11656
 
          no_undefined_flag_F77=' ${wl}-bernotok'
11657
 
          allow_undefined_flag_F77=' ${wl}-berok'
11658
 
-         # -bexpall does not export symbols beginning with underscore (_)
11659
 
-         always_export_symbols_F77=yes
11660
 
          # Exported symbols can be pulled into shared objects from archives
11661
 
-         whole_archive_flag_spec_F77=' '
11662
 
+         whole_archive_flag_spec_F77='$convenience'
11663
 
          archive_cmds_need_lc_F77=yes
11664
 
-         # This is similar to how AIX traditionally builds it's shared libraries.
11665
 
-         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
11666
 
+         # This is similar to how AIX traditionally builds its shared libraries.
11667
 
+         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
11668
 
        fi
11669
 
       fi
11670
 
       ;;
11671
 
@@ -17598,7 +17961,7 @@
11672
 
       ld_shlibs_F77=no
11673
 
       ;;
11674
 
 
11675
 
-    bsdi4*)
11676
 
+    bsdi[45]*)
11677
 
       export_dynamic_flag_spec_F77=-rdynamic
11678
 
       ;;
11679
 
 
11680
 
@@ -17608,68 +17971,68 @@
11681
 
       # hardcode_libdir_flag_spec is actually meaningless, as there is
11682
 
       # no search path for DLLs.
11683
 
       hardcode_libdir_flag_spec_F77=' '
11684
 
-      allow_undefined_flag_F77=no
11685
 
+      allow_undefined_flag_F77=unsupported
11686
 
       # Tell ltmain to make .lib files, not .a files.
11687
 
       libext=lib
11688
 
       # Tell ltmain to make .dll files, not .so files.
11689
 
-      shrext=".dll"
11690
 
+      shrext_cmds=".dll"
11691
 
       # FIXME: Setting linknames here is a bad hack.
11692
 
-      archive_cmds_F77='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
11693
 
+      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
11694
 
       # The linker will automatically build a .lib file if we build a DLL.
11695
 
       old_archive_From_new_cmds_F77='true'
11696
 
       # FIXME: Should let the user specify the lib program.
11697
 
-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
11698
 
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
11699
 
+      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
11700
 
+      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
11701
 
       enable_shared_with_static_runtimes_F77=yes
11702
 
       ;;
11703
 
 
11704
 
     darwin* | rhapsody*)
11705
 
-    if test "$GXX" = yes ; then
11706
 
-      archive_cmds_need_lc_F77=no
11707
 
-      case "$host_os" in
11708
 
-      rhapsody* | darwin1.[012])
11709
 
-       allow_undefined_flag_F77='-Wl,-undefined -Wl,suppress'
11710
 
-       ;;
11711
 
-      *) # Darwin 1.3 on
11712
 
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
11713
 
-         allow_undefined_flag_F77='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
11714
 
-       else
11715
 
-         case ${MACOSX_DEPLOYMENT_TARGET} in
11716
 
-           10.012)
11717
 
-             allow_undefined_flag_F77='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
11718
 
-             ;;
11719
 
-           10.*)
11720
 
-             allow_undefined_flag_F77='-Wl,-undefined -Wl,dynamic_lookup'
11721
 
-             ;;
11722
 
-         esac
11723
 
-       fi
11724
 
-       ;;
11725
 
+      case $host_os in
11726
 
+        rhapsody* | darwin1.[012])
11727
 
+         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
11728
 
+         ;;
11729
 
+       *) # Darwin 1.3 on
11730
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
11731
 
+           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
11732
 
+         else
11733
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
11734
 
+             10.[012])
11735
 
+               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
11736
 
+               ;;
11737
 
+             10.*)
11738
 
+               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
11739
 
+               ;;
11740
 
+           esac
11741
 
+         fi
11742
 
+         ;;
11743
 
       esac
11744
 
-       lt_int_apple_cc_single_mod=no
11745
 
-       output_verbose_link_cmd='echo'
11746
 
-       if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
11747
 
-         lt_int_apple_cc_single_mod=yes
11748
 
-       fi
11749
 
-       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
11750
 
-         archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
11751
 
-       else
11752
 
-        archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
11753
 
-      fi
11754
 
-      module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
11755
 
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
11756
 
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
11757
 
-          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11758
 
-        else
11759
 
-          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11760
 
-        fi
11761
 
-          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11762
 
+      archive_cmds_need_lc_F77=no
11763
 
       hardcode_direct_F77=no
11764
 
       hardcode_automatic_F77=yes
11765
 
       hardcode_shlibpath_var_F77=unsupported
11766
 
-      whole_archive_flag_spec_F77='-all_load $convenience'
11767
 
+      whole_archive_flag_spec_F77=''
11768
 
       link_all_deplibs_F77=yes
11769
 
+    if test "$GCC" = yes ; then
11770
 
+       output_verbose_link_cmd='echo'
11771
 
+        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
11772
 
+      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
11773
 
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
11774
 
+      archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11775
 
+      module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11776
 
     else
11777
 
-      ld_shlibs_F77=no
11778
 
+      case $cc_basename in
11779
 
+        xlc*)
11780
 
+         output_verbose_link_cmd='echo'
11781
 
+         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
11782
 
+         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
11783
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
11784
 
+         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11785
 
+          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11786
 
+          ;;
11787
 
+       *)
11788
 
+         ld_shlibs_F77=no
11789
 
+          ;;
11790
 
+      esac
11791
 
     fi
11792
 
       ;;
11793
 
 
11794
 
@@ -17703,8 +18066,8 @@
11795
 
       ;;
11796
 
 
11797
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11798
 
-    freebsd* | kfreebsd*-gnu)
11799
 
-      archive_cmds_F77='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
11800
 
+    freebsd* | dragonfly*)
11801
 
+      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11802
 
       hardcode_libdir_flag_spec_F77='-R$libdir'
11803
 
       hardcode_direct_F77=yes
11804
 
       hardcode_shlibpath_var_F77=no
11805
 
@@ -17712,7 +18075,7 @@
11806
 
 
11807
 
     hpux9*)
11808
 
       if test "$GCC" = yes; then
11809
 
-       archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11810
 
+       archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11811
 
       else
11812
 
        archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11813
 
       fi
11814
 
@@ -17726,47 +18089,62 @@
11815
 
       export_dynamic_flag_spec_F77='${wl}-E'
11816
 
       ;;
11817
 
 
11818
 
-    hpux10* | hpux11*)
11819
 
+    hpux10*)
11820
 
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
11821
 
-       case "$host_cpu" in
11822
 
-       hppa*64*|ia64*)
11823
 
-         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
11824
 
+       archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11825
 
+      else
11826
 
+       archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11827
 
+      fi
11828
 
+      if test "$with_gnu_ld" = no; then
11829
 
+       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
11830
 
+       hardcode_libdir_separator_F77=:
11831
 
+
11832
 
+       hardcode_direct_F77=yes
11833
 
+       export_dynamic_flag_spec_F77='${wl}-E'
11834
 
+
11835
 
+       # hardcode_minus_L: Not really in the search PATH,
11836
 
+       # but as the default location of the library.
11837
 
+       hardcode_minus_L_F77=yes
11838
 
+      fi
11839
 
+      ;;
11840
 
+
11841
 
+    hpux11*)
11842
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
11843
 
+       case $host_cpu in
11844
 
+       hppa*64*)
11845
 
+         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11846
 
+         ;;
11847
 
+       ia64*)
11848
 
+         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11849
 
          ;;
11850
 
        *)
11851
 
-         archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
11852
 
+         archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11853
 
          ;;
11854
 
        esac
11855
 
       else
11856
 
-       case "$host_cpu" in
11857
 
-       hppa*64*|ia64*)
11858
 
-         archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
11859
 
+       case $host_cpu in
11860
 
+       hppa*64*)
11861
 
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11862
 
+         ;;
11863
 
+       ia64*)
11864
 
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11865
 
          ;;
11866
 
        *)
11867
 
-         archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11868
 
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11869
 
          ;;
11870
 
        esac
11871
 
       fi
11872
 
       if test "$with_gnu_ld" = no; then
11873
 
-       case "$host_cpu" in
11874
 
-       hppa*64*)
11875
 
-         hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
11876
 
+       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
11877
 
+       hardcode_libdir_separator_F77=:
11878
 
+
11879
 
+       case $host_cpu in
11880
 
+       hppa*64*|ia64*)
11881
 
          hardcode_libdir_flag_spec_ld_F77='+b $libdir'
11882
 
-         hardcode_libdir_separator_F77=:
11883
 
-         hardcode_direct_F77=no
11884
 
-         hardcode_shlibpath_var_F77=no
11885
 
-         ;;
11886
 
-       ia64*)
11887
 
-         hardcode_libdir_flag_spec_F77='-L$libdir'
11888
 
          hardcode_direct_F77=no
11889
 
          hardcode_shlibpath_var_F77=no
11890
 
-
11891
 
-         # hardcode_minus_L: Not really in the search PATH,
11892
 
-         # but as the default location of the library.
11893
 
-         hardcode_minus_L_F77=yes
11894
 
          ;;
11895
 
        *)
11896
 
-         hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
11897
 
-         hardcode_libdir_separator_F77=:
11898
 
          hardcode_direct_F77=yes
11899
 
          export_dynamic_flag_spec_F77='${wl}-E'
11900
 
 
11901
 
@@ -17780,7 +18158,7 @@
11902
 
 
11903
 
     irix5* | irix6* | nonstopux*)
11904
 
       if test "$GCC" = yes; then
11905
 
-       archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11906
 
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11907
 
       else
11908
 
        archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
11909
 
        hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
11910
 
@@ -17790,7 +18168,7 @@
11911
 
       link_all_deplibs_F77=yes
11912
 
       ;;
11913
 
 
11914
 
-    netbsd*)
11915
 
+    netbsd* | netbsdelf*-gnu)
11916
 
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
11917
 
        archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
11918
 
       else
11919
 
@@ -17810,23 +18188,28 @@
11920
 
       ;;
11921
 
 
11922
 
     openbsd*)
11923
 
-      hardcode_direct_F77=yes
11924
 
-      hardcode_shlibpath_var_F77=no
11925
 
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11926
 
-       archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
11927
 
-       hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
11928
 
-       export_dynamic_flag_spec_F77='${wl}-E'
11929
 
+      if test -f /usr/libexec/ld.so; then
11930
 
+       hardcode_direct_F77=yes
11931
 
+       hardcode_shlibpath_var_F77=no
11932
 
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11933
 
+         archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11934
 
+         archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11935
 
+         hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
11936
 
+         export_dynamic_flag_spec_F77='${wl}-E'
11937
 
+       else
11938
 
+         case $host_os in
11939
 
+          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11940
 
+            archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11941
 
+            hardcode_libdir_flag_spec_F77='-R$libdir'
11942
 
+            ;;
11943
 
+          *)
11944
 
+            archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11945
 
+            hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
11946
 
+            ;;
11947
 
+         esac
11948
 
+        fi
11949
 
       else
11950
 
-       case $host_os in
11951
 
-        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11952
 
-          archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11953
 
-          hardcode_libdir_flag_spec_F77='-R$libdir'
11954
 
-          ;;
11955
 
-        *)
11956
 
-          archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
11957
 
-          hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
11958
 
-          ;;
11959
 
-       esac
11960
 
+       ld_shlibs_F77=no
11961
 
       fi
11962
 
       ;;
11963
 
 
11964
 
@@ -17834,14 +18217,14 @@
11965
 
       hardcode_libdir_flag_spec_F77='-L$libdir'
11966
 
       hardcode_minus_L_F77=yes
11967
 
       allow_undefined_flag_F77=unsupported
11968
 
-      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
11969
 
+      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
11970
 
       old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11971
 
       ;;
11972
 
 
11973
 
     osf3*)
11974
 
       if test "$GCC" = yes; then
11975
 
        allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
11976
 
-       archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11977
 
+       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11978
 
       else
11979
 
        allow_undefined_flag_F77=' -expect_unresolved \*'
11980
 
        archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
11981
 
@@ -17853,13 +18236,13 @@
11982
 
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
11983
 
       if test "$GCC" = yes; then
11984
 
        allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
11985
 
-       archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11986
 
+       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11987
 
        hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
11988
 
       else
11989
 
        allow_undefined_flag_F77=' -expect_unresolved \*'
11990
 
        archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
11991
 
        archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
11992
 
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
11993
 
+       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
11994
 
 
11995
 
        # Both c and cxx compiler support -rpath directly
11996
 
        hardcode_libdir_flag_spec_F77='-rpath $libdir'
11997
 
@@ -17867,21 +18250,15 @@
11998
 
       hardcode_libdir_separator_F77=:
11999
 
       ;;
12000
 
 
12001
 
-    sco3.2v5*)
12002
 
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12003
 
-      hardcode_shlibpath_var_F77=no
12004
 
-      export_dynamic_flag_spec_F77='${wl}-Bexport'
12005
 
-      runpath_var=LD_RUN_PATH
12006
 
-      hardcode_runpath_var=yes
12007
 
-      ;;
12008
 
-
12009
 
     solaris*)
12010
 
       no_undefined_flag_F77=' -z text'
12011
 
       if test "$GCC" = yes; then
12012
 
-       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
12013
 
+       wlarc='${wl}'
12014
 
+       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
12015
 
        archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12016
 
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
12017
 
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
12018
 
       else
12019
 
+       wlarc=''
12020
 
        archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
12021
 
        archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12022
 
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
12023
 
@@ -17890,8 +18267,17 @@
12024
 
       hardcode_shlibpath_var_F77=no
12025
 
       case $host_os in
12026
 
       solaris2.[0-5] | solaris2.[0-5].*) ;;
12027
 
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
12028
 
-       whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
12029
 
+      *)
12030
 
+       # The compiler driver will combine and reorder linker options,
12031
 
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
12032
 
+       # but is careful enough not to reorder.
12033
 
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
12034
 
+       if test "$GCC" = yes; then
12035
 
+         whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12036
 
+       else
12037
 
+         whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract'
12038
 
+       fi
12039
 
+       ;;
12040
 
       esac
12041
 
       link_all_deplibs_F77=yes
12042
 
       ;;
12043
 
@@ -17900,7 +18286,7 @@
12044
 
       if test "x$host_vendor" = xsequent; then
12045
 
        # Use $CC to link under sequent, because it throws in some extra .o
12046
 
        # files that make .init and .fini sections work.
12047
 
-       archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
12048
 
+       archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
12049
 
       else
12050
 
        archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
12051
 
       fi
12052
 
@@ -17948,36 +18334,45 @@
12053
 
       fi
12054
 
       ;;
12055
 
 
12056
 
-    sysv4.2uw2*)
12057
 
-      archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
12058
 
-      hardcode_direct_F77=yes
12059
 
-      hardcode_minus_L_F77=no
12060
 
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
12061
 
+      no_undefined_flag_F77='${wl}-z,text'
12062
 
+      archive_cmds_need_lc_F77=no
12063
 
       hardcode_shlibpath_var_F77=no
12064
 
-      hardcode_runpath_var=yes
12065
 
-      runpath_var=LD_RUN_PATH
12066
 
-      ;;
12067
 
+      runpath_var='LD_RUN_PATH'
12068
 
 
12069
 
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
12070
 
-      no_undefined_flag_F77='${wl}-z ${wl}text'
12071
 
       if test "$GCC" = yes; then
12072
 
-       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
12073
 
+       archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12074
 
+       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12075
 
       else
12076
 
-       archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
12077
 
+       archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12078
 
+       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12079
 
       fi
12080
 
-      runpath_var='LD_RUN_PATH'
12081
 
-      hardcode_shlibpath_var_F77=no
12082
 
       ;;
12083
 
 
12084
 
-    sysv5*)
12085
 
-      no_undefined_flag_F77=' -z text'
12086
 
-      # $CC -shared without GNU ld will not create a library from C++
12087
 
-      # object files and a static libstdc++, better avoid it by now
12088
 
-      archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
12089
 
-      archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12090
 
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
12091
 
-      hardcode_libdir_flag_spec_F77=
12092
 
+    sysv5* | sco3.2v5* | sco5v6*)
12093
 
+      # Note: We can NOT use -z defs as we might desire, because we do not
12094
 
+      # link with -lc, and that would cause any symbols used from libc to
12095
 
+      # always be unresolved, which means just about no library would
12096
 
+      # ever link correctly.  If we're not using GNU ld we use -z text
12097
 
+      # though, which does catch some bad symbols but isn't as heavy-handed
12098
 
+      # as -z defs.
12099
 
+      no_undefined_flag_F77='${wl}-z,text'
12100
 
+      allow_undefined_flag_F77='${wl}-z,nodefs'
12101
 
+      archive_cmds_need_lc_F77=no
12102
 
       hardcode_shlibpath_var_F77=no
12103
 
+      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
12104
 
+      hardcode_libdir_separator_F77=':'
12105
 
+      link_all_deplibs_F77=yes
12106
 
+      export_dynamic_flag_spec_F77='${wl}-Bexport'
12107
 
       runpath_var='LD_RUN_PATH'
12108
 
+
12109
 
+      if test "$GCC" = yes; then
12110
 
+       archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
12111
 
+       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
12112
 
+      else
12113
 
+       archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
12114
 
+       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
12115
 
+      fi
12116
 
       ;;
12117
 
 
12118
 
     uts4*)
12119
 
@@ -17996,11 +18391,6 @@
12120
 
 echo "${ECHO_T}$ld_shlibs_F77" >&6; }
12121
 
 test "$ld_shlibs_F77" = no && can_build_shared=no
12122
 
 
12123
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12124
 
-if test "$GCC" = yes; then
12125
 
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12126
 
-fi
12127
 
-
12128
 
 #
12129
 
 # Do we need to explicitly link libc?
12130
 
 #
12131
 
@@ -18021,7 +18411,7 @@
12132
 
       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
12133
 
 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
12134
 
       $rm conftest*
12135
 
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
12136
 
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12137
 
 
12138
 
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12139
 
   (eval $ac_compile) 2>&5
12140
 
@@ -18033,6 +18423,7 @@
12141
 
         libobjs=conftest.$ac_objext
12142
 
         deplibs=
12143
 
         wl=$lt_prog_compiler_wl_F77
12144
 
+       pic_flag=$lt_prog_compiler_pic_F77
12145
 
         compiler_flags=-v
12146
 
         linker_flags=-v
12147
 
         verstring=
12148
 
@@ -18068,7 +18459,7 @@
12149
 
 library_names_spec=
12150
 
 libname_spec='lib$name'
12151
 
 soname_spec=
12152
 
-shrext=".so"
12153
 
+shrext_cmds=".so"
12154
 
 postinstall_cmds=
12155
 
 postuninstall_cmds=
12156
 
 finish_cmds=
12157
 
@@ -18078,7 +18469,7 @@
12158
 
 version_type=none
12159
 
 dynamic_linker="$host_os ld.so"
12160
 
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
12161
 
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
12162
 
+
12163
 
 need_lib_prefix=unknown
12164
 
 hardcode_into_libs=no
12165
 
 
12166
 
@@ -18143,7 +18534,7 @@
12167
 
 amigaos*)
12168
 
   library_names_spec='$libname.ixlibrary $libname.a'
12169
 
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
12170
 
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
12171
 
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
12172
 
   ;;
12173
 
 
12174
 
 beos*)
12175
 
@@ -18152,7 +18543,7 @@
12176
 
   shlibpath_var=LIBRARY_PATH
12177
 
   ;;
12178
 
 
12179
 
-bsdi4*)
12180
 
+bsdi[45]*)
12181
 
   version_type=linux
12182
 
   need_version=no
12183
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12184
 
@@ -18168,7 +18559,7 @@
12185
 
 
12186
 
 cygwin* | mingw* | pw32*)
12187
 
   version_type=windows
12188
 
-  shrext=".dll"
12189
 
+  shrext_cmds=".dll"
12190
 
   need_version=no
12191
 
   need_lib_prefix=no
12192
 
 
12193
 
@@ -18180,7 +18571,8 @@
12194
 
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
12195
 
       dldir=$destdir/`dirname \$dlpath`~
12196
 
       test -d \$dldir || mkdir -p \$dldir~
12197
 
-      $install_prog $dir/$dlname \$dldir/$dlname'
12198
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
12199
 
+      chmod a+x \$dldir/$dlname'
12200
 
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12201
 
       dlpath=$dir/\$dldll~
12202
 
        $rm \$dlpath'
12203
 
@@ -18210,7 +18602,7 @@
12204
 
       ;;
12205
 
     pw32*)
12206
 
       # pw32 DLLs use 'pw' prefix rather than 'lib'
12207
 
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
12208
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12209
 
       ;;
12210
 
     esac
12211
 
     ;;
12212
 
@@ -18233,13 +18625,8 @@
12213
 
   soname_spec='${libname}${release}${major}$shared_ext'
12214
 
   shlibpath_overrides_runpath=yes
12215
 
   shlibpath_var=DYLD_LIBRARY_PATH
12216
 
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
12217
 
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
12218
 
-  if test "$GCC" = yes; then
12219
 
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
12220
 
-  else
12221
 
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
12222
 
-  fi
12223
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12224
 
+
12225
 
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12226
 
   ;;
12227
 
 
12228
 
@@ -18256,20 +18643,17 @@
12229
 
   dynamic_linker=no
12230
 
   ;;
12231
 
 
12232
 
-kfreebsd*-gnu*)
12233
 
-  version_type=linux
12234
 
-  need_lib_prefix=no
12235
 
-  need_version=no
12236
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12237
 
-  soname_spec='${libname}${release}${shared_ext}$major'
12238
 
-  shlibpath_var=LD_LIBRARY_PATH
12239
 
-  shlibpath_overrides_runpath=no
12240
 
-  hardcode_into_libs=yes
12241
 
-  dynamic_linker='GNU ld.so'
12242
 
-  ;;
12243
 
-
12244
 
-freebsd*)
12245
 
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
12246
 
+freebsd* | dragonfly*)
12247
 
+  # DragonFly does not have aout.  When/if they implement a new
12248
 
+  # versioning mechanism, adjust this.
12249
 
+  if test -x /usr/bin/objformat; then
12250
 
+    objformat=`/usr/bin/objformat`
12251
 
+  else
12252
 
+    case $host_os in
12253
 
+    freebsd[123]*) objformat=aout ;;
12254
 
+    *) objformat=elf ;;
12255
 
+    esac
12256
 
+  fi
12257
 
   version_type=freebsd-$objformat
12258
 
   case $version_type in
12259
 
     freebsd-elf*)
12260
 
@@ -18287,14 +18671,19 @@
12261
 
   freebsd2*)
12262
 
     shlibpath_overrides_runpath=yes
12263
 
     ;;
12264
 
-  freebsd3.01* | freebsdelf3.01*)
12265
 
+  freebsd3.[01]* | freebsdelf3.[01]*)
12266
 
     shlibpath_overrides_runpath=yes
12267
 
     hardcode_into_libs=yes
12268
 
     ;;
12269
 
-  *) # from 3.2 on
12270
 
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12271
 
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12272
 
     shlibpath_overrides_runpath=no
12273
 
     hardcode_into_libs=yes
12274
 
     ;;
12275
 
+  *) # from 4.6 on, and DragonFly
12276
 
+    shlibpath_overrides_runpath=yes
12277
 
+    hardcode_into_libs=yes
12278
 
+    ;;
12279
 
   esac
12280
 
   ;;
12281
 
 
12282
 
@@ -18314,9 +18703,9 @@
12283
 
   version_type=sunos
12284
 
   need_lib_prefix=no
12285
 
   need_version=no
12286
 
-  case "$host_cpu" in
12287
 
+  case $host_cpu in
12288
 
   ia64*)
12289
 
-    shrext='.so'
12290
 
+    shrext_cmds='.so'
12291
 
     hardcode_into_libs=yes
12292
 
     dynamic_linker="$host_os dld.so"
12293
 
     shlibpath_var=LD_LIBRARY_PATH
12294
 
@@ -18331,7 +18720,7 @@
12295
 
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12296
 
     ;;
12297
 
    hppa*64*)
12298
 
-     shrext='.sl'
12299
 
+     shrext_cmds='.sl'
12300
 
      hardcode_into_libs=yes
12301
 
      dynamic_linker="$host_os dld.sl"
12302
 
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12303
 
@@ -18342,7 +18731,7 @@
12304
 
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12305
 
      ;;
12306
 
    *)
12307
 
-    shrext='.sl'
12308
 
+    shrext_cmds='.sl'
12309
 
     dynamic_linker="$host_os dld.sl"
12310
 
     shlibpath_var=SHLIB_PATH
12311
 
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12312
 
@@ -18354,6 +18743,18 @@
12313
 
   postinstall_cmds='chmod 555 $lib'
12314
 
   ;;
12315
 
 
12316
 
+interix[3-9]*)
12317
 
+  version_type=linux
12318
 
+  need_lib_prefix=no
12319
 
+  need_version=no
12320
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12321
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12322
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12323
 
+  shlibpath_var=LD_LIBRARY_PATH
12324
 
+  shlibpath_overrides_runpath=no
12325
 
+  hardcode_into_libs=yes
12326
 
+  ;;
12327
 
+
12328
 
 irix5* | irix6* | nonstopux*)
12329
 
   case $host_os in
12330
 
     nonstopux*) version_type=nonstopux ;;
12331
 
@@ -18397,29 +18798,26 @@
12332
 
   ;;
12333
 
 
12334
 
 # This must be Linux ELF.
12335
 
-linux*)
12336
 
+linux* | k*bsd*-gnu)
12337
 
   version_type=linux
12338
 
   need_lib_prefix=no
12339
 
   need_version=no
12340
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12341
 
   soname_spec='${libname}${release}${shared_ext}$major'
12342
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12343
 
-  libsuff=
12344
 
-  if test "x$LINUX_64_MODE" = x64; then
12345
 
-    # Some platforms are per default 64-bit, so there's no /lib64
12346
 
-    if test -d /lib64 -a ! -h /lib64; then
12347
 
-      libsuff=64
12348
 
-    fi
12349
 
-  fi
12350
 
   shlibpath_var=LD_LIBRARY_PATH
12351
 
   shlibpath_overrides_runpath=no
12352
 
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
12353
 
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
12354
 
   # This implies no fast_install, which is unacceptable.
12355
 
   # Some rework will be needed to allow for fast_install
12356
 
   # before this can be enabled.
12357
 
   hardcode_into_libs=yes
12358
 
 
12359
 
+  # Append ld.so.conf contents to the search path
12360
 
+  if test -f /etc/ld.so.conf; then
12361
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
12362
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12363
 
+  fi
12364
 
+
12365
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
12366
 
   # powerpc, because MkLinux only supported shared libraries with the
12367
 
   # GNU dynamic linker.  Since this was broken with cross compilers,
12368
 
@@ -18429,6 +18827,18 @@
12369
 
   dynamic_linker='GNU/Linux ld.so'
12370
 
   ;;
12371
 
 
12372
 
+netbsdelf*-gnu)
12373
 
+  version_type=linux
12374
 
+  need_lib_prefix=no
12375
 
+  need_version=no
12376
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12377
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12378
 
+  shlibpath_var=LD_LIBRARY_PATH
12379
 
+  shlibpath_overrides_runpath=no
12380
 
+  hardcode_into_libs=yes
12381
 
+  dynamic_linker='NetBSD ld.elf_so'
12382
 
+  ;;
12383
 
+
12384
 
 netbsd*)
12385
 
   version_type=sunos
12386
 
   need_lib_prefix=no
12387
 
@@ -18438,7 +18848,7 @@
12388
 
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12389
 
     dynamic_linker='NetBSD (a.out) ld.so'
12390
 
   else
12391
 
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
12392
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12393
 
     soname_spec='${libname}${release}${shared_ext}$major'
12394
 
     dynamic_linker='NetBSD ld.elf_so'
12395
 
   fi
12396
 
@@ -18466,8 +18876,13 @@
12397
 
 
12398
 
 openbsd*)
12399
 
   version_type=sunos
12400
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
12401
 
   need_lib_prefix=no
12402
 
-  need_version=no
12403
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12404
 
+  case $host_os in
12405
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12406
 
+    *)                         need_version=no  ;;
12407
 
+  esac
12408
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12409
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12410
 
   shlibpath_var=LD_LIBRARY_PATH
12411
 
@@ -18487,7 +18902,7 @@
12412
 
 
12413
 
 os2*)
12414
 
   libname_spec='$name'
12415
 
-  shrext=".dll"
12416
 
+  shrext_cmds=".dll"
12417
 
   need_lib_prefix=no
12418
 
   library_names_spec='$libname${shared_ext} $libname.a'
12419
 
   dynamic_linker='OS/2 ld.exe'
12420
 
@@ -18505,11 +18920,8 @@
12421
 
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12422
 
   ;;
12423
 
 
12424
 
-sco3.2v5*)
12425
 
-  version_type=osf
12426
 
-  soname_spec='${libname}${release}${shared_ext}$major'
12427
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12428
 
-  shlibpath_var=LD_LIBRARY_PATH
12429
 
+rdos*)
12430
 
+  dynamic_linker=no
12431
 
   ;;
12432
 
 
12433
 
 solaris*)
12434
 
@@ -18537,7 +18949,7 @@
12435
 
   need_version=yes
12436
 
   ;;
12437
 
 
12438
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
12439
 
+sysv4 | sysv4.3*)
12440
 
   version_type=linux
12441
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12442
 
   soname_spec='${libname}${release}${shared_ext}$major'
12443
 
@@ -18570,6 +18982,29 @@
12444
 
   fi
12445
 
   ;;
12446
 
 
12447
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12448
 
+  version_type=freebsd-elf
12449
 
+  need_lib_prefix=no
12450
 
+  need_version=no
12451
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12452
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12453
 
+  shlibpath_var=LD_LIBRARY_PATH
12454
 
+  hardcode_into_libs=yes
12455
 
+  if test "$with_gnu_ld" = yes; then
12456
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12457
 
+    shlibpath_overrides_runpath=no
12458
 
+  else
12459
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12460
 
+    shlibpath_overrides_runpath=yes
12461
 
+    case $host_os in
12462
 
+      sco3.2v5*)
12463
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12464
 
+       ;;
12465
 
+    esac
12466
 
+  fi
12467
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
12468
 
+  ;;
12469
 
+
12470
 
 uts4*)
12471
 
   version_type=linux
12472
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12473
 
@@ -18585,12 +19020,17 @@
12474
 
 echo "${ECHO_T}$dynamic_linker" >&6; }
12475
 
 test "$dynamic_linker" = no && can_build_shared=no
12476
 
 
12477
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12478
 
+if test "$GCC" = yes; then
12479
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12480
 
+fi
12481
 
+
12482
 
 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
12483
 
 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
12484
 
 hardcode_action_F77=
12485
 
 if test -n "$hardcode_libdir_flag_spec_F77" || \
12486
 
-   test -n "$runpath_var F77" || \
12487
 
-   test "X$hardcode_automatic_F77"="Xyes" ; then
12488
 
+   test -n "$runpath_var_F77" || \
12489
 
+   test "X$hardcode_automatic_F77" = "Xyes" ; then
12490
 
 
12491
 
   # We can hardcode non-existant directories.
12492
 
   if test "$hardcode_direct_F77" != no &&
12493
 
@@ -18622,36 +19062,6 @@
12494
 
   enable_fast_install=needless
12495
 
 fi
12496
 
 
12497
 
-striplib=
12498
 
-old_striplib=
12499
 
-{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
12500
 
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
12501
 
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
12502
 
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12503
 
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12504
 
-  { echo "$as_me:$LINENO: result: yes" >&5
12505
 
-echo "${ECHO_T}yes" >&6; }
12506
 
-else
12507
 
-# FIXME - insert some real tests, host_os isn't really good enough
12508
 
-  case $host_os in
12509
 
-   darwin*)
12510
 
-       if test -n "$STRIP" ; then
12511
 
-         striplib="$STRIP -x"
12512
 
-         { echo "$as_me:$LINENO: result: yes" >&5
12513
 
-echo "${ECHO_T}yes" >&6; }
12514
 
-       else
12515
 
-  { echo "$as_me:$LINENO: result: no" >&5
12516
 
-echo "${ECHO_T}no" >&6; }
12517
 
-fi
12518
 
-       ;;
12519
 
-   *)
12520
 
-  { echo "$as_me:$LINENO: result: no" >&5
12521
 
-echo "${ECHO_T}no" >&6; }
12522
 
-    ;;
12523
 
-  esac
12524
 
-fi
12525
 
-
12526
 
-
12527
 
 
12528
 
 # The else clause should only fire when bootstrapping the
12529
 
 # libtool distribution, otherwise you forgot to ship ltmain.sh
12530
 
@@ -18666,7 +19076,8 @@
12531
 
   # Now quote all the things that may contain metacharacters while being
12532
 
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
12533
 
   # variables and quote the copies for generation of the libtool script.
12534
 
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
12535
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
12536
 
+    SED SHELL STRIP \
12537
 
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
12538
 
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
12539
 
     deplibs_check_method reload_flag reload_cmds need_locks \
12540
 
@@ -18707,6 +19118,7 @@
12541
 
     module_cmds_F77 \
12542
 
     module_expsym_cmds_F77 \
12543
 
     lt_cv_prog_compiler_c_o_F77 \
12544
 
+    fix_srcfile_path_F77 \
12545
 
     exclude_expsyms_F77 \
12546
 
     include_expsyms_F77; do
12547
 
 
12548
 
@@ -18766,6 +19178,12 @@
12549
 
 # The host system.
12550
 
 host_alias=$host_alias
12551
 
 host=$host
12552
 
+host_os=$host_os
12553
 
+
12554
 
+# The build system.
12555
 
+build_alias=$build_alias
12556
 
+build=$build
12557
 
+build_os=$build_os
12558
 
 
12559
 
 # An echo program that does not interpret backslashes.
12560
 
 echo=$lt_echo
12561
 
@@ -18777,6 +19195,9 @@
12562
 
 # A C compiler.
12563
 
 LTCC=$lt_LTCC
12564
 
 
12565
 
+# LTCC compiler flags.
12566
 
+LTCFLAGS=$lt_LTCFLAGS
12567
 
+
12568
 
 # A language-specific compiler.
12569
 
 CC=$lt_compiler_F77
12570
 
 
12571
 
@@ -18796,7 +19217,7 @@
12572
 
 NM=$lt_NM
12573
 
 
12574
 
 # A symbol stripping program
12575
 
-STRIP=$STRIP
12576
 
+STRIP=$lt_STRIP
12577
 
 
12578
 
 # Used to examine libraries when file_magic_cmd begins "file"
12579
 
 MAGIC_CMD=$MAGIC_CMD
12580
 
@@ -18827,7 +19248,7 @@
12581
 
 libext="$libext"
12582
 
 
12583
 
 # Shared library suffix (normally ".so").
12584
 
-shrext='$shrext'
12585
 
+shrext_cmds='$shrext_cmds'
12586
 
 
12587
 
 # Executable file suffix (normally "").
12588
 
 exeext="$exeext"
12589
 
@@ -18842,7 +19263,7 @@
12590
 
 # Does compiler simultaneously support -c and -o options?
12591
 
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
12592
 
 
12593
 
-# Must we lock files when doing compilation ?
12594
 
+# Must we lock files when doing compilation?
12595
 
 need_locks=$lt_need_locks
12596
 
 
12597
 
 # Do we need the lib prefix for modules?
12598
 
@@ -19018,7 +19439,7 @@
12599
 
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12600
 
 
12601
 
 # Fix the shell variable \$srcfile for the compiler.
12602
 
-fix_srcfile_path="$fix_srcfile_path_F77"
12603
 
+fix_srcfile_path=$lt_fix_srcfile_path
12604
 
 
12605
 
 # Set to yes if exported symbols are required.
12606
 
 always_export_symbols=$always_export_symbols_F77
12607
 
@@ -19044,7 +19465,10 @@
12608
 
   # If there is no Makefile yet, we rely on a make rule to execute
12609
 
   # `config.status --recheck' to rerun these tests and create the
12610
 
   # libtool script then.
12611
 
-  test -f Makefile && make "$ltmain"
12612
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
12613
 
+  if test -f "$ltmain_in"; then
12614
 
+    test -f Makefile && make "$ltmain"
12615
 
+  fi
12616
 
 fi
12617
 
 
12618
 
 
12619
 
@@ -19073,29 +19497,58 @@
12620
 
 objext_GCJ=$objext
12621
 
 
12622
 
 # Code to be used in simple compile tests
12623
 
-lt_simple_compile_test_code="class foo {}\n"
12624
 
+lt_simple_compile_test_code="class foo {}"
12625
 
 
12626
 
 # Code to be used in simple link tests
12627
 
-lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n'
12628
 
+lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }'
12629
 
 
12630
 
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12631
 
 
12632
 
 # If no C compiler was specified, use CC.
12633
 
 LTCC=${LTCC-"$CC"}
12634
 
 
12635
 
+# If no C compiler flags were specified, use CFLAGS.
12636
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
12637
 
+
12638
 
 # Allow CC to be a program name with arguments.
12639
 
 compiler=$CC
12640
 
 
12641
 
 
12642
 
+# save warnings/boilerplate of simple test code
12643
 
+ac_outfile=conftest.$ac_objext
12644
 
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
12645
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12646
 
+_lt_compiler_boilerplate=`cat conftest.err`
12647
 
+$rm conftest*
12648
 
+
12649
 
+ac_outfile=conftest.$ac_objext
12650
 
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
12651
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12652
 
+_lt_linker_boilerplate=`cat conftest.err`
12653
 
+$rm conftest*
12654
 
+
12655
 
+
12656
 
 # Allow CC to be a program name with arguments.
12657
 
 lt_save_CC="$CC"
12658
 
 CC=${GCJ-"gcj"}
12659
 
 compiler=$CC
12660
 
 compiler_GCJ=$CC
12661
 
+for cc_temp in $compiler""; do
12662
 
+  case $cc_temp in
12663
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12664
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12665
 
+    \-*) ;;
12666
 
+    *) break;;
12667
 
+  esac
12668
 
+done
12669
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
12670
 
+
12671
 
 
12672
 
 # GCJ did not exist at the time GCC didn't implicitly link libc in.
12673
 
 archive_cmds_need_lc_GCJ=no
12674
 
 
12675
 
+old_archive_cmds_GCJ=$old_archive_cmds
12676
 
+
12677
 
 ## CAVEAT EMPTOR:
12678
 
 ## There is no encapsulation within the following macros, do not change
12679
 
 ## the running order or otherwise move them around unless you know exactly
12680
 
@@ -19114,7 +19567,7 @@
12681
 
 else
12682
 
   lt_cv_prog_compiler_rtti_exceptions=no
12683
 
   ac_outfile=conftest.$ac_objext
12684
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
12685
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12686
 
    lt_compiler_flag="-fno-rtti -fno-exceptions"
12687
 
    # Insert the option either (1) after the last *FLAGS variable, or
12688
 
    # (2) before a word containing "conftest.", or (3) at the end.
12689
 
@@ -19122,18 +19575,20 @@
12690
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
12691
 
    # The option is referenced via a variable to avoid confusing sed.
12692
 
    lt_compile=`echo "$ac_compile" | $SED \
12693
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12694
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12695
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12696
 
    -e 's:$: $lt_compiler_flag:'`
12697
 
-   (eval echo "\"\$as_me:19128: $lt_compile\"" >&5)
12698
 
+   (eval echo "\"\$as_me:19581: $lt_compile\"" >&5)
12699
 
    (eval "$lt_compile" 2>conftest.err)
12700
 
    ac_status=$?
12701
 
    cat conftest.err >&5
12702
 
-   echo "$as_me:19132: \$? = $ac_status" >&5
12703
 
+   echo "$as_me:19585: \$? = $ac_status" >&5
12704
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
12705
 
      # The compiler can only warn and ignore the option if not recognized
12706
 
-     # So say no if there are warnings
12707
 
-     if test ! -s conftest.err; then
12708
 
+     # So say no if there are warnings other than the usual output.
12709
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
12710
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12711
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
12712
 
        lt_cv_prog_compiler_rtti_exceptions=yes
12713
 
      fi
12714
 
    fi
12715
 
@@ -19178,13 +19633,15 @@
12716
 
       lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
12717
 
       ;;
12718
 
 
12719
 
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
12720
 
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
12721
 
       # PIC is the default for these OSes.
12722
 
       ;;
12723
 
 
12724
 
-    mingw* | pw32* | os2*)
12725
 
+    mingw* | cygwin* | pw32* | os2*)
12726
 
       # This hack is so that the source file can tell whether it is being
12727
 
       # built for inclusion in a dll (and should export symbols for example).
12728
 
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
12729
 
+      # (--disable-auto-import) libraries
12730
 
       lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
12731
 
       ;;
12732
 
 
12733
 
@@ -19194,6 +19651,11 @@
12734
 
       lt_prog_compiler_pic_GCJ='-fno-common'
12735
 
       ;;
12736
 
 
12737
 
+    interix[3-9]*)
12738
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
12739
 
+      # Instead, we relocate shared libraries at runtime.
12740
 
+      ;;
12741
 
+
12742
 
     msdosdjgpp*)
12743
 
       # Just because we use GCC doesn't mean we suddenly get shared libraries
12744
 
       # on systems that don't support them.
12745
 
@@ -19210,7 +19672,7 @@
12746
 
     hpux*)
12747
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
12748
 
       # not for PA HP-UX.
12749
 
-      case "$host_cpu" in
12750
 
+      case $host_cpu in
12751
 
       hppa*64*|ia64*)
12752
 
        # +Z the default
12753
 
        ;;
12754
 
@@ -19236,8 +19698,18 @@
12755
 
        lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
12756
 
       fi
12757
 
       ;;
12758
 
+      darwin*)
12759
 
+        # PIC is the default on this platform
12760
 
+        # Common symbols not allowed in MH_DYLIB files
12761
 
+       case $cc_basename in
12762
 
+         xlc*)
12763
 
+         lt_prog_compiler_pic_GCJ='-qnocommon'
12764
 
+         lt_prog_compiler_wl_GCJ='-Wl,'
12765
 
+         ;;
12766
 
+       esac
12767
 
+       ;;
12768
 
 
12769
 
-    mingw* | pw32* | os2*)
12770
 
+    mingw* | cygwin* | pw32* | os2*)
12771
 
       # This hack is so that the source file can tell whether it is being
12772
 
       # built for inclusion in a dll (and should export symbols for example).
12773
 
       lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
12774
 
@@ -19247,7 +19719,7 @@
12775
 
       lt_prog_compiler_wl_GCJ='-Wl,'
12776
 
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
12777
 
       # not for PA HP-UX.
12778
 
-      case "$host_cpu" in
12779
 
+      case $host_cpu in
12780
 
       hppa*64*|ia64*)
12781
 
        # +Z the default
12782
 
        ;;
12783
 
@@ -19270,18 +19742,41 @@
12784
 
       lt_prog_compiler_static_GCJ='-Bstatic'
12785
 
       ;;
12786
 
 
12787
 
-    linux*)
12788
 
-      case $CC in
12789
 
+    linux* | k*bsd*-gnu)
12790
 
+      case $cc_basename in
12791
 
       icc* | ecc*)
12792
 
        lt_prog_compiler_wl_GCJ='-Wl,'
12793
 
        lt_prog_compiler_pic_GCJ='-KPIC'
12794
 
        lt_prog_compiler_static_GCJ='-static'
12795
 
         ;;
12796
 
+      pgcc* | pgf77* | pgf90* | pgf95*)
12797
 
+        # Portland Group compilers (*not* the Pentium gcc compiler,
12798
 
+       # which looks to be a dead project)
12799
 
+       lt_prog_compiler_wl_GCJ='-Wl,'
12800
 
+       lt_prog_compiler_pic_GCJ='-fpic'
12801
 
+       lt_prog_compiler_static_GCJ='-Bstatic'
12802
 
+        ;;
12803
 
       ccc*)
12804
 
         lt_prog_compiler_wl_GCJ='-Wl,'
12805
 
         # All Alpha code is PIC.
12806
 
         lt_prog_compiler_static_GCJ='-non_shared'
12807
 
         ;;
12808
 
+      *)
12809
 
+        case `$CC -V 2>&1 | sed 5q` in
12810
 
+       *Sun\ C*)
12811
 
+         # Sun C 5.9
12812
 
+         lt_prog_compiler_pic_GCJ='-KPIC'
12813
 
+         lt_prog_compiler_static_GCJ='-Bstatic'
12814
 
+         lt_prog_compiler_wl_GCJ='-Wl,'
12815
 
+         ;;
12816
 
+       *Sun\ F*)
12817
 
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
12818
 
+         lt_prog_compiler_pic_GCJ='-KPIC'
12819
 
+         lt_prog_compiler_static_GCJ='-Bstatic'
12820
 
+         lt_prog_compiler_wl_GCJ=''
12821
 
+         ;;
12822
 
+       esac
12823
 
+       ;;
12824
 
       esac
12825
 
       ;;
12826
 
 
12827
 
@@ -19291,15 +19786,19 @@
12828
 
       lt_prog_compiler_static_GCJ='-non_shared'
12829
 
       ;;
12830
 
 
12831
 
-    sco3.2v5*)
12832
 
-      lt_prog_compiler_pic_GCJ='-Kpic'
12833
 
-      lt_prog_compiler_static_GCJ='-dn'
12834
 
+    rdos*)
12835
 
+      lt_prog_compiler_static_GCJ='-non_shared'
12836
 
       ;;
12837
 
 
12838
 
     solaris*)
12839
 
-      lt_prog_compiler_wl_GCJ='-Wl,'
12840
 
       lt_prog_compiler_pic_GCJ='-KPIC'
12841
 
       lt_prog_compiler_static_GCJ='-Bstatic'
12842
 
+      case $cc_basename in
12843
 
+      f77* | f90* | f95*)
12844
 
+       lt_prog_compiler_wl_GCJ='-Qoption ld ';;
12845
 
+      *)
12846
 
+       lt_prog_compiler_wl_GCJ='-Wl,';;
12847
 
+      esac
12848
 
       ;;
12849
 
 
12850
 
     sunos4*)
12851
 
@@ -19308,7 +19807,7 @@
12852
 
       lt_prog_compiler_static_GCJ='-Bstatic'
12853
 
       ;;
12854
 
 
12855
 
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
12856
 
+    sysv4 | sysv4.2uw2* | sysv4.3*)
12857
 
       lt_prog_compiler_wl_GCJ='-Wl,'
12858
 
       lt_prog_compiler_pic_GCJ='-KPIC'
12859
 
       lt_prog_compiler_static_GCJ='-Bstatic'
12860
 
@@ -19321,6 +19820,17 @@
12861
 
       fi
12862
 
       ;;
12863
 
 
12864
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
12865
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
12866
 
+      lt_prog_compiler_pic_GCJ='-KPIC'
12867
 
+      lt_prog_compiler_static_GCJ='-Bstatic'
12868
 
+      ;;
12869
 
+
12870
 
+    unicos*)
12871
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
12872
 
+      lt_prog_compiler_can_build_shared_GCJ=no
12873
 
+      ;;
12874
 
+
12875
 
     uts4*)
12876
 
       lt_prog_compiler_pic_GCJ='-pic'
12877
 
       lt_prog_compiler_static_GCJ='-Bstatic'
12878
 
@@ -19347,7 +19857,7 @@
12879
 
 else
12880
 
   lt_prog_compiler_pic_works_GCJ=no
12881
 
   ac_outfile=conftest.$ac_objext
12882
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
12883
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12884
 
    lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
12885
 
    # Insert the option either (1) after the last *FLAGS variable, or
12886
 
    # (2) before a word containing "conftest.", or (3) at the end.
12887
 
@@ -19355,18 +19865,20 @@
12888
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
12889
 
    # The option is referenced via a variable to avoid confusing sed.
12890
 
    lt_compile=`echo "$ac_compile" | $SED \
12891
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12892
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12893
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12894
 
    -e 's:$: $lt_compiler_flag:'`
12895
 
-   (eval echo "\"\$as_me:19361: $lt_compile\"" >&5)
12896
 
+   (eval echo "\"\$as_me:19871: $lt_compile\"" >&5)
12897
 
    (eval "$lt_compile" 2>conftest.err)
12898
 
    ac_status=$?
12899
 
    cat conftest.err >&5
12900
 
-   echo "$as_me:19365: \$? = $ac_status" >&5
12901
 
+   echo "$as_me:19875: \$? = $ac_status" >&5
12902
 
    if (exit $ac_status) && test -s "$ac_outfile"; then
12903
 
      # The compiler can only warn and ignore the option if not recognized
12904
 
-     # So say no if there are warnings
12905
 
-     if test ! -s conftest.err; then
12906
 
+     # So say no if there are warnings other than the usual output.
12907
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
12908
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12909
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
12910
 
        lt_prog_compiler_pic_works_GCJ=yes
12911
 
      fi
12912
 
    fi
12913
 
@@ -19387,7 +19899,7 @@
12914
 
 fi
12915
 
 
12916
 
 fi
12917
 
-case "$host_os" in
12918
 
+case $host_os in
12919
 
   # For platforms which do not support PIC, -DPIC is meaningless:
12920
 
   *djgpp*)
12921
 
     lt_prog_compiler_pic_GCJ=
12922
 
@@ -19397,6 +19909,48 @@
12923
 
     ;;
12924
 
 esac
12925
 
 
12926
 
+#
12927
 
+# Check to make sure the static flag actually works.
12928
 
+#
12929
 
+wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
12930
 
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12931
 
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
12932
 
+if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
12933
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12934
 
+else
12935
 
+  lt_prog_compiler_static_works_GCJ=no
12936
 
+   save_LDFLAGS="$LDFLAGS"
12937
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
12938
 
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
12939
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
12940
 
+     # The linker can only warn and ignore the option if not recognized
12941
 
+     # So say no if there are warnings
12942
 
+     if test -s conftest.err; then
12943
 
+       # Append any errors to the config.log.
12944
 
+       cat conftest.err 1>&5
12945
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
12946
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12947
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
12948
 
+         lt_prog_compiler_static_works_GCJ=yes
12949
 
+       fi
12950
 
+     else
12951
 
+       lt_prog_compiler_static_works_GCJ=yes
12952
 
+     fi
12953
 
+   fi
12954
 
+   $rm conftest*
12955
 
+   LDFLAGS="$save_LDFLAGS"
12956
 
+
12957
 
+fi
12958
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
12959
 
+echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; }
12960
 
+
12961
 
+if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
12962
 
+    :
12963
 
+else
12964
 
+    lt_prog_compiler_static_GCJ=
12965
 
+fi
12966
 
+
12967
 
+
12968
 
 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
12969
 
 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
12970
 
 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
12971
 
@@ -19407,14 +19961,7 @@
12972
 
    mkdir conftest
12973
 
    cd conftest
12974
 
    mkdir out
12975
 
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
12976
 
-
12977
 
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
12978
 
-   # that will create temporary files in the current directory regardless of
12979
 
-   # the output directory.  Thus, making CWD read-only will cause this test
12980
 
-   # to fail, enabling locking or at least warning the user not to do parallel
12981
 
-   # builds.
12982
 
-   chmod -w .
12983
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12984
 
 
12985
 
    lt_compiler_flag="-o out/conftest2.$ac_objext"
12986
 
    # Insert the option either (1) after the last *FLAGS variable, or
12987
 
@@ -19422,25 +19969,30 @@
12988
 
    # Note that $ac_compile itself does not contain backslashes and begins
12989
 
    # with a dollar sign (not a hyphen), so the echo should work correctly.
12990
 
    lt_compile=`echo "$ac_compile" | $SED \
12991
 
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12992
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12993
 
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12994
 
    -e 's:$: $lt_compiler_flag:'`
12995
 
-   (eval echo "\"\$as_me:19428: $lt_compile\"" >&5)
12996
 
+   (eval echo "\"\$as_me:19975: $lt_compile\"" >&5)
12997
 
    (eval "$lt_compile" 2>out/conftest.err)
12998
 
    ac_status=$?
12999
 
    cat out/conftest.err >&5
13000
 
-   echo "$as_me:19432: \$? = $ac_status" >&5
13001
 
+   echo "$as_me:19979: \$? = $ac_status" >&5
13002
 
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
13003
 
    then
13004
 
      # The compiler can only warn and ignore the option if not recognized
13005
 
      # So say no if there are warnings
13006
 
-     if test ! -s out/conftest.err; then
13007
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
13008
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13009
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13010
 
        lt_cv_prog_compiler_c_o_GCJ=yes
13011
 
      fi
13012
 
    fi
13013
 
-   chmod u+w .
13014
 
-   $rm conftest* out/*
13015
 
-   rmdir out
13016
 
+   chmod u+w . 2>&5
13017
 
+   $rm conftest*
13018
 
+   # SGI C++ compiler will create directory out/ii_files/ for
13019
 
+   # template instantiation
13020
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
13021
 
+   $rm out/* && rmdir out
13022
 
    cd ..
13023
 
    rmdir conftest
13024
 
    $rm conftest*
13025
 
@@ -19511,6 +20063,16 @@
13026
 
   # rely on this symbol name, it's probably fine to never include it in
13027
 
   # preloaded symbol tables.
13028
 
   extract_expsyms_cmds=
13029
 
+  # Just being paranoid about ensuring that cc_basename is set.
13030
 
+  for cc_temp in $compiler""; do
13031
 
+  case $cc_temp in
13032
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13033
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
13034
 
+    \-*) ;;
13035
 
+    *) break;;
13036
 
+  esac
13037
 
+done
13038
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
13039
 
 
13040
 
   case $host_os in
13041
 
   cygwin* | mingw* | pw32*)
13042
 
@@ -19521,6 +20083,10 @@
13043
 
       with_gnu_ld=no
13044
 
     fi
13045
 
     ;;
13046
 
+  interix*)
13047
 
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
13048
 
+    with_gnu_ld=yes
13049
 
+    ;;
13050
 
   openbsd*)
13051
 
     with_gnu_ld=no
13052
 
     ;;
13053
 
@@ -19531,6 +20097,27 @@
13054
 
     # If archive_cmds runs LD, not CC, wlarc should be empty
13055
 
     wlarc='${wl}'
13056
 
 
13057
 
+    # Set some defaults for GNU ld with shared library support. These
13058
 
+    # are reset later if shared libraries are not supported. Putting them
13059
 
+    # here allows them to be overridden if necessary.
13060
 
+    runpath_var=LD_RUN_PATH
13061
 
+    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
13062
 
+    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
13063
 
+    # ancient GNU ld didn't support --whole-archive et. al.
13064
 
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
13065
 
+       whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13066
 
+      else
13067
 
+       whole_archive_flag_spec_GCJ=
13068
 
+    fi
13069
 
+    supports_anon_versioning=no
13070
 
+    case `$LD -v 2>/dev/null` in
13071
 
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
13072
 
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
13073
 
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
13074
 
+      *\ 2.11.*) ;; # other 2.11 versions
13075
 
+      *) supports_anon_versioning=yes ;;
13076
 
+    esac
13077
 
+
13078
 
     # See if GNU ld supports shared libraries.
13079
 
     case $host_os in
13080
 
     aix3* | aix4* | aix5*)
13081
 
@@ -19568,7 +20155,7 @@
13082
 
        allow_undefined_flag_GCJ=unsupported
13083
 
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13084
 
        # support --undefined.  This deserves some investigation.  FIXME
13085
 
-       archive_cmds_GCJ='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
13086
 
+       archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13087
 
       else
13088
 
        ld_shlibs_GCJ=no
13089
 
       fi
13090
 
@@ -19578,13 +20165,13 @@
13091
 
       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
13092
 
       # as there is no search path for DLLs.
13093
 
       hardcode_libdir_flag_spec_GCJ='-L$libdir'
13094
 
-      allow_undefined_flag_GCJ=no
13095
 
+      allow_undefined_flag_GCJ=unsupported
13096
 
       always_export_symbols_GCJ=no
13097
 
       enable_shared_with_static_runtimes_GCJ=yes
13098
 
-      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
13099
 
+      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
13100
 
 
13101
 
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
13102
 
-        archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
13103
 
+        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13104
 
        # If the export-symbols file already is a .def file (1st line
13105
 
        # is EXPORTS), use it as is; otherwise, prepend...
13106
 
        archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13107
 
@@ -19593,23 +20180,79 @@
13108
 
          echo EXPORTS > $output_objdir/$soname.def;
13109
 
          cat $export_symbols >> $output_objdir/$soname.def;
13110
 
        fi~
13111
 
-       $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
13112
 
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13113
 
       else
13114
 
-       ld_shlibs=no
13115
 
+       ld_shlibs_GCJ=no
13116
 
+      fi
13117
 
+      ;;
13118
 
+
13119
 
+    interix[3-9]*)
13120
 
+      hardcode_direct_GCJ=no
13121
 
+      hardcode_shlibpath_var_GCJ=no
13122
 
+      hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
13123
 
+      export_dynamic_flag_spec_GCJ='${wl}-E'
13124
 
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13125
 
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
13126
 
+      # default) and relocated if they conflict, which is a slow very memory
13127
 
+      # consuming and fragmenting process.  To avoid this, we pick a random,
13128
 
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13129
 
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
13130
 
+      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13131
 
+      archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13132
 
+      ;;
13133
 
+
13134
 
+    gnu* | linux* | k*bsd*-gnu)
13135
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
13136
 
+       tmp_addflag=
13137
 
+       case $cc_basename,$host_cpu in
13138
 
+       pgcc*)                          # Portland Group C compiler
13139
 
+         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
13140
 
+         tmp_addflag=' $pic_flag'
13141
 
+         ;;
13142
 
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
13143
 
+         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
13144
 
+         tmp_addflag=' $pic_flag -Mnomain' ;;
13145
 
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
13146
 
+         tmp_addflag=' -i_dynamic' ;;
13147
 
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
13148
 
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
13149
 
+       ifc* | ifort*)                  # Intel Fortran compiler
13150
 
+         tmp_addflag=' -nofor_main' ;;
13151
 
+       esac
13152
 
+       case `$CC -V 2>&1 | sed 5q` in
13153
 
+       *Sun\ C*)                       # Sun C 5.9
13154
 
+         whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
13155
 
+         tmp_sharedflag='-G' ;;
13156
 
+       *Sun\ F*)                       # Sun Fortran 8.3
13157
 
+         tmp_sharedflag='-G' ;;
13158
 
+       *)
13159
 
+         tmp_sharedflag='-shared' ;;
13160
 
+       esac
13161
 
+       archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13162
 
+
13163
 
+       if test $supports_anon_versioning = yes; then
13164
 
+         archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
13165
 
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13166
 
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
13167
 
+         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13168
 
+       fi
13169
 
+       link_all_deplibs_GCJ=no
13170
 
+      else
13171
 
+       ld_shlibs_GCJ=no
13172
 
       fi
13173
 
       ;;
13174
 
 
13175
 
-    netbsd*)
13176
 
+    netbsd* | netbsdelf*-gnu)
13177
 
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
13178
 
        archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
13179
 
        wlarc=
13180
 
       else
13181
 
-       archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
13182
 
-       archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13183
 
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13184
 
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13185
 
       fi
13186
 
       ;;
13187
 
 
13188
 
-    solaris* | sysv5*)
13189
 
+    solaris*)
13190
 
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
13191
 
        ld_shlibs_GCJ=no
13192
 
        cat <<EOF 1>&2
13193
 
@@ -19623,13 +20266,40 @@
13194
 
 
13195
 
 EOF
13196
 
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
13197
 
-       archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
13198
 
-       archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13199
 
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13200
 
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13201
 
       else
13202
 
        ld_shlibs_GCJ=no
13203
 
       fi
13204
 
       ;;
13205
 
 
13206
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
13207
 
+      case `$LD -v 2>&1` in
13208
 
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
13209
 
+       ld_shlibs_GCJ=no
13210
 
+       cat <<_LT_EOF 1>&2
13211
 
+
13212
 
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
13213
 
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
13214
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
13215
 
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
13216
 
+*** your PATH or compiler configuration so that the native linker is
13217
 
+*** used, and then restart.
13218
 
+
13219
 
+_LT_EOF
13220
 
+       ;;
13221
 
+       *)
13222
 
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
13223
 
+           hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
13224
 
+           archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
13225
 
+           archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
13226
 
+         else
13227
 
+           ld_shlibs_GCJ=no
13228
 
+         fi
13229
 
+       ;;
13230
 
+      esac
13231
 
+      ;;
13232
 
+
13233
 
     sunos4*)
13234
 
       archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13235
 
       wlarc=
13236
 
@@ -19639,24 +20309,19 @@
13237
 
 
13238
 
     *)
13239
 
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
13240
 
-       archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
13241
 
-       archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13242
 
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13243
 
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13244
 
       else
13245
 
        ld_shlibs_GCJ=no
13246
 
       fi
13247
 
       ;;
13248
 
     esac
13249
 
 
13250
 
-    if test "$ld_shlibs_GCJ" = yes; then
13251
 
-      runpath_var=LD_RUN_PATH
13252
 
-      hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
13253
 
-      export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
13254
 
-      # ancient GNU ld didn't support --whole-archive et. al.
13255
 
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
13256
 
-       whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13257
 
-      else
13258
 
-       whole_archive_flag_spec_GCJ=
13259
 
-      fi
13260
 
+    if test "$ld_shlibs_GCJ" = no; then
13261
 
+      runpath_var=
13262
 
+      hardcode_libdir_flag_spec_GCJ=
13263
 
+      export_dynamic_flag_spec_GCJ=
13264
 
+      whole_archive_flag_spec_GCJ=
13265
 
     fi
13266
 
   else
13267
 
     # PORTME fill in a description of your system's linker (not GNU ld)
13268
 
@@ -19668,7 +20333,7 @@
13269
 
       # Note: this linker hardcodes the directories in LIBPATH if there
13270
 
       # are no directories specified by -L.
13271
 
       hardcode_minus_L_GCJ=yes
13272
 
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
13273
 
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
13274
 
        # Neither direct hardcoding nor static linking is supported with a
13275
 
        # broken collect2.
13276
 
        hardcode_direct_GCJ=unsupported
13277
 
@@ -19690,9 +20355,21 @@
13278
 
        else
13279
 
          export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
13280
 
        fi
13281
 
+       aix_use_runtimelinking=no
13282
 
+
13283
 
+       # Test if we are trying to use run time linking or normal
13284
 
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
13285
 
+       # need to do runtime linking.
13286
 
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
13287
 
+         for ld_flag in $LDFLAGS; do
13288
 
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
13289
 
+           aix_use_runtimelinking=yes
13290
 
+           break
13291
 
+         fi
13292
 
+         done
13293
 
+         ;;
13294
 
+       esac
13295
 
 
13296
 
-       # KDE requires run time linking.  Make it the default.
13297
 
-       aix_use_runtimelinking=yes
13298
 
        exp_sym_flag='-bexport'
13299
 
        no_entry_flag='-bnoentry'
13300
 
       fi
13301
 
@@ -19709,7 +20386,7 @@
13302
 
       link_all_deplibs_GCJ=yes
13303
 
 
13304
 
       if test "$GCC" = yes; then
13305
 
-       case $host_os in aix4.012|aix4.012.*)
13306
 
+       case $host_os in aix4.[012]|aix4.[012].*)
13307
 
        # We only want to do this on AIX 4.2 and lower, the check
13308
 
        # below for broken collect2 doesn't work under 4.3+
13309
 
          collect2name=`${CC} -print-prog-name=collect2`
13310
 
@@ -19717,7 +20394,7 @@
13311
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
13312
 
          then
13313
 
          # We have reworked collect2
13314
 
-         hardcode_direct_GCJ=yes
13315
 
+         :
13316
 
          else
13317
 
          # We have old collect2
13318
 
          hardcode_direct_GCJ=unsupported
13319
 
@@ -19728,8 +20405,12 @@
13320
 
          hardcode_libdir_flag_spec_GCJ='-L$libdir'
13321
 
          hardcode_libdir_separator_GCJ=
13322
 
          fi
13323
 
+         ;;
13324
 
        esac
13325
 
        shared_flag='-shared'
13326
 
+       if test "$aix_use_runtimelinking" = yes; then
13327
 
+         shared_flag="$shared_flag "'${wl}-G'
13328
 
+       fi
13329
 
       else
13330
 
        # not using gcc
13331
 
        if test "$host_cpu" = ia64; then
13332
 
@@ -19737,22 +20418,23 @@
13333
 
        # chokes on -Wl,-G. The following line is correct:
13334
 
          shared_flag='-G'
13335
 
        else
13336
 
-       if test "$aix_use_runtimelinking" = yes; then
13337
 
-           shared_flag='-qmkshrobj ${wl}-G'
13338
 
+         if test "$aix_use_runtimelinking" = yes; then
13339
 
+           shared_flag='${wl}-G'
13340
 
          else
13341
 
-           shared_flag='-qmkshrobj'
13342
 
-       fi
13343
 
+           shared_flag='${wl}-bM:SRE'
13344
 
+         fi
13345
 
        fi
13346
 
       fi
13347
 
 
13348
 
-      # Let the compiler handle the export list.
13349
 
-      always_export_symbols_GCJ=no
13350
 
+      # It seems that -bexpall does not export symbols beginning with
13351
 
+      # underscore (_), so it is better to generate a list of symbols to export.
13352
 
+      always_export_symbols_GCJ=yes
13353
 
       if test "$aix_use_runtimelinking" = yes; then
13354
 
        # Warning - without using the other runtime loading flags (-brtl),
13355
 
        # -berok will link without error, but may produce a broken library.
13356
 
        allow_undefined_flag_GCJ='-berok'
13357
 
        # Determine the default libpath from the value encoded in an empty executable.
13358
 
-       cat >conftest.$ac_ext <<_ACEOF
13359
 
+       cat >conftest.$ac_ext <<_ACEOF
13360
 
 /* confdefs.h.  */
13361
 
 _ACEOF
13362
 
 cat confdefs.h >>conftest.$ac_ext
13363
 
@@ -19786,11 +20468,18 @@
13364
 
        } && test -s conftest$ac_exeext &&
13365
 
        $as_test_x conftest$ac_exeext; then
13366
 
 
13367
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13368
 
-}'`
13369
 
+lt_aix_libpath_sed='
13370
 
+    /Import File Strings/,/^$/ {
13371
 
+       /^0/ {
13372
 
+           s/^0  *\(.*\)$/\1/
13373
 
+           p
13374
 
+       }
13375
 
+    }'
13376
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13377
 
 # Check for a 64-bit object if we didn't find anything.
13378
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13379
 
-}'`; fi
13380
 
+if test -z "$aix_libpath"; then
13381
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13382
 
+fi
13383
 
 else
13384
 
   echo "$as_me: failed program was:" >&5
13385
 
 sed 's/^/| /' conftest.$ac_ext >&5
13386
 
@@ -19802,14 +20491,13 @@
13387
 
       conftest$ac_exeext conftest.$ac_ext
13388
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13389
 
 
13390
 
-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
13391
 
-       archive_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
13392
 
-       archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
13393
 
+       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
13394
 
+       archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
13395
 
        else
13396
 
        if test "$host_cpu" = ia64; then
13397
 
          hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
13398
 
          allow_undefined_flag_GCJ="-z nodefs"
13399
 
-         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
13400
 
+         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
13401
 
        else
13402
 
         # Determine the default libpath from the value encoded in an empty executable.
13403
 
         cat >conftest.$ac_ext <<_ACEOF
13404
 
@@ -19846,11 +20534,18 @@
13405
 
        } && test -s conftest$ac_exeext &&
13406
 
        $as_test_x conftest$ac_exeext; then
13407
 
 
13408
 
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13409
 
-}'`
13410
 
+lt_aix_libpath_sed='
13411
 
+    /Import File Strings/,/^$/ {
13412
 
+       /^0/ {
13413
 
+           s/^0  *\(.*\)$/\1/
13414
 
+           p
13415
 
+       }
13416
 
+    }'
13417
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13418
 
 # Check for a 64-bit object if we didn't find anything.
13419
 
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
13420
 
-}'`; fi
13421
 
+if test -z "$aix_libpath"; then
13422
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13423
 
+fi
13424
 
 else
13425
 
   echo "$as_me: failed program was:" >&5
13426
 
 sed 's/^/| /' conftest.$ac_ext >&5
13427
 
@@ -19867,13 +20562,11 @@
13428
 
          # -berok will link without error, but may produce a broken library.
13429
 
          no_undefined_flag_GCJ=' ${wl}-bernotok'
13430
 
          allow_undefined_flag_GCJ=' ${wl}-berok'
13431
 
-         # -bexpall does not export symbols beginning with underscore (_)
13432
 
-         always_export_symbols_GCJ=yes
13433
 
          # Exported symbols can be pulled into shared objects from archives
13434
 
-         whole_archive_flag_spec_GCJ=' '
13435
 
+         whole_archive_flag_spec_GCJ='$convenience'
13436
 
          archive_cmds_need_lc_GCJ=yes
13437
 
-         # This is similar to how AIX traditionally builds it's shared libraries.
13438
 
-         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
13439
 
+         # This is similar to how AIX traditionally builds its shared libraries.
13440
 
+         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
13441
 
        fi
13442
 
       fi
13443
 
       ;;
13444
 
@@ -19886,7 +20579,7 @@
13445
 
       ld_shlibs_GCJ=no
13446
 
       ;;
13447
 
 
13448
 
-    bsdi4*)
13449
 
+    bsdi[45]*)
13450
 
       export_dynamic_flag_spec_GCJ=-rdynamic
13451
 
       ;;
13452
 
 
13453
 
@@ -19896,68 +20589,68 @@
13454
 
       # hardcode_libdir_flag_spec is actually meaningless, as there is
13455
 
       # no search path for DLLs.
13456
 
       hardcode_libdir_flag_spec_GCJ=' '
13457
 
-      allow_undefined_flag_GCJ=no
13458
 
+      allow_undefined_flag_GCJ=unsupported
13459
 
       # Tell ltmain to make .lib files, not .a files.
13460
 
       libext=lib
13461
 
       # Tell ltmain to make .dll files, not .so files.
13462
 
-      shrext=".dll"
13463
 
+      shrext_cmds=".dll"
13464
 
       # FIXME: Setting linknames here is a bad hack.
13465
 
-      archive_cmds_GCJ='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
13466
 
+      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
13467
 
       # The linker will automatically build a .lib file if we build a DLL.
13468
 
       old_archive_From_new_cmds_GCJ='true'
13469
 
       # FIXME: Should let the user specify the lib program.
13470
 
-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
13471
 
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
13472
 
+      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
13473
 
+      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
13474
 
       enable_shared_with_static_runtimes_GCJ=yes
13475
 
       ;;
13476
 
 
13477
 
     darwin* | rhapsody*)
13478
 
-    if test "$GXX" = yes ; then
13479
 
-      archive_cmds_need_lc_GCJ=no
13480
 
-      case "$host_os" in
13481
 
-      rhapsody* | darwin1.[012])
13482
 
-       allow_undefined_flag_GCJ='-Wl,-undefined -Wl,suppress'
13483
 
-       ;;
13484
 
-      *) # Darwin 1.3 on
13485
 
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
13486
 
-         allow_undefined_flag_GCJ='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
13487
 
-       else
13488
 
-         case ${MACOSX_DEPLOYMENT_TARGET} in
13489
 
-           10.012)
13490
 
-             allow_undefined_flag_GCJ='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
13491
 
-             ;;
13492
 
-           10.*)
13493
 
-             allow_undefined_flag_GCJ='-Wl,-undefined -Wl,dynamic_lookup'
13494
 
-             ;;
13495
 
-         esac
13496
 
-       fi
13497
 
-       ;;
13498
 
+      case $host_os in
13499
 
+        rhapsody* | darwin1.[012])
13500
 
+         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
13501
 
+         ;;
13502
 
+       *) # Darwin 1.3 on
13503
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
13504
 
+           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
13505
 
+         else
13506
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
13507
 
+             10.[012])
13508
 
+               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
13509
 
+               ;;
13510
 
+             10.*)
13511
 
+               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
13512
 
+               ;;
13513
 
+           esac
13514
 
+         fi
13515
 
+         ;;
13516
 
       esac
13517
 
-       lt_int_apple_cc_single_mod=no
13518
 
-       output_verbose_link_cmd='echo'
13519
 
-       if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
13520
 
-         lt_int_apple_cc_single_mod=yes
13521
 
-       fi
13522
 
-       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
13523
 
-         archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
13524
 
-       else
13525
 
-        archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
13526
 
-      fi
13527
 
-      module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
13528
 
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
13529
 
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
13530
 
-          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13531
 
-        else
13532
 
-          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13533
 
-        fi
13534
 
-          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13535
 
+      archive_cmds_need_lc_GCJ=no
13536
 
       hardcode_direct_GCJ=no
13537
 
       hardcode_automatic_GCJ=yes
13538
 
       hardcode_shlibpath_var_GCJ=unsupported
13539
 
-      whole_archive_flag_spec_GCJ='-all_load $convenience'
13540
 
+      whole_archive_flag_spec_GCJ=''
13541
 
       link_all_deplibs_GCJ=yes
13542
 
+    if test "$GCC" = yes ; then
13543
 
+       output_verbose_link_cmd='echo'
13544
 
+        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
13545
 
+      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
13546
 
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
13547
 
+      archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13548
 
+      module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13549
 
     else
13550
 
-      ld_shlibs_GCJ=no
13551
 
+      case $cc_basename in
13552
 
+        xlc*)
13553
 
+         output_verbose_link_cmd='echo'
13554
 
+         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
13555
 
+         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
13556
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
13557
 
+         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13558
 
+          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13559
 
+          ;;
13560
 
+       *)
13561
 
+         ld_shlibs_GCJ=no
13562
 
+          ;;
13563
 
+      esac
13564
 
     fi
13565
 
       ;;
13566
 
 
13567
 
@@ -19991,8 +20684,8 @@
13568
 
       ;;
13569
 
 
13570
 
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
13571
 
-    freebsd* | kfreebsd*-gnu)
13572
 
-      archive_cmds_GCJ='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
13573
 
+    freebsd* | dragonfly*)
13574
 
+      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
13575
 
       hardcode_libdir_flag_spec_GCJ='-R$libdir'
13576
 
       hardcode_direct_GCJ=yes
13577
 
       hardcode_shlibpath_var_GCJ=no
13578
 
@@ -20000,7 +20693,7 @@
13579
 
 
13580
 
     hpux9*)
13581
 
       if test "$GCC" = yes; then
13582
 
-       archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13583
 
+       archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13584
 
       else
13585
 
        archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13586
 
       fi
13587
 
@@ -20014,47 +20707,62 @@
13588
 
       export_dynamic_flag_spec_GCJ='${wl}-E'
13589
 
       ;;
13590
 
 
13591
 
-    hpux10* | hpux11*)
13592
 
+    hpux10*)
13593
 
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
13594
 
-       case "$host_cpu" in
13595
 
-       hppa*64*|ia64*)
13596
 
-         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
13597
 
+       archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13598
 
+      else
13599
 
+       archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
13600
 
+      fi
13601
 
+      if test "$with_gnu_ld" = no; then
13602
 
+       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
13603
 
+       hardcode_libdir_separator_GCJ=:
13604
 
+
13605
 
+       hardcode_direct_GCJ=yes
13606
 
+       export_dynamic_flag_spec_GCJ='${wl}-E'
13607
 
+
13608
 
+       # hardcode_minus_L: Not really in the search PATH,
13609
 
+       # but as the default location of the library.
13610
 
+       hardcode_minus_L_GCJ=yes
13611
 
+      fi
13612
 
+      ;;
13613
 
+
13614
 
+    hpux11*)
13615
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
13616
 
+       case $host_cpu in
13617
 
+       hppa*64*)
13618
 
+         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13619
 
+         ;;
13620
 
+       ia64*)
13621
 
+         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13622
 
          ;;
13623
 
        *)
13624
 
-         archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
13625
 
+         archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13626
 
          ;;
13627
 
        esac
13628
 
       else
13629
 
-       case "$host_cpu" in
13630
 
-       hppa*64*|ia64*)
13631
 
-         archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
13632
 
+       case $host_cpu in
13633
 
+       hppa*64*)
13634
 
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13635
 
+         ;;
13636
 
+       ia64*)
13637
 
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13638
 
          ;;
13639
 
        *)
13640
 
-         archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
13641
 
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13642
 
          ;;
13643
 
        esac
13644
 
       fi
13645
 
       if test "$with_gnu_ld" = no; then
13646
 
-       case "$host_cpu" in
13647
 
-       hppa*64*)
13648
 
-         hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
13649
 
+       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
13650
 
+       hardcode_libdir_separator_GCJ=:
13651
 
+
13652
 
+       case $host_cpu in
13653
 
+       hppa*64*|ia64*)
13654
 
          hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
13655
 
-         hardcode_libdir_separator_GCJ=:
13656
 
-         hardcode_direct_GCJ=no
13657
 
-         hardcode_shlibpath_var_GCJ=no
13658
 
-         ;;
13659
 
-       ia64*)
13660
 
-         hardcode_libdir_flag_spec_GCJ='-L$libdir'
13661
 
          hardcode_direct_GCJ=no
13662
 
          hardcode_shlibpath_var_GCJ=no
13663
 
-
13664
 
-         # hardcode_minus_L: Not really in the search PATH,
13665
 
-         # but as the default location of the library.
13666
 
-         hardcode_minus_L_GCJ=yes
13667
 
          ;;
13668
 
        *)
13669
 
-         hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
13670
 
-         hardcode_libdir_separator_GCJ=:
13671
 
          hardcode_direct_GCJ=yes
13672
 
          export_dynamic_flag_spec_GCJ='${wl}-E'
13673
 
 
13674
 
@@ -20068,7 +20776,7 @@
13675
 
 
13676
 
     irix5* | irix6* | nonstopux*)
13677
 
       if test "$GCC" = yes; then
13678
 
-       archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13679
 
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13680
 
       else
13681
 
        archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
13682
 
        hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
13683
 
@@ -20078,7 +20786,7 @@
13684
 
       link_all_deplibs_GCJ=yes
13685
 
       ;;
13686
 
 
13687
 
-    netbsd*)
13688
 
+    netbsd* | netbsdelf*-gnu)
13689
 
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
13690
 
        archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
13691
 
       else
13692
 
@@ -20098,23 +20806,28 @@
13693
 
       ;;
13694
 
 
13695
 
     openbsd*)
13696
 
-      hardcode_direct_GCJ=yes
13697
 
-      hardcode_shlibpath_var_GCJ=no
13698
 
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13699
 
-       archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
13700
 
-       hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
13701
 
-       export_dynamic_flag_spec_GCJ='${wl}-E'
13702
 
+      if test -f /usr/libexec/ld.so; then
13703
 
+       hardcode_direct_GCJ=yes
13704
 
+       hardcode_shlibpath_var_GCJ=no
13705
 
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13706
 
+         archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13707
 
+         archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
13708
 
+         hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
13709
 
+         export_dynamic_flag_spec_GCJ='${wl}-E'
13710
 
+       else
13711
 
+         case $host_os in
13712
 
+          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
13713
 
+            archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13714
 
+            hardcode_libdir_flag_spec_GCJ='-R$libdir'
13715
 
+            ;;
13716
 
+          *)
13717
 
+            archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13718
 
+            hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
13719
 
+            ;;
13720
 
+         esac
13721
 
+        fi
13722
 
       else
13723
 
-       case $host_os in
13724
 
-        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
13725
 
-          archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13726
 
-          hardcode_libdir_flag_spec_GCJ='-R$libdir'
13727
 
-          ;;
13728
 
-        *)
13729
 
-          archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
13730
 
-          hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
13731
 
-          ;;
13732
 
-       esac
13733
 
+       ld_shlibs_GCJ=no
13734
 
       fi
13735
 
       ;;
13736
 
 
13737
 
@@ -20122,14 +20835,14 @@
13738
 
       hardcode_libdir_flag_spec_GCJ='-L$libdir'
13739
 
       hardcode_minus_L_GCJ=yes
13740
 
       allow_undefined_flag_GCJ=unsupported
13741
 
-      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
13742
 
+      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
13743
 
       old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
13744
 
       ;;
13745
 
 
13746
 
     osf3*)
13747
 
       if test "$GCC" = yes; then
13748
 
        allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
13749
 
-       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13750
 
+       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13751
 
       else
13752
 
        allow_undefined_flag_GCJ=' -expect_unresolved \*'
13753
 
        archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
13754
 
@@ -20141,13 +20854,13 @@
13755
 
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
13756
 
       if test "$GCC" = yes; then
13757
 
        allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
13758
 
-       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13759
 
+       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13760
 
        hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
13761
 
       else
13762
 
        allow_undefined_flag_GCJ=' -expect_unresolved \*'
13763
 
        archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
13764
 
        archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
13765
 
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
13766
 
+       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
13767
 
 
13768
 
        # Both c and cxx compiler support -rpath directly
13769
 
        hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
13770
 
@@ -20155,21 +20868,15 @@
13771
 
       hardcode_libdir_separator_GCJ=:
13772
 
       ;;
13773
 
 
13774
 
-    sco3.2v5*)
13775
 
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13776
 
-      hardcode_shlibpath_var_GCJ=no
13777
 
-      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
13778
 
-      runpath_var=LD_RUN_PATH
13779
 
-      hardcode_runpath_var=yes
13780
 
-      ;;
13781
 
-
13782
 
     solaris*)
13783
 
       no_undefined_flag_GCJ=' -z text'
13784
 
       if test "$GCC" = yes; then
13785
 
-       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
13786
 
+       wlarc='${wl}'
13787
 
+       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13788
 
        archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
13789
 
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
13790
 
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
13791
 
       else
13792
 
+       wlarc=''
13793
 
        archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
13794
 
        archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
13795
 
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
13796
 
@@ -20178,8 +20885,17 @@
13797
 
       hardcode_shlibpath_var_GCJ=no
13798
 
       case $host_os in
13799
 
       solaris2.[0-5] | solaris2.[0-5].*) ;;
13800
 
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
13801
 
-       whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
13802
 
+      *)
13803
 
+       # The compiler driver will combine and reorder linker options,
13804
 
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
13805
 
+       # but is careful enough not to reorder.
13806
 
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
13807
 
+       if test "$GCC" = yes; then
13808
 
+         whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13809
 
+       else
13810
 
+         whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract'
13811
 
+       fi
13812
 
+       ;;
13813
 
       esac
13814
 
       link_all_deplibs_GCJ=yes
13815
 
       ;;
13816
 
@@ -20188,7 +20904,7 @@
13817
 
       if test "x$host_vendor" = xsequent; then
13818
 
        # Use $CC to link under sequent, because it throws in some extra .o
13819
 
        # files that make .init and .fini sections work.
13820
 
-       archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
13821
 
+       archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
13822
 
       else
13823
 
        archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
13824
 
       fi
13825
 
@@ -20236,36 +20952,45 @@
13826
 
       fi
13827
 
       ;;
13828
 
 
13829
 
-    sysv4.2uw2*)
13830
 
-      archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
13831
 
-      hardcode_direct_GCJ=yes
13832
 
-      hardcode_minus_L_GCJ=no
13833
 
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13834
 
+      no_undefined_flag_GCJ='${wl}-z,text'
13835
 
+      archive_cmds_need_lc_GCJ=no
13836
 
       hardcode_shlibpath_var_GCJ=no
13837
 
-      hardcode_runpath_var=yes
13838
 
-      runpath_var=LD_RUN_PATH
13839
 
-      ;;
13840
 
+      runpath_var='LD_RUN_PATH'
13841
 
 
13842
 
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
13843
 
-      no_undefined_flag_GCJ='${wl}-z ${wl}text'
13844
 
       if test "$GCC" = yes; then
13845
 
-       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
13846
 
+       archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13847
 
+       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13848
 
       else
13849
 
-       archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
13850
 
+       archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13851
 
+       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13852
 
       fi
13853
 
-      runpath_var='LD_RUN_PATH'
13854
 
-      hardcode_shlibpath_var_GCJ=no
13855
 
       ;;
13856
 
 
13857
 
-    sysv5*)
13858
 
-      no_undefined_flag_GCJ=' -z text'
13859
 
-      # $CC -shared without GNU ld will not create a library from C++
13860
 
-      # object files and a static libstdc++, better avoid it by now
13861
 
-      archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
13862
 
-      archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
13863
 
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
13864
 
-      hardcode_libdir_flag_spec_GCJ=
13865
 
+    sysv5* | sco3.2v5* | sco5v6*)
13866
 
+      # Note: We can NOT use -z defs as we might desire, because we do not
13867
 
+      # link with -lc, and that would cause any symbols used from libc to
13868
 
+      # always be unresolved, which means just about no library would
13869
 
+      # ever link correctly.  If we're not using GNU ld we use -z text
13870
 
+      # though, which does catch some bad symbols but isn't as heavy-handed
13871
 
+      # as -z defs.
13872
 
+      no_undefined_flag_GCJ='${wl}-z,text'
13873
 
+      allow_undefined_flag_GCJ='${wl}-z,nodefs'
13874
 
+      archive_cmds_need_lc_GCJ=no
13875
 
       hardcode_shlibpath_var_GCJ=no
13876
 
+      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
13877
 
+      hardcode_libdir_separator_GCJ=':'
13878
 
+      link_all_deplibs_GCJ=yes
13879
 
+      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
13880
 
       runpath_var='LD_RUN_PATH'
13881
 
+
13882
 
+      if test "$GCC" = yes; then
13883
 
+       archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
13884
 
+       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
13885
 
+      else
13886
 
+       archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
13887
 
+       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
13888
 
+      fi
13889
 
       ;;
13890
 
 
13891
 
     uts4*)
13892
 
@@ -20284,11 +21009,6 @@
13893
 
 echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
13894
 
 test "$ld_shlibs_GCJ" = no && can_build_shared=no
13895
 
 
13896
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
13897
 
-if test "$GCC" = yes; then
13898
 
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
13899
 
-fi
13900
 
-
13901
 
 #
13902
 
 # Do we need to explicitly link libc?
13903
 
 #
13904
 
@@ -20309,7 +21029,7 @@
13905
 
       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
13906
 
 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
13907
 
       $rm conftest*
13908
 
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
13909
 
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13910
 
 
13911
 
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13912
 
   (eval $ac_compile) 2>&5
13913
 
@@ -20321,6 +21041,7 @@
13914
 
         libobjs=conftest.$ac_objext
13915
 
         deplibs=
13916
 
         wl=$lt_prog_compiler_wl_GCJ
13917
 
+       pic_flag=$lt_prog_compiler_pic_GCJ
13918
 
         compiler_flags=-v
13919
 
         linker_flags=-v
13920
 
         verstring=
13921
 
@@ -20356,7 +21077,7 @@
13922
 
 library_names_spec=
13923
 
 libname_spec='lib$name'
13924
 
 soname_spec=
13925
 
-shrext=".so"
13926
 
+shrext_cmds=".so"
13927
 
 postinstall_cmds=
13928
 
 postuninstall_cmds=
13929
 
 finish_cmds=
13930
 
@@ -20366,7 +21087,7 @@
13931
 
 version_type=none
13932
 
 dynamic_linker="$host_os ld.so"
13933
 
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
13934
 
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
13935
 
+
13936
 
 need_lib_prefix=unknown
13937
 
 hardcode_into_libs=no
13938
 
 
13939
 
@@ -20431,7 +21152,7 @@
13940
 
 amigaos*)
13941
 
   library_names_spec='$libname.ixlibrary $libname.a'
13942
 
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
13943
 
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
13944
 
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
13945
 
   ;;
13946
 
 
13947
 
 beos*)
13948
 
@@ -20440,7 +21161,7 @@
13949
 
   shlibpath_var=LIBRARY_PATH
13950
 
   ;;
13951
 
 
13952
 
-bsdi4*)
13953
 
+bsdi[45]*)
13954
 
   version_type=linux
13955
 
   need_version=no
13956
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13957
 
@@ -20456,7 +21177,7 @@
13958
 
 
13959
 
 cygwin* | mingw* | pw32*)
13960
 
   version_type=windows
13961
 
-  shrext=".dll"
13962
 
+  shrext_cmds=".dll"
13963
 
   need_version=no
13964
 
   need_lib_prefix=no
13965
 
 
13966
 
@@ -20468,7 +21189,8 @@
13967
 
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
13968
 
       dldir=$destdir/`dirname \$dlpath`~
13969
 
       test -d \$dldir || mkdir -p \$dldir~
13970
 
-      $install_prog $dir/$dlname \$dldir/$dlname'
13971
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
13972
 
+      chmod a+x \$dldir/$dlname'
13973
 
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13974
 
       dlpath=$dir/\$dldll~
13975
 
        $rm \$dlpath'
13976
 
@@ -20498,7 +21220,7 @@
13977
 
       ;;
13978
 
     pw32*)
13979
 
       # pw32 DLLs use 'pw' prefix rather than 'lib'
13980
 
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
13981
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13982
 
       ;;
13983
 
     esac
13984
 
     ;;
13985
 
@@ -20521,13 +21243,8 @@
13986
 
   soname_spec='${libname}${release}${major}$shared_ext'
13987
 
   shlibpath_overrides_runpath=yes
13988
 
   shlibpath_var=DYLD_LIBRARY_PATH
13989
 
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
13990
 
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
13991
 
-  if test "$GCC" = yes; then
13992
 
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
13993
 
-  else
13994
 
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
13995
 
-  fi
13996
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
13997
 
+
13998
 
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
13999
 
   ;;
14000
 
 
14001
 
@@ -20544,20 +21261,17 @@
14002
 
   dynamic_linker=no
14003
 
   ;;
14004
 
 
14005
 
-kfreebsd*-gnu*)
14006
 
-  version_type=linux
14007
 
-  need_lib_prefix=no
14008
 
-  need_version=no
14009
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14010
 
-  soname_spec='${libname}${release}${shared_ext}$major'
14011
 
-  shlibpath_var=LD_LIBRARY_PATH
14012
 
-  shlibpath_overrides_runpath=no
14013
 
-  hardcode_into_libs=yes
14014
 
-  dynamic_linker='GNU ld.so'
14015
 
-  ;;
14016
 
-
14017
 
-freebsd*)
14018
 
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
14019
 
+freebsd* | dragonfly*)
14020
 
+  # DragonFly does not have aout.  When/if they implement a new
14021
 
+  # versioning mechanism, adjust this.
14022
 
+  if test -x /usr/bin/objformat; then
14023
 
+    objformat=`/usr/bin/objformat`
14024
 
+  else
14025
 
+    case $host_os in
14026
 
+    freebsd[123]*) objformat=aout ;;
14027
 
+    *) objformat=elf ;;
14028
 
+    esac
14029
 
+  fi
14030
 
   version_type=freebsd-$objformat
14031
 
   case $version_type in
14032
 
     freebsd-elf*)
14033
 
@@ -20575,14 +21289,19 @@
14034
 
   freebsd2*)
14035
 
     shlibpath_overrides_runpath=yes
14036
 
     ;;
14037
 
-  freebsd3.01* | freebsdelf3.01*)
14038
 
+  freebsd3.[01]* | freebsdelf3.[01]*)
14039
 
     shlibpath_overrides_runpath=yes
14040
 
     hardcode_into_libs=yes
14041
 
     ;;
14042
 
-  *) # from 3.2 on
14043
 
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
14044
 
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
14045
 
     shlibpath_overrides_runpath=no
14046
 
     hardcode_into_libs=yes
14047
 
     ;;
14048
 
+  *) # from 4.6 on, and DragonFly
14049
 
+    shlibpath_overrides_runpath=yes
14050
 
+    hardcode_into_libs=yes
14051
 
+    ;;
14052
 
   esac
14053
 
   ;;
14054
 
 
14055
 
@@ -20602,9 +21321,9 @@
14056
 
   version_type=sunos
14057
 
   need_lib_prefix=no
14058
 
   need_version=no
14059
 
-  case "$host_cpu" in
14060
 
+  case $host_cpu in
14061
 
   ia64*)
14062
 
-    shrext='.so'
14063
 
+    shrext_cmds='.so'
14064
 
     hardcode_into_libs=yes
14065
 
     dynamic_linker="$host_os dld.so"
14066
 
     shlibpath_var=LD_LIBRARY_PATH
14067
 
@@ -20619,7 +21338,7 @@
14068
 
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14069
 
     ;;
14070
 
    hppa*64*)
14071
 
-     shrext='.sl'
14072
 
+     shrext_cmds='.sl'
14073
 
      hardcode_into_libs=yes
14074
 
      dynamic_linker="$host_os dld.sl"
14075
 
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
14076
 
@@ -20630,7 +21349,7 @@
14077
 
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14078
 
      ;;
14079
 
    *)
14080
 
-    shrext='.sl'
14081
 
+    shrext_cmds='.sl'
14082
 
     dynamic_linker="$host_os dld.sl"
14083
 
     shlibpath_var=SHLIB_PATH
14084
 
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14085
 
@@ -20642,6 +21361,18 @@
14086
 
   postinstall_cmds='chmod 555 $lib'
14087
 
   ;;
14088
 
 
14089
 
+interix[3-9]*)
14090
 
+  version_type=linux
14091
 
+  need_lib_prefix=no
14092
 
+  need_version=no
14093
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14094
 
+  soname_spec='${libname}${release}${shared_ext}$major'
14095
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14096
 
+  shlibpath_var=LD_LIBRARY_PATH
14097
 
+  shlibpath_overrides_runpath=no
14098
 
+  hardcode_into_libs=yes
14099
 
+  ;;
14100
 
+
14101
 
 irix5* | irix6* | nonstopux*)
14102
 
   case $host_os in
14103
 
     nonstopux*) version_type=nonstopux ;;
14104
 
@@ -20672,1044 +21403,281 @@
14105
 
     esac
14106
 
     ;;
14107
 
   esac
14108
 
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14109
 
-  shlibpath_overrides_runpath=no
14110
 
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14111
 
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14112
 
-  hardcode_into_libs=yes
14113
 
-  ;;
14114
 
-
14115
 
-# No shared lib support for Linux oldld, aout, or coff.
14116
 
-linux*oldld* | linux*aout* | linux*coff*)
14117
 
-  dynamic_linker=no
14118
 
-  ;;
14119
 
-
14120
 
-# This must be Linux ELF.
14121
 
-linux*)
14122
 
-  version_type=linux
14123
 
-  need_lib_prefix=no
14124
 
-  need_version=no
14125
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14126
 
-  soname_spec='${libname}${release}${shared_ext}$major'
14127
 
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14128
 
-  libsuff=
14129
 
-  if test "x$LINUX_64_MODE" = x64; then
14130
 
-    # Some platforms are per default 64-bit, so there's no /lib64
14131
 
-    if test -d /lib64 -a ! -h /lib64; then
14132
 
-      libsuff=64
14133
 
-    fi
14134
 
-  fi
14135
 
-  shlibpath_var=LD_LIBRARY_PATH
14136
 
-  shlibpath_overrides_runpath=no
14137
 
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
14138
 
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
14139
 
-  # This implies no fast_install, which is unacceptable.
14140
 
-  # Some rework will be needed to allow for fast_install
14141
 
-  # before this can be enabled.
14142
 
-  hardcode_into_libs=yes
14143
 
-
14144
 
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
14145
 
-  # powerpc, because MkLinux only supported shared libraries with the
14146
 
-  # GNU dynamic linker.  Since this was broken with cross compilers,
14147
 
-  # most powerpc-linux boxes support dynamic linking these days and
14148
 
-  # people can always --disable-shared, the test was removed, and we
14149
 
-  # assume the GNU/Linux dynamic linker is in use.
14150
 
-  dynamic_linker='GNU/Linux ld.so'
14151
 
-  ;;
14152
 
-
14153
 
-netbsd*)
14154
 
-  version_type=sunos
14155
 
-  need_lib_prefix=no
14156
 
-  need_version=no
14157
 
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
14158
 
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14159
 
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14160
 
-    dynamic_linker='NetBSD (a.out) ld.so'
14161
 
-  else
14162
 
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
14163
 
-    soname_spec='${libname}${release}${shared_ext}$major'
14164
 
-    dynamic_linker='NetBSD ld.elf_so'
14165
 
-  fi
14166
 
-  shlibpath_var=LD_LIBRARY_PATH
14167
 
-  shlibpath_overrides_runpath=yes
14168
 
-  hardcode_into_libs=yes
14169
 
-  ;;
14170
 
-
14171
 
-newsos6)
14172
 
-  version_type=linux
14173
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14174
 
-  shlibpath_var=LD_LIBRARY_PATH
14175
 
-  shlibpath_overrides_runpath=yes
14176
 
-  ;;
14177
 
-
14178
 
-nto-qnx*)
14179
 
-  version_type=linux
14180
 
-  need_lib_prefix=no
14181
 
-  need_version=no
14182
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14183
 
-  soname_spec='${libname}${release}${shared_ext}$major'
14184
 
-  shlibpath_var=LD_LIBRARY_PATH
14185
 
-  shlibpath_overrides_runpath=yes
14186
 
-  ;;
14187
 
-
14188
 
-openbsd*)
14189
 
-  version_type=sunos
14190
 
-  need_lib_prefix=no
14191
 
-  need_version=no
14192
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14193
 
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14194
 
-  shlibpath_var=LD_LIBRARY_PATH
14195
 
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14196
 
-    case $host_os in
14197
 
-      openbsd2.[89] | openbsd2.[89].*)
14198
 
-       shlibpath_overrides_runpath=no
14199
 
-       ;;
14200
 
-      *)
14201
 
-       shlibpath_overrides_runpath=yes
14202
 
-       ;;
14203
 
-      esac
14204
 
-  else
14205
 
-    shlibpath_overrides_runpath=yes
14206
 
-  fi
14207
 
-  ;;
14208
 
-
14209
 
-os2*)
14210
 
-  libname_spec='$name'
14211
 
-  shrext=".dll"
14212
 
-  need_lib_prefix=no
14213
 
-  library_names_spec='$libname${shared_ext} $libname.a'
14214
 
-  dynamic_linker='OS/2 ld.exe'
14215
 
-  shlibpath_var=LIBPATH
14216
 
-  ;;
14217
 
-
14218
 
-osf3* | osf4* | osf5*)
14219
 
-  version_type=osf
14220
 
-  need_lib_prefix=no
14221
 
-  need_version=no
14222
 
-  soname_spec='${libname}${release}${shared_ext}$major'
14223
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14224
 
-  shlibpath_var=LD_LIBRARY_PATH
14225
 
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14226
 
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14227
 
-  ;;
14228
 
-
14229
 
-sco3.2v5*)
14230
 
-  version_type=osf
14231
 
-  soname_spec='${libname}${release}${shared_ext}$major'
14232
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14233
 
-  shlibpath_var=LD_LIBRARY_PATH
14234
 
-  ;;
14235
 
-
14236
 
-solaris*)
14237
 
-  version_type=linux
14238
 
-  need_lib_prefix=no
14239
 
-  need_version=no
14240
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14241
 
-  soname_spec='${libname}${release}${shared_ext}$major'
14242
 
-  shlibpath_var=LD_LIBRARY_PATH
14243
 
-  shlibpath_overrides_runpath=yes
14244
 
-  hardcode_into_libs=yes
14245
 
-  # ldd complains unless libraries are executable
14246
 
-  postinstall_cmds='chmod +x $lib'
14247
 
-  ;;
14248
 
-
14249
 
-sunos4*)
14250
 
-  version_type=sunos
14251
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14252
 
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14253
 
-  shlibpath_var=LD_LIBRARY_PATH
14254
 
-  shlibpath_overrides_runpath=yes
14255
 
-  if test "$with_gnu_ld" = yes; then
14256
 
-    need_lib_prefix=no
14257
 
-  fi
14258
 
-  need_version=yes
14259
 
-  ;;
14260
 
-
14261
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
14262
 
-  version_type=linux
14263
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14264
 
-  soname_spec='${libname}${release}${shared_ext}$major'
14265
 
-  shlibpath_var=LD_LIBRARY_PATH
14266
 
-  case $host_vendor in
14267
 
-    sni)
14268
 
-      shlibpath_overrides_runpath=no
14269
 
-      need_lib_prefix=no
14270
 
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
14271
 
-      runpath_var=LD_RUN_PATH
14272
 
-      ;;
14273
 
-    siemens)
14274
 
-      need_lib_prefix=no
14275
 
-      ;;
14276
 
-    motorola)
14277
 
-      need_lib_prefix=no
14278
 
-      need_version=no
14279
 
-      shlibpath_overrides_runpath=no
14280
 
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14281
 
-      ;;
14282
 
-  esac
14283
 
-  ;;
14284
 
-
14285
 
-sysv4*MP*)
14286
 
-  if test -d /usr/nec ;then
14287
 
-    version_type=linux
14288
 
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14289
 
-    soname_spec='$libname${shared_ext}.$major'
14290
 
-    shlibpath_var=LD_LIBRARY_PATH
14291
 
-  fi
14292
 
-  ;;
14293
 
-
14294
 
-uts4*)
14295
 
-  version_type=linux
14296
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14297
 
-  soname_spec='${libname}${release}${shared_ext}$major'
14298
 
-  shlibpath_var=LD_LIBRARY_PATH
14299
 
-  ;;
14300
 
-
14301
 
-*)
14302
 
-  dynamic_linker=no
14303
 
-  ;;
14304
 
-esac
14305
 
-{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
14306
 
-echo "${ECHO_T}$dynamic_linker" >&6; }
14307
 
-test "$dynamic_linker" = no && can_build_shared=no
14308
 
-
14309
 
-{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
14310
 
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
14311
 
-hardcode_action_GCJ=
14312
 
-if test -n "$hardcode_libdir_flag_spec_GCJ" || \
14313
 
-   test -n "$runpath_var GCJ" || \
14314
 
-   test "X$hardcode_automatic_GCJ"="Xyes" ; then
14315
 
-
14316
 
-  # We can hardcode non-existant directories.
14317
 
-  if test "$hardcode_direct_GCJ" != no &&
14318
 
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
14319
 
-     # have to relink, otherwise we might link with an installed library
14320
 
-     # when we should be linking with a yet-to-be-installed one
14321
 
-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
14322
 
-     test "$hardcode_minus_L_GCJ" != no; then
14323
 
-    # Linking always hardcodes the temporary library directory.
14324
 
-    hardcode_action_GCJ=relink
14325
 
-  else
14326
 
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
14327
 
-    hardcode_action_GCJ=immediate
14328
 
-  fi
14329
 
-else
14330
 
-  # We cannot hardcode anything, or else we can only hardcode existing
14331
 
-  # directories.
14332
 
-  hardcode_action_GCJ=unsupported
14333
 
-fi
14334
 
-{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
14335
 
-echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
14336
 
-
14337
 
-if test "$hardcode_action_GCJ" = relink; then
14338
 
-  # Fast installation is not supported
14339
 
-  enable_fast_install=no
14340
 
-elif test "$shlibpath_overrides_runpath" = yes ||
14341
 
-     test "$enable_shared" = no; then
14342
 
-  # Fast installation is not necessary
14343
 
-  enable_fast_install=needless
14344
 
-fi
14345
 
-
14346
 
-striplib=
14347
 
-old_striplib=
14348
 
-{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
14349
 
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
14350
 
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
14351
 
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
14352
 
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
14353
 
-  { echo "$as_me:$LINENO: result: yes" >&5
14354
 
-echo "${ECHO_T}yes" >&6; }
14355
 
-else
14356
 
-# FIXME - insert some real tests, host_os isn't really good enough
14357
 
-  case $host_os in
14358
 
-   darwin*)
14359
 
-       if test -n "$STRIP" ; then
14360
 
-         striplib="$STRIP -x"
14361
 
-         { echo "$as_me:$LINENO: result: yes" >&5
14362
 
-echo "${ECHO_T}yes" >&6; }
14363
 
-       else
14364
 
-  { echo "$as_me:$LINENO: result: no" >&5
14365
 
-echo "${ECHO_T}no" >&6; }
14366
 
-fi
14367
 
-       ;;
14368
 
-   *)
14369
 
-  { echo "$as_me:$LINENO: result: no" >&5
14370
 
-echo "${ECHO_T}no" >&6; }
14371
 
-    ;;
14372
 
-  esac
14373
 
-fi
14374
 
-
14375
 
-if test "x$enable_dlopen" != xyes; then
14376
 
-  enable_dlopen=unknown
14377
 
-  enable_dlopen_self=unknown
14378
 
-  enable_dlopen_self_static=unknown
14379
 
-else
14380
 
-  lt_cv_dlopen=no
14381
 
-  lt_cv_dlopen_libs=
14382
 
-
14383
 
-  case $host_os in
14384
 
-  beos*)
14385
 
-    lt_cv_dlopen="load_add_on"
14386
 
-    lt_cv_dlopen_libs=
14387
 
-    lt_cv_dlopen_self=yes
14388
 
-    ;;
14389
 
-
14390
 
-  mingw* | pw32*)
14391
 
-    lt_cv_dlopen="LoadLibrary"
14392
 
-    lt_cv_dlopen_libs=
14393
 
-   ;;
14394
 
-
14395
 
-  cygwin*)
14396
 
-    lt_cv_dlopen="dlopen"
14397
 
-    lt_cv_dlopen_libs=
14398
 
-   ;;
14399
 
-
14400
 
-  darwin*)
14401
 
-  # if libdl is installed we need to link against it
14402
 
-    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
14403
 
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
14404
 
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
14405
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14406
 
-else
14407
 
-  ac_check_lib_save_LIBS=$LIBS
14408
 
-LIBS="-ldl  $LIBS"
14409
 
-cat >conftest.$ac_ext <<_ACEOF
14410
 
-/* confdefs.h.  */
14411
 
-_ACEOF
14412
 
-cat confdefs.h >>conftest.$ac_ext
14413
 
-cat >>conftest.$ac_ext <<_ACEOF
14414
 
-/* end confdefs.h.  */
14415
 
-
14416
 
-/* Override any GCC internal prototype to avoid an error.
14417
 
-   Use char because int might match the return type of a GCC
14418
 
-   builtin and then its argument prototype would still apply.  */
14419
 
-#ifdef __cplusplus
14420
 
-extern "C"
14421
 
-#endif
14422
 
-char dlopen ();
14423
 
-int
14424
 
-main ()
14425
 
-{
14426
 
-return dlopen ();
14427
 
-  ;
14428
 
-  return 0;
14429
 
-}
14430
 
-_ACEOF
14431
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14432
 
-if { (ac_try="$ac_link"
14433
 
-case "(($ac_try" in
14434
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14435
 
-  *) ac_try_echo=$ac_try;;
14436
 
-esac
14437
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14438
 
-  (eval "$ac_link") 2>conftest.er1
14439
 
-  ac_status=$?
14440
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14441
 
-  rm -f conftest.er1
14442
 
-  cat conftest.err >&5
14443
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14444
 
-  (exit $ac_status); } && {
14445
 
-        test -z "$ac_c_werror_flag" ||
14446
 
-        test ! -s conftest.err
14447
 
-       } && test -s conftest$ac_exeext &&
14448
 
-       $as_test_x conftest$ac_exeext; then
14449
 
-  ac_cv_lib_dl_dlopen=yes
14450
 
-else
14451
 
-  echo "$as_me: failed program was:" >&5
14452
 
-sed 's/^/| /' conftest.$ac_ext >&5
14453
 
-
14454
 
-       ac_cv_lib_dl_dlopen=no
14455
 
-fi
14456
 
-
14457
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14458
 
-      conftest$ac_exeext conftest.$ac_ext
14459
 
-LIBS=$ac_check_lib_save_LIBS
14460
 
-fi
14461
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
14462
 
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
14463
 
-if test $ac_cv_lib_dl_dlopen = yes; then
14464
 
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
14465
 
-else
14466
 
-
14467
 
-    lt_cv_dlopen="dyld"
14468
 
-    lt_cv_dlopen_libs=
14469
 
-    lt_cv_dlopen_self=yes
14470
 
-
14471
 
-fi
14472
 
-
14473
 
-   ;;
14474
 
-
14475
 
-  *)
14476
 
-    { echo "$as_me:$LINENO: checking for shl_load" >&5
14477
 
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
14478
 
-if test "${ac_cv_func_shl_load+set}" = set; then
14479
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14480
 
-else
14481
 
-  cat >conftest.$ac_ext <<_ACEOF
14482
 
-/* confdefs.h.  */
14483
 
-_ACEOF
14484
 
-cat confdefs.h >>conftest.$ac_ext
14485
 
-cat >>conftest.$ac_ext <<_ACEOF
14486
 
-/* end confdefs.h.  */
14487
 
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
14488
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14489
 
-#define shl_load innocuous_shl_load
14490
 
-
14491
 
-/* System header to define __stub macros and hopefully few prototypes,
14492
 
-    which can conflict with char shl_load (); below.
14493
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14494
 
-    <limits.h> exists even on freestanding compilers.  */
14495
 
-
14496
 
-#ifdef __STDC__
14497
 
-# include <limits.h>
14498
 
-#else
14499
 
-# include <assert.h>
14500
 
-#endif
14501
 
-
14502
 
-#undef shl_load
14503
 
-
14504
 
-/* Override any GCC internal prototype to avoid an error.
14505
 
-   Use char because int might match the return type of a GCC
14506
 
-   builtin and then its argument prototype would still apply.  */
14507
 
-#ifdef __cplusplus
14508
 
-extern "C"
14509
 
-#endif
14510
 
-char shl_load ();
14511
 
-/* The GNU C library defines this for functions which it implements
14512
 
-    to always fail with ENOSYS.  Some functions are actually named
14513
 
-    something starting with __ and the normal name is an alias.  */
14514
 
-#if defined __stub_shl_load || defined __stub___shl_load
14515
 
-choke me
14516
 
-#endif
14517
 
-
14518
 
-int
14519
 
-main ()
14520
 
-{
14521
 
-return shl_load ();
14522
 
-  ;
14523
 
-  return 0;
14524
 
-}
14525
 
-_ACEOF
14526
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14527
 
-if { (ac_try="$ac_link"
14528
 
-case "(($ac_try" in
14529
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14530
 
-  *) ac_try_echo=$ac_try;;
14531
 
-esac
14532
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14533
 
-  (eval "$ac_link") 2>conftest.er1
14534
 
-  ac_status=$?
14535
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14536
 
-  rm -f conftest.er1
14537
 
-  cat conftest.err >&5
14538
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14539
 
-  (exit $ac_status); } && {
14540
 
-        test -z "$ac_c_werror_flag" ||
14541
 
-        test ! -s conftest.err
14542
 
-       } && test -s conftest$ac_exeext &&
14543
 
-       $as_test_x conftest$ac_exeext; then
14544
 
-  ac_cv_func_shl_load=yes
14545
 
-else
14546
 
-  echo "$as_me: failed program was:" >&5
14547
 
-sed 's/^/| /' conftest.$ac_ext >&5
14548
 
-
14549
 
-       ac_cv_func_shl_load=no
14550
 
-fi
14551
 
-
14552
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14553
 
-      conftest$ac_exeext conftest.$ac_ext
14554
 
-fi
14555
 
-{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
14556
 
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
14557
 
-if test $ac_cv_func_shl_load = yes; then
14558
 
-  lt_cv_dlopen="shl_load"
14559
 
-else
14560
 
-  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
14561
 
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
14562
 
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
14563
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14564
 
-else
14565
 
-  ac_check_lib_save_LIBS=$LIBS
14566
 
-LIBS="-ldld  $LIBS"
14567
 
-cat >conftest.$ac_ext <<_ACEOF
14568
 
-/* confdefs.h.  */
14569
 
-_ACEOF
14570
 
-cat confdefs.h >>conftest.$ac_ext
14571
 
-cat >>conftest.$ac_ext <<_ACEOF
14572
 
-/* end confdefs.h.  */
14573
 
-
14574
 
-/* Override any GCC internal prototype to avoid an error.
14575
 
-   Use char because int might match the return type of a GCC
14576
 
-   builtin and then its argument prototype would still apply.  */
14577
 
-#ifdef __cplusplus
14578
 
-extern "C"
14579
 
-#endif
14580
 
-char shl_load ();
14581
 
-int
14582
 
-main ()
14583
 
-{
14584
 
-return shl_load ();
14585
 
-  ;
14586
 
-  return 0;
14587
 
-}
14588
 
-_ACEOF
14589
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14590
 
-if { (ac_try="$ac_link"
14591
 
-case "(($ac_try" in
14592
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14593
 
-  *) ac_try_echo=$ac_try;;
14594
 
-esac
14595
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14596
 
-  (eval "$ac_link") 2>conftest.er1
14597
 
-  ac_status=$?
14598
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14599
 
-  rm -f conftest.er1
14600
 
-  cat conftest.err >&5
14601
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14602
 
-  (exit $ac_status); } && {
14603
 
-        test -z "$ac_c_werror_flag" ||
14604
 
-        test ! -s conftest.err
14605
 
-       } && test -s conftest$ac_exeext &&
14606
 
-       $as_test_x conftest$ac_exeext; then
14607
 
-  ac_cv_lib_dld_shl_load=yes
14608
 
-else
14609
 
-  echo "$as_me: failed program was:" >&5
14610
 
-sed 's/^/| /' conftest.$ac_ext >&5
14611
 
-
14612
 
-       ac_cv_lib_dld_shl_load=no
14613
 
-fi
14614
 
-
14615
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14616
 
-      conftest$ac_exeext conftest.$ac_ext
14617
 
-LIBS=$ac_check_lib_save_LIBS
14618
 
-fi
14619
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
14620
 
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
14621
 
-if test $ac_cv_lib_dld_shl_load = yes; then
14622
 
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
14623
 
-else
14624
 
-  { echo "$as_me:$LINENO: checking for dlopen" >&5
14625
 
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
14626
 
-if test "${ac_cv_func_dlopen+set}" = set; then
14627
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14628
 
-else
14629
 
-  cat >conftest.$ac_ext <<_ACEOF
14630
 
-/* confdefs.h.  */
14631
 
-_ACEOF
14632
 
-cat confdefs.h >>conftest.$ac_ext
14633
 
-cat >>conftest.$ac_ext <<_ACEOF
14634
 
-/* end confdefs.h.  */
14635
 
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
14636
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14637
 
-#define dlopen innocuous_dlopen
14638
 
-
14639
 
-/* System header to define __stub macros and hopefully few prototypes,
14640
 
-    which can conflict with char dlopen (); below.
14641
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14642
 
-    <limits.h> exists even on freestanding compilers.  */
14643
 
-
14644
 
-#ifdef __STDC__
14645
 
-# include <limits.h>
14646
 
-#else
14647
 
-# include <assert.h>
14648
 
-#endif
14649
 
-
14650
 
-#undef dlopen
14651
 
-
14652
 
-/* Override any GCC internal prototype to avoid an error.
14653
 
-   Use char because int might match the return type of a GCC
14654
 
-   builtin and then its argument prototype would still apply.  */
14655
 
-#ifdef __cplusplus
14656
 
-extern "C"
14657
 
-#endif
14658
 
-char dlopen ();
14659
 
-/* The GNU C library defines this for functions which it implements
14660
 
-    to always fail with ENOSYS.  Some functions are actually named
14661
 
-    something starting with __ and the normal name is an alias.  */
14662
 
-#if defined __stub_dlopen || defined __stub___dlopen
14663
 
-choke me
14664
 
-#endif
14665
 
-
14666
 
-int
14667
 
-main ()
14668
 
-{
14669
 
-return dlopen ();
14670
 
-  ;
14671
 
-  return 0;
14672
 
-}
14673
 
-_ACEOF
14674
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14675
 
-if { (ac_try="$ac_link"
14676
 
-case "(($ac_try" in
14677
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14678
 
-  *) ac_try_echo=$ac_try;;
14679
 
-esac
14680
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14681
 
-  (eval "$ac_link") 2>conftest.er1
14682
 
-  ac_status=$?
14683
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14684
 
-  rm -f conftest.er1
14685
 
-  cat conftest.err >&5
14686
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14687
 
-  (exit $ac_status); } && {
14688
 
-        test -z "$ac_c_werror_flag" ||
14689
 
-        test ! -s conftest.err
14690
 
-       } && test -s conftest$ac_exeext &&
14691
 
-       $as_test_x conftest$ac_exeext; then
14692
 
-  ac_cv_func_dlopen=yes
14693
 
-else
14694
 
-  echo "$as_me: failed program was:" >&5
14695
 
-sed 's/^/| /' conftest.$ac_ext >&5
14696
 
-
14697
 
-       ac_cv_func_dlopen=no
14698
 
-fi
14699
 
-
14700
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14701
 
-      conftest$ac_exeext conftest.$ac_ext
14702
 
-fi
14703
 
-{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
14704
 
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
14705
 
-if test $ac_cv_func_dlopen = yes; then
14706
 
-  lt_cv_dlopen="dlopen"
14707
 
-else
14708
 
-  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
14709
 
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
14710
 
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
14711
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14712
 
-else
14713
 
-  ac_check_lib_save_LIBS=$LIBS
14714
 
-LIBS="-ldl  $LIBS"
14715
 
-cat >conftest.$ac_ext <<_ACEOF
14716
 
-/* confdefs.h.  */
14717
 
-_ACEOF
14718
 
-cat confdefs.h >>conftest.$ac_ext
14719
 
-cat >>conftest.$ac_ext <<_ACEOF
14720
 
-/* end confdefs.h.  */
14721
 
-
14722
 
-/* Override any GCC internal prototype to avoid an error.
14723
 
-   Use char because int might match the return type of a GCC
14724
 
-   builtin and then its argument prototype would still apply.  */
14725
 
-#ifdef __cplusplus
14726
 
-extern "C"
14727
 
-#endif
14728
 
-char dlopen ();
14729
 
-int
14730
 
-main ()
14731
 
-{
14732
 
-return dlopen ();
14733
 
-  ;
14734
 
-  return 0;
14735
 
-}
14736
 
-_ACEOF
14737
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14738
 
-if { (ac_try="$ac_link"
14739
 
-case "(($ac_try" in
14740
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14741
 
-  *) ac_try_echo=$ac_try;;
14742
 
-esac
14743
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14744
 
-  (eval "$ac_link") 2>conftest.er1
14745
 
-  ac_status=$?
14746
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14747
 
-  rm -f conftest.er1
14748
 
-  cat conftest.err >&5
14749
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14750
 
-  (exit $ac_status); } && {
14751
 
-        test -z "$ac_c_werror_flag" ||
14752
 
-        test ! -s conftest.err
14753
 
-       } && test -s conftest$ac_exeext &&
14754
 
-       $as_test_x conftest$ac_exeext; then
14755
 
-  ac_cv_lib_dl_dlopen=yes
14756
 
-else
14757
 
-  echo "$as_me: failed program was:" >&5
14758
 
-sed 's/^/| /' conftest.$ac_ext >&5
14759
 
-
14760
 
-       ac_cv_lib_dl_dlopen=no
14761
 
-fi
14762
 
-
14763
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14764
 
-      conftest$ac_exeext conftest.$ac_ext
14765
 
-LIBS=$ac_check_lib_save_LIBS
14766
 
-fi
14767
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
14768
 
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
14769
 
-if test $ac_cv_lib_dl_dlopen = yes; then
14770
 
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
14771
 
-else
14772
 
-  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
14773
 
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
14774
 
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
14775
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14776
 
-else
14777
 
-  ac_check_lib_save_LIBS=$LIBS
14778
 
-LIBS="-lsvld  $LIBS"
14779
 
-cat >conftest.$ac_ext <<_ACEOF
14780
 
-/* confdefs.h.  */
14781
 
-_ACEOF
14782
 
-cat confdefs.h >>conftest.$ac_ext
14783
 
-cat >>conftest.$ac_ext <<_ACEOF
14784
 
-/* end confdefs.h.  */
14785
 
-
14786
 
-/* Override any GCC internal prototype to avoid an error.
14787
 
-   Use char because int might match the return type of a GCC
14788
 
-   builtin and then its argument prototype would still apply.  */
14789
 
-#ifdef __cplusplus
14790
 
-extern "C"
14791
 
-#endif
14792
 
-char dlopen ();
14793
 
-int
14794
 
-main ()
14795
 
-{
14796
 
-return dlopen ();
14797
 
-  ;
14798
 
-  return 0;
14799
 
-}
14800
 
-_ACEOF
14801
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14802
 
-if { (ac_try="$ac_link"
14803
 
-case "(($ac_try" in
14804
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14805
 
-  *) ac_try_echo=$ac_try;;
14806
 
-esac
14807
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14808
 
-  (eval "$ac_link") 2>conftest.er1
14809
 
-  ac_status=$?
14810
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14811
 
-  rm -f conftest.er1
14812
 
-  cat conftest.err >&5
14813
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814
 
-  (exit $ac_status); } && {
14815
 
-        test -z "$ac_c_werror_flag" ||
14816
 
-        test ! -s conftest.err
14817
 
-       } && test -s conftest$ac_exeext &&
14818
 
-       $as_test_x conftest$ac_exeext; then
14819
 
-  ac_cv_lib_svld_dlopen=yes
14820
 
-else
14821
 
-  echo "$as_me: failed program was:" >&5
14822
 
-sed 's/^/| /' conftest.$ac_ext >&5
14823
 
-
14824
 
-       ac_cv_lib_svld_dlopen=no
14825
 
-fi
14826
 
-
14827
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14828
 
-      conftest$ac_exeext conftest.$ac_ext
14829
 
-LIBS=$ac_check_lib_save_LIBS
14830
 
-fi
14831
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
14832
 
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
14833
 
-if test $ac_cv_lib_svld_dlopen = yes; then
14834
 
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
14835
 
-else
14836
 
-  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
14837
 
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
14838
 
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
14839
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
14840
 
-else
14841
 
-  ac_check_lib_save_LIBS=$LIBS
14842
 
-LIBS="-ldld  $LIBS"
14843
 
-cat >conftest.$ac_ext <<_ACEOF
14844
 
-/* confdefs.h.  */
14845
 
-_ACEOF
14846
 
-cat confdefs.h >>conftest.$ac_ext
14847
 
-cat >>conftest.$ac_ext <<_ACEOF
14848
 
-/* end confdefs.h.  */
14849
 
-
14850
 
-/* Override any GCC internal prototype to avoid an error.
14851
 
-   Use char because int might match the return type of a GCC
14852
 
-   builtin and then its argument prototype would still apply.  */
14853
 
-#ifdef __cplusplus
14854
 
-extern "C"
14855
 
-#endif
14856
 
-char dld_link ();
14857
 
-int
14858
 
-main ()
14859
 
-{
14860
 
-return dld_link ();
14861
 
-  ;
14862
 
-  return 0;
14863
 
-}
14864
 
-_ACEOF
14865
 
-rm -f conftest.$ac_objext conftest$ac_exeext
14866
 
-if { (ac_try="$ac_link"
14867
 
-case "(($ac_try" in
14868
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14869
 
-  *) ac_try_echo=$ac_try;;
14870
 
-esac
14871
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14872
 
-  (eval "$ac_link") 2>conftest.er1
14873
 
-  ac_status=$?
14874
 
-  grep -v '^ *+' conftest.er1 >conftest.err
14875
 
-  rm -f conftest.er1
14876
 
-  cat conftest.err >&5
14877
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14878
 
-  (exit $ac_status); } && {
14879
 
-        test -z "$ac_c_werror_flag" ||
14880
 
-        test ! -s conftest.err
14881
 
-       } && test -s conftest$ac_exeext &&
14882
 
-       $as_test_x conftest$ac_exeext; then
14883
 
-  ac_cv_lib_dld_dld_link=yes
14884
 
-else
14885
 
-  echo "$as_me: failed program was:" >&5
14886
 
-sed 's/^/| /' conftest.$ac_ext >&5
14887
 
-
14888
 
-       ac_cv_lib_dld_dld_link=no
14889
 
-fi
14890
 
-
14891
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14892
 
-      conftest$ac_exeext conftest.$ac_ext
14893
 
-LIBS=$ac_check_lib_save_LIBS
14894
 
-fi
14895
 
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
14896
 
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
14897
 
-if test $ac_cv_lib_dld_dld_link = yes; then
14898
 
-  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
14899
 
-fi
14900
 
-
14901
 
-
14902
 
-fi
14903
 
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14904
 
+  shlibpath_overrides_runpath=no
14905
 
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14906
 
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14907
 
+  hardcode_into_libs=yes
14908
 
+  ;;
14909
 
 
14910
 
+# No shared lib support for Linux oldld, aout, or coff.
14911
 
+linux*oldld* | linux*aout* | linux*coff*)
14912
 
+  dynamic_linker=no
14913
 
+  ;;
14914
 
 
14915
 
-fi
14916
 
+# This must be Linux ELF.
14917
 
+linux* | k*bsd*-gnu)
14918
 
+  version_type=linux
14919
 
+  need_lib_prefix=no
14920
 
+  need_version=no
14921
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14922
 
+  soname_spec='${libname}${release}${shared_ext}$major'
14923
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14924
 
+  shlibpath_var=LD_LIBRARY_PATH
14925
 
+  shlibpath_overrides_runpath=no
14926
 
+  # This implies no fast_install, which is unacceptable.
14927
 
+  # Some rework will be needed to allow for fast_install
14928
 
+  # before this can be enabled.
14929
 
+  hardcode_into_libs=yes
14930
 
 
14931
 
+  # Append ld.so.conf contents to the search path
14932
 
+  if test -f /etc/ld.so.conf; then
14933
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
14934
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14935
 
+  fi
14936
 
 
14937
 
-fi
14938
 
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
14939
 
+  # powerpc, because MkLinux only supported shared libraries with the
14940
 
+  # GNU dynamic linker.  Since this was broken with cross compilers,
14941
 
+  # most powerpc-linux boxes support dynamic linking these days and
14942
 
+  # people can always --disable-shared, the test was removed, and we
14943
 
+  # assume the GNU/Linux dynamic linker is in use.
14944
 
+  dynamic_linker='GNU/Linux ld.so'
14945
 
+  ;;
14946
 
 
14947
 
+netbsdelf*-gnu)
14948
 
+  version_type=linux
14949
 
+  need_lib_prefix=no
14950
 
+  need_version=no
14951
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14952
 
+  soname_spec='${libname}${release}${shared_ext}$major'
14953
 
+  shlibpath_var=LD_LIBRARY_PATH
14954
 
+  shlibpath_overrides_runpath=no
14955
 
+  hardcode_into_libs=yes
14956
 
+  dynamic_linker='NetBSD ld.elf_so'
14957
 
+  ;;
14958
 
 
14959
 
-fi
14960
 
+netbsd*)
14961
 
+  version_type=sunos
14962
 
+  need_lib_prefix=no
14963
 
+  need_version=no
14964
 
+  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
14965
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14966
 
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14967
 
+    dynamic_linker='NetBSD (a.out) ld.so'
14968
 
+  else
14969
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14970
 
+    soname_spec='${libname}${release}${shared_ext}$major'
14971
 
+    dynamic_linker='NetBSD ld.elf_so'
14972
 
+  fi
14973
 
+  shlibpath_var=LD_LIBRARY_PATH
14974
 
+  shlibpath_overrides_runpath=yes
14975
 
+  hardcode_into_libs=yes
14976
 
+  ;;
14977
 
 
14978
 
+newsos6)
14979
 
+  version_type=linux
14980
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14981
 
+  shlibpath_var=LD_LIBRARY_PATH
14982
 
+  shlibpath_overrides_runpath=yes
14983
 
+  ;;
14984
 
 
14985
 
-fi
14986
 
+nto-qnx*)
14987
 
+  version_type=linux
14988
 
+  need_lib_prefix=no
14989
 
+  need_version=no
14990
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14991
 
+  soname_spec='${libname}${release}${shared_ext}$major'
14992
 
+  shlibpath_var=LD_LIBRARY_PATH
14993
 
+  shlibpath_overrides_runpath=yes
14994
 
+  ;;
14995
 
 
14996
 
-    ;;
14997
 
+openbsd*)
14998
 
+  version_type=sunos
14999
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
15000
 
+  need_lib_prefix=no
15001
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15002
 
+  case $host_os in
15003
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
15004
 
+    *)                         need_version=no  ;;
15005
 
   esac
15006
 
-
15007
 
-  if test "x$lt_cv_dlopen" != xno; then
15008
 
-    enable_dlopen=yes
15009
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15010
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15011
 
+  shlibpath_var=LD_LIBRARY_PATH
15012
 
+  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15013
 
+    case $host_os in
15014
 
+      openbsd2.[89] | openbsd2.[89].*)
15015
 
+       shlibpath_overrides_runpath=no
15016
 
+       ;;
15017
 
+      *)
15018
 
+       shlibpath_overrides_runpath=yes
15019
 
+       ;;
15020
 
+      esac
15021
 
   else
15022
 
-    enable_dlopen=no
15023
 
+    shlibpath_overrides_runpath=yes
15024
 
   fi
15025
 
+  ;;
15026
 
 
15027
 
-  case $lt_cv_dlopen in
15028
 
-  dlopen)
15029
 
-    save_CPPFLAGS="$CPPFLAGS"
15030
 
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
15031
 
-
15032
 
-    save_LDFLAGS="$LDFLAGS"
15033
 
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
15034
 
-
15035
 
-    save_LIBS="$LIBS"
15036
 
-    LIBS="$lt_cv_dlopen_libs $LIBS"
15037
 
-
15038
 
-    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
15039
 
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
15040
 
-if test "${lt_cv_dlopen_self+set}" = set; then
15041
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15042
 
-else
15043
 
-         if test "$cross_compiling" = yes; then :
15044
 
-  lt_cv_dlopen_self=cross
15045
 
-else
15046
 
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
15047
 
-  lt_status=$lt_dlunknown
15048
 
-  cat > conftest.$ac_ext <<EOF
15049
 
-#line 21514 "configure"
15050
 
-#include "confdefs.h"
15051
 
-
15052
 
-#if HAVE_DLFCN_H
15053
 
-#include <dlfcn.h>
15054
 
-#endif
15055
 
+os2*)
15056
 
+  libname_spec='$name'
15057
 
+  shrext_cmds=".dll"
15058
 
+  need_lib_prefix=no
15059
 
+  library_names_spec='$libname${shared_ext} $libname.a'
15060
 
+  dynamic_linker='OS/2 ld.exe'
15061
 
+  shlibpath_var=LIBPATH
15062
 
+  ;;
15063
 
 
15064
 
-#include <stdio.h>
15065
 
+osf3* | osf4* | osf5*)
15066
 
+  version_type=osf
15067
 
+  need_lib_prefix=no
15068
 
+  need_version=no
15069
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15070
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15071
 
+  shlibpath_var=LD_LIBRARY_PATH
15072
 
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15073
 
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15074
 
+  ;;
15075
 
 
15076
 
-#ifdef RTLD_GLOBAL
15077
 
-#  define LT_DLGLOBAL          RTLD_GLOBAL
15078
 
-#else
15079
 
-#  ifdef DL_GLOBAL
15080
 
-#    define LT_DLGLOBAL                DL_GLOBAL
15081
 
-#  else
15082
 
-#    define LT_DLGLOBAL                0
15083
 
-#  endif
15084
 
-#endif
15085
 
+rdos*)
15086
 
+  dynamic_linker=no
15087
 
+  ;;
15088
 
 
15089
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
15090
 
-   find out it does not work in some platform. */
15091
 
-#ifndef LT_DLLAZY_OR_NOW
15092
 
-#  ifdef RTLD_LAZY
15093
 
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
15094
 
-#  else
15095
 
-#    ifdef DL_LAZY
15096
 
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
15097
 
-#    else
15098
 
-#      ifdef RTLD_NOW
15099
 
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
15100
 
-#      else
15101
 
-#        ifdef DL_NOW
15102
 
-#          define LT_DLLAZY_OR_NOW     DL_NOW
15103
 
-#        else
15104
 
-#          define LT_DLLAZY_OR_NOW     0
15105
 
-#        endif
15106
 
-#      endif
15107
 
-#    endif
15108
 
-#  endif
15109
 
-#endif
15110
 
+solaris*)
15111
 
+  version_type=linux
15112
 
+  need_lib_prefix=no
15113
 
+  need_version=no
15114
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15115
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15116
 
+  shlibpath_var=LD_LIBRARY_PATH
15117
 
+  shlibpath_overrides_runpath=yes
15118
 
+  hardcode_into_libs=yes
15119
 
+  # ldd complains unless libraries are executable
15120
 
+  postinstall_cmds='chmod +x $lib'
15121
 
+  ;;
15122
 
 
15123
 
-#ifdef __cplusplus
15124
 
-extern "C" void exit (int);
15125
 
-#endif
15126
 
+sunos4*)
15127
 
+  version_type=sunos
15128
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15129
 
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15130
 
+  shlibpath_var=LD_LIBRARY_PATH
15131
 
+  shlibpath_overrides_runpath=yes
15132
 
+  if test "$with_gnu_ld" = yes; then
15133
 
+    need_lib_prefix=no
15134
 
+  fi
15135
 
+  need_version=yes
15136
 
+  ;;
15137
 
 
15138
 
-void fnord() { int i=42;}
15139
 
-int main ()
15140
 
-{
15141
 
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
15142
 
-  int status = $lt_dlunknown;
15143
 
+sysv4 | sysv4.3*)
15144
 
+  version_type=linux
15145
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15146
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15147
 
+  shlibpath_var=LD_LIBRARY_PATH
15148
 
+  case $host_vendor in
15149
 
+    sni)
15150
 
+      shlibpath_overrides_runpath=no
15151
 
+      need_lib_prefix=no
15152
 
+      export_dynamic_flag_spec='${wl}-Blargedynsym'
15153
 
+      runpath_var=LD_RUN_PATH
15154
 
+      ;;
15155
 
+    siemens)
15156
 
+      need_lib_prefix=no
15157
 
+      ;;
15158
 
+    motorola)
15159
 
+      need_lib_prefix=no
15160
 
+      need_version=no
15161
 
+      shlibpath_overrides_runpath=no
15162
 
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
15163
 
+      ;;
15164
 
+  esac
15165
 
+  ;;
15166
 
 
15167
 
-  if (self)
15168
 
-    {
15169
 
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
15170
 
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
15171
 
-      /* dlclose (self); */
15172
 
-    }
15173
 
+sysv4*MP*)
15174
 
+  if test -d /usr/nec ;then
15175
 
+    version_type=linux
15176
 
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15177
 
+    soname_spec='$libname${shared_ext}.$major'
15178
 
+    shlibpath_var=LD_LIBRARY_PATH
15179
 
+  fi
15180
 
+  ;;
15181
 
 
15182
 
-    exit (status);
15183
 
-}
15184
 
-EOF
15185
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15186
 
-  (eval $ac_link) 2>&5
15187
 
-  ac_status=$?
15188
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15189
 
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
15190
 
-    (./conftest; exit; ) 2>/dev/null
15191
 
-    lt_status=$?
15192
 
-    case x$lt_status in
15193
 
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
15194
 
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
15195
 
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
15196
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15197
 
+  version_type=freebsd-elf
15198
 
+  need_lib_prefix=no
15199
 
+  need_version=no
15200
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15201
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15202
 
+  shlibpath_var=LD_LIBRARY_PATH
15203
 
+  hardcode_into_libs=yes
15204
 
+  if test "$with_gnu_ld" = yes; then
15205
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15206
 
+    shlibpath_overrides_runpath=no
15207
 
+  else
15208
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
15209
 
+    shlibpath_overrides_runpath=yes
15210
 
+    case $host_os in
15211
 
+      sco3.2v5*)
15212
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
15213
 
+       ;;
15214
 
     esac
15215
 
-  else :
15216
 
-    # compilation failed
15217
 
-    lt_cv_dlopen_self=no
15218
 
   fi
15219
 
-fi
15220
 
-rm -fr conftest*
15221
 
-
15222
 
-
15223
 
-fi
15224
 
-{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
15225
 
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
15226
 
-
15227
 
-    if test "x$lt_cv_dlopen_self" = xyes; then
15228
 
-      LDFLAGS="$LDFLAGS $link_static_flag"
15229
 
-      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
15230
 
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
15231
 
-if test "${lt_cv_dlopen_self_static+set}" = set; then
15232
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
15233
 
-else
15234
 
-         if test "$cross_compiling" = yes; then :
15235
 
-  lt_cv_dlopen_self_static=cross
15236
 
-else
15237
 
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
15238
 
-  lt_status=$lt_dlunknown
15239
 
-  cat > conftest.$ac_ext <<EOF
15240
 
-#line 21612 "configure"
15241
 
-#include "confdefs.h"
15242
 
-
15243
 
-#if HAVE_DLFCN_H
15244
 
-#include <dlfcn.h>
15245
 
-#endif
15246
 
-
15247
 
-#include <stdio.h>
15248
 
-
15249
 
-#ifdef RTLD_GLOBAL
15250
 
-#  define LT_DLGLOBAL          RTLD_GLOBAL
15251
 
-#else
15252
 
-#  ifdef DL_GLOBAL
15253
 
-#    define LT_DLGLOBAL                DL_GLOBAL
15254
 
-#  else
15255
 
-#    define LT_DLGLOBAL                0
15256
 
-#  endif
15257
 
-#endif
15258
 
-
15259
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
15260
 
-   find out it does not work in some platform. */
15261
 
-#ifndef LT_DLLAZY_OR_NOW
15262
 
-#  ifdef RTLD_LAZY
15263
 
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
15264
 
-#  else
15265
 
-#    ifdef DL_LAZY
15266
 
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
15267
 
-#    else
15268
 
-#      ifdef RTLD_NOW
15269
 
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
15270
 
-#      else
15271
 
-#        ifdef DL_NOW
15272
 
-#          define LT_DLLAZY_OR_NOW     DL_NOW
15273
 
-#        else
15274
 
-#          define LT_DLLAZY_OR_NOW     0
15275
 
-#        endif
15276
 
-#      endif
15277
 
-#    endif
15278
 
-#  endif
15279
 
-#endif
15280
 
-
15281
 
-#ifdef __cplusplus
15282
 
-extern "C" void exit (int);
15283
 
-#endif
15284
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
15285
 
+  ;;
15286
 
 
15287
 
-void fnord() { int i=42;}
15288
 
-int main ()
15289
 
-{
15290
 
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
15291
 
-  int status = $lt_dlunknown;
15292
 
+uts4*)
15293
 
+  version_type=linux
15294
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15295
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15296
 
+  shlibpath_var=LD_LIBRARY_PATH
15297
 
+  ;;
15298
 
 
15299
 
-  if (self)
15300
 
-    {
15301
 
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
15302
 
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
15303
 
-      /* dlclose (self); */
15304
 
-    }
15305
 
+*)
15306
 
+  dynamic_linker=no
15307
 
+  ;;
15308
 
+esac
15309
 
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
15310
 
+echo "${ECHO_T}$dynamic_linker" >&6; }
15311
 
+test "$dynamic_linker" = no && can_build_shared=no
15312
 
 
15313
 
-    exit (status);
15314
 
-}
15315
 
-EOF
15316
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15317
 
-  (eval $ac_link) 2>&5
15318
 
-  ac_status=$?
15319
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15320
 
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
15321
 
-    (./conftest; exit; ) 2>/dev/null
15322
 
-    lt_status=$?
15323
 
-    case x$lt_status in
15324
 
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
15325
 
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
15326
 
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
15327
 
-    esac
15328
 
-  else :
15329
 
-    # compilation failed
15330
 
-    lt_cv_dlopen_self_static=no
15331
 
-  fi
15332
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15333
 
+if test "$GCC" = yes; then
15334
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15335
 
 fi
15336
 
-rm -fr conftest*
15337
 
 
15338
 
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
15339
 
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
15340
 
+hardcode_action_GCJ=
15341
 
+if test -n "$hardcode_libdir_flag_spec_GCJ" || \
15342
 
+   test -n "$runpath_var_GCJ" || \
15343
 
+   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
15344
 
 
15345
 
+  # We can hardcode non-existant directories.
15346
 
+  if test "$hardcode_direct_GCJ" != no &&
15347
 
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
15348
 
+     # have to relink, otherwise we might link with an installed library
15349
 
+     # when we should be linking with a yet-to-be-installed one
15350
 
+     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
15351
 
+     test "$hardcode_minus_L_GCJ" != no; then
15352
 
+    # Linking always hardcodes the temporary library directory.
15353
 
+    hardcode_action_GCJ=relink
15354
 
+  else
15355
 
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
15356
 
+    hardcode_action_GCJ=immediate
15357
 
+  fi
15358
 
+else
15359
 
+  # We cannot hardcode anything, or else we can only hardcode existing
15360
 
+  # directories.
15361
 
+  hardcode_action_GCJ=unsupported
15362
 
 fi
15363
 
-{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
15364
 
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
15365
 
-    fi
15366
 
-
15367
 
-    CPPFLAGS="$save_CPPFLAGS"
15368
 
-    LDFLAGS="$save_LDFLAGS"
15369
 
-    LIBS="$save_LIBS"
15370
 
-    ;;
15371
 
-  esac
15372
 
-
15373
 
-  case $lt_cv_dlopen_self in
15374
 
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
15375
 
-  *) enable_dlopen_self=unknown ;;
15376
 
-  esac
15377
 
+{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
15378
 
+echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
15379
 
 
15380
 
-  case $lt_cv_dlopen_self_static in
15381
 
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
15382
 
-  *) enable_dlopen_self_static=unknown ;;
15383
 
-  esac
15384
 
+if test "$hardcode_action_GCJ" = relink; then
15385
 
+  # Fast installation is not supported
15386
 
+  enable_fast_install=no
15387
 
+elif test "$shlibpath_overrides_runpath" = yes ||
15388
 
+     test "$enable_shared" = no; then
15389
 
+  # Fast installation is not necessary
15390
 
+  enable_fast_install=needless
15391
 
 fi
15392
 
 
15393
 
 
15394
 
@@ -21726,7 +21694,8 @@
15395
 
   # Now quote all the things that may contain metacharacters while being
15396
 
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
15397
 
   # variables and quote the copies for generation of the libtool script.
15398
 
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
15399
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
15400
 
+    SED SHELL STRIP \
15401
 
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
15402
 
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
15403
 
     deplibs_check_method reload_flag reload_cmds need_locks \
15404
 
@@ -21767,6 +21736,7 @@
15405
 
     module_cmds_GCJ \
15406
 
     module_expsym_cmds_GCJ \
15407
 
     lt_cv_prog_compiler_c_o_GCJ \
15408
 
+    fix_srcfile_path_GCJ \
15409
 
     exclude_expsyms_GCJ \
15410
 
     include_expsyms_GCJ; do
15411
 
 
15412
 
@@ -21826,6 +21796,12 @@
15413
 
 # The host system.
15414
 
 host_alias=$host_alias
15415
 
 host=$host
15416
 
+host_os=$host_os
15417
 
+
15418
 
+# The build system.
15419
 
+build_alias=$build_alias
15420
 
+build=$build
15421
 
+build_os=$build_os
15422
 
 
15423
 
 # An echo program that does not interpret backslashes.
15424
 
 echo=$lt_echo
15425
 
@@ -21837,6 +21813,9 @@
15426
 
 # A C compiler.
15427
 
 LTCC=$lt_LTCC
15428
 
 
15429
 
+# LTCC compiler flags.
15430
 
+LTCFLAGS=$lt_LTCFLAGS
15431
 
+
15432
 
 # A language-specific compiler.
15433
 
 CC=$lt_compiler_GCJ
15434
 
 
15435
 
@@ -21856,7 +21835,7 @@
15436
 
 NM=$lt_NM
15437
 
 
15438
 
 # A symbol stripping program
15439
 
-STRIP=$STRIP
15440
 
+STRIP=$lt_STRIP
15441
 
 
15442
 
 # Used to examine libraries when file_magic_cmd begins "file"
15443
 
 MAGIC_CMD=$MAGIC_CMD
15444
 
@@ -21887,7 +21866,7 @@
15445
 
 libext="$libext"
15446
 
 
15447
 
 # Shared library suffix (normally ".so").
15448
 
-shrext='$shrext'
15449
 
+shrext_cmds='$shrext_cmds'
15450
 
 
15451
 
 # Executable file suffix (normally "").
15452
 
 exeext="$exeext"
15453
 
@@ -21902,7 +21881,7 @@
15454
 
 # Does compiler simultaneously support -c and -o options?
15455
 
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
15456
 
 
15457
 
-# Must we lock files when doing compilation ?
15458
 
+# Must we lock files when doing compilation?
15459
 
 need_locks=$lt_need_locks
15460
 
 
15461
 
 # Do we need the lib prefix for modules?
15462
 
@@ -22078,7 +22057,7 @@
15463
 
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15464
 
 
15465
 
 # Fix the shell variable \$srcfile for the compiler.
15466
 
-fix_srcfile_path="$fix_srcfile_path_GCJ"
15467
 
+fix_srcfile_path=$lt_fix_srcfile_path
15468
 
 
15469
 
 # Set to yes if exported symbols are required.
15470
 
 always_export_symbols=$always_export_symbols_GCJ
15471
 
@@ -22104,7 +22083,10 @@
15472
 
   # If there is no Makefile yet, we rely on a make rule to execute
15473
 
   # `config.status --recheck' to rerun these tests and create the
15474
 
   # libtool script then.
15475
 
-  test -f Makefile && make "$ltmain"
15476
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
15477
 
+  if test -f "$ltmain_in"; then
15478
 
+    test -f Makefile && make "$ltmain"
15479
 
+  fi
15480
 
 fi
15481
 
 
15482
 
 
15483
 
@@ -22132,7 +22114,7 @@
15484
 
 objext_RC=$objext
15485
 
 
15486
 
 # Code to be used in simple compile tests
15487
 
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
15488
 
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
15489
 
 
15490
 
 # Code to be used in simple link tests
15491
 
 lt_simple_link_test_code="$lt_simple_compile_test_code"
15492
 
@@ -22142,15 +22124,42 @@
15493
 
 # If no C compiler was specified, use CC.
15494
 
 LTCC=${LTCC-"$CC"}
15495
 
 
15496
 
+# If no C compiler flags were specified, use CFLAGS.
15497
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
15498
 
+
15499
 
 # Allow CC to be a program name with arguments.
15500
 
 compiler=$CC
15501
 
 
15502
 
 
15503
 
+# save warnings/boilerplate of simple test code
15504
 
+ac_outfile=conftest.$ac_objext
15505
 
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
15506
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
15507
 
+_lt_compiler_boilerplate=`cat conftest.err`
15508
 
+$rm conftest*
15509
 
+
15510
 
+ac_outfile=conftest.$ac_objext
15511
 
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
15512
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
15513
 
+_lt_linker_boilerplate=`cat conftest.err`
15514
 
+$rm conftest*
15515
 
+
15516
 
+
15517
 
 # Allow CC to be a program name with arguments.
15518
 
 lt_save_CC="$CC"
15519
 
 CC=${RC-"windres"}
15520
 
 compiler=$CC
15521
 
 compiler_RC=$CC
15522
 
+for cc_temp in $compiler""; do
15523
 
+  case $cc_temp in
15524
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
15525
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
15526
 
+    \-*) ;;
15527
 
+    *) break;;
15528
 
+  esac
15529
 
+done
15530
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
15531
 
+
15532
 
 lt_cv_prog_compiler_c_o_RC=yes
15533
 
 
15534
 
 # The else clause should only fire when bootstrapping the
15535
 
@@ -22166,7 +22175,8 @@
15536
 
   # Now quote all the things that may contain metacharacters while being
15537
 
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
15538
 
   # variables and quote the copies for generation of the libtool script.
15539
 
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
15540
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
15541
 
+    SED SHELL STRIP \
15542
 
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
15543
 
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
15544
 
     deplibs_check_method reload_flag reload_cmds need_locks \
15545
 
@@ -22207,6 +22217,7 @@
15546
 
     module_cmds_RC \
15547
 
     module_expsym_cmds_RC \
15548
 
     lt_cv_prog_compiler_c_o_RC \
15549
 
+    fix_srcfile_path_RC \
15550
 
     exclude_expsyms_RC \
15551
 
     include_expsyms_RC; do
15552
 
 
15553
 
@@ -22266,6 +22277,12 @@
15554
 
 # The host system.
15555
 
 host_alias=$host_alias
15556
 
 host=$host
15557
 
+host_os=$host_os
15558
 
+
15559
 
+# The build system.
15560
 
+build_alias=$build_alias
15561
 
+build=$build
15562
 
+build_os=$build_os
15563
 
 
15564
 
 # An echo program that does not interpret backslashes.
15565
 
 echo=$lt_echo
15566
 
@@ -22277,6 +22294,9 @@
15567
 
 # A C compiler.
15568
 
 LTCC=$lt_LTCC
15569
 
 
15570
 
+# LTCC compiler flags.
15571
 
+LTCFLAGS=$lt_LTCFLAGS
15572
 
+
15573
 
 # A language-specific compiler.
15574
 
 CC=$lt_compiler_RC
15575
 
 
15576
 
@@ -22296,7 +22316,7 @@
15577
 
 NM=$lt_NM
15578
 
 
15579
 
 # A symbol stripping program
15580
 
-STRIP=$STRIP
15581
 
+STRIP=$lt_STRIP
15582
 
 
15583
 
 # Used to examine libraries when file_magic_cmd begins "file"
15584
 
 MAGIC_CMD=$MAGIC_CMD
15585
 
@@ -22327,7 +22347,7 @@
15586
 
 libext="$libext"
15587
 
 
15588
 
 # Shared library suffix (normally ".so").
15589
 
-shrext='$shrext'
15590
 
+shrext_cmds='$shrext_cmds'
15591
 
 
15592
 
 # Executable file suffix (normally "").
15593
 
 exeext="$exeext"
15594
 
@@ -22342,7 +22362,7 @@
15595
 
 # Does compiler simultaneously support -c and -o options?
15596
 
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
15597
 
 
15598
 
-# Must we lock files when doing compilation ?
15599
 
+# Must we lock files when doing compilation?
15600
 
 need_locks=$lt_need_locks
15601
 
 
15602
 
 # Do we need the lib prefix for modules?
15603
 
@@ -22518,7 +22538,7 @@
15604
 
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15605
 
 
15606
 
 # Fix the shell variable \$srcfile for the compiler.
15607
 
-fix_srcfile_path="$fix_srcfile_path_RC"
15608
 
+fix_srcfile_path=$lt_fix_srcfile_path
15609
 
 
15610
 
 # Set to yes if exported symbols are required.
15611
 
 always_export_symbols=$always_export_symbols_RC
15612
 
@@ -22544,7 +22564,10 @@
15613
 
   # If there is no Makefile yet, we rely on a make rule to execute
15614
 
   # `config.status --recheck' to rerun these tests and create the
15615
 
   # libtool script then.
15616
 
-  test -f Makefile && make "$ltmain"
15617
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
15618
 
+  if test -f "$ltmain_in"; then
15619
 
+    test -f Makefile && make "$ltmain"
15620
 
+  fi
15621
 
 fi
15622
 
 
15623
 
 
15624
 
@@ -22591,7 +22614,7 @@
15625
 
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
15626
 
 
15627
 
 # Always use our own libtool.
15628
 
-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
15629
 
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
15630
 
 
15631
 
 # Prevent multiple expansion
15632
 
 
15633
 
@@ -23034,9 +23057,6 @@
15634
 
 save_CXXFLAGS="$CXXFLAGS"
15635
 
 kde_safe_LIBS="$LIBS"
15636
 
 LIBS="$LIBS $X_EXTRA_LIBS"
15637
 
-if test "$GXX" = "yes"; then
15638
 
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
15639
 
-fi
15640
 
 cat >conftest.$ac_ext <<_ACEOF
15641
 
 /* confdefs.h.  */
15642
 
 _ACEOF
15643
 
@@ -23246,9 +23266,6 @@
15644
 
 save_CXXFLAGS="$CXXFLAGS"
15645
 
 kde_safe_LIBS="$LIBS"
15646
 
 LIBS="$LIBS $X_EXTRA_LIBS"
15647
 
-if test "$GXX" = "yes"; then
15648
 
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
15649
 
-fi
15650
 
 cat >conftest.$ac_ext <<_ACEOF
15651
 
 /* confdefs.h.  */
15652
 
 _ACEOF
15653
 
@@ -25324,9 +25341,6 @@
15654
 
 save_CXXFLAGS="$CXXFLAGS"
15655
 
 kde_safe_LIBS="$LIBS"
15656
 
 LIBS="$LIBS $X_EXTRA_LIBS"
15657
 
-if test "$GXX" = "yes"; then
15658
 
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
15659
 
-fi
15660
 
 cat >conftest.$ac_ext <<_ACEOF
15661
 
 /* confdefs.h.  */
15662
 
 _ACEOF
15663
 
@@ -30148,7 +30162,7 @@
15664
 
 do
15665
 
   for j in jpeglib.h;
15666
 
   do
15667
 
-    echo "configure: 30151: $i/$j" >&5
15668
 
+    echo "configure: 30165: $i/$j" >&5
15669
 
     if test -r "$i/$j"; then
15670
 
       echo "taking that" >&5
15671
 
       jpeg_incdir=$i
15672
 
@@ -30494,7 +30508,7 @@
15673
 
 do
15674
 
   for j in $kde_qt_header;
15675
 
   do
15676
 
-    echo "configure: 30497: $i/$j" >&5
15677
 
+    echo "configure: 30511: $i/$j" >&5
15678
 
     if test -r "$i/$j"; then
15679
 
       echo "taking that" >&5
15680
 
       qt_incdir=$i
15681
 
@@ -31373,7 +31387,7 @@
15682
 
 do
15683
 
   for j in $kde_check_header;
15684
 
   do
15685
 
-    echo "configure: 31376: $i/$j" >&5
15686
 
+    echo "configure: 31390: $i/$j" >&5
15687
 
     if test -r "$i/$j"; then
15688
 
       echo "taking that" >&5
15689
 
       kde_incdir=$i
15690
 
@@ -31403,7 +31417,7 @@
15691
 
 do
15692
 
   for j in $kde_check_lib;
15693
 
   do
15694
 
-    echo "configure: 31406: $i/$j" >&5
15695
 
+    echo "configure: 31420: $i/$j" >&5
15696
 
     if test -r "$i/$j"; then
15697
 
       echo "taking that" >&5
15698
 
       kde_libdir=$i
15699
 
@@ -31421,7 +31435,7 @@
15700
 
 do
15701
 
   for j in "kde3/plugins/designer/kdewidgets.la";
15702
 
   do
15703
 
-    echo "configure: 31424: $i/$j" >&5
15704
 
+    echo "configure: 31438: $i/$j" >&5
15705
 
     if test -r "$i/$j"; then
15706
 
       echo "taking that" >&5
15707
 
       kde_widgetdir=$i
15708
 
@@ -32942,7 +32956,7 @@
15709
 
 do
15710
 
   for j in apps/ksgmltools2/customization/kde-chunk.xsl;
15711
 
   do
15712
 
-    echo "configure: 32945: $i/$j" >&5
15713
 
+    echo "configure: 32959: $i/$j" >&5
15714
 
     if test -r "$i/$j"; then
15715
 
       echo "taking that" >&5
15716
 
       KDE_XSL_STYLESHEET=$i
15717
 
@@ -33125,7 +33139,7 @@
15718
 
 do
15719
 
   for j in qsql.html;
15720
 
   do
15721
 
-    echo "configure: 33128: $i/$j" >&5
15722
 
+    echo "configure: 33142: $i/$j" >&5
15723
 
     if test -r "$i/$j"; then
15724
 
       echo "taking that" >&5
15725
 
       QTDOCDIR=$i
15726
 
@@ -37242,6 +37256,13 @@
15727
 
 LTLIBOBJS=$ac_ltlibobjs
15728
 
 
15729
 
 
15730
 
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15731
 
+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
15732
 
+Usually this means the macro was only invoked conditionally." >&5
15733
 
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
15734
 
+Usually this means the macro was only invoked conditionally." >&2;}
15735
 
+   { (exit 1); exit 1; }; }
15736
 
+fi
15737
 
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15738
 
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
15739
 
 Usually this means the macro was only invoked conditionally." >&5
15740
 
@@ -37885,6 +37906,9 @@
15741
 
 AMTAR!$AMTAR$ac_delim
15742
 
 am__tar!$am__tar$ac_delim
15743
 
 am__untar!$am__untar$ac_delim
15744
 
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
15745
 
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
15746
 
+MAINT!$MAINT$ac_delim
15747
 
 KDECONFIG!$KDECONFIG$ac_delim
15748
 
 kde_libs_prefix!$kde_libs_prefix$ac_delim
15749
 
 kde_libs_htmldir!$kde_libs_htmldir$ac_delim
15750
 
@@ -37909,9 +37933,6 @@
15751
 
 CXX!$CXX$ac_delim
15752
 
 CXXFLAGS!$CXXFLAGS$ac_delim
15753
 
 ac_ct_CXX!$ac_ct_CXX$ac_delim
15754
 
-CXXDEPMODE!$CXXDEPMODE$ac_delim
15755
 
-am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
15756
 
-am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
15757
 
 _ACEOF
15758
 
 
15759
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
15760
 
@@ -37953,6 +37974,9 @@
15761
 
 ac_delim='%!_!# '
15762
 
 for ac_last_try in false false false false false :; do
15763
 
   cat >conf$$subs.sed <<_ACEOF
15764
 
+CXXDEPMODE!$CXXDEPMODE$ac_delim
15765
 
+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
15766
 
+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
15767
 
 WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim
15768
 
 HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim
15769
 
 unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim
15770
 
@@ -37972,6 +37996,7 @@
15771
 
 KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim
15772
 
 KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim
15773
 
 KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim
15774
 
+SED!$SED$ac_delim
15775
 
 GREP!$GREP$ac_delim
15776
 
 EGREP!$EGREP$ac_delim
15777
 
 LN_S!$LN_S$ac_delim
15778
 
@@ -38046,10 +38071,6 @@
15779
 
 include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim
15780
 
 include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim
15781
 
 MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim
15782
 
-KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
15783
 
-KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
15784
 
-DCOPIDLNG!$DCOPIDLNG$ac_delim
15785
 
-DCOPIDL!$DCOPIDL$ac_delim
15786
 
 _ACEOF
15787
 
 
15788
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
15789
 
@@ -38091,6 +38112,10 @@
15790
 
 ac_delim='%!_!# '
15791
 
 for ac_last_try in false false false false false :; do
15792
 
   cat >conf$$subs.sed <<_ACEOF
15793
 
+KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
15794
 
+KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
15795
 
+DCOPIDLNG!$DCOPIDLNG$ac_delim
15796
 
+DCOPIDL!$DCOPIDL$ac_delim
15797
 
 DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim
15798
 
 DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim
15799
 
 MCOPIDL!$MCOPIDL$ac_delim
15800
 
@@ -38170,7 +38195,7 @@
15801
 
 LTLIBOBJS!$LTLIBOBJS$ac_delim
15802
 
 _ACEOF
15803
 
 
15804
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 77; then
15805
 
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then
15806
 
     break
15807
 
   elif $ac_last_try; then
15808
 
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
15809
 
@@ -38864,6 +38889,13 @@
15810
 
 LTLIBOBJS=$ac_ltlibobjs
15811
 
 
15812
 
 
15813
 
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15814
 
+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
15815
 
+Usually this means the macro was only invoked conditionally." >&5
15816
 
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
15817
 
+Usually this means the macro was only invoked conditionally." >&2;}
15818
 
+   { (exit 1); exit 1; }; }
15819
 
+fi
15820
 
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15821
 
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
15822
 
 Usually this means the macro was only invoked conditionally." >&5
15823
 
@@ -39508,6 +39540,9 @@
15824
 
 AMTAR!$AMTAR$ac_delim
15825
 
 am__tar!$am__tar$ac_delim
15826
 
 am__untar!$am__untar$ac_delim
15827
 
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
15828
 
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
15829
 
+MAINT!$MAINT$ac_delim
15830
 
 KDECONFIG!$KDECONFIG$ac_delim
15831
 
 kde_libs_prefix!$kde_libs_prefix$ac_delim
15832
 
 kde_libs_htmldir!$kde_libs_htmldir$ac_delim
15833
 
@@ -39532,9 +39567,6 @@
15834
 
 CXX!$CXX$ac_delim
15835
 
 CXXFLAGS!$CXXFLAGS$ac_delim
15836
 
 ac_ct_CXX!$ac_ct_CXX$ac_delim
15837
 
-CXXDEPMODE!$CXXDEPMODE$ac_delim
15838
 
-am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
15839
 
-am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
15840
 
 _ACEOF
15841
 
 
15842
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
15843
 
@@ -39576,6 +39608,9 @@
15844
 
 ac_delim='%!_!# '
15845
 
 for ac_last_try in false false false false false :; do
15846
 
   cat >conf$$subs.sed <<_ACEOF
15847
 
+CXXDEPMODE!$CXXDEPMODE$ac_delim
15848
 
+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
15849
 
+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
15850
 
 WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim
15851
 
 HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim
15852
 
 unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim
15853
 
@@ -39595,6 +39630,7 @@
15854
 
 KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim
15855
 
 KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim
15856
 
 KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim
15857
 
+SED!$SED$ac_delim
15858
 
 GREP!$GREP$ac_delim
15859
 
 EGREP!$EGREP$ac_delim
15860
 
 LN_S!$LN_S$ac_delim
15861
 
@@ -39669,10 +39705,6 @@
15862
 
 include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim
15863
 
 include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim
15864
 
 MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim
15865
 
-KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
15866
 
-KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
15867
 
-DCOPIDLNG!$DCOPIDLNG$ac_delim
15868
 
-DCOPIDL!$DCOPIDL$ac_delim
15869
 
 _ACEOF
15870
 
 
15871
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
15872
 
@@ -39714,6 +39746,10 @@
15873
 
 ac_delim='%!_!# '
15874
 
 for ac_last_try in false false false false false :; do
15875
 
   cat >conf$$subs.sed <<_ACEOF
15876
 
+KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
15877
 
+KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
15878
 
+DCOPIDLNG!$DCOPIDLNG$ac_delim
15879
 
+DCOPIDL!$DCOPIDL$ac_delim
15880
 
 DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim
15881
 
 DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim
15882
 
 MCOPIDL!$MCOPIDL$ac_delim
15883
 
@@ -39793,7 +39829,7 @@
15884
 
 LTLIBOBJS!$LTLIBOBJS$ac_delim
15885
 
 _ACEOF
15886
 
 
15887
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 77; then
15888
 
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then
15889
 
     break
15890
 
   elif $ac_last_try; then
15891
 
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
15892
 
@@ -40487,6 +40523,13 @@
15893
 
 LTLIBOBJS=$ac_ltlibobjs
15894
 
 
15895
 
 
15896
 
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15897
 
+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
15898
 
+Usually this means the macro was only invoked conditionally." >&5
15899
 
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
15900
 
+Usually this means the macro was only invoked conditionally." >&2;}
15901
 
+   { (exit 1); exit 1; }; }
15902
 
+fi
15903
 
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15904
 
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
15905
 
 Usually this means the macro was only invoked conditionally." >&5
15906
 
@@ -41132,6 +41175,9 @@
15907
 
 AMTAR!$AMTAR$ac_delim
15908
 
 am__tar!$am__tar$ac_delim
15909
 
 am__untar!$am__untar$ac_delim
15910
 
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
15911
 
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
15912
 
+MAINT!$MAINT$ac_delim
15913
 
 KDECONFIG!$KDECONFIG$ac_delim
15914
 
 kde_libs_prefix!$kde_libs_prefix$ac_delim
15915
 
 kde_libs_htmldir!$kde_libs_htmldir$ac_delim
15916
 
@@ -41156,9 +41202,6 @@
15917
 
 CXX!$CXX$ac_delim
15918
 
 CXXFLAGS!$CXXFLAGS$ac_delim
15919
 
 ac_ct_CXX!$ac_ct_CXX$ac_delim
15920
 
-CXXDEPMODE!$CXXDEPMODE$ac_delim
15921
 
-am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
15922
 
-am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
15923
 
 _ACEOF
15924
 
 
15925
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
15926
 
@@ -41200,6 +41243,9 @@
15927
 
 ac_delim='%!_!# '
15928
 
 for ac_last_try in false false false false false :; do
15929
 
   cat >conf$$subs.sed <<_ACEOF
15930
 
+CXXDEPMODE!$CXXDEPMODE$ac_delim
15931
 
+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
15932
 
+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
15933
 
 WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim
15934
 
 HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim
15935
 
 unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim
15936
 
@@ -41219,6 +41265,7 @@
15937
 
 KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim
15938
 
 KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim
15939
 
 KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim
15940
 
+SED!$SED$ac_delim
15941
 
 GREP!$GREP$ac_delim
15942
 
 EGREP!$EGREP$ac_delim
15943
 
 LN_S!$LN_S$ac_delim
15944
 
@@ -41293,10 +41340,6 @@
15945
 
 include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim
15946
 
 include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim
15947
 
 MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim
15948
 
-KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
15949
 
-KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
15950
 
-DCOPIDLNG!$DCOPIDLNG$ac_delim
15951
 
-DCOPIDL!$DCOPIDL$ac_delim
15952
 
 _ACEOF
15953
 
 
15954
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
15955
 
@@ -41338,6 +41381,10 @@
15956
 
 ac_delim='%!_!# '
15957
 
 for ac_last_try in false false false false false :; do
15958
 
   cat >conf$$subs.sed <<_ACEOF
15959
 
+KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
15960
 
+KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
15961
 
+DCOPIDLNG!$DCOPIDLNG$ac_delim
15962
 
+DCOPIDL!$DCOPIDL$ac_delim
15963
 
 DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim
15964
 
 DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim
15965
 
 MCOPIDL!$MCOPIDL$ac_delim
15966
 
@@ -41417,7 +41464,7 @@
15967
 
 LTLIBOBJS!$LTLIBOBJS$ac_delim
15968
 
 _ACEOF
15969
 
 
15970
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 77; then
15971
 
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then
15972
 
     break
15973
 
   elif $ac_last_try; then
15974
 
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
15975
 
@@ -42456,6 +42503,13 @@
15976
 
 LTLIBOBJS=$ac_ltlibobjs
15977
 
 
15978
 
 
15979
 
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15980
 
+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
15981
 
+Usually this means the macro was only invoked conditionally." >&5
15982
 
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
15983
 
+Usually this means the macro was only invoked conditionally." >&2;}
15984
 
+   { (exit 1); exit 1; }; }
15985
 
+fi
15986
 
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15987
 
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
15988
 
 Usually this means the macro was only invoked conditionally." >&5
15989
 
@@ -43257,6 +43311,9 @@
15990
 
 AMTAR!$AMTAR$ac_delim
15991
 
 am__tar!$am__tar$ac_delim
15992
 
 am__untar!$am__untar$ac_delim
15993
 
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
15994
 
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
15995
 
+MAINT!$MAINT$ac_delim
15996
 
 KDECONFIG!$KDECONFIG$ac_delim
15997
 
 kde_libs_prefix!$kde_libs_prefix$ac_delim
15998
 
 kde_libs_htmldir!$kde_libs_htmldir$ac_delim
15999
 
@@ -43281,9 +43338,6 @@
16000
 
 CXX!$CXX$ac_delim
16001
 
 CXXFLAGS!$CXXFLAGS$ac_delim
16002
 
 ac_ct_CXX!$ac_ct_CXX$ac_delim
16003
 
-CXXDEPMODE!$CXXDEPMODE$ac_delim
16004
 
-am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
16005
 
-am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
16006
 
 _ACEOF
16007
 
 
16008
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
16009
 
@@ -43325,6 +43379,9 @@
16010
 
 ac_delim='%!_!# '
16011
 
 for ac_last_try in false false false false false :; do
16012
 
   cat >conf$$subs.sed <<_ACEOF
16013
 
+CXXDEPMODE!$CXXDEPMODE$ac_delim
16014
 
+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
16015
 
+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
16016
 
 WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim
16017
 
 HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim
16018
 
 unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim
16019
 
@@ -43344,6 +43401,7 @@
16020
 
 KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim
16021
 
 KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim
16022
 
 KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim
16023
 
+SED!$SED$ac_delim
16024
 
 GREP!$GREP$ac_delim
16025
 
 EGREP!$EGREP$ac_delim
16026
 
 LN_S!$LN_S$ac_delim
16027
 
@@ -43418,10 +43476,6 @@
16028
 
 include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim
16029
 
 include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim
16030
 
 MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim
16031
 
-KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
16032
 
-KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
16033
 
-DCOPIDLNG!$DCOPIDLNG$ac_delim
16034
 
-DCOPIDL!$DCOPIDL$ac_delim
16035
 
 _ACEOF
16036
 
 
16037
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
16038
 
@@ -43463,6 +43517,10 @@
16039
 
 ac_delim='%!_!# '
16040
 
 for ac_last_try in false false false false false :; do
16041
 
   cat >conf$$subs.sed <<_ACEOF
16042
 
+KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
16043
 
+KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
16044
 
+DCOPIDLNG!$DCOPIDLNG$ac_delim
16045
 
+DCOPIDL!$DCOPIDL$ac_delim
16046
 
 DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim
16047
 
 DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim
16048
 
 MCOPIDL!$MCOPIDL$ac_delim
16049
 
@@ -43549,7 +43607,7 @@
16050
 
 po_SUBDIR_included_FALSE!$po_SUBDIR_included_FALSE$ac_delim
16051
 
 _ACEOF
16052
 
 
16053
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
16054
 
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
16055
 
     break
16056
 
   elif $ac_last_try; then
16057
 
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
16058
 
--- a/configure.in
16059
 
+++ b/configure.in
16060
 
@@ -42,6 +42,8 @@
16061
 
 dnl Automake doc recommends to do this only here. (Janos)
16062
 
 AM_INIT_AUTOMAKE(digikam-0.9.3, "3.5.8") dnl searches for some needed programs
16063
 
 
16064
 
+AM_MAINTAINER_MODE
16065
 
+
16066
 
 KDE_SET_PREFIX
16067
 
 
16068
 
 dnl generate the config header
16069
 
--- a/digikam/data/about/Makefile.in
16070
 
+++ b/digikam/data/about/Makefile.in
16071
 
@@ -196,6 +196,9 @@
16072
 
 LIB_XRENDER = @LIB_XRENDER@
16073
 
 LN_S = @LN_S@
16074
 
 LTLIBOBJS = @LTLIBOBJS@
16075
 
+MAINT = @MAINT@
16076
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
16077
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
16078
 
 MAKEINFO = @MAKEINFO@
16079
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
16080
 
 MCOPIDL = @MCOPIDL@
16081
 
@@ -220,6 +223,7 @@
16082
 
 QT_INCLUDES = @QT_INCLUDES@
16083
 
 QT_LDFLAGS = @QT_LDFLAGS@
16084
 
 RANLIB = @RANLIB@
16085
 
+SED = @SED@
16086
 
 SET_MAKE = @SET_MAKE@
16087
 
 SHELL = @SHELL@
16088
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
16089
 
@@ -353,7 +357,7 @@
16090
 
 all: docs-am  all-am
16091
 
 
16092
 
 .SUFFIXES:
16093
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
16094
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
16095
 
 #>-    @for dep in $?; do \
16096
 
 #>-      case '$(am__configure_deps)' in \
16097
 
 #>-        *$$dep*) \
16098
 
@@ -362,9 +366,9 @@
16099
 
 #>-          exit 1;; \
16100
 
 #>-      esac; \
16101
 
 #>-    done; \
16102
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/about/Makefile'; \
16103
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/about/Makefile'; \
16104
 
 #>-    cd $(top_srcdir) && \
16105
 
-#>-      $(AUTOMAKE) --gnu  digikam/data/about/Makefile
16106
 
+#>-      $(AUTOMAKE) --foreign  digikam/data/about/Makefile
16107
 
 #>+ 12
16108
 
        @for dep in $?; do \
16109
 
          case '$(am__configure_deps)' in \
16110
 
@@ -374,9 +378,9 @@
16111
 
              exit 1;; \
16112
 
          esac; \
16113
 
        done; \
16114
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/about/Makefile'; \
16115
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/about/Makefile'; \
16116
 
        cd $(top_srcdir) && \
16117
 
-         $(AUTOMAKE) --gnu  digikam/data/about/Makefile
16118
 
+         $(AUTOMAKE) --foreign  digikam/data/about/Makefile
16119
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/about/Makefile.in
16120
 
 .PRECIOUS: Makefile
16121
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
16122
 
@@ -391,9 +395,9 @@
16123
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
16124
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16125
 
 
16126
 
-$(top_srcdir)/configure:  $(am__configure_deps)
16127
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
16128
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16129
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
16130
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
16131
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16132
 
 
16133
 
 mostlyclean-libtool:
16134
 
@@ -552,7 +556,7 @@
16135
 
 .NOEXPORT:
16136
 
 
16137
 
 #>+ 2
16138
 
-KDE_DIST=bar-bottom-left.png box-bottom-middle.png bar-top-middle.png bar-bottom-right.png top-left.png box-top-left.png box-middle-left.png box-top-right.png Makefile.in box-middle-right.png bar-bottom-middle.png bar-top-right.png bottom-right.png top-right-digikam.png box-bottom-left.png bottom-left.png bar-middle-right.png digikam.css main.html top-middle.png kde_infopage.css kde_infopage_rtl.css bottom-middle.png Makefile.am box-top-middle.png bar-top-left.png box-bottom-right.png bar-middle-left.png 
16139
 
+KDE_DIST=bar-bottom-left.png bar-top-middle.png box-bottom-middle.png bar-bottom-right.png box-top-right.png box-middle-left.png box-top-left.png top-left.png Makefile.in box-middle-right.png bar-bottom-middle.png bar-top-right.png bottom-right.png top-right-digikam.png box-bottom-left.png bottom-left.png bar-middle-right.png digikam.css main.html top-middle.png kde_infopage.css kde_infopage_rtl.css bottom-middle.png Makefile.am box-top-middle.png bar-top-left.png box-bottom-right.png bar-middle-left.png 
16140
 
 
16141
 
 #>+ 2
16142
 
 docs-am:
16143
 
@@ -567,9 +571,9 @@
16144
 
              exit 1;; \
16145
 
          esac; \
16146
 
        done; \
16147
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/about/Makefile'; \
16148
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/about/Makefile'; \
16149
 
        cd $(top_srcdir) && \
16150
 
-         $(AUTOMAKE) --gnu  digikam/data/about/Makefile
16151
 
+         $(AUTOMAKE) --foreign  digikam/data/about/Makefile
16152
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/about/Makefile.in
16153
 
 
16154
 
 
16155
 
--- a/digikam/data/icons/Makefile.in
16156
 
+++ b/digikam/data/icons/Makefile.in
16157
 
@@ -186,6 +186,9 @@
16158
 
 LIB_XRENDER = @LIB_XRENDER@
16159
 
 LN_S = @LN_S@
16160
 
 LTLIBOBJS = @LTLIBOBJS@
16161
 
+MAINT = @MAINT@
16162
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
16163
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
16164
 
 MAKEINFO = @MAKEINFO@
16165
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
16166
 
 MCOPIDL = @MCOPIDL@
16167
 
@@ -210,6 +213,7 @@
16168
 
 QT_INCLUDES = @QT_INCLUDES@
16169
 
 QT_LDFLAGS = @QT_LDFLAGS@
16170
 
 RANLIB = @RANLIB@
16171
 
+SED = @SED@
16172
 
 SET_MAKE = @SET_MAKE@
16173
 
 SHELL = @SHELL@
16174
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
16175
 
@@ -337,7 +341,7 @@
16176
 
 all: docs-am  all-am
16177
 
 
16178
 
 .SUFFIXES:
16179
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
16180
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
16181
 
 #>-    @for dep in $?; do \
16182
 
 #>-      case '$(am__configure_deps)' in \
16183
 
 #>-        *$$dep*) \
16184
 
@@ -346,9 +350,9 @@
16185
 
 #>-          exit 1;; \
16186
 
 #>-      esac; \
16187
 
 #>-    done; \
16188
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/icons/Makefile'; \
16189
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/icons/Makefile'; \
16190
 
 #>-    cd $(top_srcdir) && \
16191
 
-#>-      $(AUTOMAKE) --gnu  digikam/data/icons/Makefile
16192
 
+#>-      $(AUTOMAKE) --foreign  digikam/data/icons/Makefile
16193
 
 #>+ 12
16194
 
        @for dep in $?; do \
16195
 
          case '$(am__configure_deps)' in \
16196
 
@@ -358,9 +362,9 @@
16197
 
              exit 1;; \
16198
 
          esac; \
16199
 
        done; \
16200
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/icons/Makefile'; \
16201
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/icons/Makefile'; \
16202
 
        cd $(top_srcdir) && \
16203
 
-         $(AUTOMAKE) --gnu  digikam/data/icons/Makefile
16204
 
+         $(AUTOMAKE) --foreign  digikam/data/icons/Makefile
16205
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/icons/Makefile.in
16206
 
 .PRECIOUS: Makefile
16207
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
16208
 
@@ -375,9 +379,9 @@
16209
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
16210
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16211
 
 
16212
 
-$(top_srcdir)/configure:  $(am__configure_deps)
16213
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
16214
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16215
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
16216
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
16217
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
16218
 
 
16219
 
 mostlyclean-libtool:
16220
 
@@ -520,7 +524,7 @@
16221
 
 .NOEXPORT:
16222
 
 
16223
 
 #>+ 2
16224
 
-KDE_DIST=hi64-app-digikam.png hi22-action-ratiocrop.png hi16-action-channelmixer.png hi16-action-perspective.png hi22-action-albumfoldernew.png hi48-action-addimagefolder.png hi32-action-digitalcam.png hi48-action-adjustlevels.png hi48-action-contrast.png hi32-app-digikamimageplugins.png hi48-action-antivignetting.png hi16-action-redeyes.png hi48-action-inpainting.png hi64-action-digitalcam.png hi32-action-adjustcurves.png hi16-action-oilpaint.png hi22-action-addimagefolder.png hi128-action-noisereduction.png hi32-action-shear.png hi64-action-whitebalance.png hi16-action-charcoaltool.png hi22-action-bordertool.png hi22-action-importfolders2albums.png hi48-action-charcoaltool.png hi22-action-editimage.png hi16-action-viewimage.png hi64-action-antivignetting.png hi64-action-depth16to8.png hi16-action-albumfoldernew.png hi32-action-inserttext.png hi128-action-depth8to16.png hisc-action-blurimage.svgz hisc-action-histogram.svgz hisc-action-slideshow.svgz hi32-action-filmgrain.png hi64-action-colorfx.png hi64-action-imagecomment.png hi22-action-noisereduction.png hisc-action-sharpenimage.svgz hi128-action-albumfoldercomment.png hisc-action-hotpixels.svgz hi22-action-histogram.png hi64-action-embosstool.png hi22-action-exifinfo.png hi32-action-imagecomment.png hi48-action-lensdistortion.png hi32-action-freerotation.png hisc-action-perspective.svgz hi64-action-raindrop.png hi16-action-importfolders2albums.png hi128-action-contrast.png hi64-action-contrast.png hi48-action-digitalcam.png cr16-action-crop.png hi48-action-channelmixer.png hi16-action-lensdistortion.png hi16-action-distortionfx.png cr48-action-crop.png hi32-action-colormanagement.png hi128-action-lensdistortion.png hi64-action-perspective.png hi48-action-imagecomment.png hi22-action-viewimage.png hi48-action-raindrop.png hi64-action-blurfx.png hi32-action-noisereduction.png hi128-action-antivignetting.png hi22-action-mirror.png hi32-action-depth8to16.png crsc-action-fileopen.svgz hi22-action-bwtonal.png hi22-action-oilpaint.png hi64-action-albumfoldercomment.png hi128-action-channelmixer.png hi32-action-flip.png Makefile.in hi64-action-albumfoldernew.png hi32-action-blurimage.png hi32-action-oilpaint.png hi16-action-depth16to8.png hi16-action-shear.png cr22-action-rotate_cw.png hi48-action-whitebalance.png hi32-action-albumfoldercomment.png hi22-action-slideshow.png hisc-action-adjustcurves.svgz hi64-action-infrared.png hi48-action-restoration.png hi48-action-redeyes.png hi128-action-slideshow.png hi22-action-colormanagement.png cr16-action-fileopen.png hi48-action-embosstool.png hisc-action-invertimage.svgz hi128-action-importfolders2albums.png hisc-action-editimage.svgz hisc-action-antivignetting.svgz hi64-action-inpainting.png hi48-action-filmgrain.png hi22-action-channelmixer.png hi32-action-adjusthsl.png hisc-action-contrast.svgz hisc-action-freerotation.svgz hi48-action-hotpixels.png hisc-action-inserttext.svgz hi128-action-colormanagement.png hi32-action-lighttableadd.png hi64-action-restoration.png hi32-action-mirror.png hi16-action-embosstool.png cr22-action-crop.png hi128-action-adjusthsl.png hi48-action-viewimage.png hi32-action-distortionfx.png hi64-action-invertimage.png hi64-action-charcoaltool.png hi32-action-depth16to8.png hi16-action-adjustrgb.png hi48-action-flip.png hi64-action-hotpixels.png hi22-action-embosstool.png hi48-action-slideshow.png hi64-action-bwtonal.png hi22-action-inserttext.png hi32-action-invertimage.png hi32-action-viewimage.png hi22-action-colorfx.png hi128-action-digitalcam.png hi22-action-resize_image.png cr32-action-fileopen.png hi22-action-imagecomment.png hisc-action-bordertool.svgz hi16-action-infrared.png hi128-action-sharpenimage.png hisc-action-inpainting.svgz hi64-action-shear.png hi16-action-blurfx.png hi16-action-hotpixels.png hi128-action-redeyes.png hi128-action-perspective.png hi64-action-inserttext.png hi32-action-importfolders2albums.png hi16-action-whitebalance.png hi48-action-noisereduction.png hisc-action-autocorrection.svgz hi16-action-flip.png hi32-action-raindrop.png hi16-action-blurimage.png hi128-action-exifinfo.png hi64-action-viewimage.png hi64-action-editimage.png hi22-action-infrared.png hisc-action-imagecomment.svgz hi48-action-sharpenimage.png hi48-action-ratiocrop.png hi32-action-whitebalance.png hi48-action-oilpaint.png hisc-action-bwtonal.svgz hi22-action-shear.png hi64-action-addimagefolder.png hi64-action-ratiocrop.png hi128-action-invertimage.png hi22-action-freerotation.png hi22-action-adjusthsl.png hi64-action-adjustlevels.png hi128-action-hotpixels.png hi48-action-mirror.png hi128-action-oilpaint.png hi48-action-adjustcurves.png hi48-action-albumfoldernew.png hi32-action-redeyes.png hi48-action-editimage.png hi64-action-histogram.png hi22-action-digitalcam.png hisc-action-albumfoldercomment.svgz hi22-action-adjustcurves.png hi128-action-inpainting.png hi48-action-resize_image.png hisc-action-channelmixer.svgz hi64-action-lensdistortion.png hi128-action-freerotation.png hi16-action-mirror.png hi64-action-slideshow.png hi22-action-lensdistortion.png hi32-action-contrast.png cr64-action-crop.png hi22-action-distortionfx.png hi22-app-digikam.png hi48-action-perspective.png hi16-action-inpainting.png hi16-action-antivignetting.png hisc-action-blurfx.svgz hi16-action-colormanagement.png hi16-action-adjusthsl.png hi16-action-contrast.png hi32-action-superimpose.png hi16-action-resize_image.png crsc-action-crop.svgz hi64-action-adjusthsl.png hi32-action-ratiocrop.png hi48-action-exifinfo.png hi22-action-sharpenimage.png hi22-action-perspective.png hisc-action-ratiocrop.svgz hi16-action-superimpose.png hisc-action-addimagefolder.svgz hi16-action-ratiocrop.png hi32-action-bordertool.png hi22-action-depth8to16.png hi48-action-blurfx.png hi128-action-restoration.png cr32-action-crop.png hi16-app-digikam.png hi64-action-freerotation.png hi128-action-infrared.png hi64-action-redeyes.png hi48-action-blurimage.png hi16-action-noisereduction.png hi32-action-antivignetting.png hi128-action-blurimage.png hi16-action-exifinfo.png hi22-action-albumfoldercomment.png hi128-action-editimage.png hisc-action-distortionfx.svgz hi16-action-restoration.png hi64-action-texture.png cr128-action-rotate_cw.png hi32-action-lensdistortion.png crsc-action-rotate_cw.svgz hi48-action-shear.png hi128-action-whitebalance.png hi16-action-bwtonal.png hi48-action-superimpose.png hi32-action-channelmixer.png hi48-action-colormanagement.png hi64-action-resize_image.png hi16-action-freerotation.png hi16-action-inserttext.png hisc-action-shear.svgz hi64-action-depth8to16.png hi128-action-colorfx.png hi64-action-blurimage.png hi128-action-ratiocrop.png hi64-action-sharpenimage.png hi16-action-colorfx.png hi128-action-adjustlevels.png hi22-action-flip.png hi32-action-adjustlevels.png hi48-action-invertimage.png hi22-action-superimpose.png cr22-action-fileopen.png hi16-action-editimage.png hi16-action-autocorrection.png hisc-action-superimpose.svgz hisc-action-depth16to8.svgz hi64-action-channelmixer.png hi128-action-raindrop.png hisc-action-albumfoldernew.svgz hi32-action-colorfx.png hi32-app-digikam.png hi22-action-adjustrgb.png hi22-action-contrast.png hisc-action-importfolders2albums.svgz hi32-action-restoration.png hi32-action-editimage.png hisc-action-whitebalance.svgz cr64-action-fileopen.png hi48-action-albumfoldercomment.png hi64-action-bordertool.png hi22-action-redeyes.png hi32-action-adjustrgb.png hi22-action-whitebalance.png hi22-action-antivignetting.png hi32-action-bwtonal.png hi128-action-bwtonal.png hi48-action-distortionfx.png hi64-action-importfolders2albums.png cr32-action-rotate_cw.png hi16-action-slideshow.png hi64-action-filmgrain.png hi64-action-noisereduction.png hi48-action-histogram.png hi48-action-freerotation.png hisc-action-filmgrain.svgz hi32-action-blurfx.png cr48-action-fileopen.png hi32-action-charcoaltool.png hi64-action-colormanagement.png cr128-action-fileopen.png hi48-action-colorfx.png cr48-action-rotate_cw.png hi48-action-importfolders2albums.png hi32-action-perspective.png hi32-action-slideshow.png hi16-action-addimagefolder.png hi128-action-texture.png hi128-action-imagecomment.png hi128-action-blurfx.png hi32-action-resize_image.png hi48-action-depth16to8.png hisc-action-restoration.svgz cr128-action-crop.png hi128-action-embosstool.png hisc-action-exifinfo.svgz hi22-action-restoration.png hi48-action-bwtonal.png hi16-action-digitalcam.png hi16-action-sharpenimage.png hi16-action-histogram.png hi64-action-adjustcurves.png hi128-action-autocorrection.png hi128-action-adjustcurves.png hi16-action-adjustlevels.png hi128-action-inserttext.png hi128-action-distortionfx.png hi48-action-inserttext.png hi22-action-charcoaltool.png cr16-action-rotate_cw.png hi128-action-addimagefolder.png cr64-action-rotate_cw.png hi48-action-infrared.png hisc-action-resize_image.svgz hisc-action-depth8to16.svgz hi48-app-digikam.png hi32-action-digikamimageplugins.png hi22-action-inpainting.png hi32-action-albumfoldernew.png hi16-action-filmgrain.png hi128-action-viewimage.png hi22-action-invertimage.png hi48-action-bordertool.png hi16-action-raindrop.png hisc-action-texture.svgz hi16-action-adjustcurves.png hi64-action-superimpose.png hi16-action-texture.png hi16-action-albumfoldercomment.png hi128-action-filmgrain.png hi32-action-texture.png hi32-action-lighttable.png hi48-action-depth8to16.png hi128-action-superimpose.png hi128-app-digikam.png hi64-action-autocorrection.png hi64-action-oilpaint.png hi22-action-adjustlevels.png hi32-action-histogram.png hi64-action-distortionfx.png hi16-action-bordertool.png hi128-action-adjustrgb.png hisc-action-noisereduction.svgz hi32-action-addimagefolder.png hi22-action-hotpixels.png hi22-action-raindrop.png hi22-action-filmgrain.png hi32-action-embosstool.png hi16-action-invertimage.png hi48-action-autocorrection.png hi32-action-inpainting.png hi22-action-texture.png hi64-action-exifinfo.png hi32-action-sharpenimage.png hi128-action-depth16to8.png hi32-action-autocorrection.png hi22-action-autocorrection.png hi128-action-shear.png hi128-action-histogram.png hisc-action-adjustrgb.svgz hi32-action-exifinfo.png hi128-action-bordertool.png hi48-action-adjusthsl.png hi64-action-adjustrgb.png hi22-action-blurfx.png hi22-action-blurimage.png hi128-action-albumfoldernew.png hisc-action-colormanagement.svgz hi22-action-depth16to8.png hisc-action-adjustlevels.svgz hi128-action-resize_image.png hi16-action-depth8to16.png hi48-action-texture.png hi32-action-infrared.png hi48-action-adjustrgb.png Makefile.am hi32-action-hotpixels.png hi128-action-charcoaltool.png hi16-action-imagecomment.png 
16225
 
+KDE_DIST=hi22-action-ratiocrop.png hi64-app-digikam.png hi16-action-channelmixer.png hi22-action-albumfoldernew.png hi16-action-perspective.png hi48-action-addimagefolder.png hi32-action-digitalcam.png hi48-action-adjustlevels.png hi48-action-contrast.png hi32-app-digikamimageplugins.png hi48-action-antivignetting.png hi16-action-redeyes.png hi48-action-inpainting.png hi32-action-adjustcurves.png hi64-action-digitalcam.png hi22-action-addimagefolder.png hi16-action-oilpaint.png hi128-action-noisereduction.png hi32-action-shear.png hi64-action-whitebalance.png hi16-action-charcoaltool.png hi22-action-bordertool.png hi22-action-importfolders2albums.png hi48-action-charcoaltool.png hi16-action-viewimage.png hi22-action-editimage.png hi64-action-antivignetting.png hi64-action-depth16to8.png hi16-action-albumfoldernew.png hi32-action-inserttext.png hi128-action-depth8to16.png hisc-action-blurimage.svgz hisc-action-histogram.svgz hisc-action-slideshow.svgz hi32-action-filmgrain.png hi64-action-colorfx.png hi64-action-imagecomment.png hisc-action-sharpenimage.svgz hi22-action-noisereduction.png hi128-action-albumfoldercomment.png hisc-action-hotpixels.svgz hi22-action-histogram.png hi64-action-embosstool.png hi22-action-exifinfo.png hi32-action-imagecomment.png hi48-action-lensdistortion.png hi32-action-freerotation.png hisc-action-perspective.svgz hi16-action-importfolders2albums.png hi64-action-raindrop.png hi64-action-contrast.png hi128-action-contrast.png cr16-action-crop.png hi48-action-digitalcam.png hi48-action-channelmixer.png hi16-action-lensdistortion.png hi16-action-distortionfx.png cr48-action-crop.png hi128-action-lensdistortion.png hi32-action-colormanagement.png hi64-action-perspective.png hi48-action-imagecomment.png hi22-action-viewimage.png hi64-action-blurfx.png hi48-action-raindrop.png hi32-action-noisereduction.png hi128-action-antivignetting.png hi32-action-depth8to16.png hi22-action-mirror.png crsc-action-fileopen.svgz hi22-action-bwtonal.png hi22-action-oilpaint.png hi128-action-channelmixer.png hi64-action-albumfoldercomment.png hi32-action-flip.png Makefile.in hi64-action-albumfoldernew.png hi32-action-blurimage.png hi16-action-depth16to8.png hi32-action-oilpaint.png hi16-action-shear.png cr22-action-rotate_cw.png hi48-action-whitebalance.png hi32-action-albumfoldercomment.png hi22-action-slideshow.png hi64-action-infrared.png hisc-action-adjustcurves.svgz hi48-action-restoration.png hi48-action-redeyes.png hi128-action-slideshow.png hi22-action-colormanagement.png cr16-action-fileopen.png hi48-action-embosstool.png hi128-action-importfolders2albums.png hisc-action-invertimage.svgz hisc-action-editimage.svgz hisc-action-antivignetting.svgz hi64-action-inpainting.png hi48-action-filmgrain.png hi22-action-channelmixer.png hi32-action-adjusthsl.png hisc-action-contrast.svgz hisc-action-freerotation.svgz hi48-action-hotpixels.png hisc-action-inserttext.svgz hi128-action-colormanagement.png hi32-action-lighttableadd.png hi64-action-restoration.png hi32-action-mirror.png cr22-action-crop.png hi16-action-embosstool.png hi128-action-adjusthsl.png hi48-action-viewimage.png hi32-action-distortionfx.png hi64-action-invertimage.png hi64-action-charcoaltool.png hi32-action-depth16to8.png hi16-action-adjustrgb.png hi48-action-flip.png hi64-action-hotpixels.png hi22-action-embosstool.png hi64-action-bwtonal.png hi48-action-slideshow.png hi22-action-inserttext.png hi32-action-viewimage.png hi32-action-invertimage.png hi128-action-digitalcam.png hi22-action-colorfx.png hi22-action-resize_image.png cr32-action-fileopen.png hi22-action-imagecomment.png hisc-action-bordertool.svgz hi16-action-infrared.png hi128-action-sharpenimage.png hisc-action-inpainting.svgz hi64-action-shear.png hi16-action-blurfx.png hi16-action-hotpixels.png hi64-action-inserttext.png hi128-action-perspective.png hi128-action-redeyes.png hi32-action-importfolders2albums.png hi16-action-whitebalance.png hi48-action-noisereduction.png hisc-action-autocorrection.svgz hi16-action-flip.png hi16-action-blurimage.png hi32-action-raindrop.png hi64-action-viewimage.png hi128-action-exifinfo.png hi64-action-editimage.png hi22-action-infrared.png hisc-action-imagecomment.svgz hi48-action-sharpenimage.png hi48-action-ratiocrop.png hi32-action-whitebalance.png hi48-action-oilpaint.png hisc-action-bwtonal.svgz hi22-action-shear.png hi64-action-addimagefolder.png hi64-action-ratiocrop.png hi22-action-freerotation.png hi128-action-invertimage.png hi22-action-adjusthsl.png hi64-action-adjustlevels.png hi128-action-hotpixels.png hi48-action-mirror.png hi128-action-oilpaint.png hi48-action-adjustcurves.png hi32-action-redeyes.png hi48-action-albumfoldernew.png hi48-action-editimage.png hi22-action-digitalcam.png hi64-action-histogram.png hisc-action-albumfoldercomment.svgz hi22-action-adjustcurves.png hi128-action-inpainting.png hi48-action-resize_image.png hisc-action-channelmixer.svgz hi128-action-freerotation.png hi64-action-lensdistortion.png hi16-action-mirror.png hi64-action-slideshow.png hi32-action-contrast.png hi22-action-lensdistortion.png cr64-action-crop.png hi22-action-distortionfx.png hi48-action-perspective.png hi22-app-digikam.png hi16-action-inpainting.png hi16-action-antivignetting.png hisc-action-blurfx.svgz hi16-action-colormanagement.png hi16-action-adjusthsl.png hi16-action-contrast.png hi32-action-superimpose.png hi16-action-resize_image.png crsc-action-crop.svgz hi64-action-adjusthsl.png hi32-action-ratiocrop.png hi48-action-exifinfo.png hi22-action-sharpenimage.png hi22-action-perspective.png hi16-action-superimpose.png hisc-action-ratiocrop.svgz hi16-action-ratiocrop.png hisc-action-addimagefolder.svgz hi32-action-bordertool.png hi22-action-depth8to16.png hi48-action-blurfx.png hi128-action-restoration.png cr32-action-crop.png hi16-app-digikam.png hi128-action-infrared.png hi64-action-freerotation.png hi64-action-redeyes.png hi16-action-noisereduction.png hi48-action-blurimage.png hi32-action-antivignetting.png hi128-action-blurimage.png hi16-action-exifinfo.png hi22-action-albumfoldercomment.png hi128-action-editimage.png hisc-action-distortionfx.svgz hi64-action-texture.png hi16-action-restoration.png cr128-action-rotate_cw.png hi32-action-lensdistortion.png crsc-action-rotate_cw.svgz hi48-action-shear.png hi128-action-whitebalance.png hi16-action-bwtonal.png hi48-action-superimpose.png hi32-action-channelmixer.png hi64-action-resize_image.png hi48-action-colormanagement.png hisc-action-shear.svgz hi16-action-inserttext.png hi16-action-freerotation.png hi64-action-depth8to16.png hi128-action-colorfx.png hi64-action-blurimage.png hi128-action-ratiocrop.png hi64-action-sharpenimage.png hi128-action-adjustlevels.png hi16-action-colorfx.png hi22-action-flip.png hi32-action-adjustlevels.png hi48-action-invertimage.png hi22-action-superimpose.png hi16-action-editimage.png cr22-action-fileopen.png hi16-action-autocorrection.png hisc-action-superimpose.svgz hi64-action-channelmixer.png hisc-action-depth16to8.svgz hi128-action-raindrop.png hisc-action-albumfoldernew.svgz hi32-action-colorfx.png hi32-app-digikam.png hi22-action-adjustrgb.png hi22-action-contrast.png hisc-action-importfolders2albums.svgz hi32-action-restoration.png hi32-action-editimage.png hisc-action-whitebalance.svgz hi48-action-albumfoldercomment.png cr64-action-fileopen.png hi64-action-bordertool.png hi22-action-redeyes.png hi32-action-adjustrgb.png hi22-action-whitebalance.png hi22-action-antivignetting.png hi32-action-bwtonal.png hi128-action-bwtonal.png hi64-action-importfolders2albums.png hi48-action-distortionfx.png cr32-action-rotate_cw.png hi16-action-slideshow.png hi64-action-filmgrain.png hi64-action-noisereduction.png hi48-action-histogram.png hi48-action-freerotation.png hisc-action-filmgrain.svgz hi32-action-blurfx.png hi32-action-charcoaltool.png cr48-action-fileopen.png hi64-action-colormanagement.png cr128-action-fileopen.png hi48-action-colorfx.png cr48-action-rotate_cw.png hi48-action-importfolders2albums.png hi32-action-perspective.png hi32-action-slideshow.png hi128-action-blurfx.png hi16-action-addimagefolder.png hi128-action-imagecomment.png hi128-action-texture.png hi48-action-depth16to8.png hi32-action-resize_image.png hisc-action-restoration.svgz cr128-action-crop.png hi128-action-embosstool.png hisc-action-exifinfo.svgz hi22-action-restoration.png hi16-action-digitalcam.png hi48-action-bwtonal.png hi16-action-sharpenimage.png hi16-action-histogram.png hi64-action-adjustcurves.png hi128-action-autocorrection.png hi128-action-adjustcurves.png hi16-action-adjustlevels.png hi128-action-distortionfx.png hi128-action-inserttext.png hi22-action-charcoaltool.png hi48-action-inserttext.png cr16-action-rotate_cw.png hi128-action-addimagefolder.png cr64-action-rotate_cw.png hi48-action-infrared.png hisc-action-resize_image.svgz hisc-action-depth8to16.svgz hi48-app-digikam.png hi32-action-digikamimageplugins.png hi22-action-inpainting.png hi32-action-albumfoldernew.png hi128-action-viewimage.png hi16-action-filmgrain.png hi22-action-invertimage.png hi48-action-bordertool.png hi16-action-raindrop.png hisc-action-texture.svgz hi16-action-adjustcurves.png hi64-action-superimpose.png hi16-action-texture.png hi16-action-albumfoldercomment.png hi128-action-filmgrain.png hi32-action-texture.png hi32-action-lighttable.png hi48-action-depth8to16.png hi128-action-superimpose.png hi128-app-digikam.png hi64-action-autocorrection.png hi64-action-oilpaint.png hi22-action-adjustlevels.png hi16-action-bordertool.png hi64-action-distortionfx.png hi32-action-histogram.png hi128-action-adjustrgb.png hi22-action-hotpixels.png hi32-action-addimagefolder.png hisc-action-noisereduction.svgz hi22-action-raindrop.png hi22-action-filmgrain.png hi16-action-invertimage.png hi32-action-embosstool.png hi48-action-autocorrection.png hi32-action-inpainting.png hi22-action-texture.png hi64-action-exifinfo.png hi32-action-sharpenimage.png hi128-action-depth16to8.png hi22-action-autocorrection.png hi32-action-autocorrection.png hi128-action-shear.png hi128-action-histogram.png hisc-action-adjustrgb.svgz hi32-action-exifinfo.png hi48-action-adjusthsl.png hi128-action-bordertool.png hi64-action-adjustrgb.png hi22-action-blurfx.png hi22-action-blurimage.png hi128-action-albumfoldernew.png hisc-action-colormanagement.svgz hi22-action-depth16to8.png hisc-action-adjustlevels.svgz hi128-action-resize_image.png hi16-action-depth8to16.png hi48-action-texture.png hi32-action-infrared.png hi48-action-adjustrgb.png hi32-action-hotpixels.png Makefile.am hi128-action-charcoaltool.png hi16-action-imagecomment.png 
16226
 
 
16227
 
 #>+ 2
16228
 
 docs-am:
16229
 
@@ -528,416 +532,416 @@
16230
 
 #>+ 812
16231
 
 install-kde-icons:
16232
 
        $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions
16233
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/blurimage.png
16234
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions
16235
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/hotpixels.png
16236
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions
16237
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/perspective.png
16238
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/filmgrain.png
16239
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/albumfoldercomment.png
16240
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions
16241
 
+       $(INSTALL_DATA) $(srcdir)/cr128-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/rotate_cw.png
16242
 
        $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions
16243
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/channelmixer.png
16244
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/viewimage.png
16245
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions
16246
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/invertimage.png
16247
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/ratiocrop.png
16248
 
        $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions
16249
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustcurves.png
16250
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/oilpaint.png
16251
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustrgb.png
16252
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/addimagefolder.png
16253
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions
16254
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-slideshow.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/slideshow.svgz
16255
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-sharpenimage.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/sharpenimage.svgz
16256
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/addimagefolder.png
16257
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/distortionfx.png
16258
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/slideshow.png
16259
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/freerotation.png
16260
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjusthsl.png
16261
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/contrast.png
16262
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/imagecomment.png
16263
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/lensdistortion.png
16264
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustlevels.png
16265
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/ratiocrop.png
16266
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/bordertool.png
16267
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/bwtonal.png
16268
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/editimage.png
16269
 
        $(INSTALL_DATA) $(srcdir)/hi16-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/charcoaltool.png
16270
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-whitebalance.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/whitebalance.svgz
16271
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/filmgrain.png
16272
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lensdistortion.png
16273
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/importfolders2albums.png
16274
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/histogram.png
16275
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/inpainting.png
16276
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/autocorrection.png
16277
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/editimage.png
16278
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/resize_image.png
16279
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-imagecomment.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/imagecomment.svgz
16280
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/infrared.png
16281
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions
16282
 
-       $(INSTALL_DATA) $(srcdir)/cr16-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/rotate_cw.png
16283
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/autocorrection.png
16284
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-superimpose.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/superimpose.svgz
16285
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/shear.png
16286
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/sharpenimage.png
16287
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/shear.png
16288
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/hotpixels.png
16289
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/restoration.png
16290
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/invertimage.png
16291
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustrgb.png
16292
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/colorfx.png
16293
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/viewimage.png
16294
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/channelmixer.png
16295
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/bordertool.png
16296
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/importfolders2albums.png
16297
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-editimage.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/editimage.svgz
16298
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/antivignetting.png
16299
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/superimpose.png
16300
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-mirror.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/mirror.png
16301
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustcurves.png
16302
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/perspective.png
16303
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/antivignetting.png
16304
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/distortionfx.png
16305
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-flip.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/flip.png
16306
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/addimagefolder.png
16307
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/inpainting.png
16308
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/infrared.png
16309
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjusthsl.png
16310
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions
16311
 
-       $(INSTALL_DATA) $(srcdir)/cr22-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/fileopen.png
16312
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustlevels.png
16313
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/slideshow.png
16314
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/bwtonal.png
16315
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions
16316
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/distortionfx.png
16317
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions
16318
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustcurves.png
16319
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions
16320
 
        $(INSTALL_DATA) $(srcdir)/hi32-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/inserttext.png
16321
 
-       $(INSTALL_DATA) $(srcdir)/cr16-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/crop.png
16322
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-mirror.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/mirror.png
16323
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/charcoaltool.png
16324
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/embosstool.png
16325
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/whitebalance.png
16326
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/editimage.png
16327
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/importfolders2albums.png
16328
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/bordertool.png
16329
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/lensdistortion.png
16330
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/colormanagement.png
16331
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-inpainting.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/inpainting.svgz
16332
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-flip.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/flip.png
16333
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions
16334
 
        $(INSTALL_DATA) $(srcdir)/cr22-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/rotate_cw.png
16335
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-adjustlevels.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustlevels.svgz
16336
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/depth8to16.png
16337
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/contrast.png
16338
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/texture.png
16339
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/autocorrection.png
16340
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/inpainting.png
16341
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/histogram.png
16342
 
-       $(INSTALL_DATA) $(srcdir)/cr22-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/crop.png
16343
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/blurimage.png
16344
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/superimpose.png
16345
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/oilpaint.png
16346
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/inserttext.png
16347
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/noisereduction.png
16348
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/restoration.png
16349
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/colorfx.png
16350
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/viewimage.png
16351
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/embosstool.png
16352
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/hotpixels.png
16353
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/importfolders2albums.png
16354
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/freerotation.png
16355
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustcurves.png
16356
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/noisereduction.png
16357
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions
16358
 
+       $(INSTALL_DATA) $(srcdir)/cr16-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/fileopen.png
16359
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/addimagefolder.png
16360
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions
16361
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-distortionfx.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/distortionfx.svgz
16362
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/channelmixer.png
16363
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/bordertool.png
16364
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/filmgrain.png
16365
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/inserttext.png
16366
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/slideshow.png
16367
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/albumfoldernew.png
16368
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/imagecomment.png
16369
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/oilpaint.png
16370
 
        $(INSTALL_DATA) $(srcdir)/hi32-action-flip.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/flip.png
16371
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/imagecomment.png
16372
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions
16373
 
-       $(INSTALL_DATA) $(srcdir)/crsc-action-fileopen.svgz $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/fileopen.svgz
16374
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustrgb.png
16375
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/bwtonal.png
16376
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/antivignetting.png
16377
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/redeyes.png
16378
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/perspective.png
16379
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/blurfx.png
16380
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/resize_image.png
16381
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/ratiocrop.png
16382
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/depth8to16.png
16383
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/oilpaint.png
16384
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjusthsl.png
16385
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions
16386
 
-       $(INSTALL_DATA) $(srcdir)/cr32-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/crop.png
16387
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/inpainting.png
16388
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/blurfx.png
16389
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/filmgrain.png
16390
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/colormanagement.png
16391
 
+       $(INSTALL_DATA) $(srcdir)/cr16-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/crop.png
16392
 
        $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions
16393
 
-       $(INSTALL_DATA) $(srcdir)/cr48-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/fileopen.png
16394
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-mirror.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/mirror.png
16395
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/bwtonal.png
16396
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/albumfoldercomment.png
16397
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/raindrop.png
16398
 
+       $(INSTALL_DATA) $(srcdir)/cr48-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/crop.png
16399
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/antivignetting.png
16400
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/perspective.png
16401
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/shear.png
16402
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/noisereduction.png
16403
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/digitalcam.png
16404
 
        $(INSTALL_DATA) $(srcdir)/hisc-action-histogram.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/histogram.svgz
16405
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/ratiocrop.png
16406
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/addimagefolder.png
16407
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjusthsl.png
16408
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-adjustlevels.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustlevels.svgz
16409
 
        $(INSTALL_DATA) $(srcdir)/hi16-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/embosstool.png
16410
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/sharpenimage.png
16411
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/depth16to8.png
16412
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-filmgrain.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/filmgrain.svgz
16413
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/editimage.png
16414
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-inserttext.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/inserttext.svgz
16415
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-restoration.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/restoration.svgz
16416
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions
16417
 
-       $(INSTALL_DATA) $(srcdir)/cr64-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/rotate_cw.png
16418
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-flip.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/flip.png
16419
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/channelmixer.png
16420
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-albumfoldercomment.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/albumfoldercomment.svgz
16421
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-importfolders2albums.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/importfolders2albums.svgz
16422
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/blurimage.png
16423
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/depth8to16.png
16424
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/exifinfo.png
16425
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/invertimage.png
16426
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/albumfoldercomment.png
16427
 
-       $(INSTALL_DATA) $(srcdir)/cr48-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/crop.png
16428
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/colorfx.png
16429
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/lensdistortion.png
16430
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-perspective.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/perspective.svgz
16431
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/distortionfx.png
16432
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/raindrop.png
16433
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/digitalcam.png
16434
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/importfolders2albums.png
16435
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/whitebalance.png
16436
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/lensdistortion.png
16437
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/oilpaint.png
16438
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-lighttableadd.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lighttableadd.png
16439
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/infrared.png
16440
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustlevels.png
16441
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/noisereduction.png
16442
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/embosstool.png
16443
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/filmgrain.png
16444
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/autocorrection.png
16445
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-mirror.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/mirror.png
16446
 
        $(INSTALL_DATA) $(srcdir)/hi128-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/charcoaltool.png
16447
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/slideshow.png
16448
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/ratiocrop.png
16449
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/depth16to8.png
16450
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/importfolders2albums.png
16451
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/autocorrection.png
16452
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-adjustcurves.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustcurves.svgz
16453
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/blurfx.png
16454
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/16x16/apps
16455
 
-       $(INSTALL_DATA) $(srcdir)/hi16-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/apps/digikam.png
16456
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/resize_image.png
16457
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/exifinfo.png
16458
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-resize_image.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/resize_image.svgz
16459
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/inserttext.png
16460
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/depth8to16.png
16461
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/contrast.png
16462
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustrgb.png
16463
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/sharpenimage.png
16464
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/exifinfo.png
16465
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/whitebalance.png
16466
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/bwtonal.png
16467
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/resize_image.png
16468
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/antivignetting.png
16469
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-invertimage.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/invertimage.svgz
16470
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/lensdistortion.png
16471
 
        $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps
16472
 
-       $(INSTALL_DATA) $(srcdir)/hi32-app-digikamimageplugins.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps/digikamimageplugins.png
16473
 
+       $(INSTALL_DATA) $(srcdir)/hi32-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps/digikam.png
16474
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/histogram.png
16475
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/resize_image.png
16476
 
        $(INSTALL_DATA) $(srcdir)/hi48-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/depth8to16.png
16477
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/infrared.png
16478
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustcurves.png
16479
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/blurfx.png
16480
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-ratiocrop.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/ratiocrop.svgz
16481
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/antivignetting.png
16482
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions
16483
 
-       $(INSTALL_DATA) $(srcdir)/cr128-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/fileopen.png
16484
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/digitalcam.png
16485
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/histogram.png
16486
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/antivignetting.png
16487
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/texture.png
16488
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/freerotation.png
16489
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/invertimage.png
16490
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/blurfx.png
16491
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/colorfx.png
16492
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/imagecomment.png
16493
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustcurves.png
16494
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/digitalcam.png
16495
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/noisereduction.png
16496
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/oilpaint.png
16497
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions
16498
 
        $(INSTALL_DATA) $(srcdir)/cr32-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/fileopen.png
16499
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-hotpixels.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/hotpixels.svgz
16500
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/22x22/apps
16501
 
-       $(INSTALL_DATA) $(srcdir)/hi22-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/apps/digikam.png
16502
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/depth16to8.png
16503
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/bordertool.png
16504
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/restoration.png
16505
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/lensdistortion.png
16506
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/redeyes.png
16507
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/bordertool.png
16508
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/albumfoldernew.png
16509
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/whitebalance.png
16510
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustlevels.png
16511
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/contrast.png
16512
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjusthsl.png
16513
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/22x22/apps
16514
 
+       $(INSTALL_DATA) $(srcdir)/hi22-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/apps/digikam.png
16515
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/perspective.png
16516
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-albumfoldercomment.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/albumfoldercomment.svgz
16517
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions
16518
 
        $(INSTALL_DATA) $(srcdir)/cr64-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/crop.png
16519
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/blurimage.png
16520
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/viewimage.png
16521
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/superimpose.png
16522
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/restoration.png
16523
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/hotpixels.png
16524
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/colorfx.png
16525
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-contrast.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/contrast.svgz
16526
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/albumfoldercomment.png
16527
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/slideshow.png
16528
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustrgb.png
16529
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/lensdistortion.png
16530
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-shear.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/shear.svgz
16531
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/albumfoldernew.png
16532
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/whitebalance.png
16533
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/perspective.png
16534
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/redeyes.png
16535
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/digitalcam.png
16536
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjusthsl.png
16537
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/infrared.png
16538
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/sharpenimage.png
16539
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/albumfoldernew.png
16540
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/autocorrection.png
16541
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/ratiocrop.png
16542
 
-       $(INSTALL_DATA) $(srcdir)/hi32-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps/digikam.png
16543
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/resize_image.png
16544
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/colormanagement.png
16545
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/channelmixer.png
16546
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/importfolders2albums.png
16547
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/noisereduction.png
16548
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-bordertool.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/bordertool.svgz
16549
 
        $(INSTALL_DATA) $(srcdir)/hi16-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/colormanagement.png
16550
 
+       $(INSTALL_DATA) $(srcdir)/cr64-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/fileopen.png
16551
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/perspective.png
16552
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/imagecomment.png
16553
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/slideshow.png
16554
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/oilpaint.png
16555
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/resize_image.png
16556
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions
16557
 
+       $(INSTALL_DATA) $(srcdir)/crsc-action-rotate_cw.svgz $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/rotate_cw.svgz
16558
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/histogram.png
16559
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/albumfoldercomment.png
16560
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/filmgrain.png
16561
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-depth16to8.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/depth16to8.svgz
16562
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/colormanagement.png
16563
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-contrast.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/contrast.svgz
16564
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/redeyes.png
16565
 
        $(INSTALL_DATA) $(srcdir)/hi48-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/depth16to8.png
16566
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/oilpaint.png
16567
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-adjustrgb.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustrgb.svgz
16568
 
        $(INSTALL_DATA) $(srcdir)/hi32-action-lighttable.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lighttable.png
16569
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/filmgrain.png
16570
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/bordertool.png
16571
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustcurves.png
16572
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/noisereduction.png
16573
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/editimage.png
16574
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/distortionfx.png
16575
 
-       $(INSTALL_DATA) $(srcdir)/cr32-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/rotate_cw.png
16576
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/histogram.png
16577
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/contrast.png
16578
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/noisereduction.png
16579
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/inpainting.png
16580
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/antivignetting.png
16581
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/superimpose.png
16582
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/viewimage.png
16583
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustlevels.png
16584
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/blurfx.png
16585
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/digitalcam.png
16586
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/texture.png
16587
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/shear.png
16588
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/restoration.png
16589
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/freerotation.png
16590
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/charcoaltool.png
16591
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/shear.png
16592
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/invertimage.png
16593
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/imagecomment.png
16594
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/raindrop.png
16595
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/hotpixels.png
16596
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/48x48/apps
16597
 
-       $(INSTALL_DATA) $(srcdir)/hi48-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/apps/digikam.png
16598
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/autocorrection.png
16599
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/shear.png
16600
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/invertimage.png
16601
 
        $(INSTALL_DATA) $(srcdir)/hisc-action-antivignetting.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/antivignetting.svgz
16602
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-distortionfx.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/distortionfx.svgz
16603
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustrgb.png
16604
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjusthsl.png
16605
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/perspective.png
16606
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/whitebalance.png
16607
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/inserttext.png
16608
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/colormanagement.png
16609
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/contrast.png
16610
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-channelmixer.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/channelmixer.svgz
16611
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/raindrop.png
16612
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/bwtonal.png
16613
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/contrast.png
16614
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/superimpose.png
16615
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/texture.png
16616
 
        $(INSTALL_DATA) $(srcdir)/hi64-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/inpainting.png
16617
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/redeyes.png
16618
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/exifinfo.png
16619
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/albumfoldernew.png
16620
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/slideshow.png
16621
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/sharpenimage.png
16622
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/addimagefolder.png
16623
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/channelmixer.png
16624
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/embosstool.png
16625
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/addimagefolder.png
16626
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/editimage.png
16627
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/shear.png
16628
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/infrared.png
16629
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-bwtonal.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/bwtonal.svgz
16630
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-depth8to16.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/depth8to16.svgz
16631
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/exifinfo.png
16632
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-blurimage.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/blurimage.svgz
16633
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/noisereduction.png
16634
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/texture.png
16635
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/histogram.png
16636
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/distortionfx.png
16637
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/colorfx.png
16638
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/whitebalance.png
16639
 
        $(INSTALL_DATA) $(srcdir)/hi16-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/resize_image.png
16640
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/depth8to16.png
16641
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/freerotation.png
16642
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/blurimage.png
16643
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/inserttext.png
16644
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/imagecomment.png
16645
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/importfolders2albums.png
16646
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/texture.png
16647
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/imagecomment.png
16648
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/superimpose.png
16649
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-inpainting.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/inpainting.svgz
16650
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/ratiocrop.png
16651
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/importfolders2albums.png
16652
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/colormanagement.png
16653
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/blurimage.png
16654
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/superimpose.png
16655
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/16x16/apps
16656
 
+       $(INSTALL_DATA) $(srcdir)/hi16-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/apps/digikam.png
16657
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/slideshow.png
16658
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/hotpixels.png
16659
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/48x48/apps
16660
 
+       $(INSTALL_DATA) $(srcdir)/hi48-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/apps/digikam.png
16661
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/blurfx.png
16662
 
        $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/64x64/apps
16663
 
        $(INSTALL_DATA) $(srcdir)/hi64-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/apps/digikam.png
16664
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/superimpose.png
16665
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustlevels.png
16666
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-noisereduction.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/noisereduction.svgz
16667
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/charcoaltool.png
16668
 
        $(INSTALL_DATA) $(srcdir)/hi48-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/invertimage.png
16669
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/viewimage.png
16670
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/hotpixels.png
16671
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/raindrop.png
16672
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-resize_image.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/resize_image.svgz
16673
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustrgb.png
16674
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/embosstool.png
16675
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-albumfoldernew.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/albumfoldernew.svgz
16676
 
-       $(INSTALL_DATA) $(srcdir)/cr128-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/crop.png
16677
 
-       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/128x128/apps
16678
 
-       $(INSTALL_DATA) $(srcdir)/hi128-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/apps/digikam.png
16679
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-bordertool.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/bordertool.svgz
16680
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/ratiocrop.png
16681
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/redeyes.png
16682
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/albumfoldercomment.png
16683
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjusthsl.png
16684
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustcurves.png
16685
 
        $(INSTALL_DATA) $(srcdir)/hi64-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/sharpenimage.png
16686
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/filmgrain.png
16687
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/inserttext.png
16688
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/depth8to16.png
16689
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/exifinfo.png
16690
 
-       $(INSTALL_DATA) $(srcdir)/crsc-action-rotate_cw.svgz $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/rotate_cw.svgz
16691
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/channelmixer.png
16692
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/texture.png
16693
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-freerotation.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/freerotation.svgz
16694
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/whitebalance.png
16695
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/shear.png
16696
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-texture.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/texture.svgz
16697
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/infrared.png
16698
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/bwtonal.png
16699
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/perspective.png
16700
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/texture.png
16701
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-blurfx.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/blurfx.svgz
16702
 
        $(INSTALL_DATA) $(srcdir)/hi16-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/addimagefolder.png
16703
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-depth16to8.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/depth16to8.svgz
16704
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/blurimage.png
16705
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/editimage.png
16706
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/distortionfx.png
16707
 
-       $(INSTALL_DATA) $(srcdir)/cr48-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/rotate_cw.png
16708
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/resize_image.png
16709
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/albumfoldernew.png
16710
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/depth16to8.png
16711
 
-       $(INSTALL_DATA) $(srcdir)/cr16-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/fileopen.png
16712
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/texture.png
16713
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-digikamimageplugins.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/digikamimageplugins.png
16714
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustlevels.png
16715
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/colorfx.png
16716
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/shear.png
16717
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-noisereduction.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/noisereduction.svgz
16718
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lensdistortion.png
16719
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/slideshow.png
16720
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-flip.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/flip.png
16721
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjusthsl.png
16722
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/histogram.png
16723
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/perspective.png
16724
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-blurimage.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/blurimage.svgz
16725
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-superimpose.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/superimpose.svgz
16726
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/redeyes.png
16727
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/restoration.png
16728
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/imagecomment.png
16729
 
        $(INSTALL_DATA) $(srcdir)/hi16-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/restoration.png
16730
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/infrared.png
16731
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustcurves.png
16732
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/viewimage.png
16733
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/autocorrection.png
16734
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/freerotation.png
16735
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/digitalcam.png
16736
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/inpainting.png
16737
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/filmgrain.png
16738
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/superimpose.png
16739
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/invertimage.png
16740
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-flip.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/flip.png
16741
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-bwtonal.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/bwtonal.svgz
16742
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-mirror.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/mirror.png
16743
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/noisereduction.png
16744
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/antivignetting.png
16745
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/noisereduction.png
16746
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/perspective.png
16747
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-filmgrain.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/filmgrain.svgz
16748
 
        $(INSTALL_DATA) $(srcdir)/hi64-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/albumfoldernew.png
16749
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-adjustrgb.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustrgb.svgz
16750
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/charcoaltool.png
16751
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/inserttext.png
16752
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/superimpose.png
16753
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/imagecomment.png
16754
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/shear.png
16755
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/albumfoldercomment.png
16756
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/autocorrection.png
16757
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/infrared.png
16758
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/channelmixer.png
16759
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/raindrop.png
16760
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjusthsl.png
16761
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustlevels.png
16762
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/ratiocrop.png
16763
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/freerotation.png
16764
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/oilpaint.png
16765
 
+       $(INSTALL_DATA) $(srcdir)/cr48-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/fileopen.png
16766
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/depth16to8.png
16767
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/invertimage.png
16768
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/colormanagement.png
16769
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/lensdistortion.png
16770
 
        $(INSTALL_DATA) $(srcdir)/hi64-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/albumfoldercomment.png
16771
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/redeyes.png
16772
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-texture.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/texture.svgz
16773
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/ratiocrop.png
16774
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-perspective.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/perspective.png
16775
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/contrast.png
16776
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-flip.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/flip.png
16777
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/viewimage.png
16778
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/colorfx.png
16779
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/editimage.png
16780
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/exifinfo.png
16781
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/embosstool.png
16782
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustrgb.png
16783
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/distortionfx.png
16784
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/albumfoldercomment.png
16785
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/depth8to16.png
16786
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustcurves.png
16787
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/embosstool.png
16788
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/blurfx.png
16789
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-importfolders2albums.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/importfolders2albums.svgz
16790
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-addimagefolder.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/addimagefolder.svgz
16791
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/hotpixels.png
16792
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjusthsl.png
16793
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustlevels.png
16794
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/depth16to8.png
16795
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/distortionfx.png
16796
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/albumfoldernew.png
16797
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/autocorrection.png
16798
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/blurimage.png
16799
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/sharpenimage.png
16800
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/freerotation.png
16801
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/texture.png
16802
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/distortionfx.png
16803
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-autocorrection.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/autocorrection.svgz
16804
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/oilpaint.png
16805
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/importfolders2albums.png
16806
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/depth16to8.png
16807
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/inserttext.png
16808
 
+       $(INSTALL_DATA) $(srcdir)/cr32-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/rotate_cw.png
16809
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustlevels.png
16810
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-perspective.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/perspective.svgz
16811
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/texture.png
16812
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/freerotation.png
16813
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/contrast.png
16814
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustcurves.png
16815
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-digikamimageplugins.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/digikamimageplugins.png
16816
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/oilpaint.png
16817
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/bordertool.png
16818
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/colorfx.png
16819
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustrgb.png
16820
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/colorfx.png
16821
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/histogram.png
16822
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/ratiocrop.png
16823
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/importfolders2albums.png
16824
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/blurimage.png
16825
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/viewimage.png
16826
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/albumfoldernew.png
16827
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/sharpenimage.png
16828
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-freerotation.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/freerotation.svgz
16829
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/colormanagement.png
16830
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/channelmixer.png
16831
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustlevels.png
16832
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/redeyes.png
16833
 
        $(INSTALL_DATA) $(srcdir)/hisc-action-exifinfo.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/exifinfo.svgz
16834
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/digitalcam.png
16835
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-invertimage.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/invertimage.svgz
16836
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-colormanagement.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/colormanagement.svgz
16837
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/freerotation.png
16838
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/slideshow.png
16839
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/bwtonal.png
16840
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/filmgrain.png
16841
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/imagecomment.png
16842
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/inpainting.png
16843
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-adjusthsl.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjusthsl.png
16844
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/resize_image.png
16845
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-mirror.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/mirror.png
16846
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/bwtonal.png
16847
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/depth8to16.png
16848
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/lensdistortion.png
16849
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/bwtonal.png
16850
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/infrared.png
16851
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/inserttext.png
16852
 
+       $(INSTALL_DATA) $(srcdir)/cr22-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/fileopen.png
16853
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/restoration.png
16854
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/exifinfo.png
16855
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/antivignetting.png
16856
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/freerotation.png
16857
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/filmgrain.png
16858
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-lensdistortion.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/lensdistortion.png
16859
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/viewimage.png
16860
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-adjustlevels.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustlevels.png
16861
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/hotpixels.png
16862
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/exifinfo.png
16863
 
+       $(INSTALL_DATA) $(srcdir)/cr22-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/crop.png
16864
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/depth16to8.png
16865
 
+       $(INSTALL_DATA) $(srcdir)/cr16-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/rotate_cw.png
16866
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/histogram.png
16867
 
+       $(INSTALL_DATA) $(srcdir)/cr64-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/rotate_cw.png
16868
 
        $(INSTALL_DATA) $(srcdir)/hi48-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/redeyes.png
16869
 
-       $(INSTALL_DATA) $(srcdir)/cr64-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/fileopen.png
16870
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/depth16to8.png
16871
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/raindrop.png
16872
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/colormanagement.png
16873
 
-       $(INSTALL_DATA) $(srcdir)/cr128-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/rotate_cw.png
16874
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/albumfoldercomment.png
16875
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-oilpaint.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/oilpaint.png
16876
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/contrast.png
16877
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/whitebalance.png
16878
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-autocorrection.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/autocorrection.svgz
16879
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-blurfx.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/blurfx.svgz
16880
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/histogram.png
16881
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-restoration.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/restoration.svgz
16882
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-imagecomment.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/imagecomment.png
16883
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/inpainting.png
16884
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/distortionfx.png
16885
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/autocorrection.png
16886
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/bordertool.png
16887
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/charcoaltool.png
16888
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-redeyes.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/redeyes.png
16889
 
+       $(INSTALL_DATA) $(srcdir)/cr32-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/crop.png
16890
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/contrast.png
16891
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/whitebalance.png
16892
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-contrast.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/contrast.png
16893
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/whitebalance.png
16894
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/bwtonal.png
16895
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/channelmixer.png
16896
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-ratiocrop.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/ratiocrop.png
16897
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/channelmixer.png
16898
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/raindrop.png
16899
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/colorfx.png
16900
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-bwtonal.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/bwtonal.png
16901
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/blurfx.png
16902
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/embosstool.png
16903
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/embosstool.png
16904
 
        $(INSTALL_DATA) $(srcdir)/crsc-action-crop.svgz $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/crop.svgz
16905
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/restoration.png
16906
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/shear.png
16907
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/bordertool.png
16908
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/addimagefolder.png
16909
 
+       $(INSTALL_DATA) $(srcdir)/hi32-app-digikamimageplugins.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps/digikamimageplugins.png
16910
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/charcoaltool.png
16911
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/blurfx.png
16912
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/invertimage.png
16913
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustrgb.png
16914
 
+       $(INSTALL_DATA) $(srcdir)/cr128-action-fileopen.png $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/fileopen.png
16915
 
        $(INSTALL_DATA) $(srcdir)/hi64-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/digitalcam.png
16916
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/sharpenimage.png
16917
 
+       $(INSTALL_DATA) $(srcdir)/cr128-action-crop.png $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/crop.png
16918
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/raindrop.png
16919
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/editimage.png
16920
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-lighttableadd.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lighttableadd.png
16921
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/exifinfo.png
16922
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/bordertool.png
16923
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-autocorrection.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/autocorrection.png
16924
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/hotpixels.png
16925
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-resize_image.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/resize_image.png
16926
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-embosstool.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/embosstool.png
16927
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/slideshow.png
16928
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-histogram.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/histogram.png
16929
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/albumfoldernew.png
16930
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/charcoaltool.png
16931
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/viewimage.png
16932
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-whitebalance.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/whitebalance.svgz
16933
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-depth8to16.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/depth8to16.svgz
16934
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-importfolders2albums.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/importfolders2albums.png
16935
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-hotpixels.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/hotpixels.svgz
16936
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-depth16to8.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/depth16to8.png
16937
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/hotpixels.png
16938
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-adjustcurves.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustcurves.svgz
16939
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-colorfx.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/colorfx.png
16940
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-shear.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/shear.png
16941
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-filmgrain.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/filmgrain.png
16942
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/inpainting.png
16943
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-freerotation.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/freerotation.png
16944
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/infrared.png
16945
 
+       $(INSTALL_DATA) $(srcdir)/crsc-action-fileopen.svgz $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/fileopen.svgz
16946
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-albumfoldernew.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/albumfoldernew.svgz
16947
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/sharpenimage.png
16948
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-inpainting.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/inpainting.png
16949
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-editimage.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/editimage.svgz
16950
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-mirror.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/mirror.png
16951
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/raindrop.png
16952
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/blurfx.png
16953
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/restoration.png
16954
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/raindrop.png
16955
 
+       $(INSTALL_DATA) $(srcdir)/cr48-action-rotate_cw.png $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/rotate_cw.png
16956
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-albumfoldercomment.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/albumfoldercomment.png
16957
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/digitalcam.png
16958
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/blurimage.png
16959
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/superimpose.png
16960
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-raindrop.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/raindrop.png
16961
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/blurimage.png
16962
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-charcoaltool.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/charcoaltool.png
16963
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-infrared.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/infrared.png
16964
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-restoration.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/restoration.png
16965
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-sharpenimage.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/sharpenimage.svgz
16966
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-viewimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/viewimage.png
16967
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustrgb.png
16968
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/editimage.png
16969
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-whitebalance.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/whitebalance.png
16970
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-blurimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/blurimage.png
16971
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-invertimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/invertimage.png
16972
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-imagecomment.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/imagecomment.svgz
16973
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-noisereduction.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/noisereduction.png
16974
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/depth8to16.png
16975
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/antivignetting.png
16976
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-blurfx.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/blurfx.png
16977
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-slideshow.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/slideshow.svgz
16978
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/editimage.png
16979
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/addimagefolder.png
16980
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-channelmixer.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/channelmixer.png
16981
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-antivignetting.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/antivignetting.png
16982
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-texture.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/texture.png
16983
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-ratiocrop.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/ratiocrop.svgz
16984
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-inserttext.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/inserttext.svgz
16985
 
+       $(mkinstalldirs) $(DESTDIR)$(digikamicondir)/hicolor/128x128/apps
16986
 
+       $(INSTALL_DATA) $(srcdir)/hi128-app-digikam.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/apps/digikam.png
16987
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-addimagefolder.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/addimagefolder.png
16988
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-colormanagement.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/colormanagement.png
16989
 
        $(INSTALL_DATA) $(srcdir)/hi32-action-exifinfo.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/exifinfo.png
16990
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-mirror.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/mirror.png
16991
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-albumfoldernew.png $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/albumfoldernew.png
16992
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-addimagefolder.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/addimagefolder.svgz
16993
 
-       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps
16994
 
-       $(INSTALL_DATA) $(srcdir)/hi16-app-digikam.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/digikam.png
16995
 
-       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps
16996
 
-       $(INSTALL_DATA) $(srcdir)/hi22-app-digikam.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/digikam.png
16997
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-adjustcurves.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustcurves.png
16998
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-sharpenimage.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/sharpenimage.png
16999
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-shear.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/shear.svgz
17000
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-adjustrgb.png $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustrgb.png
17001
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-slideshow.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/slideshow.png
17002
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-distortionfx.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/distortionfx.png
17003
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-hotpixels.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/hotpixels.png
17004
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-bordertool.png $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/bordertool.png
17005
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-digitalcam.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/digitalcam.png
17006
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-depth8to16.png $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/depth8to16.png
17007
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-colormanagement.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/colormanagement.svgz
17008
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-superimpose.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/superimpose.png
17009
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-editimage.png $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/editimage.png
17010
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-channelmixer.svgz $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/channelmixer.svgz
17011
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-inserttext.png $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/inserttext.png
17012
 
        $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
17013
 
        $(INSTALL_DATA) $(srcdir)/hi32-app-digikam.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/digikam.png
17014
 
+       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps
17015
 
+       $(INSTALL_DATA) $(srcdir)/hi22-app-digikam.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/digikam.png
17016
 
+       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps
17017
 
+       $(INSTALL_DATA) $(srcdir)/hi16-app-digikam.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/digikam.png
17018
 
        $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps
17019
 
        $(INSTALL_DATA) $(srcdir)/hi48-app-digikam.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/digikam.png
17020
 
        $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps
17021
 
@@ -946,394 +950,394 @@
17022
 
        $(INSTALL_DATA) $(srcdir)/hi128-app-digikam.png $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps/digikam.png
17023
 
 
17024
 
 uninstall-kde-icons:
17025
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/blurimage.png
17026
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/hotpixels.png
17027
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/perspective.png
17028
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/filmgrain.png
17029
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/albumfoldercomment.png
17030
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/rotate_cw.png
17031
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/ratiocrop.png
17032
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/editimage.png
17033
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/charcoaltool.png
17034
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/distortionfx.png
17035
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustcurves.png
17036
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/inserttext.png
17037
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/rotate_cw.png
17038
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/fileopen.png
17039
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/addimagefolder.png
17040
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/distortionfx.svgz
17041
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/channelmixer.png
17042
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/viewimage.png
17043
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/invertimage.png
17044
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustcurves.png
17045
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/oilpaint.png
17046
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustrgb.png
17047
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/addimagefolder.png
17048
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/slideshow.svgz
17049
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/sharpenimage.svgz
17050
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/addimagefolder.png
17051
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/distortionfx.png
17052
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/bordertool.png
17053
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/filmgrain.png
17054
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/inserttext.png
17055
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/slideshow.png
17056
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/freerotation.png
17057
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjusthsl.png
17058
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/contrast.png
17059
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/imagecomment.png
17060
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/lensdistortion.png
17061
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustlevels.png
17062
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/ratiocrop.png
17063
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/bordertool.png
17064
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/bwtonal.png
17065
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/charcoaltool.png
17066
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/whitebalance.svgz
17067
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/filmgrain.png
17068
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lensdistortion.png
17069
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/importfolders2albums.png
17070
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/histogram.png
17071
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/inpainting.png
17072
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/autocorrection.png
17073
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/editimage.png
17074
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/resize_image.png
17075
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/imagecomment.svgz
17076
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/infrared.png
17077
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/rotate_cw.png
17078
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/autocorrection.png
17079
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/superimpose.svgz
17080
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/shear.png
17081
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/sharpenimage.png
17082
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/shear.png
17083
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/hotpixels.png
17084
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/restoration.png
17085
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/invertimage.png
17086
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustrgb.png
17087
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/colorfx.png
17088
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/viewimage.png
17089
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/channelmixer.png
17090
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/bordertool.png
17091
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/importfolders2albums.png
17092
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/editimage.svgz
17093
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/antivignetting.png
17094
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/superimpose.png
17095
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/mirror.png
17096
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustcurves.png
17097
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/albumfoldernew.png
17098
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/imagecomment.png
17099
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/oilpaint.png
17100
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/flip.png
17101
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/crop.png
17102
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/crop.png
17103
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/antivignetting.png
17104
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/perspective.png
17105
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/antivignetting.png
17106
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/distortionfx.png
17107
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/flip.png
17108
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/shear.png
17109
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/noisereduction.png
17110
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/digitalcam.png
17111
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/histogram.svgz
17112
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/ratiocrop.png
17113
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/addimagefolder.png
17114
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/inpainting.png
17115
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/infrared.png
17116
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjusthsl.png
17117
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/fileopen.png
17118
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustlevels.png
17119
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/slideshow.png
17120
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/bwtonal.png
17121
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/inserttext.png
17122
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/crop.png
17123
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/mirror.png
17124
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/charcoaltool.png
17125
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/embosstool.png
17126
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/whitebalance.png
17127
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/editimage.png
17128
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/importfolders2albums.png
17129
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/bordertool.png
17130
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/lensdistortion.png
17131
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/colormanagement.png
17132
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/inpainting.svgz
17133
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/flip.png
17134
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/rotate_cw.png
17135
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustlevels.svgz
17136
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/depth8to16.png
17137
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/contrast.png
17138
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/texture.png
17139
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/autocorrection.png
17140
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/inpainting.png
17141
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/histogram.png
17142
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/crop.png
17143
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/blurimage.png
17144
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/superimpose.png
17145
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/oilpaint.png
17146
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/inserttext.png
17147
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/noisereduction.png
17148
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/restoration.png
17149
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/colorfx.png
17150
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/viewimage.png
17151
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/embosstool.png
17152
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/hotpixels.png
17153
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/importfolders2albums.png
17154
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/freerotation.png
17155
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustcurves.png
17156
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/noisereduction.png
17157
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/flip.png
17158
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/imagecomment.png
17159
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/fileopen.svgz
17160
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustrgb.png
17161
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/bwtonal.png
17162
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/antivignetting.png
17163
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/redeyes.png
17164
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/perspective.png
17165
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/blurfx.png
17166
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/resize_image.png
17167
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/ratiocrop.png
17168
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/depth8to16.png
17169
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/oilpaint.png
17170
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjusthsl.png
17171
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/crop.png
17172
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/inpainting.png
17173
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/blurfx.png
17174
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/filmgrain.png
17175
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/colormanagement.png
17176
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/fileopen.png
17177
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/mirror.png
17178
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/bwtonal.png
17179
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/albumfoldercomment.png
17180
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/raindrop.png
17181
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/histogram.svgz
17182
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/embosstool.png
17183
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/sharpenimage.png
17184
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/depth16to8.png
17185
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/filmgrain.svgz
17186
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/editimage.png
17187
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/inserttext.svgz
17188
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/restoration.svgz
17189
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/rotate_cw.png
17190
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/flip.png
17191
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/channelmixer.png
17192
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/albumfoldercomment.svgz
17193
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/importfolders2albums.svgz
17194
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/blurimage.png
17195
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/depth8to16.png
17196
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/exifinfo.png
17197
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/invertimage.png
17198
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/albumfoldercomment.png
17199
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/crop.png
17200
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/colorfx.png
17201
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/lensdistortion.png
17202
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/perspective.svgz
17203
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/distortionfx.png
17204
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/raindrop.png
17205
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/digitalcam.png
17206
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/importfolders2albums.png
17207
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/whitebalance.png
17208
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/lensdistortion.png
17209
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/oilpaint.png
17210
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lighttableadd.png
17211
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/infrared.png
17212
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustlevels.png
17213
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/noisereduction.png
17214
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/embosstool.png
17215
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/filmgrain.png
17216
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/autocorrection.png
17217
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/mirror.png
17218
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/charcoaltool.png
17219
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/slideshow.png
17220
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/ratiocrop.png
17221
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/depth16to8.png
17222
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/importfolders2albums.png
17223
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/autocorrection.png
17224
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustcurves.svgz
17225
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/blurfx.png
17226
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/apps/digikam.png
17227
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/resize_image.svgz
17228
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/inserttext.png
17229
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/depth8to16.png
17230
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/contrast.png
17231
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustrgb.png
17232
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/sharpenimage.png
17233
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/exifinfo.png
17234
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/whitebalance.png
17235
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/bwtonal.png
17236
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/resize_image.png
17237
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/antivignetting.png
17238
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/invertimage.svgz
17239
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/lensdistortion.png
17240
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps/digikam.png
17241
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/histogram.png
17242
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/resize_image.png
17243
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/exifinfo.png
17244
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps/digikamimageplugins.png
17245
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/depth8to16.png
17246
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/infrared.png
17247
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustcurves.png
17248
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/blurfx.png
17249
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/ratiocrop.svgz
17250
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/antivignetting.png
17251
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/fileopen.png
17252
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/digitalcam.png
17253
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/histogram.png
17254
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/antivignetting.png
17255
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/texture.png
17256
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/freerotation.png
17257
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/invertimage.png
17258
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/blurfx.png
17259
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/colorfx.png
17260
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/imagecomment.png
17261
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustcurves.png
17262
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/digitalcam.png
17263
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/noisereduction.png
17264
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/oilpaint.png
17265
 
        -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/fileopen.png
17266
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/hotpixels.svgz
17267
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/restoration.png
17268
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/lensdistortion.png
17269
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/redeyes.png
17270
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/bordertool.png
17271
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/albumfoldernew.png
17272
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/whitebalance.png
17273
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustlevels.png
17274
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/contrast.png
17275
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjusthsl.png
17276
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/apps/digikam.png
17277
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/depth16to8.png
17278
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/bordertool.png
17279
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/perspective.png
17280
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/albumfoldercomment.svgz
17281
 
        -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/crop.png
17282
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/blurimage.png
17283
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/viewimage.png
17284
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/superimpose.png
17285
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/restoration.png
17286
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/hotpixels.png
17287
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/colorfx.png
17288
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/importfolders2albums.png
17289
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/noisereduction.png
17290
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/bordertool.svgz
17291
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/colormanagement.png
17292
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/fileopen.png
17293
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/perspective.png
17294
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/imagecomment.png
17295
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/slideshow.png
17296
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/oilpaint.png
17297
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/resize_image.png
17298
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/rotate_cw.svgz
17299
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/histogram.png
17300
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/albumfoldercomment.png
17301
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/filmgrain.png
17302
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/depth16to8.svgz
17303
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/colormanagement.png
17304
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/contrast.svgz
17305
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/albumfoldercomment.png
17306
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/redeyes.png
17307
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/depth16to8.png
17308
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustrgb.svgz
17309
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lighttable.png
17310
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/autocorrection.png
17311
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/shear.png
17312
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/invertimage.png
17313
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/antivignetting.svgz
17314
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/contrast.png
17315
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/superimpose.png
17316
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/texture.png
17317
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/inpainting.png
17318
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/colorfx.png
17319
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/whitebalance.png
17320
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/resize_image.png
17321
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/importfolders2albums.png
17322
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/texture.png
17323
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/imagecomment.png
17324
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/superimpose.png
17325
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/inpainting.svgz
17326
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/ratiocrop.png
17327
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/importfolders2albums.png
17328
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/colormanagement.png
17329
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/blurimage.png
17330
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/superimpose.png
17331
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/apps/digikam.png
17332
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/slideshow.png
17333
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustrgb.png
17334
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/lensdistortion.png
17335
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/shear.svgz
17336
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/albumfoldernew.png
17337
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/whitebalance.png
17338
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/hotpixels.png
17339
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/apps/digikam.png
17340
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/blurfx.png
17341
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/apps/digikam.png
17342
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/invertimage.png
17343
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/sharpenimage.png
17344
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/shear.png
17345
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/texture.svgz
17346
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/infrared.png
17347
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/bwtonal.png
17348
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/perspective.png
17349
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/redeyes.png
17350
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/digitalcam.png
17351
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjusthsl.png
17352
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/texture.png
17353
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/blurfx.svgz
17354
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/addimagefolder.png
17355
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/shear.png
17356
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/noisereduction.svgz
17357
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lensdistortion.png
17358
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/slideshow.png
17359
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/flip.png
17360
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjusthsl.png
17361
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/histogram.png
17362
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/perspective.png
17363
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/blurimage.svgz
17364
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/superimpose.svgz
17365
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/redeyes.png
17366
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/restoration.png
17367
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/imagecomment.png
17368
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/restoration.png
17369
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/infrared.png
17370
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/sharpenimage.png
17371
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/albumfoldernew.png
17372
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustcurves.png
17373
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/viewimage.png
17374
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/autocorrection.png
17375
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/ratiocrop.png
17376
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps/digikam.png
17377
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/resize_image.png
17378
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/colormanagement.png
17379
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/channelmixer.png
17380
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/colormanagement.png
17381
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/depth16to8.png
17382
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/freerotation.png
17383
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/digitalcam.png
17384
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/inpainting.png
17385
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/filmgrain.png
17386
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/superimpose.png
17387
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/invertimage.png
17388
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/flip.png
17389
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/bwtonal.svgz
17390
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/mirror.png
17391
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/noisereduction.png
17392
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/antivignetting.png
17393
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/noisereduction.png
17394
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/perspective.png
17395
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/filmgrain.svgz
17396
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/albumfoldernew.png
17397
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/imagecomment.png
17398
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/shear.png
17399
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/albumfoldercomment.png
17400
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/autocorrection.png
17401
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/infrared.png
17402
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/channelmixer.png
17403
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/raindrop.png
17404
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjusthsl.png
17405
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustlevels.png
17406
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/ratiocrop.png
17407
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/freerotation.png
17408
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/oilpaint.png
17409
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lighttable.png
17410
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/filmgrain.png
17411
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/bordertool.png
17412
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustcurves.png
17413
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/noisereduction.png
17414
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/editimage.png
17415
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/distortionfx.png
17416
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/fileopen.png
17417
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/depth16to8.png
17418
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/invertimage.png
17419
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/colormanagement.png
17420
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/lensdistortion.png
17421
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/albumfoldercomment.png
17422
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/flip.png
17423
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/viewimage.png
17424
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/colorfx.png
17425
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/editimage.png
17426
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/exifinfo.png
17427
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/embosstool.png
17428
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustrgb.png
17429
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/distortionfx.png
17430
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/albumfoldercomment.png
17431
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/depth8to16.png
17432
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustcurves.png
17433
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/embosstool.png
17434
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/blurfx.png
17435
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/importfolders2albums.svgz
17436
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/addimagefolder.svgz
17437
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/hotpixels.png
17438
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjusthsl.png
17439
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustlevels.png
17440
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/depth16to8.png
17441
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/distortionfx.png
17442
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/albumfoldernew.png
17443
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/autocorrection.png
17444
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/blurimage.png
17445
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/sharpenimage.png
17446
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/freerotation.png
17447
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/texture.png
17448
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/distortionfx.png
17449
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/autocorrection.svgz
17450
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/oilpaint.png
17451
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/importfolders2albums.png
17452
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/depth16to8.png
17453
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/inserttext.png
17454
 
        -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/rotate_cw.png
17455
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/histogram.png
17456
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/contrast.png
17457
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/noisereduction.png
17458
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/inpainting.png
17459
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/adjustlevels.png
17460
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/perspective.svgz
17461
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/texture.png
17462
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/freerotation.png
17463
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/contrast.png
17464
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustcurves.png
17465
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/digikamimageplugins.png
17466
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/oilpaint.png
17467
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/bordertool.png
17468
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/colorfx.png
17469
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustrgb.png
17470
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/colorfx.png
17471
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/histogram.png
17472
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/ratiocrop.png
17473
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/importfolders2albums.png
17474
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/blurimage.png
17475
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/viewimage.png
17476
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/albumfoldernew.png
17477
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/sharpenimage.png
17478
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/freerotation.svgz
17479
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/colormanagement.png
17480
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/channelmixer.png
17481
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustlevels.png
17482
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/redeyes.png
17483
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/exifinfo.svgz
17484
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/inpainting.png
17485
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjusthsl.png
17486
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/resize_image.png
17487
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/mirror.png
17488
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/bwtonal.png
17489
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/depth8to16.png
17490
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/lensdistortion.png
17491
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/bwtonal.png
17492
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/infrared.png
17493
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/inserttext.png
17494
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/fileopen.png
17495
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/restoration.png
17496
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/exifinfo.png
17497
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/antivignetting.png
17498
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/superimpose.png
17499
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/freerotation.png
17500
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/filmgrain.png
17501
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/lensdistortion.png
17502
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/viewimage.png
17503
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustlevels.png
17504
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/blurfx.png
17505
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/digitalcam.png
17506
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/texture.png
17507
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/shear.png
17508
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/restoration.png
17509
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/freerotation.png
17510
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/charcoaltool.png
17511
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/shear.png
17512
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/invertimage.png
17513
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/imagecomment.png
17514
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/raindrop.png
17515
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustlevels.png
17516
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/hotpixels.png
17517
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/apps/digikam.png
17518
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/antivignetting.svgz
17519
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/distortionfx.svgz
17520
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/adjustrgb.png
17521
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjusthsl.png
17522
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/perspective.png
17523
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/exifinfo.png
17524
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/22x22/actions/crop.png
17525
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/depth16to8.png
17526
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/rotate_cw.png
17527
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/histogram.png
17528
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/rotate_cw.png
17529
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/redeyes.png
17530
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/restoration.svgz
17531
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/imagecomment.png
17532
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/inpainting.png
17533
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/distortionfx.png
17534
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/autocorrection.png
17535
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/bordertool.png
17536
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/charcoaltool.png
17537
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/redeyes.png
17538
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/32x32/actions/crop.png
17539
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/contrast.png
17540
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/whitebalance.png
17541
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/inserttext.png
17542
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/colormanagement.png
17543
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/contrast.png
17544
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/channelmixer.svgz
17545
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/raindrop.png
17546
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/whitebalance.png
17547
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/bwtonal.png
17548
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/channelmixer.png
17549
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/ratiocrop.png
17550
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/channelmixer.png
17551
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/raindrop.png
17552
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/colorfx.png
17553
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/bwtonal.png
17554
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/inpainting.png
17555
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/redeyes.png
17556
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/blurfx.png
17557
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/embosstool.png
17558
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/embosstool.png
17559
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/crop.svgz
17560
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/addimagefolder.png
17561
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/apps/digikamimageplugins.png
17562
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/charcoaltool.png
17563
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/blurfx.png
17564
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/invertimage.png
17565
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustrgb.png
17566
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/fileopen.png
17567
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/digitalcam.png
17568
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/crop.png
17569
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/raindrop.png
17570
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/editimage.png
17571
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/lighttableadd.png
17572
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/exifinfo.png
17573
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/albumfoldernew.png
17574
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/slideshow.png
17575
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/sharpenimage.png
17576
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/addimagefolder.png
17577
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/channelmixer.png
17578
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/embosstool.png
17579
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/addimagefolder.png
17580
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/editimage.png
17581
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/shear.png
17582
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/infrared.png
17583
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/bwtonal.svgz
17584
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/depth8to16.svgz
17585
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/exifinfo.png
17586
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/blurimage.svgz
17587
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/noisereduction.png
17588
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/texture.png
17589
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/bordertool.png
17590
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/autocorrection.png
17591
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/hotpixels.png
17592
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/resize_image.png
17593
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/embosstool.png
17594
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/slideshow.png
17595
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/histogram.png
17596
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/distortionfx.png
17597
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/resize_image.png
17598
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/depth8to16.png
17599
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/freerotation.png
17600
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/blurimage.png
17601
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/inserttext.png
17602
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/imagecomment.png
17603
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/apps/digikam.png
17604
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/superimpose.png
17605
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustlevels.png
17606
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/noisereduction.svgz
17607
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/charcoaltool.png
17608
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/invertimage.png
17609
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/albumfoldernew.png
17610
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/charcoaltool.png
17611
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/viewimage.png
17612
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/hotpixels.png
17613
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/raindrop.png
17614
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/resize_image.svgz
17615
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustrgb.png
17616
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/embosstool.png
17617
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/whitebalance.svgz
17618
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/depth8to16.svgz
17619
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/importfolders2albums.png
17620
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/hotpixels.svgz
17621
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/depth16to8.png
17622
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/hotpixels.png
17623
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustcurves.svgz
17624
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/colorfx.png
17625
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/shear.png
17626
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/filmgrain.png
17627
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/inpainting.png
17628
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/freerotation.png
17629
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/infrared.png
17630
 
+       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/fileopen.svgz
17631
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/albumfoldernew.svgz
17632
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/crop.png
17633
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/apps/digikam.png
17634
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/bordertool.svgz
17635
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/ratiocrop.png
17636
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/redeyes.png
17637
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/albumfoldercomment.png
17638
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjusthsl.png
17639
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustcurves.png
17640
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/sharpenimage.png
17641
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/filmgrain.png
17642
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/inserttext.png
17643
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/depth8to16.png
17644
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/exifinfo.png
17645
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/rotate_cw.svgz
17646
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/channelmixer.png
17647
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/texture.png
17648
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/freerotation.svgz
17649
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/whitebalance.png
17650
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/addimagefolder.png
17651
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/depth16to8.svgz
17652
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/blurimage.png
17653
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/editimage.png
17654
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/distortionfx.png
17655
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/sharpenimage.png
17656
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/inpainting.png
17657
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/editimage.svgz
17658
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/mirror.png
17659
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/raindrop.png
17660
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/blurfx.png
17661
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/restoration.png
17662
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/raindrop.png
17663
 
        -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/48x48/actions/rotate_cw.png
17664
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/resize_image.png
17665
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/albumfoldernew.png
17666
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/depth16to8.png
17667
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/16x16/actions/fileopen.png
17668
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/texture.png
17669
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/digikamimageplugins.png
17670
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/adjustlevels.png
17671
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/colorfx.png
17672
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/restoration.png
17673
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/albumfoldernew.png
17674
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/adjustrgb.svgz
17675
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/charcoaltool.png
17676
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/inserttext.png
17677
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/superimpose.png
17678
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/albumfoldercomment.png
17679
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/redeyes.png
17680
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/texture.svgz
17681
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/ratiocrop.png
17682
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/perspective.png
17683
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/contrast.png
17684
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/exifinfo.svgz
17685
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/digitalcam.png
17686
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/invertimage.svgz
17687
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/colormanagement.svgz
17688
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/freerotation.png
17689
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/slideshow.png
17690
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/bwtonal.png
17691
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/filmgrain.png
17692
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/imagecomment.png
17693
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/redeyes.png
17694
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/64x64/actions/fileopen.png
17695
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/depth16to8.png
17696
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/raindrop.png
17697
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/colormanagement.png
17698
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/128x128/actions/rotate_cw.png
17699
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/albumfoldercomment.png
17700
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/oilpaint.png
17701
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/contrast.png
17702
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/albumfoldercomment.png
17703
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/digitalcam.png
17704
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/blurimage.png
17705
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/superimpose.png
17706
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/raindrop.png
17707
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/blurimage.png
17708
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/charcoaltool.png
17709
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/infrared.png
17710
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/restoration.png
17711
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/sharpenimage.svgz
17712
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/viewimage.png
17713
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/adjustrgb.png
17714
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/editimage.png
17715
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/whitebalance.png
17716
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/autocorrection.svgz
17717
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/blurfx.svgz
17718
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/histogram.png
17719
 
-       -rm -f $(DESTDIR)$(digikamicondir)/crystalsvg/scalable/actions/crop.svgz
17720
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/restoration.png
17721
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/shear.png
17722
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/bordertool.png
17723
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/digitalcam.png
17724
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/sharpenimage.png
17725
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/blurimage.png
17726
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/invertimage.png
17727
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/imagecomment.svgz
17728
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/noisereduction.png
17729
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/depth8to16.png
17730
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/antivignetting.png
17731
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/blurfx.png
17732
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/slideshow.svgz
17733
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/editimage.png
17734
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/addimagefolder.png
17735
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/channelmixer.png
17736
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/antivignetting.png
17737
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/texture.png
17738
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/ratiocrop.svgz
17739
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/inserttext.svgz
17740
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/apps/digikam.png
17741
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/addimagefolder.png
17742
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/colormanagement.png
17743
 
        -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/exifinfo.png
17744
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/mirror.png
17745
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/48x48/actions/albumfoldernew.png
17746
 
-       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/addimagefolder.svgz
17747
 
-       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/digikam.png
17748
 
-       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/digikam.png
17749
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/adjustcurves.png
17750
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/sharpenimage.png
17751
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/shear.svgz
17752
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/128x128/actions/adjustrgb.png
17753
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/slideshow.png
17754
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/distortionfx.png
17755
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/hotpixels.png
17756
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/32x32/actions/bordertool.png
17757
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/digitalcam.png
17758
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/22x22/actions/depth8to16.png
17759
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/colormanagement.svgz
17760
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/superimpose.png
17761
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/16x16/actions/editimage.png
17762
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/scalable/actions/channelmixer.svgz
17763
 
+       -rm -f $(DESTDIR)$(digikamicondir)/hicolor/64x64/actions/inserttext.png
17764
 
        -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/digikam.png
17765
 
+       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/digikam.png
17766
 
+       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/digikam.png
17767
 
        -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/digikam.png
17768
 
        -rm -f $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps/digikam.png
17769
 
        -rm -f $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps/digikam.png
17770
 
@@ -1348,9 +1352,9 @@
17771
 
              exit 1;; \
17772
 
          esac; \
17773
 
        done; \
17774
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/icons/Makefile'; \
17775
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/icons/Makefile'; \
17776
 
        cd $(top_srcdir) && \
17777
 
-         $(AUTOMAKE) --gnu  digikam/data/icons/Makefile
17778
 
+         $(AUTOMAKE) --foreign  digikam/data/icons/Makefile
17779
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/icons/Makefile.in
17780
 
 
17781
 
 
17782
 
--- a/digikam/data/Makefile.in
17783
 
+++ b/digikam/data/Makefile.in
17784
 
@@ -202,6 +202,9 @@
17785
 
 LIB_XRENDER = @LIB_XRENDER@
17786
 
 LN_S = @LN_S@
17787
 
 LTLIBOBJS = @LTLIBOBJS@
17788
 
+MAINT = @MAINT@
17789
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
17790
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
17791
 
 MAKEINFO = @MAKEINFO@
17792
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
17793
 
 MCOPIDL = @MCOPIDL@
17794
 
@@ -226,6 +229,7 @@
17795
 
 QT_INCLUDES = @QT_INCLUDES@
17796
 
 QT_LDFLAGS = @QT_LDFLAGS@
17797
 
 RANLIB = @RANLIB@
17798
 
+SED = @SED@
17799
 
 SET_MAKE = @SET_MAKE@
17800
 
 SHELL = @SHELL@
17801
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
17802
 
@@ -351,7 +355,7 @@
17803
 
 all: docs-am  all-recursive
17804
 
 
17805
 
 .SUFFIXES:
17806
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
17807
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
17808
 
 #>-    @for dep in $?; do \
17809
 
 #>-      case '$(am__configure_deps)' in \
17810
 
 #>-        *$$dep*) \
17811
 
@@ -360,9 +364,9 @@
17812
 
 #>-          exit 1;; \
17813
 
 #>-      esac; \
17814
 
 #>-    done; \
17815
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/Makefile'; \
17816
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/Makefile'; \
17817
 
 #>-    cd $(top_srcdir) && \
17818
 
-#>-      $(AUTOMAKE) --gnu  digikam/data/Makefile
17819
 
+#>-      $(AUTOMAKE) --foreign  digikam/data/Makefile
17820
 
 #>+ 12
17821
 
        @for dep in $?; do \
17822
 
          case '$(am__configure_deps)' in \
17823
 
@@ -372,9 +376,9 @@
17824
 
              exit 1;; \
17825
 
          esac; \
17826
 
        done; \
17827
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/Makefile'; \
17828
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/Makefile'; \
17829
 
        cd $(top_srcdir) && \
17830
 
-         $(AUTOMAKE) --gnu  digikam/data/Makefile
17831
 
+         $(AUTOMAKE) --foreign  digikam/data/Makefile
17832
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/Makefile.in
17833
 
 .PRECIOUS: Makefile
17834
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
17835
 
@@ -389,9 +393,9 @@
17836
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
17837
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17838
 
 
17839
 
-$(top_srcdir)/configure:  $(am__configure_deps)
17840
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
17841
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17842
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
17843
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
17844
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17845
 
 
17846
 
 mostlyclean-libtool:
17847
 
@@ -693,9 +697,9 @@
17848
 
              exit 1;; \
17849
 
          esac; \
17850
 
        done; \
17851
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/Makefile'; \
17852
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/Makefile'; \
17853
 
        cd $(top_srcdir) && \
17854
 
-         $(AUTOMAKE) --gnu  digikam/data/Makefile
17855
 
+         $(AUTOMAKE) --foreign  digikam/data/Makefile
17856
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/Makefile.in
17857
 
 
17858
 
 
17859
 
--- a/digikam/data/pics/Makefile.in
17860
 
+++ b/digikam/data/pics/Makefile.in
17861
 
@@ -199,6 +199,9 @@
17862
 
 LIB_XRENDER = @LIB_XRENDER@
17863
 
 LN_S = @LN_S@
17864
 
 LTLIBOBJS = @LTLIBOBJS@
17865
 
+MAINT = @MAINT@
17866
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
17867
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
17868
 
 MAKEINFO = @MAKEINFO@
17869
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
17870
 
 MCOPIDL = @MCOPIDL@
17871
 
@@ -223,6 +226,7 @@
17872
 
 QT_INCLUDES = @QT_INCLUDES@
17873
 
 QT_LDFLAGS = @QT_LDFLAGS@
17874
 
 RANLIB = @RANLIB@
17875
 
+SED = @SED@
17876
 
 SET_MAKE = @SET_MAKE@
17877
 
 SHELL = @SHELL@
17878
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
17879
 
@@ -368,7 +372,7 @@
17880
 
 all: docs-am  all-am
17881
 
 
17882
 
 .SUFFIXES:
17883
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
17884
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
17885
 
 #>-    @for dep in $?; do \
17886
 
 #>-      case '$(am__configure_deps)' in \
17887
 
 #>-        *$$dep*) \
17888
 
@@ -377,9 +381,9 @@
17889
 
 #>-          exit 1;; \
17890
 
 #>-      esac; \
17891
 
 #>-    done; \
17892
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/pics/Makefile'; \
17893
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/pics/Makefile'; \
17894
 
 #>-    cd $(top_srcdir) && \
17895
 
-#>-      $(AUTOMAKE) --gnu  digikam/data/pics/Makefile
17896
 
+#>-      $(AUTOMAKE) --foreign  digikam/data/pics/Makefile
17897
 
 #>+ 12
17898
 
        @for dep in $?; do \
17899
 
          case '$(am__configure_deps)' in \
17900
 
@@ -389,9 +393,9 @@
17901
 
              exit 1;; \
17902
 
          esac; \
17903
 
        done; \
17904
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/pics/Makefile'; \
17905
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/pics/Makefile'; \
17906
 
        cd $(top_srcdir) && \
17907
 
-         $(AUTOMAKE) --gnu  digikam/data/pics/Makefile
17908
 
+         $(AUTOMAKE) --foreign  digikam/data/pics/Makefile
17909
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/pics/Makefile.in
17910
 
 .PRECIOUS: Makefile
17911
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
17912
 
@@ -406,9 +410,9 @@
17913
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
17914
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17915
 
 
17916
 
-$(top_srcdir)/configure:  $(am__configure_deps)
17917
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
17918
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17919
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
17920
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
17921
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
17922
 
 
17923
 
 mostlyclean-libtool:
17924
 
@@ -606,7 +610,7 @@
17925
 
 .NOEXPORT:
17926
 
 
17927
 
 #>+ 2
17928
 
-KDE_DIST=duplicatebothvert.png zoom30.png logo-cimg.png albumfolder-new.png tag.png color-picker-black.png menusidepixmap.xcf tag-recents.png Makefile.in duplicatebothhorz.png bothhorz.png logo-lcms.png target.png curvefree.png original.png image-selection.png tag-folder.png albumfolder-importdir.png tag-assigned.png togglemouseover.png digikam-splash.xcf digikam-splash.png editimage.png logo-digikam.png tag-delete.png albumfolder-importimages.png color-picker-grey.png worldmap.jpg curvemooth.png tag-addressbook.png histogram.png zoom20.png color-picker-white.png tag-reset.png histogram-lin.png histogram-log.png centerwidth.png albumfolder-properties.png tag-people.png tag-places.png digitalcam.png underexposure.png rating.png tag-events.png zoom10.png logo-gphoto.png tag-new.png menusidepixmap.png image-full.png tag-properties.png overexposure.png centerheight.png logo-exiv2.png Makefile.am exifinfo.png bothvert.png 
17929
 
+KDE_DIST=duplicatebothvert.png zoom30.png logo-cimg.png albumfolder-new.png color-picker-black.png tag.png menusidepixmap.xcf tag-recents.png Makefile.in duplicatebothhorz.png bothhorz.png logo-lcms.png target.png curvefree.png original.png image-selection.png tag-folder.png albumfolder-importdir.png tag-assigned.png togglemouseover.png digikam-splash.xcf digikam-splash.png editimage.png logo-digikam.png tag-delete.png albumfolder-importimages.png color-picker-grey.png worldmap.jpg curvemooth.png tag-addressbook.png histogram.png zoom20.png color-picker-white.png tag-reset.png histogram-lin.png histogram-log.png centerwidth.png albumfolder-properties.png tag-people.png digitalcam.png tag-places.png underexposure.png rating.png tag-events.png zoom10.png logo-gphoto.png tag-new.png menusidepixmap.png image-full.png tag-properties.png overexposure.png centerheight.png logo-exiv2.png exifinfo.png Makefile.am bothvert.png 
17930
 
 
17931
 
 #>+ 2
17932
 
 docs-am:
17933
 
@@ -621,9 +625,9 @@
17934
 
              exit 1;; \
17935
 
          esac; \
17936
 
        done; \
17937
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/pics/Makefile'; \
17938
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/pics/Makefile'; \
17939
 
        cd $(top_srcdir) && \
17940
 
-         $(AUTOMAKE) --gnu  digikam/data/pics/Makefile
17941
 
+         $(AUTOMAKE) --foreign  digikam/data/pics/Makefile
17942
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/pics/Makefile.in
17943
 
 
17944
 
 
17945
 
--- a/digikam/data/profiles/Makefile.in
17946
 
+++ b/digikam/data/profiles/Makefile.in
17947
 
@@ -196,6 +196,9 @@
17948
 
 LIB_XRENDER = @LIB_XRENDER@
17949
 
 LN_S = @LN_S@
17950
 
 LTLIBOBJS = @LTLIBOBJS@
17951
 
+MAINT = @MAINT@
17952
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
17953
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
17954
 
 MAKEINFO = @MAKEINFO@
17955
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
17956
 
 MCOPIDL = @MCOPIDL@
17957
 
@@ -220,6 +223,7 @@
17958
 
 QT_INCLUDES = @QT_INCLUDES@
17959
 
 QT_LDFLAGS = @QT_LDFLAGS@
17960
 
 RANLIB = @RANLIB@
17961
 
+SED = @SED@
17962
 
 SET_MAKE = @SET_MAKE@
17963
 
 SHELL = @SHELL@
17964
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
17965
 
@@ -346,7 +350,7 @@
17966
 
 all: docs-am  all-am
17967
 
 
17968
 
 .SUFFIXES:
17969
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
17970
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
17971
 
 #>-    @for dep in $?; do \
17972
 
 #>-      case '$(am__configure_deps)' in \
17973
 
 #>-        *$$dep*) \
17974
 
@@ -355,9 +359,9 @@
17975
 
 #>-          exit 1;; \
17976
 
 #>-      esac; \
17977
 
 #>-    done; \
17978
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/profiles/Makefile'; \
17979
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/profiles/Makefile'; \
17980
 
 #>-    cd $(top_srcdir) && \
17981
 
-#>-      $(AUTOMAKE) --gnu  digikam/data/profiles/Makefile
17982
 
+#>-      $(AUTOMAKE) --foreign  digikam/data/profiles/Makefile
17983
 
 #>+ 12
17984
 
        @for dep in $?; do \
17985
 
          case '$(am__configure_deps)' in \
17986
 
@@ -367,9 +371,9 @@
17987
 
              exit 1;; \
17988
 
          esac; \
17989
 
        done; \
17990
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/profiles/Makefile'; \
17991
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/profiles/Makefile'; \
17992
 
        cd $(top_srcdir) && \
17993
 
-         $(AUTOMAKE) --gnu  digikam/data/profiles/Makefile
17994
 
+         $(AUTOMAKE) --foreign  digikam/data/profiles/Makefile
17995
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/profiles/Makefile.in
17996
 
 .PRECIOUS: Makefile
17997
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
17998
 
@@ -384,9 +388,9 @@
17999
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18000
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18001
 
 
18002
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18003
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18004
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18005
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18006
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18007
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18008
 
 
18009
 
 mostlyclean-libtool:
18010
 
@@ -561,9 +565,9 @@
18011
 
              exit 1;; \
18012
 
          esac; \
18013
 
        done; \
18014
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/profiles/Makefile'; \
18015
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/profiles/Makefile'; \
18016
 
        cd $(top_srcdir) && \
18017
 
-         $(AUTOMAKE) --gnu  digikam/data/profiles/Makefile
18018
 
+         $(AUTOMAKE) --foreign  digikam/data/profiles/Makefile
18019
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/profiles/Makefile.in
18020
 
 
18021
 
 
18022
 
--- a/digikam/data/themes/Makefile.in
18023
 
+++ b/digikam/data/themes/Makefile.in
18024
 
@@ -196,6 +196,9 @@
18025
 
 LIB_XRENDER = @LIB_XRENDER@
18026
 
 LN_S = @LN_S@
18027
 
 LTLIBOBJS = @LTLIBOBJS@
18028
 
+MAINT = @MAINT@
18029
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18030
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18031
 
 MAKEINFO = @MAKEINFO@
18032
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18033
 
 MCOPIDL = @MCOPIDL@
18034
 
@@ -220,6 +223,7 @@
18035
 
 QT_INCLUDES = @QT_INCLUDES@
18036
 
 QT_LDFLAGS = @QT_LDFLAGS@
18037
 
 RANLIB = @RANLIB@
18038
 
+SED = @SED@
18039
 
 SET_MAKE = @SET_MAKE@
18040
 
 SHELL = @SHELL@
18041
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18042
 
@@ -346,7 +350,7 @@
18043
 
 all: docs-am  all-am
18044
 
 
18045
 
 .SUFFIXES:
18046
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18047
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18048
 
 #>-    @for dep in $?; do \
18049
 
 #>-      case '$(am__configure_deps)' in \
18050
 
 #>-        *$$dep*) \
18051
 
@@ -355,9 +359,9 @@
18052
 
 #>-          exit 1;; \
18053
 
 #>-      esac; \
18054
 
 #>-    done; \
18055
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/themes/Makefile'; \
18056
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/themes/Makefile'; \
18057
 
 #>-    cd $(top_srcdir) && \
18058
 
-#>-      $(AUTOMAKE) --gnu  digikam/data/themes/Makefile
18059
 
+#>-      $(AUTOMAKE) --foreign  digikam/data/themes/Makefile
18060
 
 #>+ 12
18061
 
        @for dep in $?; do \
18062
 
          case '$(am__configure_deps)' in \
18063
 
@@ -367,9 +371,9 @@
18064
 
              exit 1;; \
18065
 
          esac; \
18066
 
        done; \
18067
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/themes/Makefile'; \
18068
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/themes/Makefile'; \
18069
 
        cd $(top_srcdir) && \
18070
 
-         $(AUTOMAKE) --gnu  digikam/data/themes/Makefile
18071
 
+         $(AUTOMAKE) --foreign  digikam/data/themes/Makefile
18072
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/themes/Makefile.in
18073
 
 .PRECIOUS: Makefile
18074
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18075
 
@@ -384,9 +388,9 @@
18076
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18077
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18078
 
 
18079
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18080
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18081
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18082
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18083
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18084
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18085
 
 
18086
 
 mostlyclean-libtool:
18087
 
@@ -561,9 +565,9 @@
18088
 
              exit 1;; \
18089
 
          esac; \
18090
 
        done; \
18091
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/data/themes/Makefile'; \
18092
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/data/themes/Makefile'; \
18093
 
        cd $(top_srcdir) && \
18094
 
-         $(AUTOMAKE) --gnu  digikam/data/themes/Makefile
18095
 
+         $(AUTOMAKE) --foreign  digikam/data/themes/Makefile
18096
 
        cd $(top_srcdir) && perl admin/am_edit digikam/data/themes/Makefile.in
18097
 
 
18098
 
 
18099
 
--- a/digikam/digikam/Makefile.in
18100
 
+++ b/digikam/digikam/Makefile.in
18101
 
@@ -309,6 +309,9 @@
18102
 
 LIB_XRENDER = @LIB_XRENDER@
18103
 
 LN_S = @LN_S@
18104
 
 LTLIBOBJS = @LTLIBOBJS@
18105
 
+MAINT = @MAINT@
18106
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18107
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18108
 
 MAKEINFO = @MAKEINFO@
18109
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18110
 
 MCOPIDL = @MCOPIDL@
18111
 
@@ -333,6 +336,7 @@
18112
 
 QT_INCLUDES = @QT_INCLUDES@
18113
 
 QT_LDFLAGS = @QT_LDFLAGS@
18114
 
 RANLIB = @RANLIB@
18115
 
+SED = @SED@
18116
 
 SET_MAKE = @SET_MAKE@
18117
 
 SHELL = @SHELL@
18118
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18119
 
@@ -664,7 +668,7 @@
18120
 
 
18121
 
 .SUFFIXES:
18122
 
 .SUFFIXES: .cpp .lo .o .obj
18123
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../../admin/Doxyfile.am $(am__configure_deps)
18124
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../admin/Doxyfile.am $(am__configure_deps)
18125
 
 #>-    @for dep in $?; do \
18126
 
 #>-      case '$(am__configure_deps)' in \
18127
 
 #>-        *$$dep*) \
18128
 
@@ -673,9 +677,9 @@
18129
 
 #>-          exit 1;; \
18130
 
 #>-      esac; \
18131
 
 #>-    done; \
18132
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/digikam/Makefile'; \
18133
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/digikam/Makefile'; \
18134
 
 #>-    cd $(top_srcdir) && \
18135
 
-#>-      $(AUTOMAKE) --gnu  digikam/digikam/Makefile
18136
 
+#>-      $(AUTOMAKE) --foreign  digikam/digikam/Makefile
18137
 
 #>+ 12
18138
 
        @for dep in $?; do \
18139
 
          case '$(am__configure_deps)' in \
18140
 
@@ -685,9 +689,9 @@
18141
 
              exit 1;; \
18142
 
          esac; \
18143
 
        done; \
18144
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/digikam/Makefile'; \
18145
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/digikam/Makefile'; \
18146
 
        cd $(top_srcdir) && \
18147
 
-         $(AUTOMAKE) --gnu  digikam/digikam/Makefile
18148
 
+         $(AUTOMAKE) --foreign  digikam/digikam/Makefile
18149
 
        cd $(top_srcdir) && perl admin/am_edit digikam/digikam/Makefile.in
18150
 
 .PRECIOUS: Makefile
18151
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18152
 
@@ -702,9 +706,9 @@
18153
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18154
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18155
 
 
18156
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18157
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18158
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18159
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18160
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18161
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18162
 
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
18163
 
        @$(NORMAL_INSTALL)
18164
 
@@ -1243,11 +1247,11 @@
18165
 
 mocs: welcomepageview.moc
18166
 
 
18167
 
 #>+ 3
18168
 
-mediaplayerview.moc: $(srcdir)/mediaplayerview.h
18169
 
-       $(MOC) $(srcdir)/mediaplayerview.h -o mediaplayerview.moc
18170
 
+albumthumbnailloader.moc: $(srcdir)/albumthumbnailloader.h
18171
 
+       $(MOC) $(srcdir)/albumthumbnailloader.h -o albumthumbnailloader.moc
18172
 
 
18173
 
 #>+ 2
18174
 
-mocs: mediaplayerview.moc
18175
 
+mocs: albumthumbnailloader.moc
18176
 
 
18177
 
 #>+ 3
18178
 
 ratingpopupmenu.moc: $(srcdir)/ratingpopupmenu.h
18179
 
@@ -1257,11 +1261,11 @@
18180
 
 mocs: ratingpopupmenu.moc
18181
 
 
18182
 
 #>+ 3
18183
 
-albumthumbnailloader.moc: $(srcdir)/albumthumbnailloader.h
18184
 
-       $(MOC) $(srcdir)/albumthumbnailloader.h -o albumthumbnailloader.moc
18185
 
+mediaplayerview.moc: $(srcdir)/mediaplayerview.h
18186
 
+       $(MOC) $(srcdir)/mediaplayerview.h -o mediaplayerview.moc
18187
 
 
18188
 
 #>+ 2
18189
 
-mocs: albumthumbnailloader.moc
18190
 
+mocs: mediaplayerview.moc
18191
 
 
18192
 
 #>+ 3
18193
 
 iconview.moc: $(srcdir)/iconview.h
18194
 
@@ -1278,11 +1282,11 @@
18195
 
 mocs: folderview.moc
18196
 
 
18197
 
 #>+ 3
18198
 
-digikamview.moc: $(srcdir)/digikamview.h
18199
 
-       $(MOC) $(srcdir)/digikamview.h -o digikamview.moc
18200
 
+tagcreatedlg.moc: $(srcdir)/tagcreatedlg.h
18201
 
+       $(MOC) $(srcdir)/tagcreatedlg.h -o tagcreatedlg.moc
18202
 
 
18203
 
 #>+ 2
18204
 
-mocs: digikamview.moc
18205
 
+mocs: tagcreatedlg.moc
18206
 
 
18207
 
 #>+ 3
18208
 
 pixmapmanager.moc: $(srcdir)/pixmapmanager.h
18209
 
@@ -1292,11 +1296,11 @@
18210
 
 mocs: pixmapmanager.moc
18211
 
 
18212
 
 #>+ 3
18213
 
-tagcreatedlg.moc: $(srcdir)/tagcreatedlg.h
18214
 
-       $(MOC) $(srcdir)/tagcreatedlg.h -o tagcreatedlg.moc
18215
 
+digikamview.moc: $(srcdir)/digikamview.h
18216
 
+       $(MOC) $(srcdir)/digikamview.h -o digikamview.moc
18217
 
 
18218
 
 #>+ 2
18219
 
-mocs: tagcreatedlg.moc
18220
 
+mocs: digikamview.moc
18221
 
 
18222
 
 #>+ 3
18223
 
 albummanager.moc: $(srcdir)/albummanager.h
18224
 
@@ -1348,6 +1352,13 @@
18225
 
 mocs: digikamfirstrun.moc
18226
 
 
18227
 
 #>+ 3
18228
 
+ratingfilter.moc: $(srcdir)/ratingfilter.h
18229
 
+       $(MOC) $(srcdir)/ratingfilter.h -o ratingfilter.moc
18230
 
+
18231
 
+#>+ 2
18232
 
+mocs: ratingfilter.moc
18233
 
+
18234
 
+#>+ 3
18235
 
 kdatepickerpopup.moc: $(srcdir)/kdatepickerpopup.h
18236
 
        $(MOC) $(srcdir)/kdatepickerpopup.h -o kdatepickerpopup.moc
18237
 
 
18238
 
@@ -1362,11 +1373,11 @@
18239
 
 mocs: searchresultsview.moc
18240
 
 
18241
 
 #>+ 3
18242
 
-ratingfilter.moc: $(srcdir)/ratingfilter.h
18243
 
-       $(MOC) $(srcdir)/ratingfilter.h -o ratingfilter.moc
18244
 
+imagepreviewview.moc: $(srcdir)/imagepreviewview.h
18245
 
+       $(MOC) $(srcdir)/imagepreviewview.h -o imagepreviewview.moc
18246
 
 
18247
 
 #>+ 2
18248
 
-mocs: ratingfilter.moc
18249
 
+mocs: imagepreviewview.moc
18250
 
 
18251
 
 #>+ 3
18252
 
 albumpropsedit.moc: $(srcdir)/albumpropsedit.h
18253
 
@@ -1376,13 +1387,6 @@
18254
 
 mocs: albumpropsedit.moc
18255
 
 
18256
 
 #>+ 3
18257
 
-imagepreviewview.moc: $(srcdir)/imagepreviewview.h
18258
 
-       $(MOC) $(srcdir)/imagepreviewview.h -o imagepreviewview.moc
18259
 
-
18260
 
-#>+ 2
18261
 
-mocs: imagepreviewview.moc
18262
 
-
18263
 
-#>+ 3
18264
 
 kipiinterface.moc: $(srcdir)/kipiinterface.h
18265
 
        $(MOC) $(srcdir)/kipiinterface.h -o kipiinterface.moc
18266
 
 
18267
 
@@ -1439,6 +1443,13 @@
18268
 
 mocs: albumiconviewfilter.moc
18269
 
 
18270
 
 #>+ 3
18271
 
+searchadvanceddialog.moc: $(srcdir)/searchadvanceddialog.h
18272
 
+       $(MOC) $(srcdir)/searchadvanceddialog.h -o searchadvanceddialog.moc
18273
 
+
18274
 
+#>+ 2
18275
 
+mocs: searchadvanceddialog.moc
18276
 
+
18277
 
+#>+ 3
18278
 
 albumhistory.moc: $(srcdir)/albumhistory.h
18279
 
        $(MOC) $(srcdir)/albumhistory.h -o albumhistory.moc
18280
 
 
18281
 
@@ -1453,13 +1464,6 @@
18282
 
 mocs: searchwidgets.moc
18283
 
 
18284
 
 #>+ 3
18285
 
-searchadvanceddialog.moc: $(srcdir)/searchadvanceddialog.h
18286
 
-       $(MOC) $(srcdir)/searchadvanceddialog.h -o searchadvanceddialog.moc
18287
 
-
18288
 
-#>+ 2
18289
 
-mocs: searchadvanceddialog.moc
18290
 
-
18291
 
-#>+ 3
18292
 
 albumiconview.moc: $(srcdir)/albumiconview.h
18293
 
        $(MOC) $(srcdir)/albumiconview.h -o albumiconview.moc
18294
 
 
18295
 
@@ -1524,7 +1528,7 @@
18296
 
 
18297
 
 #>+ 3
18298
 
 clean-metasources:
18299
 
-       -rm -f  cameralist.moc albumlister.moc welcomepageview.moc mediaplayerview.moc ratingpopupmenu.moc albumthumbnailloader.moc iconview.moc folderview.moc digikamview.moc pixmapmanager.moc tagcreatedlg.moc albummanager.moc searchquickdialog.moc tagfilterview.moc kdatetimeedit.moc monthwidget.moc dcopiface.moc digikamfirstrun.moc kdatepickerpopup.moc searchresultsview.moc ratingfilter.moc albumpropsedit.moc imagepreviewview.moc kipiinterface.moc kdateedit.moc ratingwidget.moc syncjob.moc mimefilter.moc digikamapp.moc albumfolderview.moc albumiconviewfilter.moc albumhistory.moc searchwidgets.moc searchadvanceddialog.moc albumiconview.moc albumwidgetstack.moc searchfolderview.moc tagspopupmenu.moc imageattributeswatch.moc dio_p.moc firstrun.moc datefolderview.moc tagfolderview.moc
18300
 
+       -rm -f  cameralist.moc albumlister.moc welcomepageview.moc albumthumbnailloader.moc ratingpopupmenu.moc mediaplayerview.moc iconview.moc folderview.moc tagcreatedlg.moc pixmapmanager.moc digikamview.moc albummanager.moc searchquickdialog.moc tagfilterview.moc kdatetimeedit.moc monthwidget.moc dcopiface.moc digikamfirstrun.moc ratingfilter.moc kdatepickerpopup.moc searchresultsview.moc imagepreviewview.moc albumpropsedit.moc kipiinterface.moc kdateedit.moc ratingwidget.moc syncjob.moc mimefilter.moc digikamapp.moc albumfolderview.moc albumiconviewfilter.moc searchadvanceddialog.moc albumhistory.moc searchwidgets.moc albumiconview.moc albumwidgetstack.moc searchfolderview.moc tagspopupmenu.moc imageattributeswatch.moc dio_p.moc firstrun.moc datefolderview.moc tagfolderview.moc
18301
 
 
18302
 
 #>+ 2
18303
 
 KDE_DIST=monthwidget.h imageattributeswatch.h ratingwidget.h thumbnailsize.h albumfiletip.h pixmapmanager.h kdatepickerpopup.h digikamui.rc album.h imageinfo.h firstrun.h kdatetimeedit.h albumdb_sqlite2.h albuminfo.h albumhistory.h albumdb.h dragobjects.h Makefile.in cameralist.h dio.h albumitemhandler.h digikamapp.h albummanager.h searchresultsitem.h albumicongroupitem.h mediaplayerview.h ratingfilter.h imagepreviewview.h albumwidgetstack.h cameradragobject.h albumthumbnailloader.h folderview.h albumiconviewfilter.h metadatahub.h digikam.desktop iconitem.h tagspopupmenu.h icongroupitem.h albumiconview.h searchwidgets.h mimefilter.h searchfolderview.h folderitem.h scanlib.h kipiinterface.h tagcreatedlg.h digikamappprivate.h searchadvanceddialog.h albumfolderview.h datefolderview.h searchresultsview.h albumlister.h searchquickdialog.h kdateedit.h tagfilterview.h syncjob.h dio_p.h albumiconitem.h constants.h iconview.h tagfolderview.h ratingpopupmenu.h albumpropsedit.h albumsettings.h upgradedb_sqlite2tosqlite3.h cameratype.h welcomepageview.h version.h digikamview.h Makefile.am digikamfirstrun.h 
18304
 
@@ -1551,9 +1555,9 @@
18305
 
              exit 1;; \
18306
 
          esac; \
18307
 
        done; \
18308
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/digikam/Makefile'; \
18309
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/digikam/Makefile'; \
18310
 
        cd $(top_srcdir) && \
18311
 
-         $(AUTOMAKE) --gnu  digikam/digikam/Makefile
18312
 
+         $(AUTOMAKE) --foreign  digikam/digikam/Makefile
18313
 
        cd $(top_srcdir) && perl admin/am_edit digikam/digikam/Makefile.in
18314
 
 
18315
 
 
18316
 
@@ -1580,7 +1584,7 @@
18317
 
 
18318
 
 
18319
 
 #>+ 11
18320
 
-libdigikam_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kdateedit.cpp $(srcdir)/metadatahub.cpp $(srcdir)/digikamapp.cpp $(srcdir)/album.cpp $(srcdir)/albumdb.cpp $(srcdir)/albumdb_sqlite2.cpp $(srcdir)/albumicongroupitem.cpp $(srcdir)/albumiconitem.cpp $(srcdir)/albumiconview.cpp $(srcdir)/albumiconviewfilter.cpp $(srcdir)/albumitemhandler.cpp $(srcdir)/albumfiletip.cpp $(srcdir)/albumfolderview.cpp $(srcdir)/albumhistory.cpp $(srcdir)/albumlister.cpp $(srcdir)/albummanager.cpp $(srcdir)/albumpropsedit.cpp $(srcdir)/albumsettings.cpp $(srcdir)/albumthumbnailloader.cpp $(srcdir)/albumwidgetstack.cpp $(srcdir)/cameradragobject.cpp $(srcdir)/cameralist.cpp $(srcdir)/cameratype.cpp $(srcdir)/datefolderview.cpp $(srcdir)/dcopiface.cpp $(srcdir)/digikamfirstrun.cpp $(srcdir)/digikamview.cpp $(srcdir)/dio.cpp $(srcdir)/dragobjects.cpp $(srcdir)/firstrun.cpp $(srcdir)/folderitem.cpp $(srcdir)/folderview.cpp $(srcdir)/iconview.cpp $(srcdir)/icongroupitem.cpp $(srcdir)/iconitem.cpp $(srcdir)/imageattributeswatch.cpp $(srcdir)/imageinfo.cpp $(srcdir)/imagepreviewview.cpp $(srcdir)/kdatetimeedit.cpp $(srcdir)/kdatepickerpopup.cpp $(srcdir)/kipiinterface.cpp $(srcdir)/mediaplayerview.cpp $(srcdir)/mimefilter.cpp $(srcdir)/monthwidget.cpp $(srcdir)/pixmapmanager.cpp $(srcdir)/ratingfilter.cpp $(srcdir)/ratingpopupmenu.cpp $(srcdir)/ratingwidget.cpp $(srcdir)/scanlib.cpp $(srcdir)/searchadvanceddialog.cpp $(srcdir)/searchfolderview.cpp $(srcdir)/searchquickdialog.cpp $(srcdir)/searchresultsview.cpp $(srcdir)/searchresultsitem.cpp $(srcdir)/searchwidgets.cpp $(srcdir)/syncjob.cpp $(srcdir)/tagcreatedlg.cpp $(srcdir)/tagfilterview.cpp $(srcdir)/tagfolderview.cpp $(srcdir)/tagspopupmenu.cpp $(srcdir)/upgradedb_sqlite2tosqlite3.cpp $(srcdir)/welcomepageview.cpp dcopiface_skel.cpp  cameralist.moc albumlister.moc welcomepageview.moc mediaplayerview.moc ratingpopupmenu.moc albumthumbnailloader.moc iconview.moc folderview.moc tagcreatedlg.moc digikamview.moc pixmapmanager.moc albummanager.moc searchquickdialog.moc tagfilterview.moc kdatetimeedit.moc monthwidget.moc dcopiface.moc digikamfirstrun.moc ratingfilter.moc searchresultsview.moc kdatepickerpopup.moc imagepreviewview.moc albumpropsedit.moc ratingwidget.moc kdateedit.moc kipiinterface.moc syncjob.moc mimefilter.moc digikamapp.moc albumfolderview.moc albumiconviewfilter.moc searchadvanceddialog.moc albumhistory.moc searchwidgets.moc albumiconview.moc albumwidgetstack.moc searchfolderview.moc tagspopupmenu.moc imageattributeswatch.moc dio_p.moc firstrun.moc datefolderview.moc tagfolderview.moc
18321
 
+libdigikam_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/kdateedit.cpp $(srcdir)/metadatahub.cpp $(srcdir)/digikamapp.cpp $(srcdir)/album.cpp $(srcdir)/albumdb.cpp $(srcdir)/albumdb_sqlite2.cpp $(srcdir)/albumicongroupitem.cpp $(srcdir)/albumiconitem.cpp $(srcdir)/albumiconview.cpp $(srcdir)/albumiconviewfilter.cpp $(srcdir)/albumitemhandler.cpp $(srcdir)/albumfiletip.cpp $(srcdir)/albumfolderview.cpp $(srcdir)/albumhistory.cpp $(srcdir)/albumlister.cpp $(srcdir)/albummanager.cpp $(srcdir)/albumpropsedit.cpp $(srcdir)/albumsettings.cpp $(srcdir)/albumthumbnailloader.cpp $(srcdir)/albumwidgetstack.cpp $(srcdir)/cameradragobject.cpp $(srcdir)/cameralist.cpp $(srcdir)/cameratype.cpp $(srcdir)/datefolderview.cpp $(srcdir)/dcopiface.cpp $(srcdir)/digikamfirstrun.cpp $(srcdir)/digikamview.cpp $(srcdir)/dio.cpp $(srcdir)/dragobjects.cpp $(srcdir)/firstrun.cpp $(srcdir)/folderitem.cpp $(srcdir)/folderview.cpp $(srcdir)/iconview.cpp $(srcdir)/icongroupitem.cpp $(srcdir)/iconitem.cpp $(srcdir)/imageattributeswatch.cpp $(srcdir)/imageinfo.cpp $(srcdir)/imagepreviewview.cpp $(srcdir)/kdatetimeedit.cpp $(srcdir)/kdatepickerpopup.cpp $(srcdir)/kipiinterface.cpp $(srcdir)/mediaplayerview.cpp $(srcdir)/mimefilter.cpp $(srcdir)/monthwidget.cpp $(srcdir)/pixmapmanager.cpp $(srcdir)/ratingfilter.cpp $(srcdir)/ratingpopupmenu.cpp $(srcdir)/ratingwidget.cpp $(srcdir)/scanlib.cpp $(srcdir)/searchadvanceddialog.cpp $(srcdir)/searchfolderview.cpp $(srcdir)/searchquickdialog.cpp $(srcdir)/searchresultsview.cpp $(srcdir)/searchresultsitem.cpp $(srcdir)/searchwidgets.cpp $(srcdir)/syncjob.cpp $(srcdir)/tagcreatedlg.cpp $(srcdir)/tagfilterview.cpp $(srcdir)/tagfolderview.cpp $(srcdir)/tagspopupmenu.cpp $(srcdir)/upgradedb_sqlite2tosqlite3.cpp $(srcdir)/welcomepageview.cpp dcopiface_skel.cpp  cameralist.moc albumlister.moc welcomepageview.moc albumthumbnailloader.moc ratingpopupmenu.moc mediaplayerview.moc iconview.moc folderview.moc digikamview.moc tagcreatedlg.moc pixmapmanager.moc albummanager.moc searchquickdialog.moc tagfilterview.moc kdatetimeedit.moc monthwidget.moc dcopiface.moc digikamfirstrun.moc searchresultsview.moc kdatepickerpopup.moc ratingfilter.moc albumpropsedit.moc imagepreviewview.moc ratingwidget.moc kdateedit.moc kipiinterface.moc syncjob.moc mimefilter.moc digikamapp.moc albumfolderview.moc albumiconviewfilter.moc searchwidgets.moc searchadvanceddialog.moc albumhistory.moc albumiconview.moc albumwidgetstack.moc searchfolderview.moc tagspopupmenu.moc imageattributeswatch.moc dio_p.moc firstrun.moc datefolderview.moc tagfolderview.moc
18322
 
        @echo 'creating libdigikam_la.all_cpp.cpp ...'; \
18323
 
        rm -f libdigikam_la.all_cpp.files libdigikam_la.all_cpp.final; \
18324
 
        echo "#define KDE_USE_FINAL 1" >> libdigikam_la.all_cpp.final; \
18325
 
--- a/digikam/imageplugins/adjustcurves/Makefile.in
18326
 
+++ b/digikam/imageplugins/adjustcurves/Makefile.in
18327
 
@@ -237,6 +237,9 @@
18328
 
 LIB_XRENDER = @LIB_XRENDER@
18329
 
 LN_S = @LN_S@
18330
 
 LTLIBOBJS = @LTLIBOBJS@
18331
 
+MAINT = @MAINT@
18332
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18333
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18334
 
 MAKEINFO = @MAKEINFO@
18335
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18336
 
 MCOPIDL = @MCOPIDL@
18337
 
@@ -261,6 +264,7 @@
18338
 
 QT_INCLUDES = @QT_INCLUDES@
18339
 
 QT_LDFLAGS = @QT_LDFLAGS@
18340
 
 RANLIB = @RANLIB@
18341
 
+SED = @SED@
18342
 
 SET_MAKE = @SET_MAKE@
18343
 
 SHELL = @SHELL@
18344
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18345
 
@@ -415,7 +419,7 @@
18346
 
 
18347
 
 .SUFFIXES:
18348
 
 .SUFFIXES: .cpp .lo .o .obj
18349
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18350
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18351
 
 #>-    @for dep in $?; do \
18352
 
 #>-      case '$(am__configure_deps)' in \
18353
 
 #>-        *$$dep*) \
18354
 
@@ -424,9 +428,9 @@
18355
 
 #>-          exit 1;; \
18356
 
 #>-      esac; \
18357
 
 #>-    done; \
18358
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/adjustcurves/Makefile'; \
18359
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/adjustcurves/Makefile'; \
18360
 
 #>-    cd $(top_srcdir) && \
18361
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/adjustcurves/Makefile
18362
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/adjustcurves/Makefile
18363
 
 #>+ 12
18364
 
        @for dep in $?; do \
18365
 
          case '$(am__configure_deps)' in \
18366
 
@@ -436,9 +440,9 @@
18367
 
              exit 1;; \
18368
 
          esac; \
18369
 
        done; \
18370
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/adjustcurves/Makefile'; \
18371
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/adjustcurves/Makefile'; \
18372
 
        cd $(top_srcdir) && \
18373
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/adjustcurves/Makefile
18374
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/adjustcurves/Makefile
18375
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/adjustcurves/Makefile.in
18376
 
 .PRECIOUS: Makefile
18377
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18378
 
@@ -453,9 +457,9 @@
18379
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18380
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18381
 
 
18382
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18383
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18384
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18385
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18386
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18387
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18388
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
18389
 
        @$(NORMAL_INSTALL)
18390
 
@@ -799,9 +803,9 @@
18391
 
              exit 1;; \
18392
 
          esac; \
18393
 
        done; \
18394
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/adjustcurves/Makefile'; \
18395
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/adjustcurves/Makefile'; \
18396
 
        cd $(top_srcdir) && \
18397
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/adjustcurves/Makefile
18398
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/adjustcurves/Makefile
18399
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/adjustcurves/Makefile.in
18400
 
 
18401
 
 
18402
 
--- a/digikam/imageplugins/adjustlevels/Makefile.in
18403
 
+++ b/digikam/imageplugins/adjustlevels/Makefile.in
18404
 
@@ -237,6 +237,9 @@
18405
 
 LIB_XRENDER = @LIB_XRENDER@
18406
 
 LN_S = @LN_S@
18407
 
 LTLIBOBJS = @LTLIBOBJS@
18408
 
+MAINT = @MAINT@
18409
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18410
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18411
 
 MAKEINFO = @MAKEINFO@
18412
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18413
 
 MCOPIDL = @MCOPIDL@
18414
 
@@ -261,6 +264,7 @@
18415
 
 QT_INCLUDES = @QT_INCLUDES@
18416
 
 QT_LDFLAGS = @QT_LDFLAGS@
18417
 
 RANLIB = @RANLIB@
18418
 
+SED = @SED@
18419
 
 SET_MAKE = @SET_MAKE@
18420
 
 SHELL = @SHELL@
18421
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18422
 
@@ -415,7 +419,7 @@
18423
 
 
18424
 
 .SUFFIXES:
18425
 
 .SUFFIXES: .cpp .lo .o .obj
18426
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18427
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18428
 
 #>-    @for dep in $?; do \
18429
 
 #>-      case '$(am__configure_deps)' in \
18430
 
 #>-        *$$dep*) \
18431
 
@@ -424,9 +428,9 @@
18432
 
 #>-          exit 1;; \
18433
 
 #>-      esac; \
18434
 
 #>-    done; \
18435
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/adjustlevels/Makefile'; \
18436
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/adjustlevels/Makefile'; \
18437
 
 #>-    cd $(top_srcdir) && \
18438
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/adjustlevels/Makefile
18439
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/adjustlevels/Makefile
18440
 
 #>+ 12
18441
 
        @for dep in $?; do \
18442
 
          case '$(am__configure_deps)' in \
18443
 
@@ -436,9 +440,9 @@
18444
 
              exit 1;; \
18445
 
          esac; \
18446
 
        done; \
18447
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/adjustlevels/Makefile'; \
18448
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/adjustlevels/Makefile'; \
18449
 
        cd $(top_srcdir) && \
18450
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/adjustlevels/Makefile
18451
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/adjustlevels/Makefile
18452
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/adjustlevels/Makefile.in
18453
 
 .PRECIOUS: Makefile
18454
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18455
 
@@ -453,9 +457,9 @@
18456
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18457
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18458
 
 
18459
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18460
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18461
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18462
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18463
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18464
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18465
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
18466
 
        @$(NORMAL_INSTALL)
18467
 
@@ -799,9 +803,9 @@
18468
 
              exit 1;; \
18469
 
          esac; \
18470
 
        done; \
18471
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/adjustlevels/Makefile'; \
18472
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/adjustlevels/Makefile'; \
18473
 
        cd $(top_srcdir) && \
18474
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/adjustlevels/Makefile
18475
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/adjustlevels/Makefile
18476
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/adjustlevels/Makefile.in
18477
 
 
18478
 
 
18479
 
--- a/digikam/imageplugins/antivignetting/Makefile.in
18480
 
+++ b/digikam/imageplugins/antivignetting/Makefile.in
18481
 
@@ -239,6 +239,9 @@
18482
 
 LIB_XRENDER = @LIB_XRENDER@
18483
 
 LN_S = @LN_S@
18484
 
 LTLIBOBJS = @LTLIBOBJS@
18485
 
+MAINT = @MAINT@
18486
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18487
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18488
 
 MAKEINFO = @MAKEINFO@
18489
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18490
 
 MCOPIDL = @MCOPIDL@
18491
 
@@ -263,6 +266,7 @@
18492
 
 QT_INCLUDES = @QT_INCLUDES@
18493
 
 QT_LDFLAGS = @QT_LDFLAGS@
18494
 
 RANLIB = @RANLIB@
18495
 
+SED = @SED@
18496
 
 SET_MAKE = @SET_MAKE@
18497
 
 SHELL = @SHELL@
18498
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18499
 
@@ -418,7 +422,7 @@
18500
 
 
18501
 
 .SUFFIXES:
18502
 
 .SUFFIXES: .cpp .lo .o .obj
18503
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18504
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18505
 
 #>-    @for dep in $?; do \
18506
 
 #>-      case '$(am__configure_deps)' in \
18507
 
 #>-        *$$dep*) \
18508
 
@@ -427,9 +431,9 @@
18509
 
 #>-          exit 1;; \
18510
 
 #>-      esac; \
18511
 
 #>-    done; \
18512
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/antivignetting/Makefile'; \
18513
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/antivignetting/Makefile'; \
18514
 
 #>-    cd $(top_srcdir) && \
18515
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/antivignetting/Makefile
18516
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/antivignetting/Makefile
18517
 
 #>+ 12
18518
 
        @for dep in $?; do \
18519
 
          case '$(am__configure_deps)' in \
18520
 
@@ -439,9 +443,9 @@
18521
 
              exit 1;; \
18522
 
          esac; \
18523
 
        done; \
18524
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/antivignetting/Makefile'; \
18525
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/antivignetting/Makefile'; \
18526
 
        cd $(top_srcdir) && \
18527
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/antivignetting/Makefile
18528
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/antivignetting/Makefile
18529
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/antivignetting/Makefile.in
18530
 
 .PRECIOUS: Makefile
18531
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18532
 
@@ -456,9 +460,9 @@
18533
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18534
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18535
 
 
18536
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18537
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18538
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18539
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18540
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18541
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18542
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
18543
 
        @$(NORMAL_INSTALL)
18544
 
@@ -803,9 +807,9 @@
18545
 
              exit 1;; \
18546
 
          esac; \
18547
 
        done; \
18548
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/antivignetting/Makefile'; \
18549
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/antivignetting/Makefile'; \
18550
 
        cd $(top_srcdir) && \
18551
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/antivignetting/Makefile
18552
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/antivignetting/Makefile
18553
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/antivignetting/Makefile.in
18554
 
 
18555
 
 
18556
 
--- a/digikam/imageplugins/blurfx/Makefile.in
18557
 
+++ b/digikam/imageplugins/blurfx/Makefile.in
18558
 
@@ -237,6 +237,9 @@
18559
 
 LIB_XRENDER = @LIB_XRENDER@
18560
 
 LN_S = @LN_S@
18561
 
 LTLIBOBJS = @LTLIBOBJS@
18562
 
+MAINT = @MAINT@
18563
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18564
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18565
 
 MAKEINFO = @MAKEINFO@
18566
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18567
 
 MCOPIDL = @MCOPIDL@
18568
 
@@ -261,6 +264,7 @@
18569
 
 QT_INCLUDES = @QT_INCLUDES@
18570
 
 QT_LDFLAGS = @QT_LDFLAGS@
18571
 
 RANLIB = @RANLIB@
18572
 
+SED = @SED@
18573
 
 SET_MAKE = @SET_MAKE@
18574
 
 SHELL = @SHELL@
18575
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18576
 
@@ -415,7 +419,7 @@
18577
 
 
18578
 
 .SUFFIXES:
18579
 
 .SUFFIXES: .cpp .lo .o .obj
18580
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18581
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18582
 
 #>-    @for dep in $?; do \
18583
 
 #>-      case '$(am__configure_deps)' in \
18584
 
 #>-        *$$dep*) \
18585
 
@@ -424,9 +428,9 @@
18586
 
 #>-          exit 1;; \
18587
 
 #>-      esac; \
18588
 
 #>-    done; \
18589
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/blurfx/Makefile'; \
18590
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/blurfx/Makefile'; \
18591
 
 #>-    cd $(top_srcdir) && \
18592
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/blurfx/Makefile
18593
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/blurfx/Makefile
18594
 
 #>+ 12
18595
 
        @for dep in $?; do \
18596
 
          case '$(am__configure_deps)' in \
18597
 
@@ -436,9 +440,9 @@
18598
 
              exit 1;; \
18599
 
          esac; \
18600
 
        done; \
18601
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/blurfx/Makefile'; \
18602
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/blurfx/Makefile'; \
18603
 
        cd $(top_srcdir) && \
18604
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/blurfx/Makefile
18605
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/blurfx/Makefile
18606
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/blurfx/Makefile.in
18607
 
 .PRECIOUS: Makefile
18608
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18609
 
@@ -453,9 +457,9 @@
18610
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18611
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18612
 
 
18613
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18614
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18615
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18616
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18617
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18618
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18619
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
18620
 
        @$(NORMAL_INSTALL)
18621
 
@@ -800,9 +804,9 @@
18622
 
              exit 1;; \
18623
 
          esac; \
18624
 
        done; \
18625
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/blurfx/Makefile'; \
18626
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/blurfx/Makefile'; \
18627
 
        cd $(top_srcdir) && \
18628
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/blurfx/Makefile
18629
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/blurfx/Makefile
18630
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/blurfx/Makefile.in
18631
 
 
18632
 
 
18633
 
--- a/digikam/imageplugins/border/Makefile.in
18634
 
+++ b/digikam/imageplugins/border/Makefile.in
18635
 
@@ -251,6 +251,9 @@
18636
 
 LIB_XRENDER = @LIB_XRENDER@
18637
 
 LN_S = @LN_S@
18638
 
 LTLIBOBJS = @LTLIBOBJS@
18639
 
+MAINT = @MAINT@
18640
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18641
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18642
 
 MAKEINFO = @MAKEINFO@
18643
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18644
 
 MCOPIDL = @MCOPIDL@
18645
 
@@ -275,6 +278,7 @@
18646
 
 QT_INCLUDES = @QT_INCLUDES@
18647
 
 QT_LDFLAGS = @QT_LDFLAGS@
18648
 
 RANLIB = @RANLIB@
18649
 
+SED = @SED@
18650
 
 SET_MAKE = @SET_MAKE@
18651
 
 SHELL = @SHELL@
18652
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18653
 
@@ -430,7 +434,7 @@
18654
 
 
18655
 
 .SUFFIXES:
18656
 
 .SUFFIXES: .cpp .lo .o .obj
18657
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18658
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18659
 
 #>-    @for dep in $?; do \
18660
 
 #>-      case '$(am__configure_deps)' in \
18661
 
 #>-        *$$dep*) \
18662
 
@@ -439,9 +443,9 @@
18663
 
 #>-          exit 1;; \
18664
 
 #>-      esac; \
18665
 
 #>-    done; \
18666
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/border/Makefile'; \
18667
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/border/Makefile'; \
18668
 
 #>-    cd $(top_srcdir) && \
18669
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/border/Makefile
18670
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/border/Makefile
18671
 
 #>+ 12
18672
 
        @for dep in $?; do \
18673
 
          case '$(am__configure_deps)' in \
18674
 
@@ -451,9 +455,9 @@
18675
 
              exit 1;; \
18676
 
          esac; \
18677
 
        done; \
18678
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/border/Makefile'; \
18679
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/border/Makefile'; \
18680
 
        cd $(top_srcdir) && \
18681
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/border/Makefile
18682
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/border/Makefile
18683
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/border/Makefile.in
18684
 
 .PRECIOUS: Makefile
18685
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18686
 
@@ -468,9 +472,9 @@
18687
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18688
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18689
 
 
18690
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18691
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18692
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18693
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18694
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18695
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18696
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
18697
 
        @$(NORMAL_INSTALL)
18698
 
@@ -900,7 +904,7 @@
18699
 
        -rm -f  imageplugin_border.moc imageeffect_border.moc
18700
 
 
18701
 
 #>+ 2
18702
 
-KDE_DIST=Makefile.in border.h digikamimageplugin_border_ui.rc digikamimageplugin_border.desktop imageeffect_border.h Makefile.am imageplugin_border.h 
18703
 
+KDE_DIST=Makefile.in border.h digikamimageplugin_border_ui.rc digikamimageplugin_border.desktop imageeffect_border.h imageplugin_border.h Makefile.am 
18704
 
 
18705
 
 #>+ 3
18706
 
 clean-closures:
18707
 
@@ -919,9 +923,9 @@
18708
 
              exit 1;; \
18709
 
          esac; \
18710
 
        done; \
18711
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/border/Makefile'; \
18712
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/border/Makefile'; \
18713
 
        cd $(top_srcdir) && \
18714
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/border/Makefile
18715
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/border/Makefile
18716
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/border/Makefile.in
18717
 
 
18718
 
 
18719
 
--- a/digikam/imageplugins/border/patterns/Makefile.in
18720
 
+++ b/digikam/imageplugins/border/patterns/Makefile.in
18721
 
@@ -196,6 +196,9 @@
18722
 
 LIB_XRENDER = @LIB_XRENDER@
18723
 
 LN_S = @LN_S@
18724
 
 LTLIBOBJS = @LTLIBOBJS@
18725
 
+MAINT = @MAINT@
18726
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18727
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18728
 
 MAKEINFO = @MAKEINFO@
18729
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18730
 
 MCOPIDL = @MCOPIDL@
18731
 
@@ -220,6 +223,7 @@
18732
 
 QT_INCLUDES = @QT_INCLUDES@
18733
 
 QT_LDFLAGS = @QT_LDFLAGS@
18734
 
 RANLIB = @RANLIB@
18735
 
+SED = @SED@
18736
 
 SET_MAKE = @SET_MAKE@
18737
 
 SHELL = @SHELL@
18738
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18739
 
@@ -350,7 +354,7 @@
18740
 
 all: docs-am  all-am
18741
 
 
18742
 
 .SUFFIXES:
18743
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18744
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18745
 
 #>-    @for dep in $?; do \
18746
 
 #>-      case '$(am__configure_deps)' in \
18747
 
 #>-        *$$dep*) \
18748
 
@@ -359,9 +363,9 @@
18749
 
 #>-          exit 1;; \
18750
 
 #>-      esac; \
18751
 
 #>-    done; \
18752
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/border/patterns/Makefile'; \
18753
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/border/patterns/Makefile'; \
18754
 
 #>-    cd $(top_srcdir) && \
18755
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/border/patterns/Makefile
18756
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/border/patterns/Makefile
18757
 
 #>+ 12
18758
 
        @for dep in $?; do \
18759
 
          case '$(am__configure_deps)' in \
18760
 
@@ -371,9 +375,9 @@
18761
 
              exit 1;; \
18762
 
          esac; \
18763
 
        done; \
18764
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/border/patterns/Makefile'; \
18765
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/border/patterns/Makefile'; \
18766
 
        cd $(top_srcdir) && \
18767
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/border/patterns/Makefile
18768
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/border/patterns/Makefile
18769
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/border/patterns/Makefile.in
18770
 
 .PRECIOUS: Makefile
18771
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18772
 
@@ -388,9 +392,9 @@
18773
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18774
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18775
 
 
18776
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18777
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18778
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18779
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18780
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18781
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18782
 
 
18783
 
 mostlyclean-libtool:
18784
 
@@ -565,9 +569,9 @@
18785
 
              exit 1;; \
18786
 
          esac; \
18787
 
        done; \
18788
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/border/patterns/Makefile'; \
18789
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/border/patterns/Makefile'; \
18790
 
        cd $(top_srcdir) && \
18791
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/border/patterns/Makefile
18792
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/border/patterns/Makefile
18793
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/border/patterns/Makefile.in
18794
 
 
18795
 
 
18796
 
--- a/digikam/imageplugins/channelmixer/Makefile.in
18797
 
+++ b/digikam/imageplugins/channelmixer/Makefile.in
18798
 
@@ -237,6 +237,9 @@
18799
 
 LIB_XRENDER = @LIB_XRENDER@
18800
 
 LN_S = @LN_S@
18801
 
 LTLIBOBJS = @LTLIBOBJS@
18802
 
+MAINT = @MAINT@
18803
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18804
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18805
 
 MAKEINFO = @MAKEINFO@
18806
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18807
 
 MCOPIDL = @MCOPIDL@
18808
 
@@ -261,6 +264,7 @@
18809
 
 QT_INCLUDES = @QT_INCLUDES@
18810
 
 QT_LDFLAGS = @QT_LDFLAGS@
18811
 
 RANLIB = @RANLIB@
18812
 
+SED = @SED@
18813
 
 SET_MAKE = @SET_MAKE@
18814
 
 SHELL = @SHELL@
18815
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18816
 
@@ -415,7 +419,7 @@
18817
 
 
18818
 
 .SUFFIXES:
18819
 
 .SUFFIXES: .cpp .lo .o .obj
18820
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18821
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18822
 
 #>-    @for dep in $?; do \
18823
 
 #>-      case '$(am__configure_deps)' in \
18824
 
 #>-        *$$dep*) \
18825
 
@@ -424,9 +428,9 @@
18826
 
 #>-          exit 1;; \
18827
 
 #>-      esac; \
18828
 
 #>-    done; \
18829
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/channelmixer/Makefile'; \
18830
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/channelmixer/Makefile'; \
18831
 
 #>-    cd $(top_srcdir) && \
18832
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/channelmixer/Makefile
18833
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/channelmixer/Makefile
18834
 
 #>+ 12
18835
 
        @for dep in $?; do \
18836
 
          case '$(am__configure_deps)' in \
18837
 
@@ -436,9 +440,9 @@
18838
 
              exit 1;; \
18839
 
          esac; \
18840
 
        done; \
18841
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/channelmixer/Makefile'; \
18842
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/channelmixer/Makefile'; \
18843
 
        cd $(top_srcdir) && \
18844
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/channelmixer/Makefile
18845
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/channelmixer/Makefile
18846
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/channelmixer/Makefile.in
18847
 
 .PRECIOUS: Makefile
18848
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18849
 
@@ -453,9 +457,9 @@
18850
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18851
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18852
 
 
18853
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18854
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18855
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18856
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18857
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18858
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18859
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
18860
 
        @$(NORMAL_INSTALL)
18861
 
@@ -799,9 +803,9 @@
18862
 
              exit 1;; \
18863
 
          esac; \
18864
 
        done; \
18865
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/channelmixer/Makefile'; \
18866
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/channelmixer/Makefile'; \
18867
 
        cd $(top_srcdir) && \
18868
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/channelmixer/Makefile
18869
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/channelmixer/Makefile
18870
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/channelmixer/Makefile.in
18871
 
 
18872
 
 
18873
 
--- a/digikam/imageplugins/charcoal/Makefile.in
18874
 
+++ b/digikam/imageplugins/charcoal/Makefile.in
18875
 
@@ -237,6 +237,9 @@
18876
 
 LIB_XRENDER = @LIB_XRENDER@
18877
 
 LN_S = @LN_S@
18878
 
 LTLIBOBJS = @LTLIBOBJS@
18879
 
+MAINT = @MAINT@
18880
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18881
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18882
 
 MAKEINFO = @MAKEINFO@
18883
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18884
 
 MCOPIDL = @MCOPIDL@
18885
 
@@ -261,6 +264,7 @@
18886
 
 QT_INCLUDES = @QT_INCLUDES@
18887
 
 QT_LDFLAGS = @QT_LDFLAGS@
18888
 
 RANLIB = @RANLIB@
18889
 
+SED = @SED@
18890
 
 SET_MAKE = @SET_MAKE@
18891
 
 SHELL = @SHELL@
18892
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18893
 
@@ -415,7 +419,7 @@
18894
 
 
18895
 
 .SUFFIXES:
18896
 
 .SUFFIXES: .cpp .lo .o .obj
18897
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18898
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18899
 
 #>-    @for dep in $?; do \
18900
 
 #>-      case '$(am__configure_deps)' in \
18901
 
 #>-        *$$dep*) \
18902
 
@@ -424,9 +428,9 @@
18903
 
 #>-          exit 1;; \
18904
 
 #>-      esac; \
18905
 
 #>-    done; \
18906
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/charcoal/Makefile'; \
18907
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/charcoal/Makefile'; \
18908
 
 #>-    cd $(top_srcdir) && \
18909
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/charcoal/Makefile
18910
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/charcoal/Makefile
18911
 
 #>+ 12
18912
 
        @for dep in $?; do \
18913
 
          case '$(am__configure_deps)' in \
18914
 
@@ -436,9 +440,9 @@
18915
 
              exit 1;; \
18916
 
          esac; \
18917
 
        done; \
18918
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/charcoal/Makefile'; \
18919
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/charcoal/Makefile'; \
18920
 
        cd $(top_srcdir) && \
18921
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/charcoal/Makefile
18922
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/charcoal/Makefile
18923
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/charcoal/Makefile.in
18924
 
 .PRECIOUS: Makefile
18925
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
18926
 
@@ -453,9 +457,9 @@
18927
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
18928
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18929
 
 
18930
 
-$(top_srcdir)/configure:  $(am__configure_deps)
18931
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
18932
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18933
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
18934
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
18935
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
18936
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
18937
 
        @$(NORMAL_INSTALL)
18938
 
@@ -800,9 +804,9 @@
18939
 
              exit 1;; \
18940
 
          esac; \
18941
 
        done; \
18942
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/charcoal/Makefile'; \
18943
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/charcoal/Makefile'; \
18944
 
        cd $(top_srcdir) && \
18945
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/charcoal/Makefile
18946
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/charcoal/Makefile
18947
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/charcoal/Makefile.in
18948
 
 
18949
 
 
18950
 
--- a/digikam/imageplugins/colorfx/Makefile.in
18951
 
+++ b/digikam/imageplugins/colorfx/Makefile.in
18952
 
@@ -237,6 +237,9 @@
18953
 
 LIB_XRENDER = @LIB_XRENDER@
18954
 
 LN_S = @LN_S@
18955
 
 LTLIBOBJS = @LTLIBOBJS@
18956
 
+MAINT = @MAINT@
18957
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
18958
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
18959
 
 MAKEINFO = @MAKEINFO@
18960
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
18961
 
 MCOPIDL = @MCOPIDL@
18962
 
@@ -261,6 +264,7 @@
18963
 
 QT_INCLUDES = @QT_INCLUDES@
18964
 
 QT_LDFLAGS = @QT_LDFLAGS@
18965
 
 RANLIB = @RANLIB@
18966
 
+SED = @SED@
18967
 
 SET_MAKE = @SET_MAKE@
18968
 
 SHELL = @SHELL@
18969
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
18970
 
@@ -415,7 +419,7 @@
18971
 
 
18972
 
 .SUFFIXES:
18973
 
 .SUFFIXES: .cpp .lo .o .obj
18974
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
18975
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
18976
 
 #>-    @for dep in $?; do \
18977
 
 #>-      case '$(am__configure_deps)' in \
18978
 
 #>-        *$$dep*) \
18979
 
@@ -424,9 +428,9 @@
18980
 
 #>-          exit 1;; \
18981
 
 #>-      esac; \
18982
 
 #>-    done; \
18983
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/colorfx/Makefile'; \
18984
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/colorfx/Makefile'; \
18985
 
 #>-    cd $(top_srcdir) && \
18986
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/colorfx/Makefile
18987
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/colorfx/Makefile
18988
 
 #>+ 12
18989
 
        @for dep in $?; do \
18990
 
          case '$(am__configure_deps)' in \
18991
 
@@ -436,9 +440,9 @@
18992
 
              exit 1;; \
18993
 
          esac; \
18994
 
        done; \
18995
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/colorfx/Makefile'; \
18996
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/colorfx/Makefile'; \
18997
 
        cd $(top_srcdir) && \
18998
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/colorfx/Makefile
18999
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/colorfx/Makefile
19000
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/colorfx/Makefile.in
19001
 
 .PRECIOUS: Makefile
19002
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19003
 
@@ -453,9 +457,9 @@
19004
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19005
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19006
 
 
19007
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19008
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19009
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19010
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19011
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19012
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19013
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
19014
 
        @$(NORMAL_INSTALL)
19015
 
@@ -799,9 +803,9 @@
19016
 
              exit 1;; \
19017
 
          esac; \
19018
 
        done; \
19019
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/colorfx/Makefile'; \
19020
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/colorfx/Makefile'; \
19021
 
        cd $(top_srcdir) && \
19022
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/colorfx/Makefile
19023
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/colorfx/Makefile
19024
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/colorfx/Makefile.in
19025
 
 
19026
 
 
19027
 
--- a/digikam/imageplugins/coreplugin/hsl/Makefile.in
19028
 
+++ b/digikam/imageplugins/coreplugin/hsl/Makefile.in
19029
 
@@ -222,6 +222,9 @@
19030
 
 LIB_XRENDER = @LIB_XRENDER@
19031
 
 LN_S = @LN_S@
19032
 
 LTLIBOBJS = @LTLIBOBJS@
19033
 
+MAINT = @MAINT@
19034
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19035
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19036
 
 MAKEINFO = @MAKEINFO@
19037
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19038
 
 MCOPIDL = @MCOPIDL@
19039
 
@@ -246,6 +249,7 @@
19040
 
 QT_INCLUDES = @QT_INCLUDES@
19041
 
 QT_LDFLAGS = @QT_LDFLAGS@
19042
 
 RANLIB = @RANLIB@
19043
 
+SED = @SED@
19044
 
 SET_MAKE = @SET_MAKE@
19045
 
 SHELL = @SHELL@
19046
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19047
 
@@ -393,7 +397,7 @@
19048
 
 
19049
 
 .SUFFIXES:
19050
 
 .SUFFIXES: .cpp .lo .o .obj
19051
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19052
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19053
 
 #>-    @for dep in $?; do \
19054
 
 #>-      case '$(am__configure_deps)' in \
19055
 
 #>-        *$$dep*) \
19056
 
@@ -402,9 +406,9 @@
19057
 
 #>-          exit 1;; \
19058
 
 #>-      esac; \
19059
 
 #>-    done; \
19060
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/hsl/Makefile'; \
19061
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/hsl/Makefile'; \
19062
 
 #>-    cd $(top_srcdir) && \
19063
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/hsl/Makefile
19064
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/hsl/Makefile
19065
 
 #>+ 12
19066
 
        @for dep in $?; do \
19067
 
          case '$(am__configure_deps)' in \
19068
 
@@ -414,9 +418,9 @@
19069
 
              exit 1;; \
19070
 
          esac; \
19071
 
        done; \
19072
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/hsl/Makefile'; \
19073
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/hsl/Makefile'; \
19074
 
        cd $(top_srcdir) && \
19075
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/hsl/Makefile
19076
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/hsl/Makefile
19077
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/hsl/Makefile.in
19078
 
 .PRECIOUS: Makefile
19079
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19080
 
@@ -431,9 +435,9 @@
19081
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19082
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19083
 
 
19084
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19085
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19086
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19087
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19088
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19089
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19090
 
 
19091
 
 clean-noinstLTLIBRARIES:
19092
 
@@ -696,9 +700,9 @@
19093
 
              exit 1;; \
19094
 
          esac; \
19095
 
        done; \
19096
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/hsl/Makefile'; \
19097
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/hsl/Makefile'; \
19098
 
        cd $(top_srcdir) && \
19099
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/hsl/Makefile
19100
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/hsl/Makefile
19101
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/hsl/Makefile.in
19102
 
 
19103
 
 
19104
 
--- a/digikam/imageplugins/coreplugin/Makefile.in
19105
 
+++ b/digikam/imageplugins/coreplugin/Makefile.in
19106
 
@@ -261,6 +261,9 @@
19107
 
 LIB_XRENDER = @LIB_XRENDER@
19108
 
 LN_S = @LN_S@
19109
 
 LTLIBOBJS = @LTLIBOBJS@
19110
 
+MAINT = @MAINT@
19111
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19112
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19113
 
 MAKEINFO = @MAKEINFO@
19114
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19115
 
 MCOPIDL = @MCOPIDL@
19116
 
@@ -285,6 +288,7 @@
19117
 
 QT_INCLUDES = @QT_INCLUDES@
19118
 
 QT_LDFLAGS = @QT_LDFLAGS@
19119
 
 RANLIB = @RANLIB@
19120
 
+SED = @SED@
19121
 
 SET_MAKE = @SET_MAKE@
19122
 
 SHELL = @SHELL@
19123
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19124
 
@@ -454,7 +458,7 @@
19125
 
 
19126
 
 .SUFFIXES:
19127
 
 .SUFFIXES: .cpp .lo .o .obj
19128
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19129
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19130
 
 #>-    @for dep in $?; do \
19131
 
 #>-      case '$(am__configure_deps)' in \
19132
 
 #>-        *$$dep*) \
19133
 
@@ -463,9 +467,9 @@
19134
 
 #>-          exit 1;; \
19135
 
 #>-      esac; \
19136
 
 #>-    done; \
19137
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/Makefile'; \
19138
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/Makefile'; \
19139
 
 #>-    cd $(top_srcdir) && \
19140
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/Makefile
19141
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/Makefile
19142
 
 #>+ 12
19143
 
        @for dep in $?; do \
19144
 
          case '$(am__configure_deps)' in \
19145
 
@@ -475,9 +479,9 @@
19146
 
              exit 1;; \
19147
 
          esac; \
19148
 
        done; \
19149
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/Makefile'; \
19150
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/Makefile'; \
19151
 
        cd $(top_srcdir) && \
19152
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/Makefile
19153
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/Makefile
19154
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/Makefile.in
19155
 
 .PRECIOUS: Makefile
19156
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19157
 
@@ -492,9 +496,9 @@
19158
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19159
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19160
 
 
19161
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19162
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19163
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19164
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19165
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19166
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19167
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
19168
 
        @$(NORMAL_INSTALL)
19169
 
@@ -946,18 +950,18 @@
19170
 
 mocs: imageeffect_iccproof.moc
19171
 
 
19172
 
 #>+ 3
19173
 
-imageeffect_bwsepia.moc: $(srcdir)/imageeffect_bwsepia.h
19174
 
-       $(MOC) $(srcdir)/imageeffect_bwsepia.h -o imageeffect_bwsepia.moc
19175
 
+imageeffect_autocorrection.moc: $(srcdir)/imageeffect_autocorrection.h
19176
 
+       $(MOC) $(srcdir)/imageeffect_autocorrection.h -o imageeffect_autocorrection.moc
19177
 
 
19178
 
 #>+ 2
19179
 
-mocs: imageeffect_bwsepia.moc
19180
 
+mocs: imageeffect_autocorrection.moc
19181
 
 
19182
 
 #>+ 3
19183
 
-imageeffect_autocorrection.moc: $(srcdir)/imageeffect_autocorrection.h
19184
 
-       $(MOC) $(srcdir)/imageeffect_autocorrection.h -o imageeffect_autocorrection.moc
19185
 
+imageeffect_bwsepia.moc: $(srcdir)/imageeffect_bwsepia.h
19186
 
+       $(MOC) $(srcdir)/imageeffect_bwsepia.h -o imageeffect_bwsepia.moc
19187
 
 
19188
 
 #>+ 2
19189
 
-mocs: imageeffect_autocorrection.moc
19190
 
+mocs: imageeffect_bwsepia.moc
19191
 
 
19192
 
 #>+ 3
19193
 
 imageeffect_rgb.moc: $(srcdir)/imageeffect_rgb.h
19194
 
@@ -968,7 +972,7 @@
19195
 
 
19196
 
 #>+ 3
19197
 
 clean-metasources:
19198
 
-       -rm -f  imageeffect_redeye.moc imageeffect_blur.moc imageeffect_bcg.moc imageplugin_core.moc imageeffect_iccproof.moc imageeffect_bwsepia.moc imageeffect_autocorrection.moc imageeffect_rgb.moc
19199
 
+       -rm -f  imageeffect_redeye.moc imageeffect_blur.moc imageeffect_bcg.moc imageplugin_core.moc imageeffect_iccproof.moc imageeffect_autocorrection.moc imageeffect_bwsepia.moc imageeffect_rgb.moc
19200
 
 
19201
 
 #>+ 2
19202
 
 KDE_DIST=imageplugin_core.h Makefile.in digikamimageplugin_core.desktop digikamimageplugin_core_ui.rc Makefile.am 
19203
 
@@ -990,9 +994,9 @@
19204
 
              exit 1;; \
19205
 
          esac; \
19206
 
        done; \
19207
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/Makefile'; \
19208
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/Makefile'; \
19209
 
        cd $(top_srcdir) && \
19210
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/Makefile
19211
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/Makefile
19212
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/Makefile.in
19213
 
 
19214
 
 
19215
 
@@ -1019,7 +1023,7 @@
19216
 
 
19217
 
 
19218
 
 #>+ 11
19219
 
-digikamimageplugin_core_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/imageplugin_core.cpp $(srcdir)/imageeffect_bwsepia.cpp $(srcdir)/imageeffect_autocorrection.cpp $(srcdir)/imageeffect_rgb.cpp $(srcdir)/imageeffect_redeye.cpp $(srcdir)/imageeffect_blur.cpp $(srcdir)/imageeffect_iccproof.cpp $(srcdir)/imageeffect_bcg.cpp  imageeffect_redeye.moc imageeffect_bcg.moc imageeffect_blur.moc imageplugin_core.moc imageeffect_iccproof.moc imageeffect_bwsepia.moc imageeffect_autocorrection.moc imageeffect_rgb.moc
19220
 
+digikamimageplugin_core_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/imageplugin_core.cpp $(srcdir)/imageeffect_bwsepia.cpp $(srcdir)/imageeffect_autocorrection.cpp $(srcdir)/imageeffect_rgb.cpp $(srcdir)/imageeffect_redeye.cpp $(srcdir)/imageeffect_blur.cpp $(srcdir)/imageeffect_iccproof.cpp $(srcdir)/imageeffect_bcg.cpp  imageeffect_redeye.moc imageeffect_bcg.moc imageeffect_blur.moc imageplugin_core.moc imageeffect_iccproof.moc imageeffect_autocorrection.moc imageeffect_bwsepia.moc imageeffect_rgb.moc
19221
 
        @echo 'creating digikamimageplugin_core_la.all_cpp.cpp ...'; \
19222
 
        rm -f digikamimageplugin_core_la.all_cpp.files digikamimageplugin_core_la.all_cpp.final; \
19223
 
        echo "#define KDE_USE_FINAL 1" >> digikamimageplugin_core_la.all_cpp.final; \
19224
 
@@ -1058,8 +1062,8 @@
19225
 
 imageeffect_rgb.o: imageeffect_rgb.moc 
19226
 
 imageeffect_bcg.o: imageeffect_bcg.moc 
19227
 
 imageeffect_blur.lo: imageeffect_blur.moc 
19228
 
-imageeffect_autocorrection.o: imageeffect_autocorrection.moc 
19229
 
 imageeffect_bwsepia.o: imageeffect_bwsepia.moc 
19230
 
+imageeffect_autocorrection.o: imageeffect_autocorrection.moc 
19231
 
 imageeffect_bwsepia.lo: imageeffect_bwsepia.moc 
19232
 
 imageplugin_core.o: imageplugin_core.moc 
19233
 
 imageeffect_bcg.lo: imageeffect_bcg.moc 
19234
 
--- a/digikam/imageplugins/coreplugin/ratiocrop/Makefile.in
19235
 
+++ b/digikam/imageplugins/coreplugin/ratiocrop/Makefile.in
19236
 
@@ -224,6 +224,9 @@
19237
 
 LIB_XRENDER = @LIB_XRENDER@
19238
 
 LN_S = @LN_S@
19239
 
 LTLIBOBJS = @LTLIBOBJS@
19240
 
+MAINT = @MAINT@
19241
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19242
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19243
 
 MAKEINFO = @MAKEINFO@
19244
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19245
 
 MCOPIDL = @MCOPIDL@
19246
 
@@ -248,6 +251,7 @@
19247
 
 QT_INCLUDES = @QT_INCLUDES@
19248
 
 QT_LDFLAGS = @QT_LDFLAGS@
19249
 
 RANLIB = @RANLIB@
19250
 
+SED = @SED@
19251
 
 SET_MAKE = @SET_MAKE@
19252
 
 SHELL = @SHELL@
19253
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19254
 
@@ -395,7 +399,7 @@
19255
 
 
19256
 
 .SUFFIXES:
19257
 
 .SUFFIXES: .cpp .lo .o .obj
19258
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19259
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19260
 
 #>-    @for dep in $?; do \
19261
 
 #>-      case '$(am__configure_deps)' in \
19262
 
 #>-        *$$dep*) \
19263
 
@@ -404,9 +408,9 @@
19264
 
 #>-          exit 1;; \
19265
 
 #>-      esac; \
19266
 
 #>-    done; \
19267
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/ratiocrop/Makefile'; \
19268
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/ratiocrop/Makefile'; \
19269
 
 #>-    cd $(top_srcdir) && \
19270
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/ratiocrop/Makefile
19271
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/ratiocrop/Makefile
19272
 
 #>+ 12
19273
 
        @for dep in $?; do \
19274
 
          case '$(am__configure_deps)' in \
19275
 
@@ -416,9 +420,9 @@
19276
 
              exit 1;; \
19277
 
          esac; \
19278
 
        done; \
19279
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/ratiocrop/Makefile'; \
19280
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/ratiocrop/Makefile'; \
19281
 
        cd $(top_srcdir) && \
19282
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/ratiocrop/Makefile
19283
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/ratiocrop/Makefile
19284
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/ratiocrop/Makefile.in
19285
 
 .PRECIOUS: Makefile
19286
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19287
 
@@ -433,9 +437,9 @@
19288
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19289
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19290
 
 
19291
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19292
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19293
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19294
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19295
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19296
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19297
 
 
19298
 
 clean-noinstLTLIBRARIES:
19299
 
@@ -698,9 +702,9 @@
19300
 
              exit 1;; \
19301
 
          esac; \
19302
 
        done; \
19303
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/ratiocrop/Makefile'; \
19304
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/ratiocrop/Makefile'; \
19305
 
        cd $(top_srcdir) && \
19306
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/ratiocrop/Makefile
19307
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/ratiocrop/Makefile
19308
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/ratiocrop/Makefile.in
19309
 
 
19310
 
 
19311
 
--- a/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile.in
19312
 
+++ b/digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile.in
19313
 
@@ -242,6 +242,9 @@
19314
 
 LIB_XRENDER = @LIB_XRENDER@
19315
 
 LN_S = @LN_S@
19316
 
 LTLIBOBJS = @LTLIBOBJS@
19317
 
+MAINT = @MAINT@
19318
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19319
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19320
 
 MAKEINFO = @MAKEINFO@
19321
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19322
 
 MCOPIDL = @MCOPIDL@
19323
 
@@ -266,6 +269,7 @@
19324
 
 QT_INCLUDES = @QT_INCLUDES@
19325
 
 QT_LDFLAGS = @QT_LDFLAGS@
19326
 
 RANLIB = @RANLIB@
19327
 
+SED = @SED@
19328
 
 SET_MAKE = @SET_MAKE@
19329
 
 SHELL = @SHELL@
19330
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19331
 
@@ -395,7 +399,7 @@
19332
 
 
19333
 
 .SUFFIXES:
19334
 
 .SUFFIXES: .c .lo .o .obj
19335
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19336
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19337
 
 #>-    @for dep in $?; do \
19338
 
 #>-      case '$(am__configure_deps)' in \
19339
 
 #>-        *$$dep*) \
19340
 
@@ -404,9 +408,9 @@
19341
 
 #>-          exit 1;; \
19342
 
 #>-      esac; \
19343
 
 #>-    done; \
19344
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile'; \
19345
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile'; \
19346
 
 #>-    cd $(top_srcdir) && \
19347
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile
19348
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile
19349
 
 #>+ 12
19350
 
        @for dep in $?; do \
19351
 
          case '$(am__configure_deps)' in \
19352
 
@@ -416,9 +420,9 @@
19353
 
              exit 1;; \
19354
 
          esac; \
19355
 
        done; \
19356
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile'; \
19357
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile'; \
19358
 
        cd $(top_srcdir) && \
19359
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile
19360
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile
19361
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile.in
19362
 
 .PRECIOUS: Makefile
19363
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19364
 
@@ -433,9 +437,9 @@
19365
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19366
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19367
 
 
19368
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19369
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19370
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19371
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19372
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19373
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19374
 
 
19375
 
 clean-noinstLTLIBRARIES:
19376
 
@@ -926,9 +930,9 @@
19377
 
              exit 1;; \
19378
 
          esac; \
19379
 
        done; \
19380
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile'; \
19381
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile'; \
19382
 
        cd $(top_srcdir) && \
19383
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile
19384
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile
19385
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/sharpnesseditor/clapack/Makefile.in
19386
 
 
19387
 
 
19388
 
--- a/digikam/imageplugins/coreplugin/sharpnesseditor/Makefile.in
19389
 
+++ b/digikam/imageplugins/coreplugin/sharpnesseditor/Makefile.in
19390
 
@@ -238,6 +238,9 @@
19391
 
 LIB_XRENDER = @LIB_XRENDER@
19392
 
 LN_S = @LN_S@
19393
 
 LTLIBOBJS = @LTLIBOBJS@
19394
 
+MAINT = @MAINT@
19395
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19396
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19397
 
 MAKEINFO = @MAKEINFO@
19398
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19399
 
 MCOPIDL = @MCOPIDL@
19400
 
@@ -262,6 +265,7 @@
19401
 
 QT_INCLUDES = @QT_INCLUDES@
19402
 
 QT_LDFLAGS = @QT_LDFLAGS@
19403
 
 RANLIB = @RANLIB@
19404
 
+SED = @SED@
19405
 
 SET_MAKE = @SET_MAKE@
19406
 
 SHELL = @SHELL@
19407
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19408
 
@@ -413,7 +417,7 @@
19409
 
 
19410
 
 .SUFFIXES:
19411
 
 .SUFFIXES: .cpp .lo .o .obj
19412
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19413
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19414
 
 #>-    @for dep in $?; do \
19415
 
 #>-      case '$(am__configure_deps)' in \
19416
 
 #>-        *$$dep*) \
19417
 
@@ -422,9 +426,9 @@
19418
 
 #>-          exit 1;; \
19419
 
 #>-      esac; \
19420
 
 #>-    done; \
19421
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile'; \
19422
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile'; \
19423
 
 #>-    cd $(top_srcdir) && \
19424
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile
19425
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile
19426
 
 #>+ 12
19427
 
        @for dep in $?; do \
19428
 
          case '$(am__configure_deps)' in \
19429
 
@@ -434,9 +438,9 @@
19430
 
              exit 1;; \
19431
 
          esac; \
19432
 
        done; \
19433
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile'; \
19434
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile'; \
19435
 
        cd $(top_srcdir) && \
19436
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile
19437
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile
19438
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/sharpnesseditor/Makefile.in
19439
 
 .PRECIOUS: Makefile
19440
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19441
 
@@ -451,9 +455,9 @@
19442
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19443
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19444
 
 
19445
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19446
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19447
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19448
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19449
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19450
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19451
 
 
19452
 
 clean-noinstLTLIBRARIES:
19453
 
@@ -815,9 +819,9 @@
19454
 
              exit 1;; \
19455
 
          esac; \
19456
 
        done; \
19457
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile'; \
19458
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile'; \
19459
 
        cd $(top_srcdir) && \
19460
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile
19461
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/coreplugin/sharpnesseditor/Makefile
19462
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/coreplugin/sharpnesseditor/Makefile.in
19463
 
 
19464
 
 
19465
 
--- a/digikam/imageplugins/distortionfx/Makefile.in
19466
 
+++ b/digikam/imageplugins/distortionfx/Makefile.in
19467
 
@@ -239,6 +239,9 @@
19468
 
 LIB_XRENDER = @LIB_XRENDER@
19469
 
 LN_S = @LN_S@
19470
 
 LTLIBOBJS = @LTLIBOBJS@
19471
 
+MAINT = @MAINT@
19472
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19473
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19474
 
 MAKEINFO = @MAKEINFO@
19475
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19476
 
 MCOPIDL = @MCOPIDL@
19477
 
@@ -263,6 +266,7 @@
19478
 
 QT_INCLUDES = @QT_INCLUDES@
19479
 
 QT_LDFLAGS = @QT_LDFLAGS@
19480
 
 RANLIB = @RANLIB@
19481
 
+SED = @SED@
19482
 
 SET_MAKE = @SET_MAKE@
19483
 
 SHELL = @SHELL@
19484
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19485
 
@@ -417,7 +421,7 @@
19486
 
 
19487
 
 .SUFFIXES:
19488
 
 .SUFFIXES: .cpp .lo .o .obj
19489
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19490
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19491
 
 #>-    @for dep in $?; do \
19492
 
 #>-      case '$(am__configure_deps)' in \
19493
 
 #>-        *$$dep*) \
19494
 
@@ -426,9 +430,9 @@
19495
 
 #>-          exit 1;; \
19496
 
 #>-      esac; \
19497
 
 #>-    done; \
19498
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/distortionfx/Makefile'; \
19499
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/distortionfx/Makefile'; \
19500
 
 #>-    cd $(top_srcdir) && \
19501
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/distortionfx/Makefile
19502
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/distortionfx/Makefile
19503
 
 #>+ 12
19504
 
        @for dep in $?; do \
19505
 
          case '$(am__configure_deps)' in \
19506
 
@@ -438,9 +442,9 @@
19507
 
              exit 1;; \
19508
 
          esac; \
19509
 
        done; \
19510
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/distortionfx/Makefile'; \
19511
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/distortionfx/Makefile'; \
19512
 
        cd $(top_srcdir) && \
19513
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/distortionfx/Makefile
19514
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/distortionfx/Makefile
19515
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/distortionfx/Makefile.in
19516
 
 .PRECIOUS: Makefile
19517
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19518
 
@@ -455,9 +459,9 @@
19519
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19520
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19521
 
 
19522
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19523
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19524
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19525
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19526
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19527
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19528
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
19529
 
        @$(NORMAL_INSTALL)
19530
 
@@ -802,9 +806,9 @@
19531
 
              exit 1;; \
19532
 
          esac; \
19533
 
        done; \
19534
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/distortionfx/Makefile'; \
19535
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/distortionfx/Makefile'; \
19536
 
        cd $(top_srcdir) && \
19537
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/distortionfx/Makefile
19538
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/distortionfx/Makefile
19539
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/distortionfx/Makefile.in
19540
 
 
19541
 
 
19542
 
--- a/digikam/imageplugins/emboss/Makefile.in
19543
 
+++ b/digikam/imageplugins/emboss/Makefile.in
19544
 
@@ -237,6 +237,9 @@
19545
 
 LIB_XRENDER = @LIB_XRENDER@
19546
 
 LN_S = @LN_S@
19547
 
 LTLIBOBJS = @LTLIBOBJS@
19548
 
+MAINT = @MAINT@
19549
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19550
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19551
 
 MAKEINFO = @MAKEINFO@
19552
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19553
 
 MCOPIDL = @MCOPIDL@
19554
 
@@ -261,6 +264,7 @@
19555
 
 QT_INCLUDES = @QT_INCLUDES@
19556
 
 QT_LDFLAGS = @QT_LDFLAGS@
19557
 
 RANLIB = @RANLIB@
19558
 
+SED = @SED@
19559
 
 SET_MAKE = @SET_MAKE@
19560
 
 SHELL = @SHELL@
19561
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19562
 
@@ -415,7 +419,7 @@
19563
 
 
19564
 
 .SUFFIXES:
19565
 
 .SUFFIXES: .cpp .lo .o .obj
19566
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19567
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19568
 
 #>-    @for dep in $?; do \
19569
 
 #>-      case '$(am__configure_deps)' in \
19570
 
 #>-        *$$dep*) \
19571
 
@@ -424,9 +428,9 @@
19572
 
 #>-          exit 1;; \
19573
 
 #>-      esac; \
19574
 
 #>-    done; \
19575
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/emboss/Makefile'; \
19576
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/emboss/Makefile'; \
19577
 
 #>-    cd $(top_srcdir) && \
19578
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/emboss/Makefile
19579
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/emboss/Makefile
19580
 
 #>+ 12
19581
 
        @for dep in $?; do \
19582
 
          case '$(am__configure_deps)' in \
19583
 
@@ -436,9 +440,9 @@
19584
 
              exit 1;; \
19585
 
          esac; \
19586
 
        done; \
19587
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/emboss/Makefile'; \
19588
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/emboss/Makefile'; \
19589
 
        cd $(top_srcdir) && \
19590
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/emboss/Makefile
19591
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/emboss/Makefile
19592
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/emboss/Makefile.in
19593
 
 .PRECIOUS: Makefile
19594
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19595
 
@@ -453,9 +457,9 @@
19596
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19597
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19598
 
 
19599
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19600
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19601
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19602
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19603
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19604
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19605
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
19606
 
        @$(NORMAL_INSTALL)
19607
 
@@ -800,9 +804,9 @@
19608
 
              exit 1;; \
19609
 
          esac; \
19610
 
        done; \
19611
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/emboss/Makefile'; \
19612
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/emboss/Makefile'; \
19613
 
        cd $(top_srcdir) && \
19614
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/emboss/Makefile
19615
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/emboss/Makefile
19616
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/emboss/Makefile.in
19617
 
 
19618
 
 
19619
 
--- a/digikam/imageplugins/filmgrain/Makefile.in
19620
 
+++ b/digikam/imageplugins/filmgrain/Makefile.in
19621
 
@@ -237,6 +237,9 @@
19622
 
 LIB_XRENDER = @LIB_XRENDER@
19623
 
 LN_S = @LN_S@
19624
 
 LTLIBOBJS = @LTLIBOBJS@
19625
 
+MAINT = @MAINT@
19626
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19627
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19628
 
 MAKEINFO = @MAKEINFO@
19629
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19630
 
 MCOPIDL = @MCOPIDL@
19631
 
@@ -261,6 +264,7 @@
19632
 
 QT_INCLUDES = @QT_INCLUDES@
19633
 
 QT_LDFLAGS = @QT_LDFLAGS@
19634
 
 RANLIB = @RANLIB@
19635
 
+SED = @SED@
19636
 
 SET_MAKE = @SET_MAKE@
19637
 
 SHELL = @SHELL@
19638
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19639
 
@@ -415,7 +419,7 @@
19640
 
 
19641
 
 .SUFFIXES:
19642
 
 .SUFFIXES: .cpp .lo .o .obj
19643
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19644
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19645
 
 #>-    @for dep in $?; do \
19646
 
 #>-      case '$(am__configure_deps)' in \
19647
 
 #>-        *$$dep*) \
19648
 
@@ -424,9 +428,9 @@
19649
 
 #>-          exit 1;; \
19650
 
 #>-      esac; \
19651
 
 #>-    done; \
19652
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/filmgrain/Makefile'; \
19653
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/filmgrain/Makefile'; \
19654
 
 #>-    cd $(top_srcdir) && \
19655
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/filmgrain/Makefile
19656
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/filmgrain/Makefile
19657
 
 #>+ 12
19658
 
        @for dep in $?; do \
19659
 
          case '$(am__configure_deps)' in \
19660
 
@@ -436,9 +440,9 @@
19661
 
              exit 1;; \
19662
 
          esac; \
19663
 
        done; \
19664
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/filmgrain/Makefile'; \
19665
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/filmgrain/Makefile'; \
19666
 
        cd $(top_srcdir) && \
19667
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/filmgrain/Makefile
19668
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/filmgrain/Makefile
19669
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/filmgrain/Makefile.in
19670
 
 .PRECIOUS: Makefile
19671
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19672
 
@@ -453,9 +457,9 @@
19673
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19674
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19675
 
 
19676
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19677
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19678
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19679
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19680
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19681
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19682
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
19683
 
        @$(NORMAL_INSTALL)
19684
 
@@ -800,9 +804,9 @@
19685
 
              exit 1;; \
19686
 
          esac; \
19687
 
        done; \
19688
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/filmgrain/Makefile'; \
19689
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/filmgrain/Makefile'; \
19690
 
        cd $(top_srcdir) && \
19691
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/filmgrain/Makefile
19692
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/filmgrain/Makefile
19693
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/filmgrain/Makefile.in
19694
 
 
19695
 
 
19696
 
--- a/digikam/imageplugins/freerotation/Makefile.in
19697
 
+++ b/digikam/imageplugins/freerotation/Makefile.in
19698
 
@@ -239,6 +239,9 @@
19699
 
 LIB_XRENDER = @LIB_XRENDER@
19700
 
 LN_S = @LN_S@
19701
 
 LTLIBOBJS = @LTLIBOBJS@
19702
 
+MAINT = @MAINT@
19703
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19704
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19705
 
 MAKEINFO = @MAKEINFO@
19706
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19707
 
 MCOPIDL = @MCOPIDL@
19708
 
@@ -263,6 +266,7 @@
19709
 
 QT_INCLUDES = @QT_INCLUDES@
19710
 
 QT_LDFLAGS = @QT_LDFLAGS@
19711
 
 RANLIB = @RANLIB@
19712
 
+SED = @SED@
19713
 
 SET_MAKE = @SET_MAKE@
19714
 
 SHELL = @SHELL@
19715
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19716
 
@@ -417,7 +421,7 @@
19717
 
 
19718
 
 .SUFFIXES:
19719
 
 .SUFFIXES: .cpp .lo .o .obj
19720
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19721
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19722
 
 #>-    @for dep in $?; do \
19723
 
 #>-      case '$(am__configure_deps)' in \
19724
 
 #>-        *$$dep*) \
19725
 
@@ -426,9 +430,9 @@
19726
 
 #>-          exit 1;; \
19727
 
 #>-      esac; \
19728
 
 #>-    done; \
19729
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/freerotation/Makefile'; \
19730
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/freerotation/Makefile'; \
19731
 
 #>-    cd $(top_srcdir) && \
19732
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/freerotation/Makefile
19733
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/freerotation/Makefile
19734
 
 #>+ 12
19735
 
        @for dep in $?; do \
19736
 
          case '$(am__configure_deps)' in \
19737
 
@@ -438,9 +442,9 @@
19738
 
              exit 1;; \
19739
 
          esac; \
19740
 
        done; \
19741
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/freerotation/Makefile'; \
19742
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/freerotation/Makefile'; \
19743
 
        cd $(top_srcdir) && \
19744
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/freerotation/Makefile
19745
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/freerotation/Makefile
19746
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/freerotation/Makefile.in
19747
 
 .PRECIOUS: Makefile
19748
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19749
 
@@ -455,9 +459,9 @@
19750
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19751
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19752
 
 
19753
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19754
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19755
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19756
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19757
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19758
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19759
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
19760
 
        @$(NORMAL_INSTALL)
19761
 
@@ -802,9 +806,9 @@
19762
 
              exit 1;; \
19763
 
          esac; \
19764
 
        done; \
19765
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/freerotation/Makefile'; \
19766
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/freerotation/Makefile'; \
19767
 
        cd $(top_srcdir) && \
19768
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/freerotation/Makefile
19769
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/freerotation/Makefile
19770
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/freerotation/Makefile.in
19771
 
 
19772
 
 
19773
 
--- a/digikam/imageplugins/hotpixels/Makefile.in
19774
 
+++ b/digikam/imageplugins/hotpixels/Makefile.in
19775
 
@@ -239,6 +239,9 @@
19776
 
 LIB_XRENDER = @LIB_XRENDER@
19777
 
 LN_S = @LN_S@
19778
 
 LTLIBOBJS = @LTLIBOBJS@
19779
 
+MAINT = @MAINT@
19780
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19781
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19782
 
 MAKEINFO = @MAKEINFO@
19783
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19784
 
 MCOPIDL = @MCOPIDL@
19785
 
@@ -263,6 +266,7 @@
19786
 
 QT_INCLUDES = @QT_INCLUDES@
19787
 
 QT_LDFLAGS = @QT_LDFLAGS@
19788
 
 RANLIB = @RANLIB@
19789
 
+SED = @SED@
19790
 
 SET_MAKE = @SET_MAKE@
19791
 
 SHELL = @SHELL@
19792
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19793
 
@@ -418,7 +422,7 @@
19794
 
 
19795
 
 .SUFFIXES:
19796
 
 .SUFFIXES: .cpp .lo .o .obj
19797
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19798
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19799
 
 #>-    @for dep in $?; do \
19800
 
 #>-      case '$(am__configure_deps)' in \
19801
 
 #>-        *$$dep*) \
19802
 
@@ -427,9 +431,9 @@
19803
 
 #>-          exit 1;; \
19804
 
 #>-      esac; \
19805
 
 #>-    done; \
19806
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/hotpixels/Makefile'; \
19807
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/hotpixels/Makefile'; \
19808
 
 #>-    cd $(top_srcdir) && \
19809
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/hotpixels/Makefile
19810
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/hotpixels/Makefile
19811
 
 #>+ 12
19812
 
        @for dep in $?; do \
19813
 
          case '$(am__configure_deps)' in \
19814
 
@@ -439,9 +443,9 @@
19815
 
              exit 1;; \
19816
 
          esac; \
19817
 
        done; \
19818
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/hotpixels/Makefile'; \
19819
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/hotpixels/Makefile'; \
19820
 
        cd $(top_srcdir) && \
19821
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/hotpixels/Makefile
19822
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/hotpixels/Makefile
19823
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/hotpixels/Makefile.in
19824
 
 .PRECIOUS: Makefile
19825
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19826
 
@@ -456,9 +460,9 @@
19827
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19828
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19829
 
 
19830
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19831
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19832
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19833
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19834
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19835
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19836
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
19837
 
        @$(NORMAL_INSTALL)
19838
 
@@ -776,18 +780,18 @@
19839
 
 mocs: blackframeparser.moc
19840
 
 
19841
 
 #>+ 3
19842
 
-blackframelistview.moc: $(srcdir)/blackframelistview.h
19843
 
-       $(MOC) $(srcdir)/blackframelistview.h -o blackframelistview.moc
19844
 
+imageplugin_hotpixels.moc: $(srcdir)/imageplugin_hotpixels.h
19845
 
+       $(MOC) $(srcdir)/imageplugin_hotpixels.h -o imageplugin_hotpixels.moc
19846
 
 
19847
 
 #>+ 2
19848
 
-mocs: blackframelistview.moc
19849
 
+mocs: imageplugin_hotpixels.moc
19850
 
 
19851
 
 #>+ 3
19852
 
-imageplugin_hotpixels.moc: $(srcdir)/imageplugin_hotpixels.h
19853
 
-       $(MOC) $(srcdir)/imageplugin_hotpixels.h -o imageplugin_hotpixels.moc
19854
 
+blackframelistview.moc: $(srcdir)/blackframelistview.h
19855
 
+       $(MOC) $(srcdir)/blackframelistview.h -o blackframelistview.moc
19856
 
 
19857
 
 #>+ 2
19858
 
-mocs: imageplugin_hotpixels.moc
19859
 
+mocs: blackframelistview.moc
19860
 
 
19861
 
 #>+ 3
19862
 
 imageeffect_hotpixels.moc: $(srcdir)/imageeffect_hotpixels.h
19863
 
@@ -798,7 +802,7 @@
19864
 
 
19865
 
 #>+ 3
19866
 
 clean-metasources:
19867
 
-       -rm -f  blackframeparser.moc blackframelistview.moc imageplugin_hotpixels.moc imageeffect_hotpixels.moc
19868
 
+       -rm -f  blackframeparser.moc imageplugin_hotpixels.moc blackframelistview.moc imageeffect_hotpixels.moc
19869
 
 
19870
 
 #>+ 2
19871
 
 KDE_DIST=hotpixelfixer.h hotpixel.h Makefile.in blackframelistview.h imageeffect_hotpixels.h weights.h digikamimageplugin_hotpixels.desktop digikamimageplugin_hotpixels_ui.rc blackframeparser.h imageplugin_hotpixels.h Makefile.am 
19872
 
@@ -820,9 +824,9 @@
19873
 
              exit 1;; \
19874
 
          esac; \
19875
 
        done; \
19876
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/hotpixels/Makefile'; \
19877
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/hotpixels/Makefile'; \
19878
 
        cd $(top_srcdir) && \
19879
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/hotpixels/Makefile
19880
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/hotpixels/Makefile
19881
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/hotpixels/Makefile.in
19882
 
 
19883
 
 
19884
 
@@ -849,7 +853,7 @@
19885
 
 
19886
 
 
19887
 
 #>+ 11
19888
 
-digikamimageplugin_hotpixels_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/blackframeparser.cpp $(srcdir)/weights.cpp $(srcdir)/hotpixelfixer.cpp $(srcdir)/imageplugin_hotpixels.cpp $(srcdir)/blackframelistview.cpp $(srcdir)/imageeffect_hotpixels.cpp  blackframeparser.moc imageplugin_hotpixels.moc blackframelistview.moc imageeffect_hotpixels.moc
19889
 
+digikamimageplugin_hotpixels_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/blackframeparser.cpp $(srcdir)/weights.cpp $(srcdir)/hotpixelfixer.cpp $(srcdir)/imageplugin_hotpixels.cpp $(srcdir)/blackframelistview.cpp $(srcdir)/imageeffect_hotpixels.cpp  blackframeparser.moc blackframelistview.moc imageplugin_hotpixels.moc imageeffect_hotpixels.moc
19890
 
        @echo 'creating digikamimageplugin_hotpixels_la.all_cpp.cpp ...'; \
19891
 
        rm -f digikamimageplugin_hotpixels_la.all_cpp.files digikamimageplugin_hotpixels_la.all_cpp.final; \
19892
 
        echo "#define KDE_USE_FINAL 1" >> digikamimageplugin_hotpixels_la.all_cpp.final; \
19893
 
@@ -890,8 +894,8 @@
19894
 
 blackframeparser.o: blackframeparser.moc 
19895
 
 blackframeparser.lo: blackframeparser.moc 
19896
 
 nmcheck-am: nmcheck
19897
 
-imageplugin_hotpixels.lo: imageplugin_hotpixels.moc 
19898
 
 blackframelistview.lo: blackframelistview.moc 
19899
 
+imageplugin_hotpixels.lo: imageplugin_hotpixels.moc 
19900
 
 imageplugin_hotpixels.o: imageplugin_hotpixels.moc 
19901
 
 imageeffect_hotpixels.o: imageeffect_hotpixels.moc 
19902
 
 blackframelistview.o: blackframelistview.moc 
19903
 
--- a/digikam/imageplugins/infrared/Makefile.in
19904
 
+++ b/digikam/imageplugins/infrared/Makefile.in
19905
 
@@ -237,6 +237,9 @@
19906
 
 LIB_XRENDER = @LIB_XRENDER@
19907
 
 LN_S = @LN_S@
19908
 
 LTLIBOBJS = @LTLIBOBJS@
19909
 
+MAINT = @MAINT@
19910
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19911
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19912
 
 MAKEINFO = @MAKEINFO@
19913
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19914
 
 MCOPIDL = @MCOPIDL@
19915
 
@@ -261,6 +264,7 @@
19916
 
 QT_INCLUDES = @QT_INCLUDES@
19917
 
 QT_LDFLAGS = @QT_LDFLAGS@
19918
 
 RANLIB = @RANLIB@
19919
 
+SED = @SED@
19920
 
 SET_MAKE = @SET_MAKE@
19921
 
 SHELL = @SHELL@
19922
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
19923
 
@@ -415,7 +419,7 @@
19924
 
 
19925
 
 .SUFFIXES:
19926
 
 .SUFFIXES: .cpp .lo .o .obj
19927
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
19928
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
19929
 
 #>-    @for dep in $?; do \
19930
 
 #>-      case '$(am__configure_deps)' in \
19931
 
 #>-        *$$dep*) \
19932
 
@@ -424,9 +428,9 @@
19933
 
 #>-          exit 1;; \
19934
 
 #>-      esac; \
19935
 
 #>-    done; \
19936
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/infrared/Makefile'; \
19937
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/infrared/Makefile'; \
19938
 
 #>-    cd $(top_srcdir) && \
19939
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/infrared/Makefile
19940
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/infrared/Makefile
19941
 
 #>+ 12
19942
 
        @for dep in $?; do \
19943
 
          case '$(am__configure_deps)' in \
19944
 
@@ -436,9 +440,9 @@
19945
 
              exit 1;; \
19946
 
          esac; \
19947
 
        done; \
19948
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/infrared/Makefile'; \
19949
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/infrared/Makefile'; \
19950
 
        cd $(top_srcdir) && \
19951
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/infrared/Makefile
19952
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/infrared/Makefile
19953
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/infrared/Makefile.in
19954
 
 .PRECIOUS: Makefile
19955
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
19956
 
@@ -453,9 +457,9 @@
19957
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
19958
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19959
 
 
19960
 
-$(top_srcdir)/configure:  $(am__configure_deps)
19961
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
19962
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19963
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
19964
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
19965
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
19966
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
19967
 
        @$(NORMAL_INSTALL)
19968
 
@@ -800,9 +804,9 @@
19969
 
              exit 1;; \
19970
 
          esac; \
19971
 
        done; \
19972
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/infrared/Makefile'; \
19973
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/infrared/Makefile'; \
19974
 
        cd $(top_srcdir) && \
19975
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/infrared/Makefile
19976
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/infrared/Makefile
19977
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/infrared/Makefile.in
19978
 
 
19979
 
 
19980
 
--- a/digikam/imageplugins/inpainting/Makefile.in
19981
 
+++ b/digikam/imageplugins/inpainting/Makefile.in
19982
 
@@ -236,6 +236,9 @@
19983
 
 LIB_XRENDER = @LIB_XRENDER@
19984
 
 LN_S = @LN_S@
19985
 
 LTLIBOBJS = @LTLIBOBJS@
19986
 
+MAINT = @MAINT@
19987
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
19988
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
19989
 
 MAKEINFO = @MAKEINFO@
19990
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
19991
 
 MCOPIDL = @MCOPIDL@
19992
 
@@ -260,6 +263,7 @@
19993
 
 QT_INCLUDES = @QT_INCLUDES@
19994
 
 QT_LDFLAGS = @QT_LDFLAGS@
19995
 
 RANLIB = @RANLIB@
19996
 
+SED = @SED@
19997
 
 SET_MAKE = @SET_MAKE@
19998
 
 SHELL = @SHELL@
19999
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20000
 
@@ -417,7 +421,7 @@
20001
 
 
20002
 
 .SUFFIXES:
20003
 
 .SUFFIXES: .cpp .lo .o .obj
20004
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20005
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20006
 
 #>-    @for dep in $?; do \
20007
 
 #>-      case '$(am__configure_deps)' in \
20008
 
 #>-        *$$dep*) \
20009
 
@@ -426,9 +430,9 @@
20010
 
 #>-          exit 1;; \
20011
 
 #>-      esac; \
20012
 
 #>-    done; \
20013
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/inpainting/Makefile'; \
20014
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/inpainting/Makefile'; \
20015
 
 #>-    cd $(top_srcdir) && \
20016
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/inpainting/Makefile
20017
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/inpainting/Makefile
20018
 
 #>+ 12
20019
 
        @for dep in $?; do \
20020
 
          case '$(am__configure_deps)' in \
20021
 
@@ -438,9 +442,9 @@
20022
 
              exit 1;; \
20023
 
          esac; \
20024
 
        done; \
20025
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/inpainting/Makefile'; \
20026
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/inpainting/Makefile'; \
20027
 
        cd $(top_srcdir) && \
20028
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/inpainting/Makefile
20029
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/inpainting/Makefile
20030
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/inpainting/Makefile.in
20031
 
 .PRECIOUS: Makefile
20032
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20033
 
@@ -455,9 +459,9 @@
20034
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20035
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20036
 
 
20037
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20038
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20039
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20040
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20041
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20042
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20043
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20044
 
        @$(NORMAL_INSTALL)
20045
 
@@ -801,9 +805,9 @@
20046
 
              exit 1;; \
20047
 
          esac; \
20048
 
        done; \
20049
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/inpainting/Makefile'; \
20050
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/inpainting/Makefile'; \
20051
 
        cd $(top_srcdir) && \
20052
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/inpainting/Makefile
20053
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/inpainting/Makefile
20054
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/inpainting/Makefile.in
20055
 
 
20056
 
 
20057
 
--- a/digikam/imageplugins/inserttext/Makefile.in
20058
 
+++ b/digikam/imageplugins/inserttext/Makefile.in
20059
 
@@ -238,6 +238,9 @@
20060
 
 LIB_XRENDER = @LIB_XRENDER@
20061
 
 LN_S = @LN_S@
20062
 
 LTLIBOBJS = @LTLIBOBJS@
20063
 
+MAINT = @MAINT@
20064
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20065
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20066
 
 MAKEINFO = @MAKEINFO@
20067
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20068
 
 MCOPIDL = @MCOPIDL@
20069
 
@@ -262,6 +265,7 @@
20070
 
 QT_INCLUDES = @QT_INCLUDES@
20071
 
 QT_LDFLAGS = @QT_LDFLAGS@
20072
 
 RANLIB = @RANLIB@
20073
 
+SED = @SED@
20074
 
 SET_MAKE = @SET_MAKE@
20075
 
 SHELL = @SHELL@
20076
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20077
 
@@ -417,7 +421,7 @@
20078
 
 
20079
 
 .SUFFIXES:
20080
 
 .SUFFIXES: .cpp .lo .o .obj
20081
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20082
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20083
 
 #>-    @for dep in $?; do \
20084
 
 #>-      case '$(am__configure_deps)' in \
20085
 
 #>-        *$$dep*) \
20086
 
@@ -426,9 +430,9 @@
20087
 
 #>-          exit 1;; \
20088
 
 #>-      esac; \
20089
 
 #>-    done; \
20090
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/inserttext/Makefile'; \
20091
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/inserttext/Makefile'; \
20092
 
 #>-    cd $(top_srcdir) && \
20093
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/inserttext/Makefile
20094
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/inserttext/Makefile
20095
 
 #>+ 12
20096
 
        @for dep in $?; do \
20097
 
          case '$(am__configure_deps)' in \
20098
 
@@ -438,9 +442,9 @@
20099
 
              exit 1;; \
20100
 
          esac; \
20101
 
        done; \
20102
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/inserttext/Makefile'; \
20103
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/inserttext/Makefile'; \
20104
 
        cd $(top_srcdir) && \
20105
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/inserttext/Makefile
20106
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/inserttext/Makefile
20107
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/inserttext/Makefile.in
20108
 
 .PRECIOUS: Makefile
20109
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20110
 
@@ -455,9 +459,9 @@
20111
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20112
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20113
 
 
20114
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20115
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20116
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20117
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20118
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20119
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20120
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20121
 
        @$(NORMAL_INSTALL)
20122
 
@@ -817,9 +821,9 @@
20123
 
              exit 1;; \
20124
 
          esac; \
20125
 
        done; \
20126
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/inserttext/Makefile'; \
20127
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/inserttext/Makefile'; \
20128
 
        cd $(top_srcdir) && \
20129
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/inserttext/Makefile
20130
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/inserttext/Makefile
20131
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/inserttext/Makefile.in
20132
 
 
20133
 
 
20134
 
--- a/digikam/imageplugins/lensdistortion/Makefile.in
20135
 
+++ b/digikam/imageplugins/lensdistortion/Makefile.in
20136
 
@@ -239,6 +239,9 @@
20137
 
 LIB_XRENDER = @LIB_XRENDER@
20138
 
 LN_S = @LN_S@
20139
 
 LTLIBOBJS = @LTLIBOBJS@
20140
 
+MAINT = @MAINT@
20141
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20142
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20143
 
 MAKEINFO = @MAKEINFO@
20144
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20145
 
 MCOPIDL = @MCOPIDL@
20146
 
@@ -263,6 +266,7 @@
20147
 
 QT_INCLUDES = @QT_INCLUDES@
20148
 
 QT_LDFLAGS = @QT_LDFLAGS@
20149
 
 RANLIB = @RANLIB@
20150
 
+SED = @SED@
20151
 
 SET_MAKE = @SET_MAKE@
20152
 
 SHELL = @SHELL@
20153
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20154
 
@@ -418,7 +422,7 @@
20155
 
 
20156
 
 .SUFFIXES:
20157
 
 .SUFFIXES: .cpp .lo .o .obj
20158
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20159
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20160
 
 #>-    @for dep in $?; do \
20161
 
 #>-      case '$(am__configure_deps)' in \
20162
 
 #>-        *$$dep*) \
20163
 
@@ -427,9 +431,9 @@
20164
 
 #>-          exit 1;; \
20165
 
 #>-      esac; \
20166
 
 #>-    done; \
20167
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/lensdistortion/Makefile'; \
20168
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/lensdistortion/Makefile'; \
20169
 
 #>-    cd $(top_srcdir) && \
20170
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/lensdistortion/Makefile
20171
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/lensdistortion/Makefile
20172
 
 #>+ 12
20173
 
        @for dep in $?; do \
20174
 
          case '$(am__configure_deps)' in \
20175
 
@@ -439,9 +443,9 @@
20176
 
              exit 1;; \
20177
 
          esac; \
20178
 
        done; \
20179
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/lensdistortion/Makefile'; \
20180
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/lensdistortion/Makefile'; \
20181
 
        cd $(top_srcdir) && \
20182
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/lensdistortion/Makefile
20183
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/lensdistortion/Makefile
20184
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/lensdistortion/Makefile.in
20185
 
 .PRECIOUS: Makefile
20186
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20187
 
@@ -456,9 +460,9 @@
20188
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20189
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20190
 
 
20191
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20192
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20193
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20194
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20195
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20196
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20197
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20198
 
        @$(NORMAL_INSTALL)
20199
 
@@ -804,9 +808,9 @@
20200
 
              exit 1;; \
20201
 
          esac; \
20202
 
        done; \
20203
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/lensdistortion/Makefile'; \
20204
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/lensdistortion/Makefile'; \
20205
 
        cd $(top_srcdir) && \
20206
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/lensdistortion/Makefile
20207
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/lensdistortion/Makefile
20208
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/lensdistortion/Makefile.in
20209
 
 
20210
 
 
20211
 
--- a/digikam/imageplugins/Makefile.in
20212
 
+++ b/digikam/imageplugins/Makefile.in
20213
 
@@ -202,6 +202,9 @@
20214
 
 LIB_XRENDER = @LIB_XRENDER@
20215
 
 LN_S = @LN_S@
20216
 
 LTLIBOBJS = @LTLIBOBJS@
20217
 
+MAINT = @MAINT@
20218
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20219
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20220
 
 MAKEINFO = @MAKEINFO@
20221
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20222
 
 MCOPIDL = @MCOPIDL@
20223
 
@@ -226,6 +229,7 @@
20224
 
 QT_INCLUDES = @QT_INCLUDES@
20225
 
 QT_LDFLAGS = @QT_LDFLAGS@
20226
 
 RANLIB = @RANLIB@
20227
 
+SED = @SED@
20228
 
 SET_MAKE = @SET_MAKE@
20229
 
 SHELL = @SHELL@
20230
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20231
 
@@ -356,7 +360,7 @@
20232
 
 all: docs-am  all-recursive
20233
 
 
20234
 
 .SUFFIXES:
20235
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20236
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20237
 
 #>-    @for dep in $?; do \
20238
 
 #>-      case '$(am__configure_deps)' in \
20239
 
 #>-        *$$dep*) \
20240
 
@@ -365,9 +369,9 @@
20241
 
 #>-          exit 1;; \
20242
 
 #>-      esac; \
20243
 
 #>-    done; \
20244
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/Makefile'; \
20245
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/Makefile'; \
20246
 
 #>-    cd $(top_srcdir) && \
20247
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/Makefile
20248
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/Makefile
20249
 
 #>+ 12
20250
 
        @for dep in $?; do \
20251
 
          case '$(am__configure_deps)' in \
20252
 
@@ -377,9 +381,9 @@
20253
 
              exit 1;; \
20254
 
          esac; \
20255
 
        done; \
20256
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/Makefile'; \
20257
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/Makefile'; \
20258
 
        cd $(top_srcdir) && \
20259
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/Makefile
20260
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/Makefile
20261
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/Makefile.in
20262
 
 .PRECIOUS: Makefile
20263
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20264
 
@@ -394,9 +398,9 @@
20265
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20266
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20267
 
 
20268
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20269
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20270
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20271
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20272
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20273
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20274
 
 
20275
 
 mostlyclean-libtool:
20276
 
@@ -698,9 +702,9 @@
20277
 
              exit 1;; \
20278
 
          esac; \
20279
 
        done; \
20280
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/Makefile'; \
20281
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/Makefile'; \
20282
 
        cd $(top_srcdir) && \
20283
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/Makefile
20284
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/Makefile
20285
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/Makefile.in
20286
 
 
20287
 
 
20288
 
--- a/digikam/imageplugins/noisereduction/Makefile.in
20289
 
+++ b/digikam/imageplugins/noisereduction/Makefile.in
20290
 
@@ -239,6 +239,9 @@
20291
 
 LIB_XRENDER = @LIB_XRENDER@
20292
 
 LN_S = @LN_S@
20293
 
 LTLIBOBJS = @LTLIBOBJS@
20294
 
+MAINT = @MAINT@
20295
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20296
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20297
 
 MAKEINFO = @MAKEINFO@
20298
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20299
 
 MCOPIDL = @MCOPIDL@
20300
 
@@ -263,6 +266,7 @@
20301
 
 QT_INCLUDES = @QT_INCLUDES@
20302
 
 QT_LDFLAGS = @QT_LDFLAGS@
20303
 
 RANLIB = @RANLIB@
20304
 
+SED = @SED@
20305
 
 SET_MAKE = @SET_MAKE@
20306
 
 SHELL = @SHELL@
20307
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20308
 
@@ -417,7 +421,7 @@
20309
 
 
20310
 
 .SUFFIXES:
20311
 
 .SUFFIXES: .cpp .lo .o .obj
20312
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20313
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20314
 
 #>-    @for dep in $?; do \
20315
 
 #>-      case '$(am__configure_deps)' in \
20316
 
 #>-        *$$dep*) \
20317
 
@@ -426,9 +430,9 @@
20318
 
 #>-          exit 1;; \
20319
 
 #>-      esac; \
20320
 
 #>-    done; \
20321
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/noisereduction/Makefile'; \
20322
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/noisereduction/Makefile'; \
20323
 
 #>-    cd $(top_srcdir) && \
20324
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/noisereduction/Makefile
20325
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/noisereduction/Makefile
20326
 
 #>+ 12
20327
 
        @for dep in $?; do \
20328
 
          case '$(am__configure_deps)' in \
20329
 
@@ -438,9 +442,9 @@
20330
 
              exit 1;; \
20331
 
          esac; \
20332
 
        done; \
20333
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/noisereduction/Makefile'; \
20334
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/noisereduction/Makefile'; \
20335
 
        cd $(top_srcdir) && \
20336
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/noisereduction/Makefile
20337
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/noisereduction/Makefile
20338
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/noisereduction/Makefile.in
20339
 
 .PRECIOUS: Makefile
20340
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20341
 
@@ -455,9 +459,9 @@
20342
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20343
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20344
 
 
20345
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20346
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20347
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20348
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20349
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20350
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20351
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20352
 
        @$(NORMAL_INSTALL)
20353
 
@@ -802,9 +806,9 @@
20354
 
              exit 1;; \
20355
 
          esac; \
20356
 
        done; \
20357
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/noisereduction/Makefile'; \
20358
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/noisereduction/Makefile'; \
20359
 
        cd $(top_srcdir) && \
20360
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/noisereduction/Makefile
20361
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/noisereduction/Makefile
20362
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/noisereduction/Makefile.in
20363
 
 
20364
 
 
20365
 
--- a/digikam/imageplugins/oilpaint/Makefile.in
20366
 
+++ b/digikam/imageplugins/oilpaint/Makefile.in
20367
 
@@ -237,6 +237,9 @@
20368
 
 LIB_XRENDER = @LIB_XRENDER@
20369
 
 LN_S = @LN_S@
20370
 
 LTLIBOBJS = @LTLIBOBJS@
20371
 
+MAINT = @MAINT@
20372
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20373
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20374
 
 MAKEINFO = @MAKEINFO@
20375
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20376
 
 MCOPIDL = @MCOPIDL@
20377
 
@@ -261,6 +264,7 @@
20378
 
 QT_INCLUDES = @QT_INCLUDES@
20379
 
 QT_LDFLAGS = @QT_LDFLAGS@
20380
 
 RANLIB = @RANLIB@
20381
 
+SED = @SED@
20382
 
 SET_MAKE = @SET_MAKE@
20383
 
 SHELL = @SHELL@
20384
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20385
 
@@ -415,7 +419,7 @@
20386
 
 
20387
 
 .SUFFIXES:
20388
 
 .SUFFIXES: .cpp .lo .o .obj
20389
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20390
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20391
 
 #>-    @for dep in $?; do \
20392
 
 #>-      case '$(am__configure_deps)' in \
20393
 
 #>-        *$$dep*) \
20394
 
@@ -424,9 +428,9 @@
20395
 
 #>-          exit 1;; \
20396
 
 #>-      esac; \
20397
 
 #>-    done; \
20398
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/oilpaint/Makefile'; \
20399
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/oilpaint/Makefile'; \
20400
 
 #>-    cd $(top_srcdir) && \
20401
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/oilpaint/Makefile
20402
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/oilpaint/Makefile
20403
 
 #>+ 12
20404
 
        @for dep in $?; do \
20405
 
          case '$(am__configure_deps)' in \
20406
 
@@ -436,9 +440,9 @@
20407
 
              exit 1;; \
20408
 
          esac; \
20409
 
        done; \
20410
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/oilpaint/Makefile'; \
20411
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/oilpaint/Makefile'; \
20412
 
        cd $(top_srcdir) && \
20413
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/oilpaint/Makefile
20414
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/oilpaint/Makefile
20415
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/oilpaint/Makefile.in
20416
 
 .PRECIOUS: Makefile
20417
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20418
 
@@ -453,9 +457,9 @@
20419
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20420
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20421
 
 
20422
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20423
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20424
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20425
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20426
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20427
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20428
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20429
 
        @$(NORMAL_INSTALL)
20430
 
@@ -800,9 +804,9 @@
20431
 
              exit 1;; \
20432
 
          esac; \
20433
 
        done; \
20434
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/oilpaint/Makefile'; \
20435
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/oilpaint/Makefile'; \
20436
 
        cd $(top_srcdir) && \
20437
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/oilpaint/Makefile
20438
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/oilpaint/Makefile
20439
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/oilpaint/Makefile.in
20440
 
 
20441
 
 
20442
 
--- a/digikam/imageplugins/perspective/Makefile.in
20443
 
+++ b/digikam/imageplugins/perspective/Makefile.in
20444
 
@@ -239,6 +239,9 @@
20445
 
 LIB_XRENDER = @LIB_XRENDER@
20446
 
 LN_S = @LN_S@
20447
 
 LTLIBOBJS = @LTLIBOBJS@
20448
 
+MAINT = @MAINT@
20449
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20450
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20451
 
 MAKEINFO = @MAKEINFO@
20452
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20453
 
 MCOPIDL = @MCOPIDL@
20454
 
@@ -263,6 +266,7 @@
20455
 
 QT_INCLUDES = @QT_INCLUDES@
20456
 
 QT_LDFLAGS = @QT_LDFLAGS@
20457
 
 RANLIB = @RANLIB@
20458
 
+SED = @SED@
20459
 
 SET_MAKE = @SET_MAKE@
20460
 
 SHELL = @SHELL@
20461
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20462
 
@@ -418,7 +422,7 @@
20463
 
 
20464
 
 .SUFFIXES:
20465
 
 .SUFFIXES: .cpp .lo .o .obj
20466
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20467
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20468
 
 #>-    @for dep in $?; do \
20469
 
 #>-      case '$(am__configure_deps)' in \
20470
 
 #>-        *$$dep*) \
20471
 
@@ -427,9 +431,9 @@
20472
 
 #>-          exit 1;; \
20473
 
 #>-      esac; \
20474
 
 #>-    done; \
20475
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/perspective/Makefile'; \
20476
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/perspective/Makefile'; \
20477
 
 #>-    cd $(top_srcdir) && \
20478
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/perspective/Makefile
20479
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/perspective/Makefile
20480
 
 #>+ 12
20481
 
        @for dep in $?; do \
20482
 
          case '$(am__configure_deps)' in \
20483
 
@@ -439,9 +443,9 @@
20484
 
              exit 1;; \
20485
 
          esac; \
20486
 
        done; \
20487
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/perspective/Makefile'; \
20488
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/perspective/Makefile'; \
20489
 
        cd $(top_srcdir) && \
20490
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/perspective/Makefile
20491
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/perspective/Makefile
20492
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/perspective/Makefile.in
20493
 
 .PRECIOUS: Makefile
20494
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20495
 
@@ -456,9 +460,9 @@
20496
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20497
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20498
 
 
20499
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20500
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20501
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20502
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20503
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20504
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20505
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20506
 
        @$(NORMAL_INSTALL)
20507
 
@@ -812,9 +816,9 @@
20508
 
              exit 1;; \
20509
 
          esac; \
20510
 
        done; \
20511
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/perspective/Makefile'; \
20512
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/perspective/Makefile'; \
20513
 
        cd $(top_srcdir) && \
20514
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/perspective/Makefile
20515
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/perspective/Makefile
20516
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/perspective/Makefile.in
20517
 
 
20518
 
 
20519
 
--- a/digikam/imageplugins/raindrop/Makefile.in
20520
 
+++ b/digikam/imageplugins/raindrop/Makefile.in
20521
 
@@ -237,6 +237,9 @@
20522
 
 LIB_XRENDER = @LIB_XRENDER@
20523
 
 LN_S = @LN_S@
20524
 
 LTLIBOBJS = @LTLIBOBJS@
20525
 
+MAINT = @MAINT@
20526
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20527
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20528
 
 MAKEINFO = @MAKEINFO@
20529
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20530
 
 MCOPIDL = @MCOPIDL@
20531
 
@@ -261,6 +264,7 @@
20532
 
 QT_INCLUDES = @QT_INCLUDES@
20533
 
 QT_LDFLAGS = @QT_LDFLAGS@
20534
 
 RANLIB = @RANLIB@
20535
 
+SED = @SED@
20536
 
 SET_MAKE = @SET_MAKE@
20537
 
 SHELL = @SHELL@
20538
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20539
 
@@ -415,7 +419,7 @@
20540
 
 
20541
 
 .SUFFIXES:
20542
 
 .SUFFIXES: .cpp .lo .o .obj
20543
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20544
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20545
 
 #>-    @for dep in $?; do \
20546
 
 #>-      case '$(am__configure_deps)' in \
20547
 
 #>-        *$$dep*) \
20548
 
@@ -424,9 +428,9 @@
20549
 
 #>-          exit 1;; \
20550
 
 #>-      esac; \
20551
 
 #>-    done; \
20552
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/raindrop/Makefile'; \
20553
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/raindrop/Makefile'; \
20554
 
 #>-    cd $(top_srcdir) && \
20555
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/raindrop/Makefile
20556
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/raindrop/Makefile
20557
 
 #>+ 12
20558
 
        @for dep in $?; do \
20559
 
          case '$(am__configure_deps)' in \
20560
 
@@ -436,9 +440,9 @@
20561
 
              exit 1;; \
20562
 
          esac; \
20563
 
        done; \
20564
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/raindrop/Makefile'; \
20565
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/raindrop/Makefile'; \
20566
 
        cd $(top_srcdir) && \
20567
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/raindrop/Makefile
20568
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/raindrop/Makefile
20569
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/raindrop/Makefile.in
20570
 
 .PRECIOUS: Makefile
20571
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20572
 
@@ -453,9 +457,9 @@
20573
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20574
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20575
 
 
20576
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20577
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20578
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20579
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20580
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20581
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20582
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20583
 
        @$(NORMAL_INSTALL)
20584
 
@@ -800,9 +804,9 @@
20585
 
              exit 1;; \
20586
 
          esac; \
20587
 
        done; \
20588
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/raindrop/Makefile'; \
20589
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/raindrop/Makefile'; \
20590
 
        cd $(top_srcdir) && \
20591
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/raindrop/Makefile
20592
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/raindrop/Makefile
20593
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/raindrop/Makefile.in
20594
 
 
20595
 
 
20596
 
--- a/digikam/imageplugins/restoration/Makefile.in
20597
 
+++ b/digikam/imageplugins/restoration/Makefile.in
20598
 
@@ -237,6 +237,9 @@
20599
 
 LIB_XRENDER = @LIB_XRENDER@
20600
 
 LN_S = @LN_S@
20601
 
 LTLIBOBJS = @LTLIBOBJS@
20602
 
+MAINT = @MAINT@
20603
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20604
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20605
 
 MAKEINFO = @MAKEINFO@
20606
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20607
 
 MCOPIDL = @MCOPIDL@
20608
 
@@ -261,6 +264,7 @@
20609
 
 QT_INCLUDES = @QT_INCLUDES@
20610
 
 QT_LDFLAGS = @QT_LDFLAGS@
20611
 
 RANLIB = @RANLIB@
20612
 
+SED = @SED@
20613
 
 SET_MAKE = @SET_MAKE@
20614
 
 SHELL = @SHELL@
20615
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20616
 
@@ -418,7 +422,7 @@
20617
 
 
20618
 
 .SUFFIXES:
20619
 
 .SUFFIXES: .cpp .lo .o .obj
20620
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20621
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20622
 
 #>-    @for dep in $?; do \
20623
 
 #>-      case '$(am__configure_deps)' in \
20624
 
 #>-        *$$dep*) \
20625
 
@@ -427,9 +431,9 @@
20626
 
 #>-          exit 1;; \
20627
 
 #>-      esac; \
20628
 
 #>-    done; \
20629
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/restoration/Makefile'; \
20630
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/restoration/Makefile'; \
20631
 
 #>-    cd $(top_srcdir) && \
20632
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/restoration/Makefile
20633
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/restoration/Makefile
20634
 
 #>+ 12
20635
 
        @for dep in $?; do \
20636
 
          case '$(am__configure_deps)' in \
20637
 
@@ -439,9 +443,9 @@
20638
 
              exit 1;; \
20639
 
          esac; \
20640
 
        done; \
20641
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/restoration/Makefile'; \
20642
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/restoration/Makefile'; \
20643
 
        cd $(top_srcdir) && \
20644
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/restoration/Makefile
20645
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/restoration/Makefile
20646
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/restoration/Makefile.in
20647
 
 .PRECIOUS: Makefile
20648
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20649
 
@@ -456,9 +460,9 @@
20650
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20651
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20652
 
 
20653
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20654
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20655
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20656
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20657
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20658
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20659
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20660
 
        @$(NORMAL_INSTALL)
20661
 
@@ -765,22 +769,22 @@
20662
 
 
20663
 
 
20664
 
 #>+ 3
20665
 
-imageeffect_restoration.moc: $(srcdir)/imageeffect_restoration.h
20666
 
-       $(MOC) $(srcdir)/imageeffect_restoration.h -o imageeffect_restoration.moc
20667
 
+imageplugin_restoration.moc: $(srcdir)/imageplugin_restoration.h
20668
 
+       $(MOC) $(srcdir)/imageplugin_restoration.h -o imageplugin_restoration.moc
20669
 
 
20670
 
 #>+ 2
20671
 
-mocs: imageeffect_restoration.moc
20672
 
+mocs: imageplugin_restoration.moc
20673
 
 
20674
 
 #>+ 3
20675
 
-imageplugin_restoration.moc: $(srcdir)/imageplugin_restoration.h
20676
 
-       $(MOC) $(srcdir)/imageplugin_restoration.h -o imageplugin_restoration.moc
20677
 
+imageeffect_restoration.moc: $(srcdir)/imageeffect_restoration.h
20678
 
+       $(MOC) $(srcdir)/imageeffect_restoration.h -o imageeffect_restoration.moc
20679
 
 
20680
 
 #>+ 2
20681
 
-mocs: imageplugin_restoration.moc
20682
 
+mocs: imageeffect_restoration.moc
20683
 
 
20684
 
 #>+ 3
20685
 
 clean-metasources:
20686
 
-       -rm -f  imageeffect_restoration.moc imageplugin_restoration.moc
20687
 
+       -rm -f  imageplugin_restoration.moc imageeffect_restoration.moc
20688
 
 
20689
 
 #>+ 2
20690
 
 KDE_DIST=digikamimageplugin_restoration_ui.rc Makefile.in imageplugin_restoration.h digikamimageplugin_restoration.desktop imageeffect_restoration.h Makefile.am 
20691
 
@@ -802,9 +806,9 @@
20692
 
              exit 1;; \
20693
 
          esac; \
20694
 
        done; \
20695
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/restoration/Makefile'; \
20696
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/restoration/Makefile'; \
20697
 
        cd $(top_srcdir) && \
20698
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/restoration/Makefile
20699
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/restoration/Makefile
20700
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/restoration/Makefile.in
20701
 
 
20702
 
 
20703
 
@@ -831,7 +835,7 @@
20704
 
 
20705
 
 
20706
 
 #>+ 11
20707
 
-digikamimageplugin_restoration_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/imageplugin_restoration.cpp $(srcdir)/imageeffect_restoration.cpp  imageplugin_restoration.moc imageeffect_restoration.moc
20708
 
+digikamimageplugin_restoration_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/imageplugin_restoration.cpp $(srcdir)/imageeffect_restoration.cpp  imageeffect_restoration.moc imageplugin_restoration.moc
20709
 
        @echo 'creating digikamimageplugin_restoration_la.all_cpp.cpp ...'; \
20710
 
        rm -f digikamimageplugin_restoration_la.all_cpp.files digikamimageplugin_restoration_la.all_cpp.final; \
20711
 
        echo "#define KDE_USE_FINAL 1" >> digikamimageplugin_restoration_la.all_cpp.final; \
20712
 
@@ -871,5 +875,5 @@
20713
 
 nmcheck-am: nmcheck
20714
 
 imageeffect_restoration.lo: imageeffect_restoration.moc 
20715
 
 imageplugin_restoration.lo: imageplugin_restoration.moc 
20716
 
-imageeffect_restoration.o: imageeffect_restoration.moc 
20717
 
 imageplugin_restoration.o: imageplugin_restoration.moc 
20718
 
+imageeffect_restoration.o: imageeffect_restoration.moc 
20719
 
--- a/digikam/imageplugins/sheartool/Makefile.in
20720
 
+++ b/digikam/imageplugins/sheartool/Makefile.in
20721
 
@@ -237,6 +237,9 @@
20722
 
 LIB_XRENDER = @LIB_XRENDER@
20723
 
 LN_S = @LN_S@
20724
 
 LTLIBOBJS = @LTLIBOBJS@
20725
 
+MAINT = @MAINT@
20726
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20727
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20728
 
 MAKEINFO = @MAKEINFO@
20729
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20730
 
 MCOPIDL = @MCOPIDL@
20731
 
@@ -261,6 +264,7 @@
20732
 
 QT_INCLUDES = @QT_INCLUDES@
20733
 
 QT_LDFLAGS = @QT_LDFLAGS@
20734
 
 RANLIB = @RANLIB@
20735
 
+SED = @SED@
20736
 
 SET_MAKE = @SET_MAKE@
20737
 
 SHELL = @SHELL@
20738
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20739
 
@@ -415,7 +419,7 @@
20740
 
 
20741
 
 .SUFFIXES:
20742
 
 .SUFFIXES: .cpp .lo .o .obj
20743
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20744
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20745
 
 #>-    @for dep in $?; do \
20746
 
 #>-      case '$(am__configure_deps)' in \
20747
 
 #>-        *$$dep*) \
20748
 
@@ -424,9 +428,9 @@
20749
 
 #>-          exit 1;; \
20750
 
 #>-      esac; \
20751
 
 #>-    done; \
20752
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/sheartool/Makefile'; \
20753
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/sheartool/Makefile'; \
20754
 
 #>-    cd $(top_srcdir) && \
20755
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/sheartool/Makefile
20756
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/sheartool/Makefile
20757
 
 #>+ 12
20758
 
        @for dep in $?; do \
20759
 
          case '$(am__configure_deps)' in \
20760
 
@@ -436,9 +440,9 @@
20761
 
              exit 1;; \
20762
 
          esac; \
20763
 
        done; \
20764
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/sheartool/Makefile'; \
20765
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/sheartool/Makefile'; \
20766
 
        cd $(top_srcdir) && \
20767
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/sheartool/Makefile
20768
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/sheartool/Makefile
20769
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/sheartool/Makefile.in
20770
 
 .PRECIOUS: Makefile
20771
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20772
 
@@ -453,9 +457,9 @@
20773
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20774
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20775
 
 
20776
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20777
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20778
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20779
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20780
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20781
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20782
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20783
 
        @$(NORMAL_INSTALL)
20784
 
@@ -800,9 +804,9 @@
20785
 
              exit 1;; \
20786
 
          esac; \
20787
 
        done; \
20788
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/sheartool/Makefile'; \
20789
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/sheartool/Makefile'; \
20790
 
        cd $(top_srcdir) && \
20791
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/sheartool/Makefile
20792
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/sheartool/Makefile
20793
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/sheartool/Makefile.in
20794
 
 
20795
 
 
20796
 
--- a/digikam/imageplugins/superimpose/Makefile.in
20797
 
+++ b/digikam/imageplugins/superimpose/Makefile.in
20798
 
@@ -240,6 +240,9 @@
20799
 
 LIB_XRENDER = @LIB_XRENDER@
20800
 
 LN_S = @LN_S@
20801
 
 LTLIBOBJS = @LTLIBOBJS@
20802
 
+MAINT = @MAINT@
20803
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20804
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20805
 
 MAKEINFO = @MAKEINFO@
20806
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20807
 
 MCOPIDL = @MCOPIDL@
20808
 
@@ -264,6 +267,7 @@
20809
 
 QT_INCLUDES = @QT_INCLUDES@
20810
 
 QT_LDFLAGS = @QT_LDFLAGS@
20811
 
 RANLIB = @RANLIB@
20812
 
+SED = @SED@
20813
 
 SET_MAKE = @SET_MAKE@
20814
 
 SHELL = @SHELL@
20815
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20816
 
@@ -419,7 +423,7 @@
20817
 
 
20818
 
 .SUFFIXES:
20819
 
 .SUFFIXES: .cpp .lo .o .obj
20820
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20821
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20822
 
 #>-    @for dep in $?; do \
20823
 
 #>-      case '$(am__configure_deps)' in \
20824
 
 #>-        *$$dep*) \
20825
 
@@ -428,9 +432,9 @@
20826
 
 #>-          exit 1;; \
20827
 
 #>-      esac; \
20828
 
 #>-    done; \
20829
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/superimpose/Makefile'; \
20830
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/superimpose/Makefile'; \
20831
 
 #>-    cd $(top_srcdir) && \
20832
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/superimpose/Makefile
20833
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/superimpose/Makefile
20834
 
 #>+ 12
20835
 
        @for dep in $?; do \
20836
 
          case '$(am__configure_deps)' in \
20837
 
@@ -440,9 +444,9 @@
20838
 
              exit 1;; \
20839
 
          esac; \
20840
 
        done; \
20841
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/superimpose/Makefile'; \
20842
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/superimpose/Makefile'; \
20843
 
        cd $(top_srcdir) && \
20844
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/superimpose/Makefile
20845
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/superimpose/Makefile
20846
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/superimpose/Makefile.in
20847
 
 .PRECIOUS: Makefile
20848
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20849
 
@@ -457,9 +461,9 @@
20850
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20851
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20852
 
 
20853
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20854
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20855
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20856
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20857
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20858
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20859
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20860
 
        @$(NORMAL_INSTALL)
20861
 
@@ -820,9 +824,9 @@
20862
 
              exit 1;; \
20863
 
          esac; \
20864
 
        done; \
20865
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/superimpose/Makefile'; \
20866
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/superimpose/Makefile'; \
20867
 
        cd $(top_srcdir) && \
20868
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/superimpose/Makefile
20869
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/superimpose/Makefile
20870
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/superimpose/Makefile.in
20871
 
 
20872
 
 
20873
 
--- a/digikam/imageplugins/texture/Makefile.in
20874
 
+++ b/digikam/imageplugins/texture/Makefile.in
20875
 
@@ -251,6 +251,9 @@
20876
 
 LIB_XRENDER = @LIB_XRENDER@
20877
 
 LN_S = @LN_S@
20878
 
 LTLIBOBJS = @LTLIBOBJS@
20879
 
+MAINT = @MAINT@
20880
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20881
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20882
 
 MAKEINFO = @MAKEINFO@
20883
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20884
 
 MCOPIDL = @MCOPIDL@
20885
 
@@ -275,6 +278,7 @@
20886
 
 QT_INCLUDES = @QT_INCLUDES@
20887
 
 QT_LDFLAGS = @QT_LDFLAGS@
20888
 
 RANLIB = @RANLIB@
20889
 
+SED = @SED@
20890
 
 SET_MAKE = @SET_MAKE@
20891
 
 SHELL = @SHELL@
20892
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20893
 
@@ -430,7 +434,7 @@
20894
 
 
20895
 
 .SUFFIXES:
20896
 
 .SUFFIXES: .cpp .lo .o .obj
20897
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20898
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20899
 
 #>-    @for dep in $?; do \
20900
 
 #>-      case '$(am__configure_deps)' in \
20901
 
 #>-        *$$dep*) \
20902
 
@@ -439,9 +443,9 @@
20903
 
 #>-          exit 1;; \
20904
 
 #>-      esac; \
20905
 
 #>-    done; \
20906
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/texture/Makefile'; \
20907
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/texture/Makefile'; \
20908
 
 #>-    cd $(top_srcdir) && \
20909
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/texture/Makefile
20910
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/texture/Makefile
20911
 
 #>+ 12
20912
 
        @for dep in $?; do \
20913
 
          case '$(am__configure_deps)' in \
20914
 
@@ -451,9 +455,9 @@
20915
 
              exit 1;; \
20916
 
          esac; \
20917
 
        done; \
20918
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/texture/Makefile'; \
20919
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/texture/Makefile'; \
20920
 
        cd $(top_srcdir) && \
20921
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/texture/Makefile
20922
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/texture/Makefile
20923
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/texture/Makefile.in
20924
 
 .PRECIOUS: Makefile
20925
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
20926
 
@@ -468,9 +472,9 @@
20927
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
20928
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20929
 
 
20930
 
-$(top_srcdir)/configure:  $(am__configure_deps)
20931
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
20932
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20933
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
20934
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
20935
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
20936
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
20937
 
        @$(NORMAL_INSTALL)
20938
 
@@ -919,9 +923,9 @@
20939
 
              exit 1;; \
20940
 
          esac; \
20941
 
        done; \
20942
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/texture/Makefile'; \
20943
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/texture/Makefile'; \
20944
 
        cd $(top_srcdir) && \
20945
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/texture/Makefile
20946
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/texture/Makefile
20947
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/texture/Makefile.in
20948
 
 
20949
 
 
20950
 
--- a/digikam/imageplugins/texture/patterns/Makefile.in
20951
 
+++ b/digikam/imageplugins/texture/patterns/Makefile.in
20952
 
@@ -196,6 +196,9 @@
20953
 
 LIB_XRENDER = @LIB_XRENDER@
20954
 
 LN_S = @LN_S@
20955
 
 LTLIBOBJS = @LTLIBOBJS@
20956
 
+MAINT = @MAINT@
20957
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
20958
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
20959
 
 MAKEINFO = @MAKEINFO@
20960
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
20961
 
 MCOPIDL = @MCOPIDL@
20962
 
@@ -220,6 +223,7 @@
20963
 
 QT_INCLUDES = @QT_INCLUDES@
20964
 
 QT_LDFLAGS = @QT_LDFLAGS@
20965
 
 RANLIB = @RANLIB@
20966
 
+SED = @SED@
20967
 
 SET_MAKE = @SET_MAKE@
20968
 
 SHELL = @SHELL@
20969
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
20970
 
@@ -350,7 +354,7 @@
20971
 
 all: docs-am  all-am
20972
 
 
20973
 
 .SUFFIXES:
20974
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
20975
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
20976
 
 #>-    @for dep in $?; do \
20977
 
 #>-      case '$(am__configure_deps)' in \
20978
 
 #>-        *$$dep*) \
20979
 
@@ -359,9 +363,9 @@
20980
 
 #>-          exit 1;; \
20981
 
 #>-      esac; \
20982
 
 #>-    done; \
20983
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/texture/patterns/Makefile'; \
20984
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/texture/patterns/Makefile'; \
20985
 
 #>-    cd $(top_srcdir) && \
20986
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/texture/patterns/Makefile
20987
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/texture/patterns/Makefile
20988
 
 #>+ 12
20989
 
        @for dep in $?; do \
20990
 
          case '$(am__configure_deps)' in \
20991
 
@@ -371,9 +375,9 @@
20992
 
              exit 1;; \
20993
 
          esac; \
20994
 
        done; \
20995
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/texture/patterns/Makefile'; \
20996
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/texture/patterns/Makefile'; \
20997
 
        cd $(top_srcdir) && \
20998
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/texture/patterns/Makefile
20999
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/texture/patterns/Makefile
21000
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/texture/patterns/Makefile.in
21001
 
 .PRECIOUS: Makefile
21002
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21003
 
@@ -388,9 +392,9 @@
21004
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21005
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21006
 
 
21007
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21008
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21009
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21010
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21011
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21012
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21013
 
 
21014
 
 mostlyclean-libtool:
21015
 
@@ -565,9 +569,9 @@
21016
 
              exit 1;; \
21017
 
          esac; \
21018
 
        done; \
21019
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/texture/patterns/Makefile'; \
21020
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/texture/patterns/Makefile'; \
21021
 
        cd $(top_srcdir) && \
21022
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/texture/patterns/Makefile
21023
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/texture/patterns/Makefile
21024
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/texture/patterns/Makefile.in
21025
 
 
21026
 
 
21027
 
--- a/digikam/imageplugins/whitebalance/Makefile.in
21028
 
+++ b/digikam/imageplugins/whitebalance/Makefile.in
21029
 
@@ -237,6 +237,9 @@
21030
 
 LIB_XRENDER = @LIB_XRENDER@
21031
 
 LN_S = @LN_S@
21032
 
 LTLIBOBJS = @LTLIBOBJS@
21033
 
+MAINT = @MAINT@
21034
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21035
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21036
 
 MAKEINFO = @MAKEINFO@
21037
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21038
 
 MCOPIDL = @MCOPIDL@
21039
 
@@ -261,6 +264,7 @@
21040
 
 QT_INCLUDES = @QT_INCLUDES@
21041
 
 QT_LDFLAGS = @QT_LDFLAGS@
21042
 
 RANLIB = @RANLIB@
21043
 
+SED = @SED@
21044
 
 SET_MAKE = @SET_MAKE@
21045
 
 SHELL = @SHELL@
21046
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21047
 
@@ -415,7 +419,7 @@
21048
 
 
21049
 
 .SUFFIXES:
21050
 
 .SUFFIXES: .cpp .lo .o .obj
21051
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21052
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21053
 
 #>-    @for dep in $?; do \
21054
 
 #>-      case '$(am__configure_deps)' in \
21055
 
 #>-        *$$dep*) \
21056
 
@@ -424,9 +428,9 @@
21057
 
 #>-          exit 1;; \
21058
 
 #>-      esac; \
21059
 
 #>-    done; \
21060
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/whitebalance/Makefile'; \
21061
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/whitebalance/Makefile'; \
21062
 
 #>-    cd $(top_srcdir) && \
21063
 
-#>-      $(AUTOMAKE) --gnu  digikam/imageplugins/whitebalance/Makefile
21064
 
+#>-      $(AUTOMAKE) --foreign  digikam/imageplugins/whitebalance/Makefile
21065
 
 #>+ 12
21066
 
        @for dep in $?; do \
21067
 
          case '$(am__configure_deps)' in \
21068
 
@@ -436,9 +440,9 @@
21069
 
              exit 1;; \
21070
 
          esac; \
21071
 
        done; \
21072
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/whitebalance/Makefile'; \
21073
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/whitebalance/Makefile'; \
21074
 
        cd $(top_srcdir) && \
21075
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/whitebalance/Makefile
21076
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/whitebalance/Makefile
21077
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/whitebalance/Makefile.in
21078
 
 .PRECIOUS: Makefile
21079
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21080
 
@@ -453,9 +457,9 @@
21081
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21082
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21083
 
 
21084
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21085
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21086
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21087
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21088
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21089
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21090
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
21091
 
        @$(NORMAL_INSTALL)
21092
 
@@ -799,9 +803,9 @@
21093
 
              exit 1;; \
21094
 
          esac; \
21095
 
        done; \
21096
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/imageplugins/whitebalance/Makefile'; \
21097
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/imageplugins/whitebalance/Makefile'; \
21098
 
        cd $(top_srcdir) && \
21099
 
-         $(AUTOMAKE) --gnu  digikam/imageplugins/whitebalance/Makefile
21100
 
+         $(AUTOMAKE) --foreign  digikam/imageplugins/whitebalance/Makefile
21101
 
        cd $(top_srcdir) && perl admin/am_edit digikam/imageplugins/whitebalance/Makefile.in
21102
 
 
21103
 
 
21104
 
--- a/digikam/kioslave/Makefile.in
21105
 
+++ b/digikam/kioslave/Makefile.in
21106
 
@@ -277,6 +277,9 @@
21107
 
 LIB_XRENDER = @LIB_XRENDER@
21108
 
 LN_S = @LN_S@
21109
 
 LTLIBOBJS = @LTLIBOBJS@
21110
 
+MAINT = @MAINT@
21111
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21112
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21113
 
 MAKEINFO = @MAKEINFO@
21114
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21115
 
 MCOPIDL = @MCOPIDL@
21116
 
@@ -301,6 +304,7 @@
21117
 
 QT_INCLUDES = @QT_INCLUDES@
21118
 
 QT_LDFLAGS = @QT_LDFLAGS@
21119
 
 RANLIB = @RANLIB@
21120
 
+SED = @SED@
21121
 
 SET_MAKE = @SET_MAKE@
21122
 
 SHELL = @SHELL@
21123
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21124
 
@@ -474,7 +478,7 @@
21125
 
 
21126
 
 .SUFFIXES:
21127
 
 .SUFFIXES: .cpp .lo .o .obj
21128
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21129
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21130
 
 #>-    @for dep in $?; do \
21131
 
 #>-      case '$(am__configure_deps)' in \
21132
 
 #>-        *$$dep*) \
21133
 
@@ -483,9 +487,9 @@
21134
 
 #>-          exit 1;; \
21135
 
 #>-      esac; \
21136
 
 #>-    done; \
21137
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/kioslave/Makefile'; \
21138
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/kioslave/Makefile'; \
21139
 
 #>-    cd $(top_srcdir) && \
21140
 
-#>-      $(AUTOMAKE) --gnu  digikam/kioslave/Makefile
21141
 
+#>-      $(AUTOMAKE) --foreign  digikam/kioslave/Makefile
21142
 
 #>+ 12
21143
 
        @for dep in $?; do \
21144
 
          case '$(am__configure_deps)' in \
21145
 
@@ -495,9 +499,9 @@
21146
 
              exit 1;; \
21147
 
          esac; \
21148
 
        done; \
21149
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/kioslave/Makefile'; \
21150
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/kioslave/Makefile'; \
21151
 
        cd $(top_srcdir) && \
21152
 
-         $(AUTOMAKE) --gnu  digikam/kioslave/Makefile
21153
 
+         $(AUTOMAKE) --foreign  digikam/kioslave/Makefile
21154
 
        cd $(top_srcdir) && perl admin/am_edit digikam/kioslave/Makefile.in
21155
 
 .PRECIOUS: Makefile
21156
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21157
 
@@ -512,9 +516,9 @@
21158
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21159
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21160
 
 
21161
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21162
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21163
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21164
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21165
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21166
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21167
 
 install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
21168
 
        @$(NORMAL_INSTALL)
21169
 
@@ -880,9 +884,9 @@
21170
 
              exit 1;; \
21171
 
          esac; \
21172
 
        done; \
21173
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/kioslave/Makefile'; \
21174
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/kioslave/Makefile'; \
21175
 
        cd $(top_srcdir) && \
21176
 
-         $(AUTOMAKE) --gnu  digikam/kioslave/Makefile
21177
 
+         $(AUTOMAKE) --foreign  digikam/kioslave/Makefile
21178
 
        cd $(top_srcdir) && perl admin/am_edit digikam/kioslave/Makefile.in
21179
 
 
21180
 
 
21181
 
--- a/digikam/libs/curves/Makefile.in
21182
 
+++ b/digikam/libs/curves/Makefile.in
21183
 
@@ -227,6 +227,9 @@
21184
 
 LIB_XRENDER = @LIB_XRENDER@
21185
 
 LN_S = @LN_S@
21186
 
 LTLIBOBJS = @LTLIBOBJS@
21187
 
+MAINT = @MAINT@
21188
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21189
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21190
 
 MAKEINFO = @MAKEINFO@
21191
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21192
 
 MCOPIDL = @MCOPIDL@
21193
 
@@ -251,6 +254,7 @@
21194
 
 QT_INCLUDES = @QT_INCLUDES@
21195
 
 QT_LDFLAGS = @QT_LDFLAGS@
21196
 
 RANLIB = @RANLIB@
21197
 
+SED = @SED@
21198
 
 SET_MAKE = @SET_MAKE@
21199
 
 SHELL = @SHELL@
21200
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21201
 
@@ -387,7 +391,7 @@
21202
 
 
21203
 
 .SUFFIXES:
21204
 
 .SUFFIXES: .cpp .lo .o .obj
21205
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21206
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21207
 
 #>-    @for dep in $?; do \
21208
 
 #>-      case '$(am__configure_deps)' in \
21209
 
 #>-        *$$dep*) \
21210
 
@@ -396,9 +400,9 @@
21211
 
 #>-          exit 1;; \
21212
 
 #>-      esac; \
21213
 
 #>-    done; \
21214
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/curves/Makefile'; \
21215
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/curves/Makefile'; \
21216
 
 #>-    cd $(top_srcdir) && \
21217
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/curves/Makefile
21218
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/curves/Makefile
21219
 
 #>+ 12
21220
 
        @for dep in $?; do \
21221
 
          case '$(am__configure_deps)' in \
21222
 
@@ -408,9 +412,9 @@
21223
 
              exit 1;; \
21224
 
          esac; \
21225
 
        done; \
21226
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/curves/Makefile'; \
21227
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/curves/Makefile'; \
21228
 
        cd $(top_srcdir) && \
21229
 
-         $(AUTOMAKE) --gnu  digikam/libs/curves/Makefile
21230
 
+         $(AUTOMAKE) --foreign  digikam/libs/curves/Makefile
21231
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/curves/Makefile.in
21232
 
 .PRECIOUS: Makefile
21233
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21234
 
@@ -425,9 +429,9 @@
21235
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21236
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21237
 
 
21238
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21239
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21240
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21241
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21242
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21243
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21244
 
 
21245
 
 clean-noinstLTLIBRARIES:
21246
 
@@ -692,9 +696,9 @@
21247
 
              exit 1;; \
21248
 
          esac; \
21249
 
        done; \
21250
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/curves/Makefile'; \
21251
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/curves/Makefile'; \
21252
 
        cd $(top_srcdir) && \
21253
 
-         $(AUTOMAKE) --gnu  digikam/libs/curves/Makefile
21254
 
+         $(AUTOMAKE) --foreign  digikam/libs/curves/Makefile
21255
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/curves/Makefile.in
21256
 
 
21257
 
 
21258
 
--- a/digikam/libs/dialogs/Makefile.in
21259
 
+++ b/digikam/libs/dialogs/Makefile.in
21260
 
@@ -239,6 +239,9 @@
21261
 
 LIB_XRENDER = @LIB_XRENDER@
21262
 
 LN_S = @LN_S@
21263
 
 LTLIBOBJS = @LTLIBOBJS@
21264
 
+MAINT = @MAINT@
21265
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21266
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21267
 
 MAKEINFO = @MAKEINFO@
21268
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21269
 
 MCOPIDL = @MCOPIDL@
21270
 
@@ -263,6 +266,7 @@
21271
 
 QT_INCLUDES = @QT_INCLUDES@
21272
 
 QT_LDFLAGS = @QT_LDFLAGS@
21273
 
 RANLIB = @RANLIB@
21274
 
+SED = @SED@
21275
 
 SET_MAKE = @SET_MAKE@
21276
 
 SHELL = @SHELL@
21277
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21278
 
@@ -422,7 +426,7 @@
21279
 
 
21280
 
 .SUFFIXES:
21281
 
 .SUFFIXES: .cpp .lo .o .obj
21282
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21283
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21284
 
 #>-    @for dep in $?; do \
21285
 
 #>-      case '$(am__configure_deps)' in \
21286
 
 #>-        *$$dep*) \
21287
 
@@ -431,9 +435,9 @@
21288
 
 #>-          exit 1;; \
21289
 
 #>-      esac; \
21290
 
 #>-    done; \
21291
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dialogs/Makefile'; \
21292
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dialogs/Makefile'; \
21293
 
 #>-    cd $(top_srcdir) && \
21294
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/dialogs/Makefile
21295
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/dialogs/Makefile
21296
 
 #>+ 12
21297
 
        @for dep in $?; do \
21298
 
          case '$(am__configure_deps)' in \
21299
 
@@ -443,9 +447,9 @@
21300
 
              exit 1;; \
21301
 
          esac; \
21302
 
        done; \
21303
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dialogs/Makefile'; \
21304
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dialogs/Makefile'; \
21305
 
        cd $(top_srcdir) && \
21306
 
-         $(AUTOMAKE) --gnu  digikam/libs/dialogs/Makefile
21307
 
+         $(AUTOMAKE) --foreign  digikam/libs/dialogs/Makefile
21308
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dialogs/Makefile.in
21309
 
 .PRECIOUS: Makefile
21310
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21311
 
@@ -460,9 +464,9 @@
21312
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21313
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21314
 
 
21315
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21316
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21317
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21318
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21319
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21320
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21321
 
 
21322
 
 clean-noinstLTLIBRARIES:
21323
 
@@ -726,18 +730,18 @@
21324
 
 mocs: dprogressdlg.moc
21325
 
 
21326
 
 #>+ 3
21327
 
-imagedlgbase.moc: $(srcdir)/imagedlgbase.h
21328
 
-       $(MOC) $(srcdir)/imagedlgbase.h -o imagedlgbase.moc
21329
 
+ctrlpaneldlg.moc: $(srcdir)/ctrlpaneldlg.h
21330
 
+       $(MOC) $(srcdir)/ctrlpaneldlg.h -o ctrlpaneldlg.moc
21331
 
 
21332
 
 #>+ 2
21333
 
-mocs: imagedlgbase.moc
21334
 
+mocs: ctrlpaneldlg.moc
21335
 
 
21336
 
 #>+ 3
21337
 
-ctrlpaneldlg.moc: $(srcdir)/ctrlpaneldlg.h
21338
 
-       $(MOC) $(srcdir)/ctrlpaneldlg.h -o ctrlpaneldlg.moc
21339
 
+imagedlgbase.moc: $(srcdir)/imagedlgbase.h
21340
 
+       $(MOC) $(srcdir)/imagedlgbase.h -o imagedlgbase.moc
21341
 
 
21342
 
 #>+ 2
21343
 
-mocs: ctrlpaneldlg.moc
21344
 
+mocs: imagedlgbase.moc
21345
 
 
21346
 
 #>+ 3
21347
 
 deletedialog.moc: $(srcdir)/deletedialog.h
21348
 
@@ -755,7 +759,7 @@
21349
 
 
21350
 
 #>+ 3
21351
 
 clean-metasources:
21352
 
-       -rm -f  dprogressdlg.moc imagedlgbase.moc ctrlpaneldlg.moc deletedialog.moc imageguidedlg.moc
21353
 
+       -rm -f  dprogressdlg.moc ctrlpaneldlg.moc imagedlgbase.moc deletedialog.moc imageguidedlg.moc
21354
 
 
21355
 
 #>+ 2
21356
 
 KDE_DIST=Makefile.in deletedialog.h deletedialogbase.ui Makefile.am 
21357
 
@@ -778,9 +782,9 @@
21358
 
              exit 1;; \
21359
 
          esac; \
21360
 
        done; \
21361
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dialogs/Makefile'; \
21362
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dialogs/Makefile'; \
21363
 
        cd $(top_srcdir) && \
21364
 
-         $(AUTOMAKE) --gnu  digikam/libs/dialogs/Makefile
21365
 
+         $(AUTOMAKE) --foreign  digikam/libs/dialogs/Makefile
21366
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dialogs/Makefile.in
21367
 
 
21368
 
 
21369
 
@@ -807,7 +811,7 @@
21370
 
 
21371
 
 
21372
 
 #>+ 11
21373
 
-libdialog_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/ctrlpaneldlg.cpp $(srcdir)/imagedlgbase.cpp $(srcdir)/imageguidedlg.cpp $(srcdir)/iccprofileinfodlg.cpp $(srcdir)/deletedialog.cpp $(srcdir)/dprogressdlg.cpp deletedialogbase.cpp  deletedialogbase.moc dprogressdlg.moc ctrlpaneldlg.moc imagedlgbase.moc deletedialog.moc imageguidedlg.moc
21374
 
+libdialog_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/ctrlpaneldlg.cpp $(srcdir)/imagedlgbase.cpp $(srcdir)/imageguidedlg.cpp $(srcdir)/iccprofileinfodlg.cpp $(srcdir)/deletedialog.cpp $(srcdir)/dprogressdlg.cpp deletedialogbase.cpp  deletedialogbase.moc dprogressdlg.moc imagedlgbase.moc ctrlpaneldlg.moc deletedialog.moc imageguidedlg.moc
21375
 
        @echo 'creating libdialog_la.all_cpp.cpp ...'; \
21376
 
        rm -f libdialog_la.all_cpp.files libdialog_la.all_cpp.final; \
21377
 
        echo "#define KDE_USE_FINAL 1" >> libdialog_la.all_cpp.final; \
21378
 
--- a/digikam/libs/dimg/filters/Makefile.in
21379
 
+++ b/digikam/libs/dimg/filters/Makefile.in
21380
 
@@ -234,6 +234,9 @@
21381
 
 LIB_XRENDER = @LIB_XRENDER@
21382
 
 LN_S = @LN_S@
21383
 
 LTLIBOBJS = @LTLIBOBJS@
21384
 
+MAINT = @MAINT@
21385
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21386
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21387
 
 MAKEINFO = @MAKEINFO@
21388
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21389
 
 MCOPIDL = @MCOPIDL@
21390
 
@@ -258,6 +261,7 @@
21391
 
 QT_INCLUDES = @QT_INCLUDES@
21392
 
 QT_LDFLAGS = @QT_LDFLAGS@
21393
 
 RANLIB = @RANLIB@
21394
 
+SED = @SED@
21395
 
 SET_MAKE = @SET_MAKE@
21396
 
 SHELL = @SHELL@
21397
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21398
 
@@ -401,7 +405,7 @@
21399
 
 
21400
 
 .SUFFIXES:
21401
 
 .SUFFIXES: .cpp .lo .o .obj
21402
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21403
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21404
 
 #>-    @for dep in $?; do \
21405
 
 #>-      case '$(am__configure_deps)' in \
21406
 
 #>-        *$$dep*) \
21407
 
@@ -410,9 +414,9 @@
21408
 
 #>-          exit 1;; \
21409
 
 #>-      esac; \
21410
 
 #>-    done; \
21411
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/filters/Makefile'; \
21412
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/filters/Makefile'; \
21413
 
 #>-    cd $(top_srcdir) && \
21414
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/dimg/filters/Makefile
21415
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/dimg/filters/Makefile
21416
 
 #>+ 12
21417
 
        @for dep in $?; do \
21418
 
          case '$(am__configure_deps)' in \
21419
 
@@ -422,9 +426,9 @@
21420
 
              exit 1;; \
21421
 
          esac; \
21422
 
        done; \
21423
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/filters/Makefile'; \
21424
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/filters/Makefile'; \
21425
 
        cd $(top_srcdir) && \
21426
 
-         $(AUTOMAKE) --gnu  digikam/libs/dimg/filters/Makefile
21427
 
+         $(AUTOMAKE) --foreign  digikam/libs/dimg/filters/Makefile
21428
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dimg/filters/Makefile.in
21429
 
 .PRECIOUS: Makefile
21430
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21431
 
@@ -439,9 +443,9 @@
21432
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21433
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21434
 
 
21435
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21436
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21437
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21438
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21439
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21440
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21441
 
 
21442
 
 clean-noinstLTLIBRARIES:
21443
 
@@ -713,9 +717,9 @@
21444
 
              exit 1;; \
21445
 
          esac; \
21446
 
        done; \
21447
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/filters/Makefile'; \
21448
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/filters/Makefile'; \
21449
 
        cd $(top_srcdir) && \
21450
 
-         $(AUTOMAKE) --gnu  digikam/libs/dimg/filters/Makefile
21451
 
+         $(AUTOMAKE) --foreign  digikam/libs/dimg/filters/Makefile
21452
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dimg/filters/Makefile.in
21453
 
 
21454
 
 
21455
 
--- a/digikam/libs/dimg/loaders/Makefile.in
21456
 
+++ b/digikam/libs/dimg/loaders/Makefile.in
21457
 
@@ -233,6 +233,9 @@
21458
 
 LIB_XRENDER = @LIB_XRENDER@
21459
 
 LN_S = @LN_S@
21460
 
 LTLIBOBJS = @LTLIBOBJS@
21461
 
+MAINT = @MAINT@
21462
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21463
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21464
 
 MAKEINFO = @MAKEINFO@
21465
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21466
 
 MCOPIDL = @MCOPIDL@
21467
 
@@ -257,6 +260,7 @@
21468
 
 QT_INCLUDES = @QT_INCLUDES@
21469
 
 QT_LDFLAGS = @QT_LDFLAGS@
21470
 
 RANLIB = @RANLIB@
21471
 
+SED = @SED@
21472
 
 SET_MAKE = @SET_MAKE@
21473
 
 SHELL = @SHELL@
21474
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21475
 
@@ -397,7 +401,7 @@
21476
 
 
21477
 
 .SUFFIXES:
21478
 
 .SUFFIXES: .c .cpp .lo .o .obj
21479
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21480
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21481
 
 #>-    @for dep in $?; do \
21482
 
 #>-      case '$(am__configure_deps)' in \
21483
 
 #>-        *$$dep*) \
21484
 
@@ -406,9 +410,9 @@
21485
 
 #>-          exit 1;; \
21486
 
 #>-      esac; \
21487
 
 #>-    done; \
21488
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/loaders/Makefile'; \
21489
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/loaders/Makefile'; \
21490
 
 #>-    cd $(top_srcdir) && \
21491
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/dimg/loaders/Makefile
21492
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/dimg/loaders/Makefile
21493
 
 #>+ 12
21494
 
        @for dep in $?; do \
21495
 
          case '$(am__configure_deps)' in \
21496
 
@@ -418,9 +422,9 @@
21497
 
              exit 1;; \
21498
 
          esac; \
21499
 
        done; \
21500
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/loaders/Makefile'; \
21501
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/loaders/Makefile'; \
21502
 
        cd $(top_srcdir) && \
21503
 
-         $(AUTOMAKE) --gnu  digikam/libs/dimg/loaders/Makefile
21504
 
+         $(AUTOMAKE) --foreign  digikam/libs/dimg/loaders/Makefile
21505
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dimg/loaders/Makefile.in
21506
 
 .PRECIOUS: Makefile
21507
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21508
 
@@ -435,9 +439,9 @@
21509
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21510
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21511
 
 
21512
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21513
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21514
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21515
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21516
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21517
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21518
 
 
21519
 
 clean-noinstLTLIBRARIES:
21520
 
@@ -699,18 +703,18 @@
21521
 
 .NOEXPORT:
21522
 
 
21523
 
 #>+ 3
21524
 
-rawloader.moc: $(srcdir)/rawloader.h
21525
 
-       $(MOC) $(srcdir)/rawloader.h -o rawloader.moc
21526
 
+pngsettings.moc: $(srcdir)/pngsettings.h
21527
 
+       $(MOC) $(srcdir)/pngsettings.h -o pngsettings.moc
21528
 
 
21529
 
 #>+ 2
21530
 
-mocs: rawloader.moc
21531
 
+mocs: pngsettings.moc
21532
 
 
21533
 
 #>+ 3
21534
 
-pngsettings.moc: $(srcdir)/pngsettings.h
21535
 
-       $(MOC) $(srcdir)/pngsettings.h -o pngsettings.moc
21536
 
+rawloader.moc: $(srcdir)/rawloader.h
21537
 
+       $(MOC) $(srcdir)/rawloader.h -o rawloader.moc
21538
 
 
21539
 
 #>+ 2
21540
 
-mocs: pngsettings.moc
21541
 
+mocs: rawloader.moc
21542
 
 
21543
 
 #>+ 3
21544
 
 jpegsettings.moc: $(srcdir)/jpegsettings.h
21545
 
@@ -735,7 +739,7 @@
21546
 
 
21547
 
 #>+ 3
21548
 
 clean-metasources:
21549
 
-       -rm -f  rawloader.moc pngsettings.moc jpegsettings.moc jp2ksettings.moc tiffsettings.moc
21550
 
+       -rm -f  pngsettings.moc rawloader.moc jpegsettings.moc jp2ksettings.moc tiffsettings.moc
21551
 
 
21552
 
 #>+ 2
21553
 
 KDE_DIST=rawloader.h qimageloader.h iccjpeg.h Makefile.in dimgloaderobserver.h tiffloader.h jpegloader.h tiffsettings.h jp2ksettings.h ppmloader.h pngloader.h jpegsettings.h pngsettings.h dimgloader.h jp2kloader.h Makefile.am 
21554
 
@@ -753,9 +757,9 @@
21555
 
              exit 1;; \
21556
 
          esac; \
21557
 
        done; \
21558
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/loaders/Makefile'; \
21559
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/loaders/Makefile'; \
21560
 
        cd $(top_srcdir) && \
21561
 
-         $(AUTOMAKE) --gnu  digikam/libs/dimg/loaders/Makefile
21562
 
+         $(AUTOMAKE) --foreign  digikam/libs/dimg/loaders/Makefile
21563
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dimg/loaders/Makefile.in
21564
 
 
21565
 
 
21566
 
@@ -782,7 +786,7 @@
21567
 
 
21568
 
 
21569
 
 #>+ 11
21570
 
-libdimgloaders_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/dimgloader.cpp $(srcdir)/pngloader.cpp $(srcdir)/jpegloader.cpp $(srcdir)/tiffloader.cpp $(srcdir)/rawloader.cpp $(srcdir)/ppmloader.cpp $(srcdir)/qimageloader.cpp $(srcdir)/jp2kloader.cpp $(srcdir)/jpegsettings.cpp $(srcdir)/pngsettings.cpp $(srcdir)/tiffsettings.cpp $(srcdir)/jp2ksettings.cpp  pngsettings.moc rawloader.moc jpegsettings.moc jp2ksettings.moc tiffsettings.moc
21571
 
+libdimgloaders_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/dimgloader.cpp $(srcdir)/pngloader.cpp $(srcdir)/jpegloader.cpp $(srcdir)/tiffloader.cpp $(srcdir)/rawloader.cpp $(srcdir)/ppmloader.cpp $(srcdir)/qimageloader.cpp $(srcdir)/jp2kloader.cpp $(srcdir)/jpegsettings.cpp $(srcdir)/pngsettings.cpp $(srcdir)/tiffsettings.cpp $(srcdir)/jp2ksettings.cpp  rawloader.moc pngsettings.moc jpegsettings.moc jp2ksettings.moc tiffsettings.moc
21572
 
        @echo 'creating libdimgloaders_la.all_cpp.cpp ...'; \
21573
 
        rm -f libdimgloaders_la.all_cpp.files libdimgloaders_la.all_cpp.final; \
21574
 
        echo "#define KDE_USE_FINAL 1" >> libdimgloaders_la.all_cpp.final; \
21575
 
--- a/digikam/libs/dimg/Makefile.in
21576
 
+++ b/digikam/libs/dimg/Makefile.in
21577
 
@@ -255,6 +255,9 @@
21578
 
 LIB_XRENDER = @LIB_XRENDER@
21579
 
 LN_S = @LN_S@
21580
 
 LTLIBOBJS = @LTLIBOBJS@
21581
 
+MAINT = @MAINT@
21582
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21583
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21584
 
 MAKEINFO = @MAKEINFO@
21585
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21586
 
 MCOPIDL = @MCOPIDL@
21587
 
@@ -279,6 +282,7 @@
21588
 
 QT_INCLUDES = @QT_INCLUDES@
21589
 
 QT_LDFLAGS = @QT_LDFLAGS@
21590
 
 RANLIB = @RANLIB@
21591
 
+SED = @SED@
21592
 
 SET_MAKE = @SET_MAKE@
21593
 
 SHELL = @SHELL@
21594
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21595
 
@@ -428,7 +432,7 @@
21596
 
 
21597
 
 .SUFFIXES:
21598
 
 .SUFFIXES: .cpp .lo .o .obj
21599
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21600
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21601
 
 #>-    @for dep in $?; do \
21602
 
 #>-      case '$(am__configure_deps)' in \
21603
 
 #>-        *$$dep*) \
21604
 
@@ -437,9 +441,9 @@
21605
 
 #>-          exit 1;; \
21606
 
 #>-      esac; \
21607
 
 #>-    done; \
21608
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/Makefile'; \
21609
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/Makefile'; \
21610
 
 #>-    cd $(top_srcdir) && \
21611
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/dimg/Makefile
21612
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/dimg/Makefile
21613
 
 #>+ 12
21614
 
        @for dep in $?; do \
21615
 
          case '$(am__configure_deps)' in \
21616
 
@@ -449,9 +453,9 @@
21617
 
              exit 1;; \
21618
 
          esac; \
21619
 
        done; \
21620
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/Makefile'; \
21621
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/Makefile'; \
21622
 
        cd $(top_srcdir) && \
21623
 
-         $(AUTOMAKE) --gnu  digikam/libs/dimg/Makefile
21624
 
+         $(AUTOMAKE) --foreign  digikam/libs/dimg/Makefile
21625
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dimg/Makefile.in
21626
 
 .PRECIOUS: Makefile
21627
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21628
 
@@ -466,9 +470,9 @@
21629
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21630
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21631
 
 
21632
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21633
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21634
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21635
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21636
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21637
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21638
 
 
21639
 
 clean-noinstLTLIBRARIES:
21640
 
@@ -842,9 +846,9 @@
21641
 
              exit 1;; \
21642
 
          esac; \
21643
 
        done; \
21644
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dimg/Makefile'; \
21645
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dimg/Makefile'; \
21646
 
        cd $(top_srcdir) && \
21647
 
-         $(AUTOMAKE) --gnu  digikam/libs/dimg/Makefile
21648
 
+         $(AUTOMAKE) --foreign  digikam/libs/dimg/Makefile
21649
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dimg/Makefile.in
21650
 
 
21651
 
 
21652
 
--- a/digikam/libs/dmetadata/Makefile.in
21653
 
+++ b/digikam/libs/dmetadata/Makefile.in
21654
 
@@ -229,6 +229,9 @@
21655
 
 LIB_XRENDER = @LIB_XRENDER@
21656
 
 LN_S = @LN_S@
21657
 
 LTLIBOBJS = @LTLIBOBJS@
21658
 
+MAINT = @MAINT@
21659
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21660
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21661
 
 MAKEINFO = @MAKEINFO@
21662
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21663
 
 MCOPIDL = @MCOPIDL@
21664
 
@@ -253,6 +256,7 @@
21665
 
 QT_INCLUDES = @QT_INCLUDES@
21666
 
 QT_LDFLAGS = @QT_LDFLAGS@
21667
 
 RANLIB = @RANLIB@
21668
 
+SED = @SED@
21669
 
 SET_MAKE = @SET_MAKE@
21670
 
 SHELL = @SHELL@
21671
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21672
 
@@ -389,7 +393,7 @@
21673
 
 
21674
 
 .SUFFIXES:
21675
 
 .SUFFIXES: .cpp .lo .o .obj
21676
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21677
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21678
 
 #>-    @for dep in $?; do \
21679
 
 #>-      case '$(am__configure_deps)' in \
21680
 
 #>-        *$$dep*) \
21681
 
@@ -398,9 +402,9 @@
21682
 
 #>-          exit 1;; \
21683
 
 #>-      esac; \
21684
 
 #>-    done; \
21685
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dmetadata/Makefile'; \
21686
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dmetadata/Makefile'; \
21687
 
 #>-    cd $(top_srcdir) && \
21688
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/dmetadata/Makefile
21689
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/dmetadata/Makefile
21690
 
 #>+ 12
21691
 
        @for dep in $?; do \
21692
 
          case '$(am__configure_deps)' in \
21693
 
@@ -410,9 +414,9 @@
21694
 
              exit 1;; \
21695
 
          esac; \
21696
 
        done; \
21697
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dmetadata/Makefile'; \
21698
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dmetadata/Makefile'; \
21699
 
        cd $(top_srcdir) && \
21700
 
-         $(AUTOMAKE) --gnu  digikam/libs/dmetadata/Makefile
21701
 
+         $(AUTOMAKE) --foreign  digikam/libs/dmetadata/Makefile
21702
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dmetadata/Makefile.in
21703
 
 .PRECIOUS: Makefile
21704
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21705
 
@@ -427,9 +431,9 @@
21706
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21707
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21708
 
 
21709
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21710
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21711
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21712
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21713
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21714
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21715
 
 
21716
 
 clean-noinstLTLIBRARIES:
21717
 
@@ -694,9 +698,9 @@
21718
 
              exit 1;; \
21719
 
          esac; \
21720
 
        done; \
21721
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/dmetadata/Makefile'; \
21722
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/dmetadata/Makefile'; \
21723
 
        cd $(top_srcdir) && \
21724
 
-         $(AUTOMAKE) --gnu  digikam/libs/dmetadata/Makefile
21725
 
+         $(AUTOMAKE) --foreign  digikam/libs/dmetadata/Makefile
21726
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/dmetadata/Makefile.in
21727
 
 
21728
 
 
21729
 
--- a/digikam/libs/greycstoration/Makefile.in
21730
 
+++ b/digikam/libs/greycstoration/Makefile.in
21731
 
@@ -232,6 +232,9 @@
21732
 
 LIB_XRENDER = @LIB_XRENDER@
21733
 
 LN_S = @LN_S@
21734
 
 LTLIBOBJS = @LTLIBOBJS@
21735
 
+MAINT = @MAINT@
21736
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21737
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21738
 
 MAKEINFO = @MAKEINFO@
21739
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21740
 
 MCOPIDL = @MCOPIDL@
21741
 
@@ -256,6 +259,7 @@
21742
 
 QT_INCLUDES = @QT_INCLUDES@
21743
 
 QT_LDFLAGS = @QT_LDFLAGS@
21744
 
 RANLIB = @RANLIB@
21745
 
+SED = @SED@
21746
 
 SET_MAKE = @SET_MAKE@
21747
 
 SHELL = @SHELL@
21748
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21749
 
@@ -394,7 +398,7 @@
21750
 
 
21751
 
 .SUFFIXES:
21752
 
 .SUFFIXES: .cpp .lo .o .obj
21753
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21754
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21755
 
 #>-    @for dep in $?; do \
21756
 
 #>-      case '$(am__configure_deps)' in \
21757
 
 #>-        *$$dep*) \
21758
 
@@ -403,9 +407,9 @@
21759
 
 #>-          exit 1;; \
21760
 
 #>-      esac; \
21761
 
 #>-    done; \
21762
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/greycstoration/Makefile'; \
21763
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/greycstoration/Makefile'; \
21764
 
 #>-    cd $(top_srcdir) && \
21765
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/greycstoration/Makefile
21766
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/greycstoration/Makefile
21767
 
 #>+ 12
21768
 
        @for dep in $?; do \
21769
 
          case '$(am__configure_deps)' in \
21770
 
@@ -415,9 +419,9 @@
21771
 
              exit 1;; \
21772
 
          esac; \
21773
 
        done; \
21774
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/greycstoration/Makefile'; \
21775
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/greycstoration/Makefile'; \
21776
 
        cd $(top_srcdir) && \
21777
 
-         $(AUTOMAKE) --gnu  digikam/libs/greycstoration/Makefile
21778
 
+         $(AUTOMAKE) --foreign  digikam/libs/greycstoration/Makefile
21779
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/greycstoration/Makefile.in
21780
 
 .PRECIOUS: Makefile
21781
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21782
 
@@ -432,9 +436,9 @@
21783
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21784
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21785
 
 
21786
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21787
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21788
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21789
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21790
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21791
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21792
 
 
21793
 
 clean-noinstLTLIBRARIES:
21794
 
@@ -711,9 +715,9 @@
21795
 
              exit 1;; \
21796
 
          esac; \
21797
 
        done; \
21798
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/greycstoration/Makefile'; \
21799
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/greycstoration/Makefile'; \
21800
 
        cd $(top_srcdir) && \
21801
 
-         $(AUTOMAKE) --gnu  digikam/libs/greycstoration/Makefile
21802
 
+         $(AUTOMAKE) --foreign  digikam/libs/greycstoration/Makefile
21803
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/greycstoration/Makefile.in
21804
 
 
21805
 
 
21806
 
--- a/digikam/libs/histogram/Makefile.in
21807
 
+++ b/digikam/libs/histogram/Makefile.in
21808
 
@@ -227,6 +227,9 @@
21809
 
 LIB_XRENDER = @LIB_XRENDER@
21810
 
 LN_S = @LN_S@
21811
 
 LTLIBOBJS = @LTLIBOBJS@
21812
 
+MAINT = @MAINT@
21813
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21814
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21815
 
 MAKEINFO = @MAKEINFO@
21816
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21817
 
 MCOPIDL = @MCOPIDL@
21818
 
@@ -251,6 +254,7 @@
21819
 
 QT_INCLUDES = @QT_INCLUDES@
21820
 
 QT_LDFLAGS = @QT_LDFLAGS@
21821
 
 RANLIB = @RANLIB@
21822
 
+SED = @SED@
21823
 
 SET_MAKE = @SET_MAKE@
21824
 
 SHELL = @SHELL@
21825
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21826
 
@@ -387,7 +391,7 @@
21827
 
 
21828
 
 .SUFFIXES:
21829
 
 .SUFFIXES: .cpp .lo .o .obj
21830
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21831
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21832
 
 #>-    @for dep in $?; do \
21833
 
 #>-      case '$(am__configure_deps)' in \
21834
 
 #>-        *$$dep*) \
21835
 
@@ -396,9 +400,9 @@
21836
 
 #>-          exit 1;; \
21837
 
 #>-      esac; \
21838
 
 #>-    done; \
21839
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/histogram/Makefile'; \
21840
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/histogram/Makefile'; \
21841
 
 #>-    cd $(top_srcdir) && \
21842
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/histogram/Makefile
21843
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/histogram/Makefile
21844
 
 #>+ 12
21845
 
        @for dep in $?; do \
21846
 
          case '$(am__configure_deps)' in \
21847
 
@@ -408,9 +412,9 @@
21848
 
              exit 1;; \
21849
 
          esac; \
21850
 
        done; \
21851
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/histogram/Makefile'; \
21852
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/histogram/Makefile'; \
21853
 
        cd $(top_srcdir) && \
21854
 
-         $(AUTOMAKE) --gnu  digikam/libs/histogram/Makefile
21855
 
+         $(AUTOMAKE) --foreign  digikam/libs/histogram/Makefile
21856
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/histogram/Makefile.in
21857
 
 .PRECIOUS: Makefile
21858
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21859
 
@@ -425,9 +429,9 @@
21860
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21861
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21862
 
 
21863
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21864
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21865
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21866
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21867
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21868
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21869
 
 
21870
 
 clean-noinstLTLIBRARIES:
21871
 
@@ -692,9 +696,9 @@
21872
 
              exit 1;; \
21873
 
          esac; \
21874
 
        done; \
21875
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/histogram/Makefile'; \
21876
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/histogram/Makefile'; \
21877
 
        cd $(top_srcdir) && \
21878
 
-         $(AUTOMAKE) --gnu  digikam/libs/histogram/Makefile
21879
 
+         $(AUTOMAKE) --foreign  digikam/libs/histogram/Makefile
21880
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/histogram/Makefile.in
21881
 
 
21882
 
 
21883
 
--- a/digikam/libs/imageproperties/Makefile.in
21884
 
+++ b/digikam/libs/imageproperties/Makefile.in
21885
 
@@ -262,6 +262,9 @@
21886
 
 LIB_XRENDER = @LIB_XRENDER@
21887
 
 LN_S = @LN_S@
21888
 
 LTLIBOBJS = @LTLIBOBJS@
21889
 
+MAINT = @MAINT@
21890
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
21891
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
21892
 
 MAKEINFO = @MAKEINFO@
21893
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
21894
 
 MCOPIDL = @MCOPIDL@
21895
 
@@ -286,6 +289,7 @@
21896
 
 QT_INCLUDES = @QT_INCLUDES@
21897
 
 QT_LDFLAGS = @QT_LDFLAGS@
21898
 
 RANLIB = @RANLIB@
21899
 
+SED = @SED@
21900
 
 SET_MAKE = @SET_MAKE@
21901
 
 SHELL = @SHELL@
21902
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
21903
 
@@ -457,7 +461,7 @@
21904
 
 
21905
 
 .SUFFIXES:
21906
 
 .SUFFIXES: .cpp .lo .o .obj
21907
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
21908
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
21909
 
 #>-    @for dep in $?; do \
21910
 
 #>-      case '$(am__configure_deps)' in \
21911
 
 #>-        *$$dep*) \
21912
 
@@ -466,9 +470,9 @@
21913
 
 #>-          exit 1;; \
21914
 
 #>-      esac; \
21915
 
 #>-    done; \
21916
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/imageproperties/Makefile'; \
21917
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/imageproperties/Makefile'; \
21918
 
 #>-    cd $(top_srcdir) && \
21919
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/imageproperties/Makefile
21920
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/imageproperties/Makefile
21921
 
 #>+ 12
21922
 
        @for dep in $?; do \
21923
 
          case '$(am__configure_deps)' in \
21924
 
@@ -478,9 +482,9 @@
21925
 
              exit 1;; \
21926
 
          esac; \
21927
 
        done; \
21928
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/imageproperties/Makefile'; \
21929
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/imageproperties/Makefile'; \
21930
 
        cd $(top_srcdir) && \
21931
 
-         $(AUTOMAKE) --gnu  digikam/libs/imageproperties/Makefile
21932
 
+         $(AUTOMAKE) --foreign  digikam/libs/imageproperties/Makefile
21933
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/imageproperties/Makefile.in
21934
 
 .PRECIOUS: Makefile
21935
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
21936
 
@@ -495,9 +499,9 @@
21937
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
21938
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21939
 
 
21940
 
-$(top_srcdir)/configure:  $(am__configure_deps)
21941
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
21942
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21943
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
21944
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
21945
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
21946
 
 
21947
 
 clean-noinstLTLIBRARIES:
21948
 
@@ -740,6 +744,13 @@
21949
 
 .NOEXPORT:
21950
 
 
21951
 
 #>+ 3
21952
 
+navigatebartab.moc: $(srcdir)/navigatebartab.h
21953
 
+       $(MOC) $(srcdir)/navigatebartab.h -o navigatebartab.moc
21954
 
+
21955
 
+#>+ 2
21956
 
+mocs: navigatebartab.moc
21957
 
+
21958
 
+#>+ 3
21959
 
 navigatebarwidget.moc: $(srcdir)/navigatebarwidget.h
21960
 
        $(MOC) $(srcdir)/navigatebarwidget.h -o navigatebarwidget.moc
21961
 
 
21962
 
@@ -747,11 +758,11 @@
21963
 
 mocs: navigatebarwidget.moc
21964
 
 
21965
 
 #>+ 3
21966
 
-navigatebartab.moc: $(srcdir)/navigatebartab.h
21967
 
-       $(MOC) $(srcdir)/navigatebartab.h -o navigatebartab.moc
21968
 
+imagepropertiescolorstab.moc: $(srcdir)/imagepropertiescolorstab.h
21969
 
+       $(MOC) $(srcdir)/imagepropertiescolorstab.h -o imagepropertiescolorstab.moc
21970
 
 
21971
 
 #>+ 2
21972
 
-mocs: navigatebartab.moc
21973
 
+mocs: imagepropertiescolorstab.moc
21974
 
 
21975
 
 #>+ 3
21976
 
 imagepropertiesmetadatatab.moc: $(srcdir)/imagepropertiesmetadatatab.h
21977
 
@@ -768,13 +779,6 @@
21978
 
 mocs: talbumlistview.moc
21979
 
 
21980
 
 #>+ 3
21981
 
-imagepropertiescolorstab.moc: $(srcdir)/imagepropertiescolorstab.h
21982
 
-       $(MOC) $(srcdir)/imagepropertiescolorstab.h -o imagepropertiescolorstab.moc
21983
 
-
21984
 
-#>+ 2
21985
 
-mocs: imagepropertiescolorstab.moc
21986
 
-
21987
 
-#>+ 3
21988
 
 imagepropertiessidebardb.moc: $(srcdir)/imagepropertiessidebardb.h
21989
 
        $(MOC) $(srcdir)/imagepropertiessidebardb.h -o imagepropertiessidebardb.moc
21990
 
 
21991
 
@@ -803,22 +807,22 @@
21992
 
 mocs: imagepropertiessidebarcamgui.moc
21993
 
 
21994
 
 #>+ 3
21995
 
-imagepropertiessidebar.moc: $(srcdir)/imagepropertiessidebar.h
21996
 
-       $(MOC) $(srcdir)/imagepropertiessidebar.h -o imagepropertiessidebar.moc
21997
 
+imagepropertiestab.moc: $(srcdir)/imagepropertiestab.h
21998
 
+       $(MOC) $(srcdir)/imagepropertiestab.h -o imagepropertiestab.moc
21999
 
 
22000
 
 #>+ 2
22001
 
-mocs: imagepropertiessidebar.moc
22002
 
+mocs: imagepropertiestab.moc
22003
 
 
22004
 
 #>+ 3
22005
 
-imagepropertiestab.moc: $(srcdir)/imagepropertiestab.h
22006
 
-       $(MOC) $(srcdir)/imagepropertiestab.h -o imagepropertiestab.moc
22007
 
+imagepropertiessidebar.moc: $(srcdir)/imagepropertiessidebar.h
22008
 
+       $(MOC) $(srcdir)/imagepropertiessidebar.h -o imagepropertiessidebar.moc
22009
 
 
22010
 
 #>+ 2
22011
 
-mocs: imagepropertiestab.moc
22012
 
+mocs: imagepropertiessidebar.moc
22013
 
 
22014
 
 #>+ 3
22015
 
 clean-metasources:
22016
 
-       -rm -f  navigatebarwidget.moc navigatebartab.moc imagepropertiesmetadatatab.moc talbumlistview.moc imagepropertiescolorstab.moc imagepropertiessidebardb.moc cameraitempropertiestab.moc imagedescedittab.moc imagepropertiessidebarcamgui.moc imagepropertiessidebar.moc imagepropertiestab.moc
22017
 
+       -rm -f  navigatebartab.moc navigatebarwidget.moc imagepropertiescolorstab.moc imagepropertiesmetadatatab.moc talbumlistview.moc imagepropertiessidebardb.moc cameraitempropertiestab.moc imagedescedittab.moc imagepropertiessidebarcamgui.moc imagepropertiestab.moc imagepropertiessidebar.moc
22018
 
 
22019
 
 #>+ 2
22020
 
 KDE_DIST=imagepropertiesmetadatatab.h navigatebartab.h Makefile.in imagepropertiessidebarcamgui.h cameraitempropertiestab.h talbumlistview.h imagedescedittab.h imagepropertiessidebardb.h navigatebarwidget.h imagepropertiessidebar.h imagepropertiestab.h imagepropertiescolorstab.h Makefile.am 
22021
 
@@ -836,9 +840,9 @@
22022
 
              exit 1;; \
22023
 
          esac; \
22024
 
        done; \
22025
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/imageproperties/Makefile'; \
22026
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/imageproperties/Makefile'; \
22027
 
        cd $(top_srcdir) && \
22028
 
-         $(AUTOMAKE) --gnu  digikam/libs/imageproperties/Makefile
22029
 
+         $(AUTOMAKE) --foreign  digikam/libs/imageproperties/Makefile
22030
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/imageproperties/Makefile.in
22031
 
 
22032
 
 
22033
 
@@ -877,7 +881,7 @@
22034
 
        rm -f libimagepropertiescamgui_la.all_cpp.final libimagepropertiescamgui_la.all_cpp.files
22035
 
 
22036
 
 #>+ 11
22037
 
-libimagepropertiesdigikam_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/imagedescedittab.cpp $(srcdir)/imagepropertiessidebar.cpp $(srcdir)/imagepropertiessidebardb.cpp $(srcdir)/talbumlistview.cpp $(srcdir)/imagepropertiesmetadatatab.cpp $(srcdir)/imagepropertiescolorstab.cpp $(srcdir)/navigatebarwidget.cpp $(srcdir)/imagepropertiestab.cpp $(srcdir)/navigatebartab.cpp  navigatebartab.moc navigatebarwidget.moc imagepropertiescolorstab.moc talbumlistview.moc imagepropertiesmetadatatab.moc imagepropertiessidebardb.moc imagedescedittab.moc imagepropertiestab.moc imagepropertiessidebar.moc
22038
 
+libimagepropertiesdigikam_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/imagedescedittab.cpp $(srcdir)/imagepropertiessidebar.cpp $(srcdir)/imagepropertiessidebardb.cpp $(srcdir)/talbumlistview.cpp $(srcdir)/imagepropertiesmetadatatab.cpp $(srcdir)/imagepropertiescolorstab.cpp $(srcdir)/navigatebarwidget.cpp $(srcdir)/imagepropertiestab.cpp $(srcdir)/navigatebartab.cpp  navigatebarwidget.moc navigatebartab.moc talbumlistview.moc imagepropertiesmetadatatab.moc imagepropertiescolorstab.moc imagepropertiessidebardb.moc imagedescedittab.moc imagepropertiessidebar.moc imagepropertiestab.moc
22039
 
        @echo 'creating libimagepropertiesdigikam_la.all_cpp.cpp ...'; \
22040
 
        rm -f libimagepropertiesdigikam_la.all_cpp.files libimagepropertiesdigikam_la.all_cpp.final; \
22041
 
        echo "#define KDE_USE_FINAL 1" >> libimagepropertiesdigikam_la.all_cpp.final; \
22042
 
@@ -889,7 +893,7 @@
22043
 
        rm -f libimagepropertiesdigikam_la.all_cpp.final libimagepropertiesdigikam_la.all_cpp.files
22044
 
 
22045
 
 #>+ 11
22046
 
-libimagepropertiesshowfoto_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/imagepropertiessidebar.cpp $(srcdir)/navigatebarwidget.cpp $(srcdir)/imagepropertiesmetadatatab.cpp $(srcdir)/imagepropertiescolorstab.cpp $(srcdir)/imagepropertiestab.cpp $(srcdir)/navigatebartab.cpp  navigatebartab.moc navigatebarwidget.moc imagepropertiescolorstab.moc imagepropertiesmetadatatab.moc imagepropertiestab.moc imagepropertiessidebar.moc
22047
 
+libimagepropertiesshowfoto_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/imagepropertiessidebar.cpp $(srcdir)/navigatebarwidget.cpp $(srcdir)/imagepropertiesmetadatatab.cpp $(srcdir)/imagepropertiescolorstab.cpp $(srcdir)/imagepropertiestab.cpp $(srcdir)/navigatebartab.cpp  navigatebarwidget.moc navigatebartab.moc imagepropertiesmetadatatab.moc imagepropertiescolorstab.moc imagepropertiessidebar.moc imagepropertiestab.moc
22048
 
        @echo 'creating libimagepropertiesshowfoto_la.all_cpp.cpp ...'; \
22049
 
        rm -f libimagepropertiesshowfoto_la.all_cpp.files libimagepropertiesshowfoto_la.all_cpp.final; \
22050
 
        echo "#define KDE_USE_FINAL 1" >> libimagepropertiesshowfoto_la.all_cpp.final; \
22051
 
@@ -940,8 +944,8 @@
22052
 
 imagepropertiesmetadatatab.lo: imagepropertiesmetadatatab.moc 
22053
 
 nmcheck-am: nmcheck
22054
 
 navigatebarwidget.o: navigatebarwidget.moc 
22055
 
-imagepropertiesmetadatatab.o: imagepropertiesmetadatatab.moc 
22056
 
 imagepropertiescolorstab.lo: imagepropertiescolorstab.moc 
22057
 
+imagepropertiesmetadatatab.o: imagepropertiesmetadatatab.moc 
22058
 
 talbumlistview.lo: talbumlistview.moc 
22059
 
 imagepropertiessidebarcamgui.o: imagepropertiessidebarcamgui.moc 
22060
 
 imagepropertiessidebar.o: imagepropertiessidebar.moc 
22061
 
--- a/digikam/libs/jpegutils/Makefile.in
22062
 
+++ b/digikam/libs/jpegutils/Makefile.in
22063
 
@@ -217,6 +217,9 @@
22064
 
 LIB_XRENDER = @LIB_XRENDER@
22065
 
 LN_S = @LN_S@
22066
 
 LTLIBOBJS = @LTLIBOBJS@
22067
 
+MAINT = @MAINT@
22068
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22069
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22070
 
 MAKEINFO = @MAKEINFO@
22071
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22072
 
 MCOPIDL = @MCOPIDL@
22073
 
@@ -241,6 +244,7 @@
22074
 
 QT_INCLUDES = @QT_INCLUDES@
22075
 
 QT_LDFLAGS = @QT_LDFLAGS@
22076
 
 RANLIB = @RANLIB@
22077
 
+SED = @SED@
22078
 
 SET_MAKE = @SET_MAKE@
22079
 
 SHELL = @SHELL@
22080
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22081
 
@@ -382,7 +386,7 @@
22082
 
 
22083
 
 .SUFFIXES:
22084
 
 .SUFFIXES: .cpp .lo .o .obj
22085
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22086
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22087
 
 #>-    @for dep in $?; do \
22088
 
 #>-      case '$(am__configure_deps)' in \
22089
 
 #>-        *$$dep*) \
22090
 
@@ -391,9 +395,9 @@
22091
 
 #>-          exit 1;; \
22092
 
 #>-      esac; \
22093
 
 #>-    done; \
22094
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/jpegutils/Makefile'; \
22095
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/jpegutils/Makefile'; \
22096
 
 #>-    cd $(top_srcdir) && \
22097
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/jpegutils/Makefile
22098
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/jpegutils/Makefile
22099
 
 #>+ 12
22100
 
        @for dep in $?; do \
22101
 
          case '$(am__configure_deps)' in \
22102
 
@@ -403,9 +407,9 @@
22103
 
              exit 1;; \
22104
 
          esac; \
22105
 
        done; \
22106
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/jpegutils/Makefile'; \
22107
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/jpegutils/Makefile'; \
22108
 
        cd $(top_srcdir) && \
22109
 
-         $(AUTOMAKE) --gnu  digikam/libs/jpegutils/Makefile
22110
 
+         $(AUTOMAKE) --foreign  digikam/libs/jpegutils/Makefile
22111
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/jpegutils/Makefile.in
22112
 
 .PRECIOUS: Makefile
22113
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22114
 
@@ -420,9 +424,9 @@
22115
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22116
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22117
 
 
22118
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22119
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22120
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22121
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22122
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22123
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22124
 
 
22125
 
 clean-noinstLTLIBRARIES:
22126
 
@@ -667,9 +671,9 @@
22127
 
              exit 1;; \
22128
 
          esac; \
22129
 
        done; \
22130
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/jpegutils/Makefile'; \
22131
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/jpegutils/Makefile'; \
22132
 
        cd $(top_srcdir) && \
22133
 
-         $(AUTOMAKE) --gnu  digikam/libs/jpegutils/Makefile
22134
 
+         $(AUTOMAKE) --foreign  digikam/libs/jpegutils/Makefile
22135
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/jpegutils/Makefile.in
22136
 
 
22137
 
 
22138
 
--- a/digikam/libs/levels/Makefile.in
22139
 
+++ b/digikam/libs/levels/Makefile.in
22140
 
@@ -227,6 +227,9 @@
22141
 
 LIB_XRENDER = @LIB_XRENDER@
22142
 
 LN_S = @LN_S@
22143
 
 LTLIBOBJS = @LTLIBOBJS@
22144
 
+MAINT = @MAINT@
22145
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22146
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22147
 
 MAKEINFO = @MAKEINFO@
22148
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22149
 
 MCOPIDL = @MCOPIDL@
22150
 
@@ -251,6 +254,7 @@
22151
 
 QT_INCLUDES = @QT_INCLUDES@
22152
 
 QT_LDFLAGS = @QT_LDFLAGS@
22153
 
 RANLIB = @RANLIB@
22154
 
+SED = @SED@
22155
 
 SET_MAKE = @SET_MAKE@
22156
 
 SHELL = @SHELL@
22157
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22158
 
@@ -388,7 +392,7 @@
22159
 
 
22160
 
 .SUFFIXES:
22161
 
 .SUFFIXES: .cpp .lo .o .obj
22162
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22163
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22164
 
 #>-    @for dep in $?; do \
22165
 
 #>-      case '$(am__configure_deps)' in \
22166
 
 #>-        *$$dep*) \
22167
 
@@ -397,9 +401,9 @@
22168
 
 #>-          exit 1;; \
22169
 
 #>-      esac; \
22170
 
 #>-    done; \
22171
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/levels/Makefile'; \
22172
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/levels/Makefile'; \
22173
 
 #>-    cd $(top_srcdir) && \
22174
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/levels/Makefile
22175
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/levels/Makefile
22176
 
 #>+ 12
22177
 
        @for dep in $?; do \
22178
 
          case '$(am__configure_deps)' in \
22179
 
@@ -409,9 +413,9 @@
22180
 
              exit 1;; \
22181
 
          esac; \
22182
 
        done; \
22183
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/levels/Makefile'; \
22184
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/levels/Makefile'; \
22185
 
        cd $(top_srcdir) && \
22186
 
-         $(AUTOMAKE) --gnu  digikam/libs/levels/Makefile
22187
 
+         $(AUTOMAKE) --foreign  digikam/libs/levels/Makefile
22188
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/levels/Makefile.in
22189
 
 .PRECIOUS: Makefile
22190
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22191
 
@@ -426,9 +430,9 @@
22192
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22193
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22194
 
 
22195
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22196
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22197
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22198
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22199
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22200
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22201
 
 
22202
 
 clean-noinstLTLIBRARIES:
22203
 
@@ -693,9 +697,9 @@
22204
 
              exit 1;; \
22205
 
          esac; \
22206
 
        done; \
22207
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/levels/Makefile'; \
22208
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/levels/Makefile'; \
22209
 
        cd $(top_srcdir) && \
22210
 
-         $(AUTOMAKE) --gnu  digikam/libs/levels/Makefile
22211
 
+         $(AUTOMAKE) --foreign  digikam/libs/levels/Makefile
22212
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/levels/Makefile.in
22213
 
 
22214
 
 
22215
 
--- a/digikam/libs/lprof/Makefile.in
22216
 
+++ b/digikam/libs/lprof/Makefile.in
22217
 
@@ -229,6 +229,9 @@
22218
 
 LIB_XRENDER = @LIB_XRENDER@
22219
 
 LN_S = @LN_S@
22220
 
 LTLIBOBJS = @LTLIBOBJS@
22221
 
+MAINT = @MAINT@
22222
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22223
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22224
 
 MAKEINFO = @MAKEINFO@
22225
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22226
 
 MCOPIDL = @MCOPIDL@
22227
 
@@ -253,6 +256,7 @@
22228
 
 QT_INCLUDES = @QT_INCLUDES@
22229
 
 QT_LDFLAGS = @QT_LDFLAGS@
22230
 
 RANLIB = @RANLIB@
22231
 
+SED = @SED@
22232
 
 SET_MAKE = @SET_MAKE@
22233
 
 SHELL = @SHELL@
22234
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22235
 
@@ -389,7 +393,7 @@
22236
 
 
22237
 
 .SUFFIXES:
22238
 
 .SUFFIXES: .cpp .lo .o .obj
22239
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22240
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22241
 
 #>-    @for dep in $?; do \
22242
 
 #>-      case '$(am__configure_deps)' in \
22243
 
 #>-        *$$dep*) \
22244
 
@@ -398,9 +402,9 @@
22245
 
 #>-          exit 1;; \
22246
 
 #>-      esac; \
22247
 
 #>-    done; \
22248
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/lprof/Makefile'; \
22249
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/lprof/Makefile'; \
22250
 
 #>-    cd $(top_srcdir) && \
22251
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/lprof/Makefile
22252
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/lprof/Makefile
22253
 
 #>+ 12
22254
 
        @for dep in $?; do \
22255
 
          case '$(am__configure_deps)' in \
22256
 
@@ -410,9 +414,9 @@
22257
 
              exit 1;; \
22258
 
          esac; \
22259
 
        done; \
22260
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/lprof/Makefile'; \
22261
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/lprof/Makefile'; \
22262
 
        cd $(top_srcdir) && \
22263
 
-         $(AUTOMAKE) --gnu  digikam/libs/lprof/Makefile
22264
 
+         $(AUTOMAKE) --foreign  digikam/libs/lprof/Makefile
22265
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/lprof/Makefile.in
22266
 
 .PRECIOUS: Makefile
22267
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22268
 
@@ -427,9 +431,9 @@
22269
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22270
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22271
 
 
22272
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22273
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22274
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22275
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22276
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22277
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22278
 
 
22279
 
 clean-noinstLTLIBRARIES:
22280
 
@@ -828,9 +832,9 @@
22281
 
              exit 1;; \
22282
 
          esac; \
22283
 
        done; \
22284
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/lprof/Makefile'; \
22285
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/lprof/Makefile'; \
22286
 
        cd $(top_srcdir) && \
22287
 
-         $(AUTOMAKE) --gnu  digikam/libs/lprof/Makefile
22288
 
+         $(AUTOMAKE) --foreign  digikam/libs/lprof/Makefile
22289
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/lprof/Makefile.in
22290
 
 
22291
 
 
22292
 
--- a/digikam/libs/Makefile.in
22293
 
+++ b/digikam/libs/Makefile.in
22294
 
@@ -202,6 +202,9 @@
22295
 
 LIB_XRENDER = @LIB_XRENDER@
22296
 
 LN_S = @LN_S@
22297
 
 LTLIBOBJS = @LTLIBOBJS@
22298
 
+MAINT = @MAINT@
22299
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22300
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22301
 
 MAKEINFO = @MAKEINFO@
22302
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22303
 
 MCOPIDL = @MCOPIDL@
22304
 
@@ -226,6 +229,7 @@
22305
 
 QT_INCLUDES = @QT_INCLUDES@
22306
 
 QT_LDFLAGS = @QT_LDFLAGS@
22307
 
 RANLIB = @RANLIB@
22308
 
+SED = @SED@
22309
 
 SET_MAKE = @SET_MAKE@
22310
 
 SHELL = @SHELL@
22311
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22312
 
@@ -355,7 +359,7 @@
22313
 
 all: docs-am  all-recursive
22314
 
 
22315
 
 .SUFFIXES:
22316
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22317
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22318
 
 #>-    @for dep in $?; do \
22319
 
 #>-      case '$(am__configure_deps)' in \
22320
 
 #>-        *$$dep*) \
22321
 
@@ -364,9 +368,9 @@
22322
 
 #>-          exit 1;; \
22323
 
 #>-      esac; \
22324
 
 #>-    done; \
22325
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/Makefile'; \
22326
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/Makefile'; \
22327
 
 #>-    cd $(top_srcdir) && \
22328
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/Makefile
22329
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/Makefile
22330
 
 #>+ 12
22331
 
        @for dep in $?; do \
22332
 
          case '$(am__configure_deps)' in \
22333
 
@@ -376,9 +380,9 @@
22334
 
              exit 1;; \
22335
 
          esac; \
22336
 
        done; \
22337
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/Makefile'; \
22338
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/Makefile'; \
22339
 
        cd $(top_srcdir) && \
22340
 
-         $(AUTOMAKE) --gnu  digikam/libs/Makefile
22341
 
+         $(AUTOMAKE) --foreign  digikam/libs/Makefile
22342
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/Makefile.in
22343
 
 .PRECIOUS: Makefile
22344
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22345
 
@@ -393,9 +397,9 @@
22346
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22347
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22348
 
 
22349
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22350
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22351
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22352
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22353
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22354
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22355
 
 
22356
 
 mostlyclean-libtool:
22357
 
@@ -697,9 +701,9 @@
22358
 
              exit 1;; \
22359
 
          esac; \
22360
 
        done; \
22361
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/Makefile'; \
22362
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/Makefile'; \
22363
 
        cd $(top_srcdir) && \
22364
 
-         $(AUTOMAKE) --gnu  digikam/libs/Makefile
22365
 
+         $(AUTOMAKE) --foreign  digikam/libs/Makefile
22366
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/Makefile.in
22367
 
 
22368
 
 
22369
 
--- a/digikam/libs/sqlite2/Makefile.in
22370
 
+++ b/digikam/libs/sqlite2/Makefile.in
22371
 
@@ -243,6 +243,9 @@
22372
 
 LIB_XRENDER = @LIB_XRENDER@
22373
 
 LN_S = @LN_S@
22374
 
 LTLIBOBJS = @LTLIBOBJS@
22375
 
+MAINT = @MAINT@
22376
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22377
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22378
 
 MAKEINFO = @MAKEINFO@
22379
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22380
 
 MCOPIDL = @MCOPIDL@
22381
 
@@ -267,6 +270,7 @@
22382
 
 QT_INCLUDES = @QT_INCLUDES@
22383
 
 QT_LDFLAGS = @QT_LDFLAGS@
22384
 
 RANLIB = @RANLIB@
22385
 
+SED = @SED@
22386
 
 SET_MAKE = @SET_MAKE@
22387
 
 SHELL = @SHELL@
22388
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22389
 
@@ -430,7 +434,7 @@
22390
 
 
22391
 
 .SUFFIXES:
22392
 
 .SUFFIXES: .c .lo .o .obj
22393
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22394
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22395
 
 #>-    @for dep in $?; do \
22396
 
 #>-      case '$(am__configure_deps)' in \
22397
 
 #>-        *$$dep*) \
22398
 
@@ -439,9 +443,9 @@
22399
 
 #>-          exit 1;; \
22400
 
 #>-      esac; \
22401
 
 #>-    done; \
22402
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/sqlite2/Makefile'; \
22403
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/sqlite2/Makefile'; \
22404
 
 #>-    cd $(top_srcdir) && \
22405
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/sqlite2/Makefile
22406
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/sqlite2/Makefile
22407
 
 #>+ 12
22408
 
        @for dep in $?; do \
22409
 
          case '$(am__configure_deps)' in \
22410
 
@@ -451,9 +455,9 @@
22411
 
              exit 1;; \
22412
 
          esac; \
22413
 
        done; \
22414
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/sqlite2/Makefile'; \
22415
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/sqlite2/Makefile'; \
22416
 
        cd $(top_srcdir) && \
22417
 
-         $(AUTOMAKE) --gnu  digikam/libs/sqlite2/Makefile
22418
 
+         $(AUTOMAKE) --foreign  digikam/libs/sqlite2/Makefile
22419
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/sqlite2/Makefile.in
22420
 
 .PRECIOUS: Makefile
22421
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22422
 
@@ -468,9 +472,9 @@
22423
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22424
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22425
 
 
22426
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22427
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22428
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22429
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22430
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22431
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22432
 
 
22433
 
 clean-noinstLTLIBRARIES:
22434
 
@@ -969,9 +973,9 @@
22435
 
              exit 1;; \
22436
 
          esac; \
22437
 
        done; \
22438
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/sqlite2/Makefile'; \
22439
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/sqlite2/Makefile'; \
22440
 
        cd $(top_srcdir) && \
22441
 
-         $(AUTOMAKE) --gnu  digikam/libs/sqlite2/Makefile
22442
 
+         $(AUTOMAKE) --foreign  digikam/libs/sqlite2/Makefile
22443
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/sqlite2/Makefile.in
22444
 
 
22445
 
 
22446
 
--- a/digikam/libs/themeengine/Makefile.in
22447
 
+++ b/digikam/libs/themeengine/Makefile.in
22448
 
@@ -219,6 +219,9 @@
22449
 
 LIB_XRENDER = @LIB_XRENDER@
22450
 
 LN_S = @LN_S@
22451
 
 LTLIBOBJS = @LTLIBOBJS@
22452
 
+MAINT = @MAINT@
22453
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22454
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22455
 
 MAKEINFO = @MAKEINFO@
22456
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22457
 
 MCOPIDL = @MCOPIDL@
22458
 
@@ -243,6 +246,7 @@
22459
 
 QT_INCLUDES = @QT_INCLUDES@
22460
 
 QT_LDFLAGS = @QT_LDFLAGS@
22461
 
 RANLIB = @RANLIB@
22462
 
+SED = @SED@
22463
 
 SET_MAKE = @SET_MAKE@
22464
 
 SHELL = @SHELL@
22465
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22466
 
@@ -377,7 +381,7 @@
22467
 
 
22468
 
 .SUFFIXES:
22469
 
 .SUFFIXES: .cpp .lo .o .obj
22470
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22471
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22472
 
 #>-    @for dep in $?; do \
22473
 
 #>-      case '$(am__configure_deps)' in \
22474
 
 #>-        *$$dep*) \
22475
 
@@ -386,9 +390,9 @@
22476
 
 #>-          exit 1;; \
22477
 
 #>-      esac; \
22478
 
 #>-    done; \
22479
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/themeengine/Makefile'; \
22480
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/themeengine/Makefile'; \
22481
 
 #>-    cd $(top_srcdir) && \
22482
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/themeengine/Makefile
22483
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/themeengine/Makefile
22484
 
 #>+ 12
22485
 
        @for dep in $?; do \
22486
 
          case '$(am__configure_deps)' in \
22487
 
@@ -398,9 +402,9 @@
22488
 
              exit 1;; \
22489
 
          esac; \
22490
 
        done; \
22491
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/themeengine/Makefile'; \
22492
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/themeengine/Makefile'; \
22493
 
        cd $(top_srcdir) && \
22494
 
-         $(AUTOMAKE) --gnu  digikam/libs/themeengine/Makefile
22495
 
+         $(AUTOMAKE) --foreign  digikam/libs/themeengine/Makefile
22496
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/themeengine/Makefile.in
22497
 
 .PRECIOUS: Makefile
22498
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22499
 
@@ -415,9 +419,9 @@
22500
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22501
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22502
 
 
22503
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22504
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22505
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22506
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22507
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22508
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22509
 
 
22510
 
 clean-noinstLTLIBRARIES:
22511
 
@@ -674,9 +678,9 @@
22512
 
              exit 1;; \
22513
 
          esac; \
22514
 
        done; \
22515
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/themeengine/Makefile'; \
22516
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/themeengine/Makefile'; \
22517
 
        cd $(top_srcdir) && \
22518
 
-         $(AUTOMAKE) --gnu  digikam/libs/themeengine/Makefile
22519
 
+         $(AUTOMAKE) --foreign  digikam/libs/themeengine/Makefile
22520
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/themeengine/Makefile.in
22521
 
 
22522
 
 
22523
 
--- a/digikam/libs/threadimageio/Makefile.in
22524
 
+++ b/digikam/libs/threadimageio/Makefile.in
22525
 
@@ -225,6 +225,9 @@
22526
 
 LIB_XRENDER = @LIB_XRENDER@
22527
 
 LN_S = @LN_S@
22528
 
 LTLIBOBJS = @LTLIBOBJS@
22529
 
+MAINT = @MAINT@
22530
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22531
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22532
 
 MAKEINFO = @MAKEINFO@
22533
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22534
 
 MCOPIDL = @MCOPIDL@
22535
 
@@ -249,6 +252,7 @@
22536
 
 QT_INCLUDES = @QT_INCLUDES@
22537
 
 QT_LDFLAGS = @QT_LDFLAGS@
22538
 
 RANLIB = @RANLIB@
22539
 
+SED = @SED@
22540
 
 SET_MAKE = @SET_MAKE@
22541
 
 SHELL = @SHELL@
22542
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22543
 
@@ -395,7 +399,7 @@
22544
 
 
22545
 
 .SUFFIXES:
22546
 
 .SUFFIXES: .cpp .lo .o .obj
22547
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22548
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22549
 
 #>-    @for dep in $?; do \
22550
 
 #>-      case '$(am__configure_deps)' in \
22551
 
 #>-        *$$dep*) \
22552
 
@@ -404,9 +408,9 @@
22553
 
 #>-          exit 1;; \
22554
 
 #>-      esac; \
22555
 
 #>-    done; \
22556
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/threadimageio/Makefile'; \
22557
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/threadimageio/Makefile'; \
22558
 
 #>-    cd $(top_srcdir) && \
22559
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/threadimageio/Makefile
22560
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/threadimageio/Makefile
22561
 
 #>+ 12
22562
 
        @for dep in $?; do \
22563
 
          case '$(am__configure_deps)' in \
22564
 
@@ -416,9 +420,9 @@
22565
 
              exit 1;; \
22566
 
          esac; \
22567
 
        done; \
22568
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/threadimageio/Makefile'; \
22569
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/threadimageio/Makefile'; \
22570
 
        cd $(top_srcdir) && \
22571
 
-         $(AUTOMAKE) --gnu  digikam/libs/threadimageio/Makefile
22572
 
+         $(AUTOMAKE) --foreign  digikam/libs/threadimageio/Makefile
22573
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/threadimageio/Makefile.in
22574
 
 .PRECIOUS: Makefile
22575
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22576
 
@@ -433,9 +437,9 @@
22577
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22578
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22579
 
 
22580
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22581
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22582
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22583
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22584
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22585
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22586
 
 
22587
 
 clean-noinstLTLIBRARIES:
22588
 
@@ -712,9 +716,9 @@
22589
 
              exit 1;; \
22590
 
          esac; \
22591
 
        done; \
22592
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/threadimageio/Makefile'; \
22593
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/threadimageio/Makefile'; \
22594
 
        cd $(top_srcdir) && \
22595
 
-         $(AUTOMAKE) --gnu  digikam/libs/threadimageio/Makefile
22596
 
+         $(AUTOMAKE) --foreign  digikam/libs/threadimageio/Makefile
22597
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/threadimageio/Makefile.in
22598
 
 
22599
 
 
22600
 
--- a/digikam/libs/thumbbar/Makefile.in
22601
 
+++ b/digikam/libs/thumbbar/Makefile.in
22602
 
@@ -230,6 +230,9 @@
22603
 
 LIB_XRENDER = @LIB_XRENDER@
22604
 
 LN_S = @LN_S@
22605
 
 LTLIBOBJS = @LTLIBOBJS@
22606
 
+MAINT = @MAINT@
22607
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22608
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22609
 
 MAKEINFO = @MAKEINFO@
22610
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22611
 
 MCOPIDL = @MCOPIDL@
22612
 
@@ -254,6 +257,7 @@
22613
 
 QT_INCLUDES = @QT_INCLUDES@
22614
 
 QT_LDFLAGS = @QT_LDFLAGS@
22615
 
 RANLIB = @RANLIB@
22616
 
+SED = @SED@
22617
 
 SET_MAKE = @SET_MAKE@
22618
 
 SHELL = @SHELL@
22619
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22620
 
@@ -392,7 +396,7 @@
22621
 
 
22622
 
 .SUFFIXES:
22623
 
 .SUFFIXES: .cpp .lo .o .obj
22624
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22625
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22626
 
 #>-    @for dep in $?; do \
22627
 
 #>-      case '$(am__configure_deps)' in \
22628
 
 #>-        *$$dep*) \
22629
 
@@ -401,9 +405,9 @@
22630
 
 #>-          exit 1;; \
22631
 
 #>-      esac; \
22632
 
 #>-    done; \
22633
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/thumbbar/Makefile'; \
22634
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/thumbbar/Makefile'; \
22635
 
 #>-    cd $(top_srcdir) && \
22636
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/thumbbar/Makefile
22637
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/thumbbar/Makefile
22638
 
 #>+ 12
22639
 
        @for dep in $?; do \
22640
 
          case '$(am__configure_deps)' in \
22641
 
@@ -413,9 +417,9 @@
22642
 
              exit 1;; \
22643
 
          esac; \
22644
 
        done; \
22645
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/thumbbar/Makefile'; \
22646
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/thumbbar/Makefile'; \
22647
 
        cd $(top_srcdir) && \
22648
 
-         $(AUTOMAKE) --gnu  digikam/libs/thumbbar/Makefile
22649
 
+         $(AUTOMAKE) --foreign  digikam/libs/thumbbar/Makefile
22650
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/thumbbar/Makefile.in
22651
 
 .PRECIOUS: Makefile
22652
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22653
 
@@ -430,9 +434,9 @@
22654
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22655
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22656
 
 
22657
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22658
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22659
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22660
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22661
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22662
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22663
 
 
22664
 
 clean-noinstLTLIBRARIES:
22665
 
@@ -683,22 +687,22 @@
22666
 
 .NOEXPORT:
22667
 
 
22668
 
 #>+ 3
22669
 
-thumbbar.moc: $(srcdir)/thumbbar.h
22670
 
-       $(MOC) $(srcdir)/thumbbar.h -o thumbbar.moc
22671
 
+thumbnailjob.moc: $(srcdir)/thumbnailjob.h
22672
 
+       $(MOC) $(srcdir)/thumbnailjob.h -o thumbnailjob.moc
22673
 
 
22674
 
 #>+ 2
22675
 
-mocs: thumbbar.moc
22676
 
+mocs: thumbnailjob.moc
22677
 
 
22678
 
 #>+ 3
22679
 
-thumbnailjob.moc: $(srcdir)/thumbnailjob.h
22680
 
-       $(MOC) $(srcdir)/thumbnailjob.h -o thumbnailjob.moc
22681
 
+thumbbar.moc: $(srcdir)/thumbbar.h
22682
 
+       $(MOC) $(srcdir)/thumbbar.h -o thumbbar.moc
22683
 
 
22684
 
 #>+ 2
22685
 
-mocs: thumbnailjob.moc
22686
 
+mocs: thumbbar.moc
22687
 
 
22688
 
 #>+ 3
22689
 
 clean-metasources:
22690
 
-       -rm -f  thumbbar.moc thumbnailjob.moc
22691
 
+       -rm -f  thumbnailjob.moc thumbbar.moc
22692
 
 
22693
 
 #>+ 2
22694
 
 KDE_DIST=Makefile.in thumbnailjob.h Makefile.am 
22695
 
@@ -716,9 +720,9 @@
22696
 
              exit 1;; \
22697
 
          esac; \
22698
 
        done; \
22699
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/thumbbar/Makefile'; \
22700
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/thumbbar/Makefile'; \
22701
 
        cd $(top_srcdir) && \
22702
 
-         $(AUTOMAKE) --gnu  digikam/libs/thumbbar/Makefile
22703
 
+         $(AUTOMAKE) --foreign  digikam/libs/thumbbar/Makefile
22704
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/thumbbar/Makefile.in
22705
 
 
22706
 
 
22707
 
@@ -745,7 +749,7 @@
22708
 
 
22709
 
 
22710
 
 #>+ 11
22711
 
-libthumbbar_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/thumbbar.cpp $(srcdir)/thumbnailjob.cpp  thumbnailjob.moc thumbbar.moc
22712
 
+libthumbbar_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/thumbbar.cpp $(srcdir)/thumbnailjob.cpp  thumbbar.moc thumbnailjob.moc
22713
 
        @echo 'creating libthumbbar_la.all_cpp.cpp ...'; \
22714
 
        rm -f libthumbbar_la.all_cpp.files libthumbbar_la.all_cpp.final; \
22715
 
        echo "#define KDE_USE_FINAL 1" >> libthumbbar_la.all_cpp.final; \
22716
 
--- a/digikam/libs/whitebalance/Makefile.in
22717
 
+++ b/digikam/libs/whitebalance/Makefile.in
22718
 
@@ -227,6 +227,9 @@
22719
 
 LIB_XRENDER = @LIB_XRENDER@
22720
 
 LN_S = @LN_S@
22721
 
 LTLIBOBJS = @LTLIBOBJS@
22722
 
+MAINT = @MAINT@
22723
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22724
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22725
 
 MAKEINFO = @MAKEINFO@
22726
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22727
 
 MCOPIDL = @MCOPIDL@
22728
 
@@ -251,6 +254,7 @@
22729
 
 QT_INCLUDES = @QT_INCLUDES@
22730
 
 QT_LDFLAGS = @QT_LDFLAGS@
22731
 
 RANLIB = @RANLIB@
22732
 
+SED = @SED@
22733
 
 SET_MAKE = @SET_MAKE@
22734
 
 SHELL = @SHELL@
22735
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22736
 
@@ -387,7 +391,7 @@
22737
 
 
22738
 
 .SUFFIXES:
22739
 
 .SUFFIXES: .cpp .lo .o .obj
22740
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22741
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22742
 
 #>-    @for dep in $?; do \
22743
 
 #>-      case '$(am__configure_deps)' in \
22744
 
 #>-        *$$dep*) \
22745
 
@@ -396,9 +400,9 @@
22746
 
 #>-          exit 1;; \
22747
 
 #>-      esac; \
22748
 
 #>-    done; \
22749
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/whitebalance/Makefile'; \
22750
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/whitebalance/Makefile'; \
22751
 
 #>-    cd $(top_srcdir) && \
22752
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/whitebalance/Makefile
22753
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/whitebalance/Makefile
22754
 
 #>+ 12
22755
 
        @for dep in $?; do \
22756
 
          case '$(am__configure_deps)' in \
22757
 
@@ -408,9 +412,9 @@
22758
 
              exit 1;; \
22759
 
          esac; \
22760
 
        done; \
22761
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/whitebalance/Makefile'; \
22762
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/whitebalance/Makefile'; \
22763
 
        cd $(top_srcdir) && \
22764
 
-         $(AUTOMAKE) --gnu  digikam/libs/whitebalance/Makefile
22765
 
+         $(AUTOMAKE) --foreign  digikam/libs/whitebalance/Makefile
22766
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/whitebalance/Makefile.in
22767
 
 .PRECIOUS: Makefile
22768
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22769
 
@@ -425,9 +429,9 @@
22770
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22771
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22772
 
 
22773
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22774
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22775
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22776
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22777
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22778
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22779
 
 
22780
 
 clean-noinstLTLIBRARIES:
22781
 
@@ -692,9 +696,9 @@
22782
 
              exit 1;; \
22783
 
          esac; \
22784
 
        done; \
22785
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/whitebalance/Makefile'; \
22786
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/whitebalance/Makefile'; \
22787
 
        cd $(top_srcdir) && \
22788
 
-         $(AUTOMAKE) --gnu  digikam/libs/whitebalance/Makefile
22789
 
+         $(AUTOMAKE) --foreign  digikam/libs/whitebalance/Makefile
22790
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/whitebalance/Makefile.in
22791
 
 
22792
 
 
22793
 
--- a/digikam/libs/widgets/common/Makefile.in
22794
 
+++ b/digikam/libs/widgets/common/Makefile.in
22795
 
@@ -241,6 +241,9 @@
22796
 
 LIB_XRENDER = @LIB_XRENDER@
22797
 
 LN_S = @LN_S@
22798
 
 LTLIBOBJS = @LTLIBOBJS@
22799
 
+MAINT = @MAINT@
22800
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22801
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22802
 
 MAKEINFO = @MAKEINFO@
22803
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22804
 
 MCOPIDL = @MCOPIDL@
22805
 
@@ -265,6 +268,7 @@
22806
 
 QT_INCLUDES = @QT_INCLUDES@
22807
 
 QT_LDFLAGS = @QT_LDFLAGS@
22808
 
 RANLIB = @RANLIB@
22809
 
+SED = @SED@
22810
 
 SET_MAKE = @SET_MAKE@
22811
 
 SHELL = @SHELL@
22812
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22813
 
@@ -411,7 +415,7 @@
22814
 
 
22815
 
 .SUFFIXES:
22816
 
 .SUFFIXES: .cpp .lo .o .obj
22817
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22818
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22819
 
 #>-    @for dep in $?; do \
22820
 
 #>-      case '$(am__configure_deps)' in \
22821
 
 #>-        *$$dep*) \
22822
 
@@ -420,9 +424,9 @@
22823
 
 #>-          exit 1;; \
22824
 
 #>-      esac; \
22825
 
 #>-    done; \
22826
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/common/Makefile'; \
22827
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/common/Makefile'; \
22828
 
 #>-    cd $(top_srcdir) && \
22829
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/widgets/common/Makefile
22830
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/widgets/common/Makefile
22831
 
 #>+ 12
22832
 
        @for dep in $?; do \
22833
 
          case '$(am__configure_deps)' in \
22834
 
@@ -432,9 +436,9 @@
22835
 
              exit 1;; \
22836
 
          esac; \
22837
 
        done; \
22838
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/common/Makefile'; \
22839
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/common/Makefile'; \
22840
 
        cd $(top_srcdir) && \
22841
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/common/Makefile
22842
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/common/Makefile
22843
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/common/Makefile.in
22844
 
 .PRECIOUS: Makefile
22845
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22846
 
@@ -449,9 +453,9 @@
22847
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22848
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22849
 
 
22850
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22851
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22852
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22853
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22854
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
22855
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22856
 
 
22857
 
 clean-noinstLTLIBRARIES:
22858
 
@@ -716,18 +720,18 @@
22859
 
 .NOEXPORT:
22860
 
 
22861
 
 #>+ 3
22862
 
-statusnavigatebar.moc: $(srcdir)/statusnavigatebar.h
22863
 
-       $(MOC) $(srcdir)/statusnavigatebar.h -o statusnavigatebar.moc
22864
 
+statusprogressbar.moc: $(srcdir)/statusprogressbar.h
22865
 
+       $(MOC) $(srcdir)/statusprogressbar.h -o statusprogressbar.moc
22866
 
 
22867
 
 #>+ 2
22868
 
-mocs: statusnavigatebar.moc
22869
 
+mocs: statusprogressbar.moc
22870
 
 
22871
 
 #>+ 3
22872
 
-statusprogressbar.moc: $(srcdir)/statusprogressbar.h
22873
 
-       $(MOC) $(srcdir)/statusprogressbar.h -o statusprogressbar.moc
22874
 
+statusnavigatebar.moc: $(srcdir)/statusnavigatebar.h
22875
 
+       $(MOC) $(srcdir)/statusnavigatebar.h -o statusnavigatebar.moc
22876
 
 
22877
 
 #>+ 2
22878
 
-mocs: statusprogressbar.moc
22879
 
+mocs: statusnavigatebar.moc
22880
 
 
22881
 
 #>+ 3
22882
 
 statuszoombar.moc: $(srcdir)/statuszoombar.h
22883
 
@@ -744,18 +748,18 @@
22884
 
 mocs: paniconwidget.moc
22885
 
 
22886
 
 #>+ 3
22887
 
-colorgradientwidget.moc: $(srcdir)/colorgradientwidget.h
22888
 
-       $(MOC) $(srcdir)/colorgradientwidget.h -o colorgradientwidget.moc
22889
 
+searchtextbar.moc: $(srcdir)/searchtextbar.h
22890
 
+       $(MOC) $(srcdir)/searchtextbar.h -o searchtextbar.moc
22891
 
 
22892
 
 #>+ 2
22893
 
-mocs: colorgradientwidget.moc
22894
 
+mocs: searchtextbar.moc
22895
 
 
22896
 
 #>+ 3
22897
 
-searchtextbar.moc: $(srcdir)/searchtextbar.h
22898
 
-       $(MOC) $(srcdir)/searchtextbar.h -o searchtextbar.moc
22899
 
+colorgradientwidget.moc: $(srcdir)/colorgradientwidget.h
22900
 
+       $(MOC) $(srcdir)/colorgradientwidget.h -o colorgradientwidget.moc
22901
 
 
22902
 
 #>+ 2
22903
 
-mocs: searchtextbar.moc
22904
 
+mocs: colorgradientwidget.moc
22905
 
 
22906
 
 #>+ 3
22907
 
 filesaveoptionsbox.moc: $(srcdir)/filesaveoptionsbox.h
22908
 
@@ -822,7 +826,7 @@
22909
 
 
22910
 
 #>+ 3
22911
 
 clean-metasources:
22912
 
-       -rm -f  statusnavigatebar.moc statusprogressbar.moc statuszoombar.moc paniconwidget.moc colorgradientwidget.moc searchtextbar.moc filesaveoptionsbox.moc dpopupmenu.moc histogramwidget.moc dlogoaction.moc.cpp sidebar.moc splashscreen.moc curveswidget.moc squeezedcombobox.moc previewwidget.moc
22913
 
+       -rm -f  statusprogressbar.moc statusnavigatebar.moc statuszoombar.moc paniconwidget.moc searchtextbar.moc colorgradientwidget.moc filesaveoptionsbox.moc dpopupmenu.moc histogramwidget.moc dlogoaction.moc.cpp sidebar.moc splashscreen.moc curveswidget.moc squeezedcombobox.moc previewwidget.moc
22914
 
 
22915
 
 #>+ 2
22916
 
 KDE_DIST=filesaveoptionsbox.h Makefile.in splashscreen.h Makefile.am 
22917
 
@@ -840,9 +844,9 @@
22918
 
              exit 1;; \
22919
 
          esac; \
22920
 
        done; \
22921
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/common/Makefile'; \
22922
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/common/Makefile'; \
22923
 
        cd $(top_srcdir) && \
22924
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/common/Makefile
22925
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/common/Makefile
22926
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/common/Makefile.in
22927
 
 
22928
 
 
22929
 
@@ -869,7 +873,7 @@
22930
 
 
22931
 
 
22932
 
 #>+ 11
22933
 
-libcommonwidgets_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/histogramwidget.cpp $(srcdir)/colorgradientwidget.cpp $(srcdir)/curveswidget.cpp $(srcdir)/dlogoaction.cpp $(srcdir)/sidebar.cpp $(srcdir)/squeezedcombobox.cpp $(srcdir)/filesaveoptionsbox.cpp $(srcdir)/dpopupmenu.cpp $(srcdir)/statuszoombar.cpp $(srcdir)/statusnavigatebar.cpp $(srcdir)/statusprogressbar.cpp $(srcdir)/searchtextbar.cpp $(srcdir)/dcursortracker.cpp $(srcdir)/paniconwidget.cpp $(srcdir)/previewwidget.cpp $(srcdir)/splashscreen.cpp dlogoaction.moc.cpp  statusprogressbar.moc statusnavigatebar.moc statuszoombar.moc paniconwidget.moc filesaveoptionsbox.moc searchtextbar.moc colorgradientwidget.moc dpopupmenu.moc histogramwidget.moc sidebar.moc splashscreen.moc curveswidget.moc squeezedcombobox.moc previewwidget.moc
22934
 
+libcommonwidgets_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/histogramwidget.cpp $(srcdir)/colorgradientwidget.cpp $(srcdir)/curveswidget.cpp $(srcdir)/dlogoaction.cpp $(srcdir)/sidebar.cpp $(srcdir)/squeezedcombobox.cpp $(srcdir)/filesaveoptionsbox.cpp $(srcdir)/dpopupmenu.cpp $(srcdir)/statuszoombar.cpp $(srcdir)/statusnavigatebar.cpp $(srcdir)/statusprogressbar.cpp $(srcdir)/searchtextbar.cpp $(srcdir)/dcursortracker.cpp $(srcdir)/paniconwidget.cpp $(srcdir)/previewwidget.cpp $(srcdir)/splashscreen.cpp dlogoaction.moc.cpp  statusnavigatebar.moc statusprogressbar.moc statuszoombar.moc paniconwidget.moc filesaveoptionsbox.moc colorgradientwidget.moc searchtextbar.moc dpopupmenu.moc histogramwidget.moc sidebar.moc splashscreen.moc curveswidget.moc squeezedcombobox.moc previewwidget.moc
22935
 
        @echo 'creating libcommonwidgets_la.all_cpp.cpp ...'; \
22936
 
        rm -f libcommonwidgets_la.all_cpp.files libcommonwidgets_la.all_cpp.final; \
22937
 
        echo "#define KDE_USE_FINAL 1" >> libcommonwidgets_la.all_cpp.final; \
22938
 
--- a/digikam/libs/widgets/iccprofiles/Makefile.in
22939
 
+++ b/digikam/libs/widgets/iccprofiles/Makefile.in
22940
 
@@ -234,6 +234,9 @@
22941
 
 LIB_XRENDER = @LIB_XRENDER@
22942
 
 LN_S = @LN_S@
22943
 
 LTLIBOBJS = @LTLIBOBJS@
22944
 
+MAINT = @MAINT@
22945
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
22946
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
22947
 
 MAKEINFO = @MAKEINFO@
22948
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
22949
 
 MCOPIDL = @MCOPIDL@
22950
 
@@ -258,6 +261,7 @@
22951
 
 QT_INCLUDES = @QT_INCLUDES@
22952
 
 QT_LDFLAGS = @QT_LDFLAGS@
22953
 
 RANLIB = @RANLIB@
22954
 
+SED = @SED@
22955
 
 SET_MAKE = @SET_MAKE@
22956
 
 SHELL = @SHELL@
22957
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
22958
 
@@ -400,7 +404,7 @@
22959
 
 
22960
 
 .SUFFIXES:
22961
 
 .SUFFIXES: .cpp .lo .o .obj
22962
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
22963
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
22964
 
 #>-    @for dep in $?; do \
22965
 
 #>-      case '$(am__configure_deps)' in \
22966
 
 #>-        *$$dep*) \
22967
 
@@ -409,9 +413,9 @@
22968
 
 #>-          exit 1;; \
22969
 
 #>-      esac; \
22970
 
 #>-    done; \
22971
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/iccprofiles/Makefile'; \
22972
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/iccprofiles/Makefile'; \
22973
 
 #>-    cd $(top_srcdir) && \
22974
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/widgets/iccprofiles/Makefile
22975
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/widgets/iccprofiles/Makefile
22976
 
 #>+ 12
22977
 
        @for dep in $?; do \
22978
 
          case '$(am__configure_deps)' in \
22979
 
@@ -421,9 +425,9 @@
22980
 
              exit 1;; \
22981
 
          esac; \
22982
 
        done; \
22983
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/iccprofiles/Makefile'; \
22984
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/iccprofiles/Makefile'; \
22985
 
        cd $(top_srcdir) && \
22986
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/iccprofiles/Makefile
22987
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/iccprofiles/Makefile
22988
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/iccprofiles/Makefile.in
22989
 
 .PRECIOUS: Makefile
22990
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
22991
 
@@ -438,9 +442,9 @@
22992
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
22993
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22994
 
 
22995
 
-$(top_srcdir)/configure:  $(am__configure_deps)
22996
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
22997
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
22998
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
22999
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23000
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23001
 
 
23002
 
 clean-noinstLTLIBRARIES:
23003
 
@@ -732,9 +736,9 @@
23004
 
              exit 1;; \
23005
 
          esac; \
23006
 
        done; \
23007
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/iccprofiles/Makefile'; \
23008
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/iccprofiles/Makefile'; \
23009
 
        cd $(top_srcdir) && \
23010
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/iccprofiles/Makefile
23011
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/iccprofiles/Makefile
23012
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/iccprofiles/Makefile.in
23013
 
 
23014
 
 
23015
 
--- a/digikam/libs/widgets/imageplugins/Makefile.in
23016
 
+++ b/digikam/libs/widgets/imageplugins/Makefile.in
23017
 
@@ -235,6 +235,9 @@
23018
 
 LIB_XRENDER = @LIB_XRENDER@
23019
 
 LN_S = @LN_S@
23020
 
 LTLIBOBJS = @LTLIBOBJS@
23021
 
+MAINT = @MAINT@
23022
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23023
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23024
 
 MAKEINFO = @MAKEINFO@
23025
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23026
 
 MCOPIDL = @MCOPIDL@
23027
 
@@ -259,6 +262,7 @@
23028
 
 QT_INCLUDES = @QT_INCLUDES@
23029
 
 QT_LDFLAGS = @QT_LDFLAGS@
23030
 
 RANLIB = @RANLIB@
23031
 
+SED = @SED@
23032
 
 SET_MAKE = @SET_MAKE@
23033
 
 SHELL = @SHELL@
23034
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23035
 
@@ -404,7 +408,7 @@
23036
 
 
23037
 
 .SUFFIXES:
23038
 
 .SUFFIXES: .cpp .lo .o .obj
23039
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
23040
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
23041
 
 #>-    @for dep in $?; do \
23042
 
 #>-      case '$(am__configure_deps)' in \
23043
 
 #>-        *$$dep*) \
23044
 
@@ -413,9 +417,9 @@
23045
 
 #>-          exit 1;; \
23046
 
 #>-      esac; \
23047
 
 #>-    done; \
23048
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/imageplugins/Makefile'; \
23049
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/imageplugins/Makefile'; \
23050
 
 #>-    cd $(top_srcdir) && \
23051
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/widgets/imageplugins/Makefile
23052
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/widgets/imageplugins/Makefile
23053
 
 #>+ 12
23054
 
        @for dep in $?; do \
23055
 
          case '$(am__configure_deps)' in \
23056
 
@@ -425,9 +429,9 @@
23057
 
              exit 1;; \
23058
 
          esac; \
23059
 
        done; \
23060
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/imageplugins/Makefile'; \
23061
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/imageplugins/Makefile'; \
23062
 
        cd $(top_srcdir) && \
23063
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/imageplugins/Makefile
23064
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/imageplugins/Makefile
23065
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/imageplugins/Makefile.in
23066
 
 .PRECIOUS: Makefile
23067
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23068
 
@@ -442,9 +446,9 @@
23069
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23070
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23071
 
 
23072
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23073
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23074
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23075
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23076
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23077
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23078
 
 
23079
 
 clean-noinstLTLIBRARIES:
23080
 
@@ -753,9 +757,9 @@
23081
 
              exit 1;; \
23082
 
          esac; \
23083
 
        done; \
23084
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/imageplugins/Makefile'; \
23085
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/imageplugins/Makefile'; \
23086
 
        cd $(top_srcdir) && \
23087
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/imageplugins/Makefile
23088
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/imageplugins/Makefile
23089
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/imageplugins/Makefile.in
23090
 
 
23091
 
 
23092
 
--- a/digikam/libs/widgets/Makefile.in
23093
 
+++ b/digikam/libs/widgets/Makefile.in
23094
 
@@ -221,6 +221,9 @@
23095
 
 LIB_XRENDER = @LIB_XRENDER@
23096
 
 LN_S = @LN_S@
23097
 
 LTLIBOBJS = @LTLIBOBJS@
23098
 
+MAINT = @MAINT@
23099
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23100
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23101
 
 MAKEINFO = @MAKEINFO@
23102
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23103
 
 MCOPIDL = @MCOPIDL@
23104
 
@@ -245,6 +248,7 @@
23105
 
 QT_INCLUDES = @QT_INCLUDES@
23106
 
 QT_LDFLAGS = @QT_LDFLAGS@
23107
 
 RANLIB = @RANLIB@
23108
 
+SED = @SED@
23109
 
 SET_MAKE = @SET_MAKE@
23110
 
 SHELL = @SHELL@
23111
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23112
 
@@ -378,7 +382,7 @@
23113
 
 all: docs-am  all-recursive
23114
 
 
23115
 
 .SUFFIXES:
23116
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
23117
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
23118
 
 #>-    @for dep in $?; do \
23119
 
 #>-      case '$(am__configure_deps)' in \
23120
 
 #>-        *$$dep*) \
23121
 
@@ -387,9 +391,9 @@
23122
 
 #>-          exit 1;; \
23123
 
 #>-      esac; \
23124
 
 #>-    done; \
23125
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/Makefile'; \
23126
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/Makefile'; \
23127
 
 #>-    cd $(top_srcdir) && \
23128
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/widgets/Makefile
23129
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/widgets/Makefile
23130
 
 #>+ 12
23131
 
        @for dep in $?; do \
23132
 
          case '$(am__configure_deps)' in \
23133
 
@@ -399,9 +403,9 @@
23134
 
              exit 1;; \
23135
 
          esac; \
23136
 
        done; \
23137
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/Makefile'; \
23138
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/Makefile'; \
23139
 
        cd $(top_srcdir) && \
23140
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/Makefile
23141
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/Makefile
23142
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/Makefile.in
23143
 
 .PRECIOUS: Makefile
23144
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23145
 
@@ -416,9 +420,9 @@
23146
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23147
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23148
 
 
23149
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23150
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23151
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23152
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23153
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23154
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23155
 
 
23156
 
 clean-noinstLTLIBRARIES:
23157
 
@@ -741,9 +745,9 @@
23158
 
              exit 1;; \
23159
 
          esac; \
23160
 
        done; \
23161
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/Makefile'; \
23162
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/Makefile'; \
23163
 
        cd $(top_srcdir) && \
23164
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/Makefile
23165
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/Makefile
23166
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/Makefile.in
23167
 
 
23168
 
 
23169
 
--- a/digikam/libs/widgets/metadata/Makefile.in
23170
 
+++ b/digikam/libs/widgets/metadata/Makefile.in
23171
 
@@ -225,6 +225,9 @@
23172
 
 LIB_XRENDER = @LIB_XRENDER@
23173
 
 LN_S = @LN_S@
23174
 
 LTLIBOBJS = @LTLIBOBJS@
23175
 
+MAINT = @MAINT@
23176
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23177
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23178
 
 MAKEINFO = @MAKEINFO@
23179
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23180
 
 MCOPIDL = @MCOPIDL@
23181
 
@@ -249,6 +252,7 @@
23182
 
 QT_INCLUDES = @QT_INCLUDES@
23183
 
 QT_LDFLAGS = @QT_LDFLAGS@
23184
 
 RANLIB = @RANLIB@
23185
 
+SED = @SED@
23186
 
 SET_MAKE = @SET_MAKE@
23187
 
 SHELL = @SHELL@
23188
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23189
 
@@ -387,7 +391,7 @@
23190
 
 
23191
 
 .SUFFIXES:
23192
 
 .SUFFIXES: .cpp .lo .o .obj
23193
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
23194
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
23195
 
 #>-    @for dep in $?; do \
23196
 
 #>-      case '$(am__configure_deps)' in \
23197
 
 #>-        *$$dep*) \
23198
 
@@ -396,9 +400,9 @@
23199
 
 #>-          exit 1;; \
23200
 
 #>-      esac; \
23201
 
 #>-    done; \
23202
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/metadata/Makefile'; \
23203
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/metadata/Makefile'; \
23204
 
 #>-    cd $(top_srcdir) && \
23205
 
-#>-      $(AUTOMAKE) --gnu  digikam/libs/widgets/metadata/Makefile
23206
 
+#>-      $(AUTOMAKE) --foreign  digikam/libs/widgets/metadata/Makefile
23207
 
 #>+ 12
23208
 
        @for dep in $?; do \
23209
 
          case '$(am__configure_deps)' in \
23210
 
@@ -408,9 +412,9 @@
23211
 
              exit 1;; \
23212
 
          esac; \
23213
 
        done; \
23214
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/metadata/Makefile'; \
23215
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/metadata/Makefile'; \
23216
 
        cd $(top_srcdir) && \
23217
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/metadata/Makefile
23218
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/metadata/Makefile
23219
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/metadata/Makefile.in
23220
 
 .PRECIOUS: Makefile
23221
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23222
 
@@ -425,9 +429,9 @@
23223
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23224
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23225
 
 
23226
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23227
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23228
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23229
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23230
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23231
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23232
 
 
23233
 
 clean-noinstLTLIBRARIES:
23234
 
@@ -678,18 +682,18 @@
23235
 
 mocs: makernotewidget.moc
23236
 
 
23237
 
 #>+ 3
23238
 
-metadatalistview.moc: $(srcdir)/metadatalistview.h
23239
 
-       $(MOC) $(srcdir)/metadatalistview.h -o metadatalistview.moc
23240
 
+worldmapwidget.moc: $(srcdir)/worldmapwidget.h
23241
 
+       $(MOC) $(srcdir)/worldmapwidget.h -o worldmapwidget.moc
23242
 
 
23243
 
 #>+ 2
23244
 
-mocs: metadatalistview.moc
23245
 
+mocs: worldmapwidget.moc
23246
 
 
23247
 
 #>+ 3
23248
 
-worldmapwidget.moc: $(srcdir)/worldmapwidget.h
23249
 
-       $(MOC) $(srcdir)/worldmapwidget.h -o worldmapwidget.moc
23250
 
+metadatalistview.moc: $(srcdir)/metadatalistview.h
23251
 
+       $(MOC) $(srcdir)/metadatalistview.h -o metadatalistview.moc
23252
 
 
23253
 
 #>+ 2
23254
 
-mocs: worldmapwidget.moc
23255
 
+mocs: metadatalistview.moc
23256
 
 
23257
 
 #>+ 3
23258
 
 metadatawidget.moc: $(srcdir)/metadatawidget.h
23259
 
@@ -714,7 +718,7 @@
23260
 
 
23261
 
 #>+ 3
23262
 
 clean-metasources:
23263
 
-       -rm -f  gpswidget.moc makernotewidget.moc metadatalistview.moc worldmapwidget.moc metadatawidget.moc iptcwidget.moc exifwidget.moc
23264
 
+       -rm -f  gpswidget.moc makernotewidget.moc worldmapwidget.moc metadatalistview.moc metadatawidget.moc iptcwidget.moc exifwidget.moc
23265
 
 
23266
 
 #>+ 2
23267
 
 KDE_DIST=metadatawidget.h Makefile.in metadatalistviewitem.h exifwidget.h gpswidget.h makernotewidget.h metadatalistview.h mdkeylistviewitem.h iptcwidget.h worldmapwidget.h Makefile.am 
23268
 
@@ -732,9 +736,9 @@
23269
 
              exit 1;; \
23270
 
          esac; \
23271
 
        done; \
23272
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/libs/widgets/metadata/Makefile'; \
23273
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/libs/widgets/metadata/Makefile'; \
23274
 
        cd $(top_srcdir) && \
23275
 
-         $(AUTOMAKE) --gnu  digikam/libs/widgets/metadata/Makefile
23276
 
+         $(AUTOMAKE) --foreign  digikam/libs/widgets/metadata/Makefile
23277
 
        cd $(top_srcdir) && perl admin/am_edit digikam/libs/widgets/metadata/Makefile.in
23278
 
 
23279
 
 
23280
 
@@ -761,7 +765,7 @@
23281
 
 
23282
 
 
23283
 
 #>+ 11
23284
 
-libmetadatawidgets_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/metadatalistview.cpp $(srcdir)/metadatalistviewitem.cpp $(srcdir)/metadatawidget.cpp $(srcdir)/iptcwidget.cpp $(srcdir)/exifwidget.cpp $(srcdir)/mdkeylistviewitem.cpp $(srcdir)/makernotewidget.cpp $(srcdir)/gpswidget.cpp $(srcdir)/worldmapwidget.cpp  gpswidget.moc makernotewidget.moc worldmapwidget.moc metadatalistview.moc metadatawidget.moc iptcwidget.moc exifwidget.moc
23285
 
+libmetadatawidgets_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/metadatalistview.cpp $(srcdir)/metadatalistviewitem.cpp $(srcdir)/metadatawidget.cpp $(srcdir)/iptcwidget.cpp $(srcdir)/exifwidget.cpp $(srcdir)/mdkeylistviewitem.cpp $(srcdir)/makernotewidget.cpp $(srcdir)/gpswidget.cpp $(srcdir)/worldmapwidget.cpp  gpswidget.moc makernotewidget.moc metadatalistview.moc worldmapwidget.moc metadatawidget.moc iptcwidget.moc exifwidget.moc
23286
 
        @echo 'creating libmetadatawidgets_la.all_cpp.cpp ...'; \
23287
 
        rm -f libmetadatawidgets_la.all_cpp.files libmetadatawidgets_la.all_cpp.final; \
23288
 
        echo "#define KDE_USE_FINAL 1" >> libmetadatawidgets_la.all_cpp.final; \
23289
 
@@ -809,7 +813,7 @@
23290
 
 exifwidget.lo: exifwidget.moc 
23291
 
 nmcheck-am: nmcheck
23292
 
 makernotewidget.o: makernotewidget.moc 
23293
 
-metadatawidget.lo: metadatawidget.moc 
23294
 
 metadatalistview.lo: metadatalistview.moc 
23295
 
+metadatawidget.lo: metadatawidget.moc 
23296
 
 worldmapwidget.o: worldmapwidget.moc 
23297
 
 makernotewidget.lo: makernotewidget.moc 
23298
 
--- a/digikam/Makefile.in
23299
 
+++ b/digikam/Makefile.in
23300
 
@@ -213,6 +213,9 @@
23301
 
 LIB_XRENDER = @LIB_XRENDER@
23302
 
 LN_S = @LN_S@
23303
 
 LTLIBOBJS = @LTLIBOBJS@
23304
 
+MAINT = @MAINT@
23305
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23306
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23307
 
 MAKEINFO = @MAKEINFO@
23308
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23309
 
 MCOPIDL = @MCOPIDL@
23310
 
@@ -237,6 +240,7 @@
23311
 
 QT_INCLUDES = @QT_INCLUDES@
23312
 
 QT_LDFLAGS = @QT_LDFLAGS@
23313
 
 RANLIB = @RANLIB@
23314
 
+SED = @SED@
23315
 
 SET_MAKE = @SET_MAKE@
23316
 
 SHELL = @SHELL@
23317
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23318
 
@@ -368,7 +372,7 @@
23319
 
 all: docs-am  all-recursive
23320
 
 
23321
 
 .SUFFIXES:
23322
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
23323
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../admin/Doxyfile.am $(am__configure_deps)
23324
 
 #>-    @for dep in $?; do \
23325
 
 #>-      case '$(am__configure_deps)' in \
23326
 
 #>-        *$$dep*) \
23327
 
@@ -406,9 +410,9 @@
23328
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23329
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23330
 
 
23331
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23332
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23333
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23334
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23335
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23336
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23337
 
 
23338
 
 mostlyclean-libtool:
23339
 
@@ -821,7 +825,7 @@
23340
 
 .NOEXPORT:
23341
 
 
23342
 
 #>+ 2
23343
 
-KDE_DIST=Mainpage.dox COPYING-DOCS DBSCHEMA.ODS Makefile.in configure.in.bot NEWS.0.9.1 NEWS.0.9.2 tips NEWS.0.9.0 configure.in.in Makefile.am PACKAGING DESIGN 
23344
 
+KDE_DIST=Mainpage.dox COPYING-DOCS DBSCHEMA.ODS Makefile.in configure.in.bot NEWS.0.9.1 NEWS.0.9.2 NEWS.0.9.0 tips configure.in.in Makefile.am PACKAGING DESIGN 
23345
 
 
23346
 
 #>+ 2
23347
 
 docs-am:
23348
 
--- a/digikam/showfoto/icons/Makefile.in
23349
 
+++ b/digikam/showfoto/icons/Makefile.in
23350
 
@@ -186,6 +186,9 @@
23351
 
 LIB_XRENDER = @LIB_XRENDER@
23352
 
 LN_S = @LN_S@
23353
 
 LTLIBOBJS = @LTLIBOBJS@
23354
 
+MAINT = @MAINT@
23355
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23356
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23357
 
 MAKEINFO = @MAKEINFO@
23358
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23359
 
 MCOPIDL = @MCOPIDL@
23360
 
@@ -210,6 +213,7 @@
23361
 
 QT_INCLUDES = @QT_INCLUDES@
23362
 
 QT_LDFLAGS = @QT_LDFLAGS@
23363
 
 RANLIB = @RANLIB@
23364
 
+SED = @SED@
23365
 
 SET_MAKE = @SET_MAKE@
23366
 
 SHELL = @SHELL@
23367
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23368
 
@@ -337,7 +341,7 @@
23369
 
 all: docs-am  all-am
23370
 
 
23371
 
 .SUFFIXES:
23372
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
23373
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
23374
 
 #>-    @for dep in $?; do \
23375
 
 #>-      case '$(am__configure_deps)' in \
23376
 
 #>-        *$$dep*) \
23377
 
@@ -346,9 +350,9 @@
23378
 
 #>-          exit 1;; \
23379
 
 #>-      esac; \
23380
 
 #>-    done; \
23381
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/icons/Makefile'; \
23382
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/icons/Makefile'; \
23383
 
 #>-    cd $(top_srcdir) && \
23384
 
-#>-      $(AUTOMAKE) --gnu  digikam/showfoto/icons/Makefile
23385
 
+#>-      $(AUTOMAKE) --foreign  digikam/showfoto/icons/Makefile
23386
 
 #>+ 12
23387
 
        @for dep in $?; do \
23388
 
          case '$(am__configure_deps)' in \
23389
 
@@ -358,9 +362,9 @@
23390
 
              exit 1;; \
23391
 
          esac; \
23392
 
        done; \
23393
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/icons/Makefile'; \
23394
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/icons/Makefile'; \
23395
 
        cd $(top_srcdir) && \
23396
 
-         $(AUTOMAKE) --gnu  digikam/showfoto/icons/Makefile
23397
 
+         $(AUTOMAKE) --foreign  digikam/showfoto/icons/Makefile
23398
 
        cd $(top_srcdir) && perl admin/am_edit digikam/showfoto/icons/Makefile.in
23399
 
 .PRECIOUS: Makefile
23400
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23401
 
@@ -375,9 +379,9 @@
23402
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23403
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23404
 
 
23405
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23406
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23407
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23408
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23409
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23410
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23411
 
 
23412
 
 mostlyclean-libtool:
23413
 
@@ -520,161 +524,161 @@
23414
 
 .NOEXPORT:
23415
 
 
23416
 
 #>+ 2
23417
 
-KDE_DIST=hisc-action-histogram.svgz hisc-action-slideshow.svgz hi22-action-histogram.png hi22-app-showfoto.png cr16-action-crop.png cr48-action-crop.png hi32-action-flip.png Makefile.in cr22-action-rotate_cw.png hi22-action-slideshow.png hi128-action-slideshow.png hisc-action-flip.svgz hi48-mime-raw.png cr22-action-crop.png hi48-app-showfoto.png hi48-action-flip.png hi32-app-showfoto.png hi48-action-slideshow.png hi22-action-resize_image.png hi64-mime-raw.png hi128-app-showfoto.png hi16-action-flip.png hi64-action-histogram.png hi48-action-resize_image.png hi64-action-slideshow.png cr64-action-crop.png hi16-app-showfoto.png hi16-action-resize_image.png hi64-action-flip.png crsc-action-crop.svgz cr32-action-crop.png cr128-action-rotate_cw.png crsc-action-rotate_cw.svgz hi64-action-resize_image.png hi22-action-flip.png cr32-action-rotate_cw.png hi16-action-slideshow.png hi128-action-flip.png hi48-action-histogram.png cr48-action-rotate_cw.png hi32-action-slideshow.png hi32-action-resize_image.png cr128-action-crop.png hi16-action-histogram.png cr16-action-rotate_cw.png hi64-app-showfoto.png cr64-action-rotate_cw.png hisc-action-resize_image.svgz hi32-mime-raw.png hi22-mime-raw.png hi32-action-histogram.png hi128-action-histogram.png hi128-action-resize_image.png Makefile.am 
23418
 
+KDE_DIST=hisc-action-histogram.svgz hisc-action-slideshow.svgz hi22-action-histogram.png hi22-app-showfoto.png cr16-action-crop.png cr48-action-crop.png hi32-action-flip.png Makefile.in cr22-action-rotate_cw.png hi22-action-slideshow.png hi128-action-slideshow.png hisc-action-flip.svgz hi48-mime-raw.png cr22-action-crop.png hi48-app-showfoto.png hi48-action-flip.png hi32-app-showfoto.png hi48-action-slideshow.png hi22-action-resize_image.png hi64-mime-raw.png hi128-app-showfoto.png hi16-action-flip.png hi64-action-histogram.png hi48-action-resize_image.png hi64-action-slideshow.png cr64-action-crop.png hi16-app-showfoto.png hi64-action-flip.png hi16-action-resize_image.png crsc-action-crop.svgz cr32-action-crop.png cr128-action-rotate_cw.png crsc-action-rotate_cw.svgz hi64-action-resize_image.png hi22-action-flip.png cr32-action-rotate_cw.png hi16-action-slideshow.png hi128-action-flip.png hi48-action-histogram.png cr48-action-rotate_cw.png hi32-action-slideshow.png hi32-action-resize_image.png cr128-action-crop.png hi16-action-histogram.png cr16-action-rotate_cw.png hi64-app-showfoto.png cr64-action-rotate_cw.png hisc-action-resize_image.svgz hi32-mime-raw.png hi22-mime-raw.png hi32-action-histogram.png hi128-action-histogram.png hi128-action-resize_image.png Makefile.am 
23419
 
 
23420
 
 #>+ 2
23421
 
 docs-am:
23422
 
 
23423
 
 #>+ 150
23424
 
 install-kde-icons:
23425
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions
23426
 
+       $(INSTALL_DATA) $(srcdir)/cr128-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions/rotate_cw.png
23427
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/48x48/apps
23428
 
+       $(INSTALL_DATA) $(srcdir)/hi48-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/apps/showfoto.png
23429
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions
23430
 
+       $(INSTALL_DATA) $(srcdir)/cr22-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions/rotate_cw.png
23431
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions
23432
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/slideshow.png
23433
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions
23434
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/flip.png
23435
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions
23436
 
+       $(INSTALL_DATA) $(srcdir)/cr16-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions/crop.png
23437
 
        $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/48x48/actions
23438
 
        $(INSTALL_DATA) $(srcdir)/cr48-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/48x48/actions/crop.png
23439
 
        $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions
23440
 
        $(INSTALL_DATA) $(srcdir)/hi128-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/flip.png
23441
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/64x64/apps
23442
 
-       $(INSTALL_DATA) $(srcdir)/hi64-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/apps/showfoto.png
23443
 
        $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions
23444
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-flip.svgz $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/flip.svgz
23445
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/48x48/apps
23446
 
-       $(INSTALL_DATA) $(srcdir)/hi48-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/apps/showfoto.png
23447
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/slideshow.png
23448
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-slideshow.svgz $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/slideshow.svgz
23449
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-histogram.svgz $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/histogram.svgz
23450
 
        $(INSTALL_DATA) $(srcdir)/hisc-action-resize_image.svgz $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/resize_image.svgz
23451
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions
23452
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/flip.png
23453
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions
23454
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/flip.png
23455
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions
23456
 
-       $(INSTALL_DATA) $(srcdir)/cr128-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions/crop.png
23457
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions
23458
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/slideshow.png
23459
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/slideshow.png
23460
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/22x22/mimetypes
23461
 
-       $(INSTALL_DATA) $(srcdir)/hi22-mime-raw.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/mimetypes/raw.png
23462
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/resize_image.png
23463
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/slideshow.png
23464
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/32x32/mimetypes
23465
 
-       $(INSTALL_DATA) $(srcdir)/hi32-mime-raw.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/mimetypes/raw.png
23466
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions
23467
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/slideshow.png
23468
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/32x32/actions
23469
 
-       $(INSTALL_DATA) $(srcdir)/cr32-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/32x32/actions/crop.png
23470
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/resize_image.png
23471
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/histogram.png
23472
 
        $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions
23473
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/resize_image.png
23474
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/64x64/actions
23475
 
+       $(INSTALL_DATA) $(srcdir)/cr64-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/64x64/actions/crop.png
23476
 
        $(INSTALL_DATA) $(srcdir)/hi48-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/slideshow.png
23477
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions
23478
 
        $(INSTALL_DATA) $(srcdir)/hi64-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/resize_image.png
23479
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/64x64/mimetypes
23480
 
-       $(INSTALL_DATA) $(srcdir)/hi64-mime-raw.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/mimetypes/raw.png
23481
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions
23482
 
-       $(INSTALL_DATA) $(srcdir)/cr16-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions/crop.png
23483
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/resize_image.png
23484
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/48x48/mimetypes
23485
 
-       $(INSTALL_DATA) $(srcdir)/hi48-mime-raw.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/mimetypes/raw.png
23486
 
-       $(INSTALL_DATA) $(srcdir)/cr128-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions/rotate_cw.png
23487
 
        $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/scalable/actions
23488
 
        $(INSTALL_DATA) $(srcdir)/crsc-action-rotate_cw.svgz $(DESTDIR)$(showfotoicondir)/crystalsvg/scalable/actions/rotate_cw.svgz
23489
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/histogram.png
23490
 
-       $(INSTALL_DATA) $(srcdir)/hisc-action-histogram.svgz $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/histogram.svgz
23491
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/histogram.png
23492
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions
23493
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/resize_image.png
23494
 
+       $(INSTALL_DATA) $(srcdir)/hi128-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/slideshow.png
23495
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-flip.svgz $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/flip.svgz
23496
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/slideshow.png
23497
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/flip.png
23498
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/histogram.png
23499
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/22x22/mimetypes
23500
 
+       $(INSTALL_DATA) $(srcdir)/hi22-mime-raw.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/mimetypes/raw.png
23501
 
+       $(INSTALL_DATA) $(srcdir)/hi48-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/flip.png
23502
 
        $(INSTALL_DATA) $(srcdir)/hi22-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/flip.png
23503
 
-       $(INSTALL_DATA) $(srcdir)/hi128-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/resize_image.png
23504
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions
23505
 
-       $(INSTALL_DATA) $(srcdir)/cr22-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions/rotate_cw.png
23506
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/32x32/actions
23507
 
        $(INSTALL_DATA) $(srcdir)/cr32-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/32x32/actions/rotate_cw.png
23508
 
-       $(INSTALL_DATA) $(srcdir)/hi22-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/histogram.png
23509
 
-       $(INSTALL_DATA) $(srcdir)/cr16-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions/rotate_cw.png
23510
 
-       $(INSTALL_DATA) $(srcdir)/crsc-action-crop.svgz $(DESTDIR)$(showfotoicondir)/crystalsvg/scalable/actions/crop.svgz
23511
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/histogram.png
23512
 
        $(INSTALL_DATA) $(srcdir)/hi16-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/histogram.png
23513
 
-       $(INSTALL_DATA) $(srcdir)/hi64-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/flip.png
23514
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/crystalsvg/64x64/actions
23515
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/64x64/apps
23516
 
+       $(INSTALL_DATA) $(srcdir)/hi64-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/apps/showfoto.png
23517
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/32x32/apps
23518
 
+       $(INSTALL_DATA) $(srcdir)/hi32-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/apps/showfoto.png
23519
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/resize_image.png
23520
 
+       $(INSTALL_DATA) $(srcdir)/cr22-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions/crop.png
23521
 
+       $(INSTALL_DATA) $(srcdir)/cr16-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions/rotate_cw.png
23522
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/histogram.png
23523
 
        $(INSTALL_DATA) $(srcdir)/cr64-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/64x64/actions/rotate_cw.png
23524
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/64x64/mimetypes
23525
 
+       $(INSTALL_DATA) $(srcdir)/hi64-mime-raw.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/mimetypes/raw.png
23526
 
+       $(INSTALL_DATA) $(srcdir)/hi64-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/flip.png
23527
 
+       $(INSTALL_DATA) $(srcdir)/cr32-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/32x32/actions/crop.png
23528
 
+       $(INSTALL_DATA) $(srcdir)/crsc-action-crop.svgz $(DESTDIR)$(showfotoicondir)/crystalsvg/scalable/actions/crop.svgz
23529
 
+       $(INSTALL_DATA) $(srcdir)/cr128-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions/crop.png
23530
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/48x48/mimetypes
23531
 
+       $(INSTALL_DATA) $(srcdir)/hi48-mime-raw.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/mimetypes/raw.png
23532
 
        $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/128x128/apps
23533
 
        $(INSTALL_DATA) $(srcdir)/hi128-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/128x128/apps/showfoto.png
23534
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-flip.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/flip.png
23535
 
-       $(INSTALL_DATA) $(srcdir)/cr48-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/48x48/actions/rotate_cw.png
23536
 
+       $(INSTALL_DATA) $(srcdir)/hi22-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/resize_image.png
23537
 
+       $(INSTALL_DATA) $(srcdir)/hi32-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/slideshow.png
23538
 
        $(INSTALL_DATA) $(srcdir)/hi64-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/histogram.png
23539
 
-       $(INSTALL_DATA) $(srcdir)/hi32-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/resize_image.png
23540
 
-       $(INSTALL_DATA) $(srcdir)/hi48-action-histogram.png $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/histogram.png
23541
 
-       $(INSTALL_DATA) $(srcdir)/hi16-action-resize_image.png $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/resize_image.png
23542
 
-       $(INSTALL_DATA) $(srcdir)/cr22-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions/crop.png
23543
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/22x22/apps
23544
 
-       $(INSTALL_DATA) $(srcdir)/hi22-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/apps/showfoto.png
23545
 
-       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/32x32/apps
23546
 
-       $(INSTALL_DATA) $(srcdir)/hi32-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/apps/showfoto.png
23547
 
-       $(INSTALL_DATA) $(srcdir)/cr64-action-crop.png $(DESTDIR)$(showfotoicondir)/crystalsvg/64x64/actions/crop.png
23548
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/32x32/mimetypes
23549
 
+       $(INSTALL_DATA) $(srcdir)/hi32-mime-raw.png $(DESTDIR)$(showfotoicondir)/hicolor/32x32/mimetypes/raw.png
23550
 
+       $(INSTALL_DATA) $(srcdir)/cr48-action-rotate_cw.png $(DESTDIR)$(showfotoicondir)/crystalsvg/48x48/actions/rotate_cw.png
23551
 
+       $(INSTALL_DATA) $(srcdir)/hisc-action-slideshow.svgz $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/slideshow.svgz
23552
 
        $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/16x16/apps
23553
 
        $(INSTALL_DATA) $(srcdir)/hi16-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/16x16/apps/showfoto.png
23554
 
-       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps
23555
 
-       $(INSTALL_DATA) $(srcdir)/hi64-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps/showfoto.png
23556
 
+       $(INSTALL_DATA) $(srcdir)/hi16-action-slideshow.png $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/slideshow.png
23557
 
+       $(mkinstalldirs) $(DESTDIR)$(showfotoicondir)/hicolor/22x22/apps
23558
 
+       $(INSTALL_DATA) $(srcdir)/hi22-app-showfoto.png $(DESTDIR)$(showfotoicondir)/hicolor/22x22/apps/showfoto.png
23559
 
        $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps
23560
 
        $(INSTALL_DATA) $(srcdir)/hi48-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/showfoto.png
23561
 
-       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps
23562
 
-       $(INSTALL_DATA) $(srcdir)/hi128-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps/showfoto.png
23563
 
-       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps
23564
 
-       $(INSTALL_DATA) $(srcdir)/hi22-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/showfoto.png
23565
 
+       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps
23566
 
+       $(INSTALL_DATA) $(srcdir)/hi64-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps/showfoto.png
23567
 
        $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps
23568
 
        $(INSTALL_DATA) $(srcdir)/hi32-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/showfoto.png
23569
 
+       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps
23570
 
+       $(INSTALL_DATA) $(srcdir)/hi128-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps/showfoto.png
23571
 
        $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps
23572
 
        $(INSTALL_DATA) $(srcdir)/hi16-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/showfoto.png
23573
 
+       $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps
23574
 
+       $(INSTALL_DATA) $(srcdir)/hi22-app-showfoto.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/showfoto.png
23575
 
 
23576
 
 uninstall-kde-icons:
23577
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions/rotate_cw.png
23578
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/apps/showfoto.png
23579
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions/rotate_cw.png
23580
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/slideshow.png
23581
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/flip.png
23582
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions/crop.png
23583
 
        -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/48x48/actions/crop.png
23584
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/flip.png
23585
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/apps/showfoto.png
23586
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/flip.svgz
23587
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/apps/showfoto.png
23588
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/slideshow.png
23589
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/slideshow.svgz
23590
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/histogram.svgz
23591
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/resize_image.svgz
23592
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/flip.png
23593
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/flip.png
23594
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions/crop.png
23595
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/slideshow.png
23596
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/slideshow.png
23597
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/mimetypes/raw.png
23598
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/resize_image.png
23599
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/slideshow.png
23600
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/mimetypes/raw.png
23601
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/slideshow.png
23602
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/32x32/actions/crop.png
23603
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/resize_image.png
23604
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/histogram.png
23605
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/resize_image.png
23606
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/64x64/actions/crop.png
23607
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/slideshow.png
23608
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/resize_image.png
23609
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/mimetypes/raw.png
23610
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions/crop.png
23611
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/resize_image.png
23612
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/mimetypes/raw.png
23613
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions/rotate_cw.png
23614
 
        -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/scalable/actions/rotate_cw.svgz
23615
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/histogram.png
23616
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/histogram.svgz
23617
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/histogram.png
23618
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/resize_image.png
23619
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/slideshow.png
23620
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/flip.svgz
23621
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/slideshow.png
23622
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/flip.png
23623
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/histogram.png
23624
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/mimetypes/raw.png
23625
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/flip.png
23626
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/flip.png
23627
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/128x128/actions/resize_image.png
23628
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions/rotate_cw.png
23629
 
        -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/32x32/actions/rotate_cw.png
23630
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/histogram.png
23631
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions/rotate_cw.png
23632
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/scalable/actions/crop.svgz
23633
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/histogram.png
23634
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/histogram.png
23635
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/flip.png
23636
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/apps/showfoto.png
23637
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/apps/showfoto.png
23638
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/resize_image.png
23639
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions/crop.png
23640
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/16x16/actions/rotate_cw.png
23641
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/histogram.png
23642
 
        -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/64x64/actions/rotate_cw.png
23643
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/mimetypes/raw.png
23644
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/flip.png
23645
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/32x32/actions/crop.png
23646
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/scalable/actions/crop.svgz
23647
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/128x128/actions/crop.png
23648
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/mimetypes/raw.png
23649
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/128x128/apps/showfoto.png
23650
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/flip.png
23651
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/48x48/actions/rotate_cw.png
23652
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/actions/resize_image.png
23653
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/slideshow.png
23654
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/64x64/actions/histogram.png
23655
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/actions/resize_image.png
23656
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/48x48/actions/histogram.png
23657
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/resize_image.png
23658
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/22x22/actions/crop.png
23659
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/apps/showfoto.png
23660
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/apps/showfoto.png
23661
 
-       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/64x64/actions/crop.png
23662
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/32x32/mimetypes/raw.png
23663
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/crystalsvg/48x48/actions/rotate_cw.png
23664
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/scalable/actions/slideshow.svgz
23665
 
        -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/16x16/apps/showfoto.png
23666
 
-       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps/showfoto.png
23667
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/16x16/actions/slideshow.png
23668
 
+       -rm -f $(DESTDIR)$(showfotoicondir)/hicolor/22x22/apps/showfoto.png
23669
 
        -rm -f $(DESTDIR)$(kde_icondir)/hicolor/48x48/apps/showfoto.png
23670
 
-       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps/showfoto.png
23671
 
-       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/showfoto.png
23672
 
+       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/64x64/apps/showfoto.png
23673
 
        -rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/showfoto.png
23674
 
+       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/128x128/apps/showfoto.png
23675
 
        -rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/showfoto.png
23676
 
+       -rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/apps/showfoto.png
23677
 
 
23678
 
 #>+ 15
23679
 
 force-reedit:
23680
 
@@ -686,9 +690,9 @@
23681
 
              exit 1;; \
23682
 
          esac; \
23683
 
        done; \
23684
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/icons/Makefile'; \
23685
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/icons/Makefile'; \
23686
 
        cd $(top_srcdir) && \
23687
 
-         $(AUTOMAKE) --gnu  digikam/showfoto/icons/Makefile
23688
 
+         $(AUTOMAKE) --foreign  digikam/showfoto/icons/Makefile
23689
 
        cd $(top_srcdir) && perl admin/am_edit digikam/showfoto/icons/Makefile.in
23690
 
 
23691
 
 
23692
 
--- a/digikam/showfoto/Makefile.in
23693
 
+++ b/digikam/showfoto/Makefile.in
23694
 
@@ -258,6 +258,9 @@
23695
 
 LIB_XRENDER = @LIB_XRENDER@
23696
 
 LN_S = @LN_S@
23697
 
 LTLIBOBJS = @LTLIBOBJS@
23698
 
+MAINT = @MAINT@
23699
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23700
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23701
 
 MAKEINFO = @MAKEINFO@
23702
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23703
 
 MCOPIDL = @MCOPIDL@
23704
 
@@ -282,6 +285,7 @@
23705
 
 QT_INCLUDES = @QT_INCLUDES@
23706
 
 QT_LDFLAGS = @QT_LDFLAGS@
23707
 
 RANLIB = @RANLIB@
23708
 
+SED = @SED@
23709
 
 SET_MAKE = @SET_MAKE@
23710
 
 SHELL = @SHELL@
23711
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23712
 
@@ -440,7 +444,7 @@
23713
 
 
23714
 
 .SUFFIXES:
23715
 
 .SUFFIXES: .cpp .lo .o .obj
23716
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
23717
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
23718
 
 #>-    @for dep in $?; do \
23719
 
 #>-      case '$(am__configure_deps)' in \
23720
 
 #>-        *$$dep*) \
23721
 
@@ -449,9 +453,9 @@
23722
 
 #>-          exit 1;; \
23723
 
 #>-      esac; \
23724
 
 #>-    done; \
23725
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/Makefile'; \
23726
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/Makefile'; \
23727
 
 #>-    cd $(top_srcdir) && \
23728
 
-#>-      $(AUTOMAKE) --gnu  digikam/showfoto/Makefile
23729
 
+#>-      $(AUTOMAKE) --foreign  digikam/showfoto/Makefile
23730
 
 #>+ 12
23731
 
        @for dep in $?; do \
23732
 
          case '$(am__configure_deps)' in \
23733
 
@@ -461,9 +465,9 @@
23734
 
              exit 1;; \
23735
 
          esac; \
23736
 
        done; \
23737
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/Makefile'; \
23738
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/Makefile'; \
23739
 
        cd $(top_srcdir) && \
23740
 
-         $(AUTOMAKE) --gnu  digikam/showfoto/Makefile
23741
 
+         $(AUTOMAKE) --foreign  digikam/showfoto/Makefile
23742
 
        cd $(top_srcdir) && perl admin/am_edit digikam/showfoto/Makefile.in
23743
 
 .PRECIOUS: Makefile
23744
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23745
 
@@ -478,9 +482,9 @@
23746
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23747
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23748
 
 
23749
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23750
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23751
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23752
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23753
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23754
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23755
 
 install-binPROGRAMS: $(bin_PROGRAMS)
23756
 
        @$(NORMAL_INSTALL)
23757
 
@@ -899,9 +903,9 @@
23758
 
              exit 1;; \
23759
 
          esac; \
23760
 
        done; \
23761
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/Makefile'; \
23762
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/Makefile'; \
23763
 
        cd $(top_srcdir) && \
23764
 
-         $(AUTOMAKE) --gnu  digikam/showfoto/Makefile
23765
 
+         $(AUTOMAKE) --foreign  digikam/showfoto/Makefile
23766
 
        cd $(top_srcdir) && perl admin/am_edit digikam/showfoto/Makefile.in
23767
 
 
23768
 
 
23769
 
--- a/digikam/showfoto/pics/Makefile.in
23770
 
+++ b/digikam/showfoto/pics/Makefile.in
23771
 
@@ -196,6 +196,9 @@
23772
 
 LIB_XRENDER = @LIB_XRENDER@
23773
 
 LN_S = @LN_S@
23774
 
 LTLIBOBJS = @LTLIBOBJS@
23775
 
+MAINT = @MAINT@
23776
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23777
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23778
 
 MAKEINFO = @MAKEINFO@
23779
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23780
 
 MCOPIDL = @MCOPIDL@
23781
 
@@ -220,6 +223,7 @@
23782
 
 QT_INCLUDES = @QT_INCLUDES@
23783
 
 QT_LDFLAGS = @QT_LDFLAGS@
23784
 
 RANLIB = @RANLIB@
23785
 
+SED = @SED@
23786
 
 SET_MAKE = @SET_MAKE@
23787
 
 SHELL = @SHELL@
23788
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23789
 
@@ -346,7 +350,7 @@
23790
 
 all: docs-am  all-am
23791
 
 
23792
 
 .SUFFIXES:
23793
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
23794
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
23795
 
 #>-    @for dep in $?; do \
23796
 
 #>-      case '$(am__configure_deps)' in \
23797
 
 #>-        *$$dep*) \
23798
 
@@ -355,9 +359,9 @@
23799
 
 #>-          exit 1;; \
23800
 
 #>-      esac; \
23801
 
 #>-    done; \
23802
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/pics/Makefile'; \
23803
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/pics/Makefile'; \
23804
 
 #>-    cd $(top_srcdir) && \
23805
 
-#>-      $(AUTOMAKE) --gnu  digikam/showfoto/pics/Makefile
23806
 
+#>-      $(AUTOMAKE) --foreign  digikam/showfoto/pics/Makefile
23807
 
 #>+ 12
23808
 
        @for dep in $?; do \
23809
 
          case '$(am__configure_deps)' in \
23810
 
@@ -367,9 +371,9 @@
23811
 
              exit 1;; \
23812
 
          esac; \
23813
 
        done; \
23814
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/pics/Makefile'; \
23815
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/pics/Makefile'; \
23816
 
        cd $(top_srcdir) && \
23817
 
-         $(AUTOMAKE) --gnu  digikam/showfoto/pics/Makefile
23818
 
+         $(AUTOMAKE) --foreign  digikam/showfoto/pics/Makefile
23819
 
        cd $(top_srcdir) && perl admin/am_edit digikam/showfoto/pics/Makefile.in
23820
 
 .PRECIOUS: Makefile
23821
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23822
 
@@ -384,9 +388,9 @@
23823
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23824
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23825
 
 
23826
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23827
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23828
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23829
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23830
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23831
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23832
 
 
23833
 
 mostlyclean-libtool:
23834
 
@@ -561,9 +565,9 @@
23835
 
              exit 1;; \
23836
 
          esac; \
23837
 
        done; \
23838
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/pics/Makefile'; \
23839
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/pics/Makefile'; \
23840
 
        cd $(top_srcdir) && \
23841
 
-         $(AUTOMAKE) --gnu  digikam/showfoto/pics/Makefile
23842
 
+         $(AUTOMAKE) --foreign  digikam/showfoto/pics/Makefile
23843
 
        cd $(top_srcdir) && perl admin/am_edit digikam/showfoto/pics/Makefile.in
23844
 
 
23845
 
 
23846
 
--- a/digikam/showfoto/setup/Makefile.in
23847
 
+++ b/digikam/showfoto/setup/Makefile.in
23848
 
@@ -220,6 +220,9 @@
23849
 
 LIB_XRENDER = @LIB_XRENDER@
23850
 
 LN_S = @LN_S@
23851
 
 LTLIBOBJS = @LTLIBOBJS@
23852
 
+MAINT = @MAINT@
23853
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23854
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23855
 
 MAKEINFO = @MAKEINFO@
23856
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23857
 
 MCOPIDL = @MCOPIDL@
23858
 
@@ -244,6 +247,7 @@
23859
 
 QT_INCLUDES = @QT_INCLUDES@
23860
 
 QT_LDFLAGS = @QT_LDFLAGS@
23861
 
 RANLIB = @RANLIB@
23862
 
+SED = @SED@
23863
 
 SET_MAKE = @SET_MAKE@
23864
 
 SHELL = @SHELL@
23865
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23866
 
@@ -378,7 +382,7 @@
23867
 
 
23868
 
 .SUFFIXES:
23869
 
 .SUFFIXES: .cpp .lo .o .obj
23870
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
23871
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
23872
 
 #>-    @for dep in $?; do \
23873
 
 #>-      case '$(am__configure_deps)' in \
23874
 
 #>-        *$$dep*) \
23875
 
@@ -387,9 +391,9 @@
23876
 
 #>-          exit 1;; \
23877
 
 #>-      esac; \
23878
 
 #>-    done; \
23879
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/setup/Makefile'; \
23880
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/setup/Makefile'; \
23881
 
 #>-    cd $(top_srcdir) && \
23882
 
-#>-      $(AUTOMAKE) --gnu  digikam/showfoto/setup/Makefile
23883
 
+#>-      $(AUTOMAKE) --foreign  digikam/showfoto/setup/Makefile
23884
 
 #>+ 12
23885
 
        @for dep in $?; do \
23886
 
          case '$(am__configure_deps)' in \
23887
 
@@ -399,9 +403,9 @@
23888
 
              exit 1;; \
23889
 
          esac; \
23890
 
        done; \
23891
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/setup/Makefile'; \
23892
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/setup/Makefile'; \
23893
 
        cd $(top_srcdir) && \
23894
 
-         $(AUTOMAKE) --gnu  digikam/showfoto/setup/Makefile
23895
 
+         $(AUTOMAKE) --foreign  digikam/showfoto/setup/Makefile
23896
 
        cd $(top_srcdir) && perl admin/am_edit digikam/showfoto/setup/Makefile.in
23897
 
 .PRECIOUS: Makefile
23898
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23899
 
@@ -416,9 +420,9 @@
23900
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23901
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23902
 
 
23903
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23904
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23905
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23906
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23907
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23908
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23909
 
 
23910
 
 clean-noinstLTLIBRARIES:
23911
 
@@ -689,9 +693,9 @@
23912
 
              exit 1;; \
23913
 
          esac; \
23914
 
        done; \
23915
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/showfoto/setup/Makefile'; \
23916
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/showfoto/setup/Makefile'; \
23917
 
        cd $(top_srcdir) && \
23918
 
-         $(AUTOMAKE) --gnu  digikam/showfoto/setup/Makefile
23919
 
+         $(AUTOMAKE) --foreign  digikam/showfoto/setup/Makefile
23920
 
        cd $(top_srcdir) && perl admin/am_edit digikam/showfoto/setup/Makefile.in
23921
 
 
23922
 
 
23923
 
--- a/digikam/themedesigner/Makefile.in
23924
 
+++ b/digikam/themedesigner/Makefile.in
23925
 
@@ -229,6 +229,9 @@
23926
 
 LIB_XRENDER = @LIB_XRENDER@
23927
 
 LN_S = @LN_S@
23928
 
 LTLIBOBJS = @LTLIBOBJS@
23929
 
+MAINT = @MAINT@
23930
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
23931
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
23932
 
 MAKEINFO = @MAKEINFO@
23933
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
23934
 
 MCOPIDL = @MCOPIDL@
23935
 
@@ -253,6 +256,7 @@
23936
 
 QT_INCLUDES = @QT_INCLUDES@
23937
 
 QT_LDFLAGS = @QT_LDFLAGS@
23938
 
 RANLIB = @RANLIB@
23939
 
+SED = @SED@
23940
 
 SET_MAKE = @SET_MAKE@
23941
 
 SHELL = @SHELL@
23942
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
23943
 
@@ -394,7 +398,7 @@
23944
 
 
23945
 
 .SUFFIXES:
23946
 
 .SUFFIXES: .cpp .lo .o .obj
23947
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
23948
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
23949
 
 #>-    @for dep in $?; do \
23950
 
 #>-      case '$(am__configure_deps)' in \
23951
 
 #>-        *$$dep*) \
23952
 
@@ -403,9 +407,9 @@
23953
 
 #>-          exit 1;; \
23954
 
 #>-      esac; \
23955
 
 #>-    done; \
23956
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/themedesigner/Makefile'; \
23957
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/themedesigner/Makefile'; \
23958
 
 #>-    cd $(top_srcdir) && \
23959
 
-#>-      $(AUTOMAKE) --gnu  digikam/themedesigner/Makefile
23960
 
+#>-      $(AUTOMAKE) --foreign  digikam/themedesigner/Makefile
23961
 
 #>+ 12
23962
 
        @for dep in $?; do \
23963
 
          case '$(am__configure_deps)' in \
23964
 
@@ -415,9 +419,9 @@
23965
 
              exit 1;; \
23966
 
          esac; \
23967
 
        done; \
23968
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/themedesigner/Makefile'; \
23969
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/themedesigner/Makefile'; \
23970
 
        cd $(top_srcdir) && \
23971
 
-         $(AUTOMAKE) --gnu  digikam/themedesigner/Makefile
23972
 
+         $(AUTOMAKE) --foreign  digikam/themedesigner/Makefile
23973
 
        cd $(top_srcdir) && perl admin/am_edit digikam/themedesigner/Makefile.in
23974
 
 .PRECIOUS: Makefile
23975
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
23976
 
@@ -432,9 +436,9 @@
23977
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
23978
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23979
 
 
23980
 
-$(top_srcdir)/configure:  $(am__configure_deps)
23981
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
23982
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23983
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
23984
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
23985
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
23986
 
 install-binPROGRAMS: $(bin_PROGRAMS)
23987
 
        @$(NORMAL_INSTALL)
23988
 
@@ -721,9 +725,9 @@
23989
 
              exit 1;; \
23990
 
          esac; \
23991
 
        done; \
23992
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/themedesigner/Makefile'; \
23993
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/themedesigner/Makefile'; \
23994
 
        cd $(top_srcdir) && \
23995
 
-         $(AUTOMAKE) --gnu  digikam/themedesigner/Makefile
23996
 
+         $(AUTOMAKE) --foreign  digikam/themedesigner/Makefile
23997
 
        cd $(top_srcdir) && perl admin/am_edit digikam/themedesigner/Makefile.in
23998
 
 
23999
 
 
24000
 
--- a/digikam/utilities/batch/Makefile.in
24001
 
+++ b/digikam/utilities/batch/Makefile.in
24002
 
@@ -223,6 +223,9 @@
24003
 
 LIB_XRENDER = @LIB_XRENDER@
24004
 
 LN_S = @LN_S@
24005
 
 LTLIBOBJS = @LTLIBOBJS@
24006
 
+MAINT = @MAINT@
24007
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24008
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24009
 
 MAKEINFO = @MAKEINFO@
24010
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24011
 
 MCOPIDL = @MCOPIDL@
24012
 
@@ -247,6 +250,7 @@
24013
 
 QT_INCLUDES = @QT_INCLUDES@
24014
 
 QT_LDFLAGS = @QT_LDFLAGS@
24015
 
 RANLIB = @RANLIB@
24016
 
+SED = @SED@
24017
 
 SET_MAKE = @SET_MAKE@
24018
 
 SHELL = @SHELL@
24019
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24020
 
@@ -387,7 +391,7 @@
24021
 
 
24022
 
 .SUFFIXES:
24023
 
 .SUFFIXES: .cpp .lo .o .obj
24024
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24025
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24026
 
 #>-    @for dep in $?; do \
24027
 
 #>-      case '$(am__configure_deps)' in \
24028
 
 #>-        *$$dep*) \
24029
 
@@ -396,9 +400,9 @@
24030
 
 #>-          exit 1;; \
24031
 
 #>-      esac; \
24032
 
 #>-    done; \
24033
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/batch/Makefile'; \
24034
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/batch/Makefile'; \
24035
 
 #>-    cd $(top_srcdir) && \
24036
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/batch/Makefile
24037
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/batch/Makefile
24038
 
 #>+ 12
24039
 
        @for dep in $?; do \
24040
 
          case '$(am__configure_deps)' in \
24041
 
@@ -408,9 +412,9 @@
24042
 
              exit 1;; \
24043
 
          esac; \
24044
 
        done; \
24045
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/batch/Makefile'; \
24046
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/batch/Makefile'; \
24047
 
        cd $(top_srcdir) && \
24048
 
-         $(AUTOMAKE) --gnu  digikam/utilities/batch/Makefile
24049
 
+         $(AUTOMAKE) --foreign  digikam/utilities/batch/Makefile
24050
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/batch/Makefile.in
24051
 
 .PRECIOUS: Makefile
24052
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24053
 
@@ -425,9 +429,9 @@
24054
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24055
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24056
 
 
24057
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24058
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24059
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24060
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24061
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24062
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24063
 
 
24064
 
 clean-noinstLTLIBRARIES:
24065
 
@@ -714,9 +718,9 @@
24066
 
              exit 1;; \
24067
 
          esac; \
24068
 
        done; \
24069
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/batch/Makefile'; \
24070
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/batch/Makefile'; \
24071
 
        cd $(top_srcdir) && \
24072
 
-         $(AUTOMAKE) --gnu  digikam/utilities/batch/Makefile
24073
 
+         $(AUTOMAKE) --foreign  digikam/utilities/batch/Makefile
24074
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/batch/Makefile.in
24075
 
 
24076
 
 
24077
 
--- a/digikam/utilities/cameragui/Makefile.in
24078
 
+++ b/digikam/utilities/cameragui/Makefile.in
24079
 
@@ -229,6 +229,9 @@
24080
 
 LIB_XRENDER = @LIB_XRENDER@
24081
 
 LN_S = @LN_S@
24082
 
 LTLIBOBJS = @LTLIBOBJS@
24083
 
+MAINT = @MAINT@
24084
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24085
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24086
 
 MAKEINFO = @MAKEINFO@
24087
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24088
 
 MCOPIDL = @MCOPIDL@
24089
 
@@ -253,6 +256,7 @@
24090
 
 QT_INCLUDES = @QT_INCLUDES@
24091
 
 QT_LDFLAGS = @QT_LDFLAGS@
24092
 
 RANLIB = @RANLIB@
24093
 
+SED = @SED@
24094
 
 SET_MAKE = @SET_MAKE@
24095
 
 SHELL = @SHELL@
24096
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24097
 
@@ -407,7 +411,7 @@
24098
 
 
24099
 
 .SUFFIXES:
24100
 
 .SUFFIXES: .cpp .lo .o .obj
24101
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24102
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24103
 
 #>-    @for dep in $?; do \
24104
 
 #>-      case '$(am__configure_deps)' in \
24105
 
 #>-        *$$dep*) \
24106
 
@@ -416,9 +420,9 @@
24107
 
 #>-          exit 1;; \
24108
 
 #>-      esac; \
24109
 
 #>-    done; \
24110
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/cameragui/Makefile'; \
24111
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/cameragui/Makefile'; \
24112
 
 #>-    cd $(top_srcdir) && \
24113
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/cameragui/Makefile
24114
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/cameragui/Makefile
24115
 
 #>+ 12
24116
 
        @for dep in $?; do \
24117
 
          case '$(am__configure_deps)' in \
24118
 
@@ -428,9 +432,9 @@
24119
 
              exit 1;; \
24120
 
          esac; \
24121
 
        done; \
24122
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/cameragui/Makefile'; \
24123
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/cameragui/Makefile'; \
24124
 
        cd $(top_srcdir) && \
24125
 
-         $(AUTOMAKE) --gnu  digikam/utilities/cameragui/Makefile
24126
 
+         $(AUTOMAKE) --foreign  digikam/utilities/cameragui/Makefile
24127
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/cameragui/Makefile.in
24128
 
 .PRECIOUS: Makefile
24129
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24130
 
@@ -445,9 +449,9 @@
24131
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24132
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24133
 
 
24134
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24135
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24136
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24137
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24138
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24139
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24140
 
 
24141
 
 clean-noinstLTLIBRARIES:
24142
 
@@ -773,9 +777,9 @@
24143
 
              exit 1;; \
24144
 
          esac; \
24145
 
        done; \
24146
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/cameragui/Makefile'; \
24147
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/cameragui/Makefile'; \
24148
 
        cd $(top_srcdir) && \
24149
 
-         $(AUTOMAKE) --gnu  digikam/utilities/cameragui/Makefile
24150
 
+         $(AUTOMAKE) --foreign  digikam/utilities/cameragui/Makefile
24151
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/cameragui/Makefile.in
24152
 
 
24153
 
 
24154
 
--- a/digikam/utilities/hotplug/Makefile.in
24155
 
+++ b/digikam/utilities/hotplug/Makefile.in
24156
 
@@ -205,6 +205,9 @@
24157
 
 LIB_XRENDER = @LIB_XRENDER@
24158
 
 LN_S = @LN_S@
24159
 
 LTLIBOBJS = @LTLIBOBJS@
24160
 
+MAINT = @MAINT@
24161
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24162
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24163
 
 MAKEINFO = @MAKEINFO@
24164
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24165
 
 MCOPIDL = @MCOPIDL@
24166
 
@@ -229,6 +232,7 @@
24167
 
 QT_INCLUDES = @QT_INCLUDES@
24168
 
 QT_LDFLAGS = @QT_LDFLAGS@
24169
 
 RANLIB = @RANLIB@
24170
 
+SED = @SED@
24171
 
 SET_MAKE = @SET_MAKE@
24172
 
 SHELL = @SHELL@
24173
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24174
 
@@ -357,7 +361,7 @@
24175
 
 all: docs-am  all-am
24176
 
 
24177
 
 .SUFFIXES:
24178
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24179
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24180
 
 #>-    @for dep in $?; do \
24181
 
 #>-      case '$(am__configure_deps)' in \
24182
 
 #>-        *$$dep*) \
24183
 
@@ -366,9 +370,9 @@
24184
 
 #>-          exit 1;; \
24185
 
 #>-      esac; \
24186
 
 #>-    done; \
24187
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/hotplug/Makefile'; \
24188
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/hotplug/Makefile'; \
24189
 
 #>-    cd $(top_srcdir) && \
24190
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/hotplug/Makefile
24191
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/hotplug/Makefile
24192
 
 #>+ 12
24193
 
        @for dep in $?; do \
24194
 
          case '$(am__configure_deps)' in \
24195
 
@@ -378,9 +382,9 @@
24196
 
              exit 1;; \
24197
 
          esac; \
24198
 
        done; \
24199
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/hotplug/Makefile'; \
24200
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/hotplug/Makefile'; \
24201
 
        cd $(top_srcdir) && \
24202
 
-         $(AUTOMAKE) --gnu  digikam/utilities/hotplug/Makefile
24203
 
+         $(AUTOMAKE) --foreign  digikam/utilities/hotplug/Makefile
24204
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/hotplug/Makefile.in
24205
 
 .PRECIOUS: Makefile
24206
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24207
 
@@ -395,9 +399,9 @@
24208
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24209
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24210
 
 
24211
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24212
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24213
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24214
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24215
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24216
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24217
 
 digikam-download.desktop: $(top_builddir)/config.status $(srcdir)/digikam-download.desktop.in
24218
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
24219
 
@@ -601,9 +605,9 @@
24220
 
              exit 1;; \
24221
 
          esac; \
24222
 
        done; \
24223
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/hotplug/Makefile'; \
24224
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/hotplug/Makefile'; \
24225
 
        cd $(top_srcdir) && \
24226
 
-         $(AUTOMAKE) --gnu  digikam/utilities/hotplug/Makefile
24227
 
+         $(AUTOMAKE) --foreign  digikam/utilities/hotplug/Makefile
24228
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/hotplug/Makefile.in
24229
 
 
24230
 
 
24231
 
--- a/digikam/utilities/imageeditor/canvas/Makefile.in
24232
 
+++ b/digikam/utilities/imageeditor/canvas/Makefile.in
24233
 
@@ -234,6 +234,9 @@
24234
 
 LIB_XRENDER = @LIB_XRENDER@
24235
 
 LN_S = @LN_S@
24236
 
 LTLIBOBJS = @LTLIBOBJS@
24237
 
+MAINT = @MAINT@
24238
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24239
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24240
 
 MAKEINFO = @MAKEINFO@
24241
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24242
 
 MCOPIDL = @MCOPIDL@
24243
 
@@ -258,6 +261,7 @@
24244
 
 QT_INCLUDES = @QT_INCLUDES@
24245
 
 QT_LDFLAGS = @QT_LDFLAGS@
24246
 
 RANLIB = @RANLIB@
24247
 
+SED = @SED@
24248
 
 SET_MAKE = @SET_MAKE@
24249
 
 SHELL = @SHELL@
24250
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24251
 
@@ -405,7 +409,7 @@
24252
 
 
24253
 
 .SUFFIXES:
24254
 
 .SUFFIXES: .cpp .lo .o .obj
24255
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24256
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24257
 
 #>-    @for dep in $?; do \
24258
 
 #>-      case '$(am__configure_deps)' in \
24259
 
 #>-        *$$dep*) \
24260
 
@@ -414,9 +418,9 @@
24261
 
 #>-          exit 1;; \
24262
 
 #>-      esac; \
24263
 
 #>-    done; \
24264
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/canvas/Makefile'; \
24265
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/canvas/Makefile'; \
24266
 
 #>-    cd $(top_srcdir) && \
24267
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/canvas/Makefile
24268
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/canvas/Makefile
24269
 
 #>+ 12
24270
 
        @for dep in $?; do \
24271
 
          case '$(am__configure_deps)' in \
24272
 
@@ -426,9 +430,9 @@
24273
 
              exit 1;; \
24274
 
          esac; \
24275
 
        done; \
24276
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/canvas/Makefile'; \
24277
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/canvas/Makefile'; \
24278
 
        cd $(top_srcdir) && \
24279
 
-         $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/canvas/Makefile
24280
 
+         $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/canvas/Makefile
24281
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/imageeditor/canvas/Makefile.in
24282
 
 .PRECIOUS: Makefile
24283
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24284
 
@@ -443,9 +447,9 @@
24285
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24286
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24287
 
 
24288
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24289
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24290
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24291
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24292
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24293
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24294
 
 
24295
 
 clean-noinstLTLIBRARIES:
24296
 
@@ -727,7 +731,7 @@
24297
 
        -rm -f  dimginterface.moc colorcorrectiondlg.moc canvas.moc
24298
 
 
24299
 
 #>+ 2
24300
 
-KDE_DIST=Makefile.in undomanager.h iofilesettingscontainer.h undocache.h canvas.h dimginterface.h iccsettingscontainer.h undoaction.h colorcorrectiondlg.h imagepluginloader.h Makefile.am 
24301
 
+KDE_DIST=Makefile.in undomanager.h iofilesettingscontainer.h undocache.h canvas.h dimginterface.h undoaction.h iccsettingscontainer.h colorcorrectiondlg.h imagepluginloader.h Makefile.am 
24302
 
 
24303
 
 #>+ 2
24304
 
 docs-am:
24305
 
@@ -742,9 +746,9 @@
24306
 
              exit 1;; \
24307
 
          esac; \
24308
 
        done; \
24309
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/canvas/Makefile'; \
24310
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/canvas/Makefile'; \
24311
 
        cd $(top_srcdir) && \
24312
 
-         $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/canvas/Makefile
24313
 
+         $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/canvas/Makefile
24314
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/imageeditor/canvas/Makefile.in
24315
 
 
24316
 
 
24317
 
--- a/digikam/utilities/imageeditor/editor/Makefile.in
24318
 
+++ b/digikam/utilities/imageeditor/editor/Makefile.in
24319
 
@@ -250,6 +250,9 @@
24320
 
 LIB_XRENDER = @LIB_XRENDER@
24321
 
 LN_S = @LN_S@
24322
 
 LTLIBOBJS = @LTLIBOBJS@
24323
 
+MAINT = @MAINT@
24324
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24325
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24326
 
 MAKEINFO = @MAKEINFO@
24327
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24328
 
 MCOPIDL = @MCOPIDL@
24329
 
@@ -274,6 +277,7 @@
24330
 
 QT_INCLUDES = @QT_INCLUDES@
24331
 
 QT_LDFLAGS = @QT_LDFLAGS@
24332
 
 RANLIB = @RANLIB@
24333
 
+SED = @SED@
24334
 
 SET_MAKE = @SET_MAKE@
24335
 
 SHELL = @SHELL@
24336
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24337
 
@@ -433,7 +437,7 @@
24338
 
 
24339
 
 .SUFFIXES:
24340
 
 .SUFFIXES: .cpp .lo .o .obj
24341
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24342
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24343
 
 #>-    @for dep in $?; do \
24344
 
 #>-      case '$(am__configure_deps)' in \
24345
 
 #>-        *$$dep*) \
24346
 
@@ -442,9 +446,9 @@
24347
 
 #>-          exit 1;; \
24348
 
 #>-      esac; \
24349
 
 #>-    done; \
24350
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/editor/Makefile'; \
24351
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/editor/Makefile'; \
24352
 
 #>-    cd $(top_srcdir) && \
24353
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/editor/Makefile
24354
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/editor/Makefile
24355
 
 #>+ 12
24356
 
        @for dep in $?; do \
24357
 
          case '$(am__configure_deps)' in \
24358
 
@@ -454,9 +458,9 @@
24359
 
              exit 1;; \
24360
 
          esac; \
24361
 
        done; \
24362
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/editor/Makefile'; \
24363
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/editor/Makefile'; \
24364
 
        cd $(top_srcdir) && \
24365
 
-         $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/editor/Makefile
24366
 
+         $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/editor/Makefile
24367
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/imageeditor/editor/Makefile.in
24368
 
 .PRECIOUS: Makefile
24369
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24370
 
@@ -471,9 +475,9 @@
24371
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24372
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24373
 
 
24374
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24375
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24376
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24377
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24378
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24379
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24380
 
 
24381
 
 clean-noinstLTLIBRARIES:
24382
 
@@ -798,9 +802,9 @@
24383
 
              exit 1;; \
24384
 
          esac; \
24385
 
        done; \
24386
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/editor/Makefile'; \
24387
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/editor/Makefile'; \
24388
 
        cd $(top_srcdir) && \
24389
 
-         $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/editor/Makefile
24390
 
+         $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/editor/Makefile
24391
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/imageeditor/editor/Makefile.in
24392
 
 
24393
 
 
24394
 
--- a/digikam/utilities/imageeditor/Makefile.in
24395
 
+++ b/digikam/utilities/imageeditor/Makefile.in
24396
 
@@ -202,6 +202,9 @@
24397
 
 LIB_XRENDER = @LIB_XRENDER@
24398
 
 LN_S = @LN_S@
24399
 
 LTLIBOBJS = @LTLIBOBJS@
24400
 
+MAINT = @MAINT@
24401
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24402
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24403
 
 MAKEINFO = @MAKEINFO@
24404
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24405
 
 MCOPIDL = @MCOPIDL@
24406
 
@@ -226,6 +229,7 @@
24407
 
 QT_INCLUDES = @QT_INCLUDES@
24408
 
 QT_LDFLAGS = @QT_LDFLAGS@
24409
 
 RANLIB = @RANLIB@
24410
 
+SED = @SED@
24411
 
 SET_MAKE = @SET_MAKE@
24412
 
 SHELL = @SHELL@
24413
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24414
 
@@ -351,7 +355,7 @@
24415
 
 all: docs-am  all-recursive
24416
 
 
24417
 
 .SUFFIXES:
24418
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24419
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24420
 
 #>-    @for dep in $?; do \
24421
 
 #>-      case '$(am__configure_deps)' in \
24422
 
 #>-        *$$dep*) \
24423
 
@@ -360,9 +364,9 @@
24424
 
 #>-          exit 1;; \
24425
 
 #>-      esac; \
24426
 
 #>-    done; \
24427
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/Makefile'; \
24428
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/Makefile'; \
24429
 
 #>-    cd $(top_srcdir) && \
24430
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/Makefile
24431
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/Makefile
24432
 
 #>+ 12
24433
 
        @for dep in $?; do \
24434
 
          case '$(am__configure_deps)' in \
24435
 
@@ -372,9 +376,9 @@
24436
 
              exit 1;; \
24437
 
          esac; \
24438
 
        done; \
24439
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/Makefile'; \
24440
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/Makefile'; \
24441
 
        cd $(top_srcdir) && \
24442
 
-         $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/Makefile
24443
 
+         $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/Makefile
24444
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/imageeditor/Makefile.in
24445
 
 .PRECIOUS: Makefile
24446
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24447
 
@@ -389,9 +393,9 @@
24448
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24449
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24450
 
 
24451
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24452
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24453
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24454
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24455
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24456
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24457
 
 
24458
 
 mostlyclean-libtool:
24459
 
@@ -693,9 +697,9 @@
24460
 
              exit 1;; \
24461
 
          esac; \
24462
 
        done; \
24463
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/Makefile'; \
24464
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/Makefile'; \
24465
 
        cd $(top_srcdir) && \
24466
 
-         $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/Makefile
24467
 
+         $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/Makefile
24468
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/imageeditor/Makefile.in
24469
 
 
24470
 
 
24471
 
--- a/digikam/utilities/imageeditor/tools/Makefile.in
24472
 
+++ b/digikam/utilities/imageeditor/tools/Makefile.in
24473
 
@@ -219,6 +219,9 @@
24474
 
 LIB_XRENDER = @LIB_XRENDER@
24475
 
 LN_S = @LN_S@
24476
 
 LTLIBOBJS = @LTLIBOBJS@
24477
 
+MAINT = @MAINT@
24478
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24479
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24480
 
 MAKEINFO = @MAKEINFO@
24481
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24482
 
 MCOPIDL = @MCOPIDL@
24483
 
@@ -243,6 +246,7 @@
24484
 
 QT_INCLUDES = @QT_INCLUDES@
24485
 
 QT_LDFLAGS = @QT_LDFLAGS@
24486
 
 RANLIB = @RANLIB@
24487
 
+SED = @SED@
24488
 
 SET_MAKE = @SET_MAKE@
24489
 
 SHELL = @SHELL@
24490
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24491
 
@@ -382,7 +386,7 @@
24492
 
 
24493
 
 .SUFFIXES:
24494
 
 .SUFFIXES: .cpp .lo .o .obj
24495
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24496
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24497
 
 #>-    @for dep in $?; do \
24498
 
 #>-      case '$(am__configure_deps)' in \
24499
 
 #>-        *$$dep*) \
24500
 
@@ -391,9 +395,9 @@
24501
 
 #>-          exit 1;; \
24502
 
 #>-      esac; \
24503
 
 #>-    done; \
24504
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/tools/Makefile'; \
24505
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/tools/Makefile'; \
24506
 
 #>-    cd $(top_srcdir) && \
24507
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/tools/Makefile
24508
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/tools/Makefile
24509
 
 #>+ 12
24510
 
        @for dep in $?; do \
24511
 
          case '$(am__configure_deps)' in \
24512
 
@@ -403,9 +407,9 @@
24513
 
              exit 1;; \
24514
 
          esac; \
24515
 
        done; \
24516
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/tools/Makefile'; \
24517
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/tools/Makefile'; \
24518
 
        cd $(top_srcdir) && \
24519
 
-         $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/tools/Makefile
24520
 
+         $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/tools/Makefile
24521
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/imageeditor/tools/Makefile.in
24522
 
 .PRECIOUS: Makefile
24523
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24524
 
@@ -420,9 +424,9 @@
24525
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24526
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24527
 
 
24528
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24529
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24530
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24531
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24532
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24533
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24534
 
 
24535
 
 clean-noinstLTLIBRARIES:
24536
 
@@ -685,9 +689,9 @@
24537
 
              exit 1;; \
24538
 
          esac; \
24539
 
        done; \
24540
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/tools/Makefile'; \
24541
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/tools/Makefile'; \
24542
 
        cd $(top_srcdir) && \
24543
 
-         $(AUTOMAKE) --gnu  digikam/utilities/imageeditor/tools/Makefile
24544
 
+         $(AUTOMAKE) --foreign  digikam/utilities/imageeditor/tools/Makefile
24545
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/imageeditor/tools/Makefile.in
24546
 
 
24547
 
 
24548
 
--- a/digikam/utilities/lighttable/Makefile.in
24549
 
+++ b/digikam/utilities/lighttable/Makefile.in
24550
 
@@ -231,6 +231,9 @@
24551
 
 LIB_XRENDER = @LIB_XRENDER@
24552
 
 LN_S = @LN_S@
24553
 
 LTLIBOBJS = @LTLIBOBJS@
24554
 
+MAINT = @MAINT@
24555
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24556
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24557
 
 MAKEINFO = @MAKEINFO@
24558
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24559
 
 MCOPIDL = @MCOPIDL@
24560
 
@@ -255,6 +258,7 @@
24561
 
 QT_INCLUDES = @QT_INCLUDES@
24562
 
 QT_LDFLAGS = @QT_LDFLAGS@
24563
 
 RANLIB = @RANLIB@
24564
 
+SED = @SED@
24565
 
 SET_MAKE = @SET_MAKE@
24566
 
 SHELL = @SHELL@
24567
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24568
 
@@ -405,7 +409,7 @@
24569
 
 
24570
 
 .SUFFIXES:
24571
 
 .SUFFIXES: .cpp .lo .o .obj
24572
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24573
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24574
 
 #>-    @for dep in $?; do \
24575
 
 #>-      case '$(am__configure_deps)' in \
24576
 
 #>-        *$$dep*) \
24577
 
@@ -414,9 +418,9 @@
24578
 
 #>-          exit 1;; \
24579
 
 #>-      esac; \
24580
 
 #>-    done; \
24581
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/lighttable/Makefile'; \
24582
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/lighttable/Makefile'; \
24583
 
 #>-    cd $(top_srcdir) && \
24584
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/lighttable/Makefile
24585
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/lighttable/Makefile
24586
 
 #>+ 12
24587
 
        @for dep in $?; do \
24588
 
          case '$(am__configure_deps)' in \
24589
 
@@ -426,9 +430,9 @@
24590
 
              exit 1;; \
24591
 
          esac; \
24592
 
        done; \
24593
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/lighttable/Makefile'; \
24594
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/lighttable/Makefile'; \
24595
 
        cd $(top_srcdir) && \
24596
 
-         $(AUTOMAKE) --gnu  digikam/utilities/lighttable/Makefile
24597
 
+         $(AUTOMAKE) --foreign  digikam/utilities/lighttable/Makefile
24598
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/lighttable/Makefile.in
24599
 
 .PRECIOUS: Makefile
24600
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24601
 
@@ -443,9 +447,9 @@
24602
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24603
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24604
 
 
24605
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24606
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24607
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24608
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24609
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24610
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24611
 
 
24612
 
 clean-noinstLTLIBRARIES:
24613
 
@@ -744,9 +748,9 @@
24614
 
              exit 1;; \
24615
 
          esac; \
24616
 
        done; \
24617
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/lighttable/Makefile'; \
24618
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/lighttable/Makefile'; \
24619
 
        cd $(top_srcdir) && \
24620
 
-         $(AUTOMAKE) --gnu  digikam/utilities/lighttable/Makefile
24621
 
+         $(AUTOMAKE) --foreign  digikam/utilities/lighttable/Makefile
24622
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/lighttable/Makefile.in
24623
 
 
24624
 
 
24625
 
--- a/digikam/utilities/Makefile.in
24626
 
+++ b/digikam/utilities/Makefile.in
24627
 
@@ -202,6 +202,9 @@
24628
 
 LIB_XRENDER = @LIB_XRENDER@
24629
 
 LN_S = @LN_S@
24630
 
 LTLIBOBJS = @LTLIBOBJS@
24631
 
+MAINT = @MAINT@
24632
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24633
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24634
 
 MAKEINFO = @MAKEINFO@
24635
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24636
 
 MCOPIDL = @MCOPIDL@
24637
 
@@ -226,6 +229,7 @@
24638
 
 QT_INCLUDES = @QT_INCLUDES@
24639
 
 QT_LDFLAGS = @QT_LDFLAGS@
24640
 
 RANLIB = @RANLIB@
24641
 
+SED = @SED@
24642
 
 SET_MAKE = @SET_MAKE@
24643
 
 SHELL = @SHELL@
24644
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24645
 
@@ -351,7 +355,7 @@
24646
 
 all: docs-am  all-recursive
24647
 
 
24648
 
 .SUFFIXES:
24649
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24650
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24651
 
 #>-    @for dep in $?; do \
24652
 
 #>-      case '$(am__configure_deps)' in \
24653
 
 #>-        *$$dep*) \
24654
 
@@ -360,9 +364,9 @@
24655
 
 #>-          exit 1;; \
24656
 
 #>-      esac; \
24657
 
 #>-    done; \
24658
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/Makefile'; \
24659
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/Makefile'; \
24660
 
 #>-    cd $(top_srcdir) && \
24661
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/Makefile
24662
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/Makefile
24663
 
 #>+ 12
24664
 
        @for dep in $?; do \
24665
 
          case '$(am__configure_deps)' in \
24666
 
@@ -372,9 +376,9 @@
24667
 
              exit 1;; \
24668
 
          esac; \
24669
 
        done; \
24670
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/Makefile'; \
24671
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/Makefile'; \
24672
 
        cd $(top_srcdir) && \
24673
 
-         $(AUTOMAKE) --gnu  digikam/utilities/Makefile
24674
 
+         $(AUTOMAKE) --foreign  digikam/utilities/Makefile
24675
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/Makefile.in
24676
 
 .PRECIOUS: Makefile
24677
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24678
 
@@ -389,9 +393,9 @@
24679
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24680
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24681
 
 
24682
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24683
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24684
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24685
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24686
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24687
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24688
 
 
24689
 
 mostlyclean-libtool:
24690
 
@@ -693,9 +697,9 @@
24691
 
              exit 1;; \
24692
 
          esac; \
24693
 
        done; \
24694
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/Makefile'; \
24695
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/Makefile'; \
24696
 
        cd $(top_srcdir) && \
24697
 
-         $(AUTOMAKE) --gnu  digikam/utilities/Makefile
24698
 
+         $(AUTOMAKE) --foreign  digikam/utilities/Makefile
24699
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/Makefile.in
24700
 
 
24701
 
 
24702
 
--- a/digikam/utilities/scripts/Makefile.in
24703
 
+++ b/digikam/utilities/scripts/Makefile.in
24704
 
@@ -193,6 +193,9 @@
24705
 
 LIB_XRENDER = @LIB_XRENDER@
24706
 
 LN_S = @LN_S@
24707
 
 LTLIBOBJS = @LTLIBOBJS@
24708
 
+MAINT = @MAINT@
24709
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24710
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24711
 
 MAKEINFO = @MAKEINFO@
24712
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24713
 
 MCOPIDL = @MCOPIDL@
24714
 
@@ -217,6 +220,7 @@
24715
 
 QT_INCLUDES = @QT_INCLUDES@
24716
 
 QT_LDFLAGS = @QT_LDFLAGS@
24717
 
 RANLIB = @RANLIB@
24718
 
+SED = @SED@
24719
 
 SET_MAKE = @SET_MAKE@
24720
 
 SHELL = @SHELL@
24721
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24722
 
@@ -345,7 +349,7 @@
24723
 
 all: docs-am  all-am
24724
 
 
24725
 
 .SUFFIXES:
24726
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24727
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24728
 
 #>-    @for dep in $?; do \
24729
 
 #>-      case '$(am__configure_deps)' in \
24730
 
 #>-        *$$dep*) \
24731
 
@@ -354,9 +358,9 @@
24732
 
 #>-          exit 1;; \
24733
 
 #>-      esac; \
24734
 
 #>-    done; \
24735
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/scripts/Makefile'; \
24736
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/scripts/Makefile'; \
24737
 
 #>-    cd $(top_srcdir) && \
24738
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/scripts/Makefile
24739
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/scripts/Makefile
24740
 
 #>+ 12
24741
 
        @for dep in $?; do \
24742
 
          case '$(am__configure_deps)' in \
24743
 
@@ -366,9 +370,9 @@
24744
 
              exit 1;; \
24745
 
          esac; \
24746
 
        done; \
24747
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/scripts/Makefile'; \
24748
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/scripts/Makefile'; \
24749
 
        cd $(top_srcdir) && \
24750
 
-         $(AUTOMAKE) --gnu  digikam/utilities/scripts/Makefile
24751
 
+         $(AUTOMAKE) --foreign  digikam/utilities/scripts/Makefile
24752
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/scripts/Makefile.in
24753
 
 .PRECIOUS: Makefile
24754
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24755
 
@@ -383,9 +387,9 @@
24756
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24757
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24758
 
 
24759
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24760
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24761
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24762
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24763
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24764
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24765
 
 install-binSCRIPTS: $(bin_SCRIPTS)
24766
 
        @$(NORMAL_INSTALL)
24767
 
@@ -609,9 +613,9 @@
24768
 
              exit 1;; \
24769
 
          esac; \
24770
 
        done; \
24771
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/scripts/Makefile'; \
24772
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/scripts/Makefile'; \
24773
 
        cd $(top_srcdir) && \
24774
 
-         $(AUTOMAKE) --gnu  digikam/utilities/scripts/Makefile
24775
 
+         $(AUTOMAKE) --foreign  digikam/utilities/scripts/Makefile
24776
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/scripts/Makefile.in
24777
 
 
24778
 
 
24779
 
--- a/digikam/utilities/setup/Makefile.in
24780
 
+++ b/digikam/utilities/setup/Makefile.in
24781
 
@@ -237,6 +237,9 @@
24782
 
 LIB_XRENDER = @LIB_XRENDER@
24783
 
 LN_S = @LN_S@
24784
 
 LTLIBOBJS = @LTLIBOBJS@
24785
 
+MAINT = @MAINT@
24786
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
24787
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
24788
 
 MAKEINFO = @MAKEINFO@
24789
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
24790
 
 MCOPIDL = @MCOPIDL@
24791
 
@@ -261,6 +264,7 @@
24792
 
 QT_INCLUDES = @QT_INCLUDES@
24793
 
 QT_LDFLAGS = @QT_LDFLAGS@
24794
 
 RANLIB = @RANLIB@
24795
 
+SED = @SED@
24796
 
 SET_MAKE = @SET_MAKE@
24797
 
 SHELL = @SHELL@
24798
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
24799
 
@@ -411,7 +415,7 @@
24800
 
 
24801
 
 .SUFFIXES:
24802
 
 .SUFFIXES: .cpp .lo .o .obj
24803
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
24804
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
24805
 
 #>-    @for dep in $?; do \
24806
 
 #>-      case '$(am__configure_deps)' in \
24807
 
 #>-        *$$dep*) \
24808
 
@@ -420,9 +424,9 @@
24809
 
 #>-          exit 1;; \
24810
 
 #>-      esac; \
24811
 
 #>-    done; \
24812
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/setup/Makefile'; \
24813
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/setup/Makefile'; \
24814
 
 #>-    cd $(top_srcdir) && \
24815
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/setup/Makefile
24816
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/setup/Makefile
24817
 
 #>+ 12
24818
 
        @for dep in $?; do \
24819
 
          case '$(am__configure_deps)' in \
24820
 
@@ -432,9 +436,9 @@
24821
 
              exit 1;; \
24822
 
          esac; \
24823
 
        done; \
24824
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/setup/Makefile'; \
24825
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/setup/Makefile'; \
24826
 
        cd $(top_srcdir) && \
24827
 
-         $(AUTOMAKE) --gnu  digikam/utilities/setup/Makefile
24828
 
+         $(AUTOMAKE) --foreign  digikam/utilities/setup/Makefile
24829
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/setup/Makefile.in
24830
 
 .PRECIOUS: Makefile
24831
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
24832
 
@@ -449,9 +453,9 @@
24833
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
24834
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24835
 
 
24836
 
-$(top_srcdir)/configure:  $(am__configure_deps)
24837
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
24838
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24839
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
24840
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
24841
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
24842
 
 
24843
 
 clean-noinstLTLIBRARIES:
24844
 
@@ -705,6 +709,41 @@
24845
 
 mocs: setupslideshow.moc
24846
 
 
24847
 
 #>+ 3
24848
 
+setupcamera.moc: $(srcdir)/setupcamera.h
24849
 
+       $(MOC) $(srcdir)/setupcamera.h -o setupcamera.moc
24850
 
+
24851
 
+#>+ 2
24852
 
+mocs: setupcamera.moc
24853
 
+
24854
 
+#>+ 3
24855
 
+setupidentity.moc: $(srcdir)/setupidentity.h
24856
 
+       $(MOC) $(srcdir)/setupidentity.h -o setupidentity.moc
24857
 
+
24858
 
+#>+ 2
24859
 
+mocs: setupidentity.moc
24860
 
+
24861
 
+#>+ 3
24862
 
+setupdcraw.moc: $(srcdir)/setupdcraw.h
24863
 
+       $(MOC) $(srcdir)/setupdcraw.h -o setupdcraw.moc
24864
 
+
24865
 
+#>+ 2
24866
 
+mocs: setupdcraw.moc
24867
 
+
24868
 
+#>+ 3
24869
 
+setupmime.moc: $(srcdir)/setupmime.h
24870
 
+       $(MOC) $(srcdir)/setupmime.h -o setupmime.moc
24871
 
+
24872
 
+#>+ 2
24873
 
+mocs: setupmime.moc
24874
 
+
24875
 
+#>+ 3
24876
 
+setupplugins.moc: $(srcdir)/setupplugins.h
24877
 
+       $(MOC) $(srcdir)/setupplugins.h -o setupplugins.moc
24878
 
+
24879
 
+#>+ 2
24880
 
+mocs: setupplugins.moc
24881
 
+
24882
 
+#>+ 3
24883
 
 setupcollections.moc: $(srcdir)/setupcollections.h
24884
 
        $(MOC) $(srcdir)/setupcollections.h -o setupcollections.moc
24885
 
 
24886
 
@@ -719,13 +758,6 @@
24887
 
 mocs: setuptooltip.moc
24888
 
 
24889
 
 #>+ 3
24890
 
-setupcamera.moc: $(srcdir)/setupcamera.h
24891
 
-       $(MOC) $(srcdir)/setupcamera.h -o setupcamera.moc
24892
 
-
24893
 
-#>+ 2
24894
 
-mocs: setupcamera.moc
24895
 
-
24896
 
-#>+ 3
24897
 
 cameraselection.moc: $(srcdir)/cameraselection.h
24898
 
        $(MOC) $(srcdir)/cameraselection.h -o cameraselection.moc
24899
 
 
24900
 
@@ -740,13 +772,6 @@
24901
 
 mocs: setupicc.moc
24902
 
 
24903
 
 #>+ 3
24904
 
-setupidentity.moc: $(srcdir)/setupidentity.h
24905
 
-       $(MOC) $(srcdir)/setupidentity.h -o setupidentity.moc
24906
 
-
24907
 
-#>+ 2
24908
 
-mocs: setupidentity.moc
24909
 
-
24910
 
-#>+ 3
24911
 
 setupgeneral.moc: $(srcdir)/setupgeneral.h
24912
 
        $(MOC) $(srcdir)/setupgeneral.h -o setupgeneral.moc
24913
 
 
24914
 
@@ -761,13 +786,6 @@
24915
 
 mocs: setuplighttable.moc
24916
 
 
24917
 
 #>+ 3
24918
 
-setupdcraw.moc: $(srcdir)/setupdcraw.h
24919
 
-       $(MOC) $(srcdir)/setupdcraw.h -o setupdcraw.moc
24920
 
-
24921
 
-#>+ 2
24922
 
-mocs: setupdcraw.moc
24923
 
-
24924
 
-#>+ 3
24925
 
 setup.moc: $(srcdir)/setup.h
24926
 
        $(MOC) $(srcdir)/setup.h -o setup.moc
24927
 
 
24928
 
@@ -782,20 +800,6 @@
24929
 
 mocs: setupmetadata.moc
24930
 
 
24931
 
 #>+ 3
24932
 
-setupplugins.moc: $(srcdir)/setupplugins.h
24933
 
-       $(MOC) $(srcdir)/setupplugins.h -o setupplugins.moc
24934
 
-
24935
 
-#>+ 2
24936
 
-mocs: setupplugins.moc
24937
 
-
24938
 
-#>+ 3
24939
 
-setupmime.moc: $(srcdir)/setupmime.h
24940
 
-       $(MOC) $(srcdir)/setupmime.h -o setupmime.moc
24941
 
-
24942
 
-#>+ 2
24943
 
-mocs: setupmime.moc
24944
 
-
24945
 
-#>+ 3
24946
 
 setupiofiles.moc: $(srcdir)/setupiofiles.h
24947
 
        $(MOC) $(srcdir)/setupiofiles.h -o setupiofiles.moc
24948
 
 
24949
 
@@ -811,7 +815,7 @@
24950
 
 
24951
 
 #>+ 3
24952
 
 clean-metasources:
24953
 
-       -rm -f  setupslideshow.moc setupcollections.moc setuptooltip.moc setupcamera.moc cameraselection.moc setupicc.moc setupidentity.moc setupgeneral.moc setuplighttable.moc setupdcraw.moc setup.moc setupmetadata.moc setupplugins.moc setupmime.moc setupiofiles.moc setupeditor.moc
24954
 
+       -rm -f  setupslideshow.moc setupcamera.moc setupidentity.moc setupdcraw.moc setupmime.moc setupplugins.moc setupcollections.moc setuptooltip.moc cameraselection.moc setupicc.moc setupgeneral.moc setuplighttable.moc setup.moc setupmetadata.moc setupiofiles.moc setupeditor.moc
24955
 
 
24956
 
 #>+ 2
24957
 
 KDE_DIST=setupmisc.h setupidentity.h setupplugins.h Makefile.in setupslideshow.h setupeditor.h setup.h setupicc.h setupmime.h setuptooltip.h setupgeneral.h setupdcraw.h setupcollections.h setuplighttable.h cameraselection.h setupcamera.h setupiofiles.h setupmetadata.h Makefile.am 
24958
 
@@ -829,9 +833,9 @@
24959
 
              exit 1;; \
24960
 
          esac; \
24961
 
        done; \
24962
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/setup/Makefile'; \
24963
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/setup/Makefile'; \
24964
 
        cd $(top_srcdir) && \
24965
 
-         $(AUTOMAKE) --gnu  digikam/utilities/setup/Makefile
24966
 
+         $(AUTOMAKE) --foreign  digikam/utilities/setup/Makefile
24967
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/setup/Makefile.in
24968
 
 
24969
 
 
24970
 
@@ -858,7 +862,7 @@
24971
 
 
24972
 
 
24973
 
 #>+ 11
24974
 
-libsetup_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cameraselection.cpp $(srcdir)/setupcamera.cpp $(srcdir)/setupmime.cpp $(srcdir)/setupplugins.cpp $(srcdir)/setupidentity.cpp $(srcdir)/setupgeneral.cpp $(srcdir)/setup.cpp $(srcdir)/setupcollections.cpp $(srcdir)/setupmetadata.cpp $(srcdir)/setupeditor.cpp $(srcdir)/setupmisc.cpp $(srcdir)/setupicc.cpp $(srcdir)/setupiofiles.cpp $(srcdir)/setupdcraw.cpp $(srcdir)/setupslideshow.cpp $(srcdir)/setuptooltip.cpp $(srcdir)/setuplighttable.cpp  setupslideshow.moc setupcollections.moc setuptooltip.moc cameraselection.moc setupcamera.moc setupicc.moc setupidentity.moc setupgeneral.moc setuplighttable.moc setup.moc setupdcraw.moc setupmetadata.moc setupmime.moc setupplugins.moc setupiofiles.moc setupeditor.moc
24975
 
+libsetup_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/cameraselection.cpp $(srcdir)/setupcamera.cpp $(srcdir)/setupmime.cpp $(srcdir)/setupplugins.cpp $(srcdir)/setupidentity.cpp $(srcdir)/setupgeneral.cpp $(srcdir)/setup.cpp $(srcdir)/setupcollections.cpp $(srcdir)/setupmetadata.cpp $(srcdir)/setupeditor.cpp $(srcdir)/setupmisc.cpp $(srcdir)/setupicc.cpp $(srcdir)/setupiofiles.cpp $(srcdir)/setupdcraw.cpp $(srcdir)/setupslideshow.cpp $(srcdir)/setuptooltip.cpp $(srcdir)/setuplighttable.cpp  setupslideshow.moc setupcollections.moc setuptooltip.moc cameraselection.moc setupcamera.moc setupicc.moc setupidentity.moc setuplighttable.moc setupgeneral.moc setup.moc setupdcraw.moc setupmetadata.moc setupmime.moc setupplugins.moc setupiofiles.moc setupeditor.moc
24976
 
        @echo 'creating libsetup_la.all_cpp.cpp ...'; \
24977
 
        rm -f libsetup_la.all_cpp.files libsetup_la.all_cpp.final; \
24978
 
        echo "#define KDE_USE_FINAL 1" >> libsetup_la.all_cpp.final; \
24979
 
@@ -906,9 +910,9 @@
24980
 
        -rm -f *.rpo
24981
 
 
24982
 
 #>+ 35
24983
 
-setupplugins.lo: setupplugins.moc 
24984
 
 setupmetadata.lo: setupmetadata.moc 
24985
 
 setupcollections.lo: setupcollections.moc 
24986
 
+setupplugins.lo: setupplugins.moc 
24987
 
 setupslideshow.lo: setupslideshow.moc 
24988
 
 cameraselection.lo: cameraselection.moc 
24989
 
 setupiofiles.o: setupiofiles.moc 
24990
 
@@ -931,12 +935,12 @@
24991
 
 setupiofiles.lo: setupiofiles.moc 
24992
 
 setupicc.o: setupicc.moc 
24993
 
 setuptooltip.lo: setuptooltip.moc 
24994
 
-setuptooltip.o: setuptooltip.moc 
24995
 
 setupmime.lo: setupmime.moc 
24996
 
+setuptooltip.o: setuptooltip.moc 
24997
 
 setupslideshow.o: setupslideshow.moc 
24998
 
 nmcheck: 
24999
 
 setupcamera.lo: setupcamera.moc 
25000
 
 setupgeneral.o: setupgeneral.moc 
25001
 
-setuplighttable.o: setuplighttable.moc 
25002
 
 setupmime.o: setupmime.moc 
25003
 
+setuplighttable.o: setuplighttable.moc 
25004
 
 setupdcraw.lo: setupdcraw.moc 
25005
 
--- a/digikam/utilities/slideshow/Makefile.in
25006
 
+++ b/digikam/utilities/slideshow/Makefile.in
25007
 
@@ -219,6 +219,9 @@
25008
 
 LIB_XRENDER = @LIB_XRENDER@
25009
 
 LN_S = @LN_S@
25010
 
 LTLIBOBJS = @LTLIBOBJS@
25011
 
+MAINT = @MAINT@
25012
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25013
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25014
 
 MAKEINFO = @MAKEINFO@
25015
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25016
 
 MCOPIDL = @MCOPIDL@
25017
 
@@ -243,6 +246,7 @@
25018
 
 QT_INCLUDES = @QT_INCLUDES@
25019
 
 QT_LDFLAGS = @QT_LDFLAGS@
25020
 
 RANLIB = @RANLIB@
25021
 
+SED = @SED@
25022
 
 SET_MAKE = @SET_MAKE@
25023
 
 SHELL = @SHELL@
25024
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25025
 
@@ -380,7 +384,7 @@
25026
 
 
25027
 
 .SUFFIXES:
25028
 
 .SUFFIXES: .cpp .lo .o .obj
25029
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25030
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25031
 
 #>-    @for dep in $?; do \
25032
 
 #>-      case '$(am__configure_deps)' in \
25033
 
 #>-        *$$dep*) \
25034
 
@@ -389,9 +393,9 @@
25035
 
 #>-          exit 1;; \
25036
 
 #>-      esac; \
25037
 
 #>-    done; \
25038
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/slideshow/Makefile'; \
25039
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/slideshow/Makefile'; \
25040
 
 #>-    cd $(top_srcdir) && \
25041
 
-#>-      $(AUTOMAKE) --gnu  digikam/utilities/slideshow/Makefile
25042
 
+#>-      $(AUTOMAKE) --foreign  digikam/utilities/slideshow/Makefile
25043
 
 #>+ 12
25044
 
        @for dep in $?; do \
25045
 
          case '$(am__configure_deps)' in \
25046
 
@@ -401,9 +405,9 @@
25047
 
              exit 1;; \
25048
 
          esac; \
25049
 
        done; \
25050
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/slideshow/Makefile'; \
25051
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/slideshow/Makefile'; \
25052
 
        cd $(top_srcdir) && \
25053
 
-         $(AUTOMAKE) --gnu  digikam/utilities/slideshow/Makefile
25054
 
+         $(AUTOMAKE) --foreign  digikam/utilities/slideshow/Makefile
25055
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/slideshow/Makefile.in
25056
 
 .PRECIOUS: Makefile
25057
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25058
 
@@ -418,9 +422,9 @@
25059
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25060
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25061
 
 
25062
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25063
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25064
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25065
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25066
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25067
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25068
 
 
25069
 
 clean-noinstLTLIBRARIES:
25070
 
@@ -683,9 +687,9 @@
25071
 
              exit 1;; \
25072
 
          esac; \
25073
 
        done; \
25074
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  digikam/utilities/slideshow/Makefile'; \
25075
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  digikam/utilities/slideshow/Makefile'; \
25076
 
        cd $(top_srcdir) && \
25077
 
-         $(AUTOMAKE) --gnu  digikam/utilities/slideshow/Makefile
25078
 
+         $(AUTOMAKE) --foreign  digikam/utilities/slideshow/Makefile
25079
 
        cd $(top_srcdir) && perl admin/am_edit digikam/utilities/slideshow/Makefile.in
25080
 
 
25081
 
 
25082
 
--- a/doc/Makefile.in
25083
 
+++ b/doc/Makefile.in
25084
 
@@ -202,6 +202,9 @@
25085
 
 LIB_XRENDER = @LIB_XRENDER@
25086
 
 LN_S = @LN_S@
25087
 
 LTLIBOBJS = @LTLIBOBJS@
25088
 
+MAINT = @MAINT@
25089
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25090
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25091
 
 MAKEINFO = @MAKEINFO@
25092
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25093
 
 MCOPIDL = @MCOPIDL@
25094
 
@@ -226,6 +229,7 @@
25095
 
 QT_INCLUDES = @QT_INCLUDES@
25096
 
 QT_LDFLAGS = @QT_LDFLAGS@
25097
 
 RANLIB = @RANLIB@
25098
 
+SED = @SED@
25099
 
 SET_MAKE = @SET_MAKE@
25100
 
 SHELL = @SHELL@
25101
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25102
 
@@ -355,7 +359,7 @@
25103
 
 all: docs-am  all-recursive
25104
 
 
25105
 
 .SUFFIXES:
25106
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25107
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25108
 
 #>-    @for dep in $?; do \
25109
 
 #>-      case '$(am__configure_deps)' in \
25110
 
 #>-        *$$dep*) \
25111
 
@@ -364,9 +368,9 @@
25112
 
 #>-          exit 1;; \
25113
 
 #>-      esac; \
25114
 
 #>-    done; \
25115
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
25116
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
25117
 
 #>-    cd $(top_srcdir) && \
25118
 
-#>-      $(AUTOMAKE) --gnu  doc/Makefile
25119
 
+#>-      $(AUTOMAKE) --foreign  doc/Makefile
25120
 
 #>+ 12
25121
 
        @for dep in $?; do \
25122
 
          case '$(am__configure_deps)' in \
25123
 
@@ -376,9 +380,9 @@
25124
 
              exit 1;; \
25125
 
          esac; \
25126
 
        done; \
25127
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
25128
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
25129
 
        cd $(top_srcdir) && \
25130
 
-         $(AUTOMAKE) --gnu  doc/Makefile
25131
 
+         $(AUTOMAKE) --foreign  doc/Makefile
25132
 
        cd $(top_srcdir) && perl admin/am_edit doc/Makefile.in
25133
 
 .PRECIOUS: Makefile
25134
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25135
 
@@ -393,9 +397,9 @@
25136
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25137
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25138
 
 
25139
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25140
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25141
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25142
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25143
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25144
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25145
 
 
25146
 
 mostlyclean-libtool:
25147
 
@@ -697,9 +701,9 @@
25148
 
              exit 1;; \
25149
 
          esac; \
25150
 
        done; \
25151
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
25152
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/Makefile'; \
25153
 
        cd $(top_srcdir) && \
25154
 
-         $(AUTOMAKE) --gnu  doc/Makefile
25155
 
+         $(AUTOMAKE) --foreign  doc/Makefile
25156
 
        cd $(top_srcdir) && perl admin/am_edit doc/Makefile.in
25157
 
 
25158
 
 
25159
 
--- a/Makefile.in
25160
 
+++ b/Makefile.in
25161
 
@@ -222,6 +222,9 @@
25162
 
 LIB_XRENDER = @LIB_XRENDER@
25163
 
 LN_S = @LN_S@
25164
 
 LTLIBOBJS = @LTLIBOBJS@
25165
 
+MAINT = @MAINT@
25166
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25167
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25168
 
 MAKEINFO = @MAKEINFO@
25169
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25170
 
 MCOPIDL = @MCOPIDL@
25171
 
@@ -246,6 +249,7 @@
25172
 
 QT_INCLUDES = @QT_INCLUDES@
25173
 
 QT_LDFLAGS = @QT_LDFLAGS@
25174
 
 RANLIB = @RANLIB@
25175
 
+SED = @SED@
25176
 
 SET_MAKE = @SET_MAKE@
25177
 
 SHELL = @SHELL@
25178
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25179
 
@@ -375,7 +379,7 @@
25180
 
 .SUFFIXES:
25181
 
 am--refresh:
25182
 
        @:
25183
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(srcdir)/admin/Doxyfile.am $(am__configure_deps)
25184
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(srcdir)/admin/Doxyfile.am $(am__configure_deps)
25185
 
 #>-    @for dep in $?; do \
25186
 
 #>-      case '$(am__configure_deps)' in \
25187
 
 #>-        *$$dep*) \
25188
 
@@ -417,12 +421,12 @@
25189
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25190
 
        $(SHELL) ./config.status --recheck
25191
 
 
25192
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25193
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25194
 
 #>-    cd $(srcdir) && $(AUTOCONF)
25195
 
 #>+ 2
25196
 
        cd $(srcdir) && rm -f configure
25197
 
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
25198
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25199
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25200
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
25201
 
 
25202
 
 config.h: stamp-h1
25203
 
@@ -434,7 +438,7 @@
25204
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
25205
 
        @rm -f stamp-h1
25206
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
25207
 
-$(srcdir)/config.h.in:  $(am__configure_deps) 
25208
 
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
25209
 
        cd $(top_srcdir) && $(AUTOHEADER)
25210
 
        rm -f stamp-h1
25211
 
        touch $@
25212
 
@@ -944,7 +948,7 @@
25213
 
 .NOEXPORT:
25214
 
 
25215
 
 #>+ 2
25216
 
-KDE_DIST=Mainpage.dox digikam.lsm subdirs Makefile.in configure.in.bot configure.files RELEASE.rev config.h.in Makefile.am.in.wo configure.in Makefile.cvs HACKING aclocal.m4 configure.in.in configure Makefile.am acinclude.m4 Makefile.am.in 
25217
 
+KDE_DIST=Mainpage.dox digikam.lsm subdirs Makefile.in configure.in.bot configure.files RELEASE.rev config.h.in Makefile.am.in.wo configure.in Makefile.cvs HACKING aclocal.m4 configure.in.in Makefile.am configure acinclude.m4 Makefile.am.in 
25218
 
 
25219
 
 #>+ 2
25220
 
 docs-am:
25221
 
--- a/po/ar/Makefile.in
25222
 
+++ b/po/ar/Makefile.in
25223
 
@@ -204,6 +204,9 @@
25224
 
 LIB_XRENDER = @LIB_XRENDER@
25225
 
 LN_S = @LN_S@
25226
 
 LTLIBOBJS = @LTLIBOBJS@
25227
 
+MAINT = @MAINT@
25228
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25229
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25230
 
 MAKEINFO = @MAKEINFO@
25231
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25232
 
 MCOPIDL = @MCOPIDL@
25233
 
@@ -228,6 +231,7 @@
25234
 
 QT_INCLUDES = @QT_INCLUDES@
25235
 
 QT_LDFLAGS = @QT_LDFLAGS@
25236
 
 RANLIB = @RANLIB@
25237
 
+SED = @SED@
25238
 
 SET_MAKE = @SET_MAKE@
25239
 
 SHELL = @SHELL@
25240
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25241
 
@@ -360,7 +364,7 @@
25242
 
 all: all-nls docs-am  all-recursive
25243
 
 
25244
 
 .SUFFIXES:
25245
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25246
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25247
 
 #>-    @for dep in $?; do \
25248
 
 #>-      case '$(am__configure_deps)' in \
25249
 
 #>-        *$$dep*) \
25250
 
@@ -369,9 +373,9 @@
25251
 
 #>-          exit 1;; \
25252
 
 #>-      esac; \
25253
 
 #>-    done; \
25254
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ar/Makefile'; \
25255
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ar/Makefile'; \
25256
 
 #>-    cd $(top_srcdir) && \
25257
 
-#>-      $(AUTOMAKE) --gnu  po/ar/Makefile
25258
 
+#>-      $(AUTOMAKE) --foreign  po/ar/Makefile
25259
 
 #>+ 12
25260
 
        @for dep in $?; do \
25261
 
          case '$(am__configure_deps)' in \
25262
 
@@ -381,9 +385,9 @@
25263
 
              exit 1;; \
25264
 
          esac; \
25265
 
        done; \
25266
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ar/Makefile'; \
25267
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ar/Makefile'; \
25268
 
        cd $(top_srcdir) && \
25269
 
-         $(AUTOMAKE) --gnu  po/ar/Makefile
25270
 
+         $(AUTOMAKE) --foreign  po/ar/Makefile
25271
 
        cd $(top_srcdir) && perl admin/am_edit po/ar/Makefile.in
25272
 
 .PRECIOUS: Makefile
25273
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25274
 
@@ -398,9 +402,9 @@
25275
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25276
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25277
 
 
25278
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25279
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25280
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25281
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25282
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25283
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25284
 
 
25285
 
 mostlyclean-libtool:
25286
 
@@ -746,9 +750,9 @@
25287
 
              exit 1;; \
25288
 
          esac; \
25289
 
        done; \
25290
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ar/Makefile'; \
25291
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ar/Makefile'; \
25292
 
        cd $(top_srcdir) && \
25293
 
-         $(AUTOMAKE) --gnu  po/ar/Makefile
25294
 
+         $(AUTOMAKE) --foreign  po/ar/Makefile
25295
 
        cd $(top_srcdir) && perl admin/am_edit po/ar/Makefile.in
25296
 
 
25297
 
 
25298
 
--- a/po/bg/Makefile.in
25299
 
+++ b/po/bg/Makefile.in
25300
 
@@ -204,6 +204,9 @@
25301
 
 LIB_XRENDER = @LIB_XRENDER@
25302
 
 LN_S = @LN_S@
25303
 
 LTLIBOBJS = @LTLIBOBJS@
25304
 
+MAINT = @MAINT@
25305
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25306
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25307
 
 MAKEINFO = @MAKEINFO@
25308
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25309
 
 MCOPIDL = @MCOPIDL@
25310
 
@@ -228,6 +231,7 @@
25311
 
 QT_INCLUDES = @QT_INCLUDES@
25312
 
 QT_LDFLAGS = @QT_LDFLAGS@
25313
 
 RANLIB = @RANLIB@
25314
 
+SED = @SED@
25315
 
 SET_MAKE = @SET_MAKE@
25316
 
 SHELL = @SHELL@
25317
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25318
 
@@ -360,7 +364,7 @@
25319
 
 all: all-nls docs-am  all-recursive
25320
 
 
25321
 
 .SUFFIXES:
25322
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25323
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25324
 
 #>-    @for dep in $?; do \
25325
 
 #>-      case '$(am__configure_deps)' in \
25326
 
 #>-        *$$dep*) \
25327
 
@@ -369,9 +373,9 @@
25328
 
 #>-          exit 1;; \
25329
 
 #>-      esac; \
25330
 
 #>-    done; \
25331
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/bg/Makefile'; \
25332
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/bg/Makefile'; \
25333
 
 #>-    cd $(top_srcdir) && \
25334
 
-#>-      $(AUTOMAKE) --gnu  po/bg/Makefile
25335
 
+#>-      $(AUTOMAKE) --foreign  po/bg/Makefile
25336
 
 #>+ 12
25337
 
        @for dep in $?; do \
25338
 
          case '$(am__configure_deps)' in \
25339
 
@@ -381,9 +385,9 @@
25340
 
              exit 1;; \
25341
 
          esac; \
25342
 
        done; \
25343
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/bg/Makefile'; \
25344
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/bg/Makefile'; \
25345
 
        cd $(top_srcdir) && \
25346
 
-         $(AUTOMAKE) --gnu  po/bg/Makefile
25347
 
+         $(AUTOMAKE) --foreign  po/bg/Makefile
25348
 
        cd $(top_srcdir) && perl admin/am_edit po/bg/Makefile.in
25349
 
 .PRECIOUS: Makefile
25350
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25351
 
@@ -398,9 +402,9 @@
25352
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25353
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25354
 
 
25355
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25356
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25357
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25358
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25359
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25360
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25361
 
 
25362
 
 mostlyclean-libtool:
25363
 
@@ -746,9 +750,9 @@
25364
 
              exit 1;; \
25365
 
          esac; \
25366
 
        done; \
25367
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/bg/Makefile'; \
25368
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/bg/Makefile'; \
25369
 
        cd $(top_srcdir) && \
25370
 
-         $(AUTOMAKE) --gnu  po/bg/Makefile
25371
 
+         $(AUTOMAKE) --foreign  po/bg/Makefile
25372
 
        cd $(top_srcdir) && perl admin/am_edit po/bg/Makefile.in
25373
 
 
25374
 
 
25375
 
--- a/po/br/Makefile.in
25376
 
+++ b/po/br/Makefile.in
25377
 
@@ -204,6 +204,9 @@
25378
 
 LIB_XRENDER = @LIB_XRENDER@
25379
 
 LN_S = @LN_S@
25380
 
 LTLIBOBJS = @LTLIBOBJS@
25381
 
+MAINT = @MAINT@
25382
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25383
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25384
 
 MAKEINFO = @MAKEINFO@
25385
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25386
 
 MCOPIDL = @MCOPIDL@
25387
 
@@ -228,6 +231,7 @@
25388
 
 QT_INCLUDES = @QT_INCLUDES@
25389
 
 QT_LDFLAGS = @QT_LDFLAGS@
25390
 
 RANLIB = @RANLIB@
25391
 
+SED = @SED@
25392
 
 SET_MAKE = @SET_MAKE@
25393
 
 SHELL = @SHELL@
25394
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25395
 
@@ -360,7 +364,7 @@
25396
 
 all: all-nls docs-am  all-recursive
25397
 
 
25398
 
 .SUFFIXES:
25399
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25400
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25401
 
 #>-    @for dep in $?; do \
25402
 
 #>-      case '$(am__configure_deps)' in \
25403
 
 #>-        *$$dep*) \
25404
 
@@ -369,9 +373,9 @@
25405
 
 #>-          exit 1;; \
25406
 
 #>-      esac; \
25407
 
 #>-    done; \
25408
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/br/Makefile'; \
25409
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/br/Makefile'; \
25410
 
 #>-    cd $(top_srcdir) && \
25411
 
-#>-      $(AUTOMAKE) --gnu  po/br/Makefile
25412
 
+#>-      $(AUTOMAKE) --foreign  po/br/Makefile
25413
 
 #>+ 12
25414
 
        @for dep in $?; do \
25415
 
          case '$(am__configure_deps)' in \
25416
 
@@ -381,9 +385,9 @@
25417
 
              exit 1;; \
25418
 
          esac; \
25419
 
        done; \
25420
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/br/Makefile'; \
25421
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/br/Makefile'; \
25422
 
        cd $(top_srcdir) && \
25423
 
-         $(AUTOMAKE) --gnu  po/br/Makefile
25424
 
+         $(AUTOMAKE) --foreign  po/br/Makefile
25425
 
        cd $(top_srcdir) && perl admin/am_edit po/br/Makefile.in
25426
 
 .PRECIOUS: Makefile
25427
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25428
 
@@ -398,9 +402,9 @@
25429
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25430
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25431
 
 
25432
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25433
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25434
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25435
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25436
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25437
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25438
 
 
25439
 
 mostlyclean-libtool:
25440
 
@@ -746,9 +750,9 @@
25441
 
              exit 1;; \
25442
 
          esac; \
25443
 
        done; \
25444
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/br/Makefile'; \
25445
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/br/Makefile'; \
25446
 
        cd $(top_srcdir) && \
25447
 
-         $(AUTOMAKE) --gnu  po/br/Makefile
25448
 
+         $(AUTOMAKE) --foreign  po/br/Makefile
25449
 
        cd $(top_srcdir) && perl admin/am_edit po/br/Makefile.in
25450
 
 
25451
 
 
25452
 
--- a/po/ca/Makefile.in
25453
 
+++ b/po/ca/Makefile.in
25454
 
@@ -204,6 +204,9 @@
25455
 
 LIB_XRENDER = @LIB_XRENDER@
25456
 
 LN_S = @LN_S@
25457
 
 LTLIBOBJS = @LTLIBOBJS@
25458
 
+MAINT = @MAINT@
25459
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25460
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25461
 
 MAKEINFO = @MAKEINFO@
25462
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25463
 
 MCOPIDL = @MCOPIDL@
25464
 
@@ -228,6 +231,7 @@
25465
 
 QT_INCLUDES = @QT_INCLUDES@
25466
 
 QT_LDFLAGS = @QT_LDFLAGS@
25467
 
 RANLIB = @RANLIB@
25468
 
+SED = @SED@
25469
 
 SET_MAKE = @SET_MAKE@
25470
 
 SHELL = @SHELL@
25471
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25472
 
@@ -360,7 +364,7 @@
25473
 
 all: all-nls docs-am  all-recursive
25474
 
 
25475
 
 .SUFFIXES:
25476
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25477
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25478
 
 #>-    @for dep in $?; do \
25479
 
 #>-      case '$(am__configure_deps)' in \
25480
 
 #>-        *$$dep*) \
25481
 
@@ -369,9 +373,9 @@
25482
 
 #>-          exit 1;; \
25483
 
 #>-      esac; \
25484
 
 #>-    done; \
25485
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ca/Makefile'; \
25486
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ca/Makefile'; \
25487
 
 #>-    cd $(top_srcdir) && \
25488
 
-#>-      $(AUTOMAKE) --gnu  po/ca/Makefile
25489
 
+#>-      $(AUTOMAKE) --foreign  po/ca/Makefile
25490
 
 #>+ 12
25491
 
        @for dep in $?; do \
25492
 
          case '$(am__configure_deps)' in \
25493
 
@@ -381,9 +385,9 @@
25494
 
              exit 1;; \
25495
 
          esac; \
25496
 
        done; \
25497
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ca/Makefile'; \
25498
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ca/Makefile'; \
25499
 
        cd $(top_srcdir) && \
25500
 
-         $(AUTOMAKE) --gnu  po/ca/Makefile
25501
 
+         $(AUTOMAKE) --foreign  po/ca/Makefile
25502
 
        cd $(top_srcdir) && perl admin/am_edit po/ca/Makefile.in
25503
 
 .PRECIOUS: Makefile
25504
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25505
 
@@ -398,9 +402,9 @@
25506
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25507
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25508
 
 
25509
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25510
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25511
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25512
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25513
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25514
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25515
 
 
25516
 
 mostlyclean-libtool:
25517
 
@@ -746,9 +750,9 @@
25518
 
              exit 1;; \
25519
 
          esac; \
25520
 
        done; \
25521
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ca/Makefile'; \
25522
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ca/Makefile'; \
25523
 
        cd $(top_srcdir) && \
25524
 
-         $(AUTOMAKE) --gnu  po/ca/Makefile
25525
 
+         $(AUTOMAKE) --foreign  po/ca/Makefile
25526
 
        cd $(top_srcdir) && perl admin/am_edit po/ca/Makefile.in
25527
 
 
25528
 
 
25529
 
--- a/po/cs/Makefile.in
25530
 
+++ b/po/cs/Makefile.in
25531
 
@@ -204,6 +204,9 @@
25532
 
 LIB_XRENDER = @LIB_XRENDER@
25533
 
 LN_S = @LN_S@
25534
 
 LTLIBOBJS = @LTLIBOBJS@
25535
 
+MAINT = @MAINT@
25536
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25537
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25538
 
 MAKEINFO = @MAKEINFO@
25539
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25540
 
 MCOPIDL = @MCOPIDL@
25541
 
@@ -228,6 +231,7 @@
25542
 
 QT_INCLUDES = @QT_INCLUDES@
25543
 
 QT_LDFLAGS = @QT_LDFLAGS@
25544
 
 RANLIB = @RANLIB@
25545
 
+SED = @SED@
25546
 
 SET_MAKE = @SET_MAKE@
25547
 
 SHELL = @SHELL@
25548
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25549
 
@@ -360,7 +364,7 @@
25550
 
 all: all-nls docs-am  all-recursive
25551
 
 
25552
 
 .SUFFIXES:
25553
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25554
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25555
 
 #>-    @for dep in $?; do \
25556
 
 #>-      case '$(am__configure_deps)' in \
25557
 
 #>-        *$$dep*) \
25558
 
@@ -369,9 +373,9 @@
25559
 
 #>-          exit 1;; \
25560
 
 #>-      esac; \
25561
 
 #>-    done; \
25562
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/cs/Makefile'; \
25563
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/cs/Makefile'; \
25564
 
 #>-    cd $(top_srcdir) && \
25565
 
-#>-      $(AUTOMAKE) --gnu  po/cs/Makefile
25566
 
+#>-      $(AUTOMAKE) --foreign  po/cs/Makefile
25567
 
 #>+ 12
25568
 
        @for dep in $?; do \
25569
 
          case '$(am__configure_deps)' in \
25570
 
@@ -381,9 +385,9 @@
25571
 
              exit 1;; \
25572
 
          esac; \
25573
 
        done; \
25574
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/cs/Makefile'; \
25575
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/cs/Makefile'; \
25576
 
        cd $(top_srcdir) && \
25577
 
-         $(AUTOMAKE) --gnu  po/cs/Makefile
25578
 
+         $(AUTOMAKE) --foreign  po/cs/Makefile
25579
 
        cd $(top_srcdir) && perl admin/am_edit po/cs/Makefile.in
25580
 
 .PRECIOUS: Makefile
25581
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25582
 
@@ -398,9 +402,9 @@
25583
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25584
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25585
 
 
25586
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25587
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25588
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25589
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25590
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25591
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25592
 
 
25593
 
 mostlyclean-libtool:
25594
 
@@ -746,9 +750,9 @@
25595
 
              exit 1;; \
25596
 
          esac; \
25597
 
        done; \
25598
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/cs/Makefile'; \
25599
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/cs/Makefile'; \
25600
 
        cd $(top_srcdir) && \
25601
 
-         $(AUTOMAKE) --gnu  po/cs/Makefile
25602
 
+         $(AUTOMAKE) --foreign  po/cs/Makefile
25603
 
        cd $(top_srcdir) && perl admin/am_edit po/cs/Makefile.in
25604
 
 
25605
 
 
25606
 
--- a/po/cy/Makefile.in
25607
 
+++ b/po/cy/Makefile.in
25608
 
@@ -204,6 +204,9 @@
25609
 
 LIB_XRENDER = @LIB_XRENDER@
25610
 
 LN_S = @LN_S@
25611
 
 LTLIBOBJS = @LTLIBOBJS@
25612
 
+MAINT = @MAINT@
25613
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25614
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25615
 
 MAKEINFO = @MAKEINFO@
25616
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25617
 
 MCOPIDL = @MCOPIDL@
25618
 
@@ -228,6 +231,7 @@
25619
 
 QT_INCLUDES = @QT_INCLUDES@
25620
 
 QT_LDFLAGS = @QT_LDFLAGS@
25621
 
 RANLIB = @RANLIB@
25622
 
+SED = @SED@
25623
 
 SET_MAKE = @SET_MAKE@
25624
 
 SHELL = @SHELL@
25625
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25626
 
@@ -360,7 +364,7 @@
25627
 
 all: all-nls docs-am  all-recursive
25628
 
 
25629
 
 .SUFFIXES:
25630
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25631
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25632
 
 #>-    @for dep in $?; do \
25633
 
 #>-      case '$(am__configure_deps)' in \
25634
 
 #>-        *$$dep*) \
25635
 
@@ -369,9 +373,9 @@
25636
 
 #>-          exit 1;; \
25637
 
 #>-      esac; \
25638
 
 #>-    done; \
25639
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/cy/Makefile'; \
25640
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/cy/Makefile'; \
25641
 
 #>-    cd $(top_srcdir) && \
25642
 
-#>-      $(AUTOMAKE) --gnu  po/cy/Makefile
25643
 
+#>-      $(AUTOMAKE) --foreign  po/cy/Makefile
25644
 
 #>+ 12
25645
 
        @for dep in $?; do \
25646
 
          case '$(am__configure_deps)' in \
25647
 
@@ -381,9 +385,9 @@
25648
 
              exit 1;; \
25649
 
          esac; \
25650
 
        done; \
25651
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/cy/Makefile'; \
25652
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/cy/Makefile'; \
25653
 
        cd $(top_srcdir) && \
25654
 
-         $(AUTOMAKE) --gnu  po/cy/Makefile
25655
 
+         $(AUTOMAKE) --foreign  po/cy/Makefile
25656
 
        cd $(top_srcdir) && perl admin/am_edit po/cy/Makefile.in
25657
 
 .PRECIOUS: Makefile
25658
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25659
 
@@ -398,9 +402,9 @@
25660
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25661
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25662
 
 
25663
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25664
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25665
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25666
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25667
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25668
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25669
 
 
25670
 
 mostlyclean-libtool:
25671
 
@@ -746,9 +750,9 @@
25672
 
              exit 1;; \
25673
 
          esac; \
25674
 
        done; \
25675
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/cy/Makefile'; \
25676
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/cy/Makefile'; \
25677
 
        cd $(top_srcdir) && \
25678
 
-         $(AUTOMAKE) --gnu  po/cy/Makefile
25679
 
+         $(AUTOMAKE) --foreign  po/cy/Makefile
25680
 
        cd $(top_srcdir) && perl admin/am_edit po/cy/Makefile.in
25681
 
 
25682
 
 
25683
 
--- a/po/da/Makefile.in
25684
 
+++ b/po/da/Makefile.in
25685
 
@@ -204,6 +204,9 @@
25686
 
 LIB_XRENDER = @LIB_XRENDER@
25687
 
 LN_S = @LN_S@
25688
 
 LTLIBOBJS = @LTLIBOBJS@
25689
 
+MAINT = @MAINT@
25690
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25691
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25692
 
 MAKEINFO = @MAKEINFO@
25693
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25694
 
 MCOPIDL = @MCOPIDL@
25695
 
@@ -228,6 +231,7 @@
25696
 
 QT_INCLUDES = @QT_INCLUDES@
25697
 
 QT_LDFLAGS = @QT_LDFLAGS@
25698
 
 RANLIB = @RANLIB@
25699
 
+SED = @SED@
25700
 
 SET_MAKE = @SET_MAKE@
25701
 
 SHELL = @SHELL@
25702
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25703
 
@@ -360,7 +364,7 @@
25704
 
 all: all-nls docs-am  all-recursive
25705
 
 
25706
 
 .SUFFIXES:
25707
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25708
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25709
 
 #>-    @for dep in $?; do \
25710
 
 #>-      case '$(am__configure_deps)' in \
25711
 
 #>-        *$$dep*) \
25712
 
@@ -369,9 +373,9 @@
25713
 
 #>-          exit 1;; \
25714
 
 #>-      esac; \
25715
 
 #>-    done; \
25716
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/da/Makefile'; \
25717
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/da/Makefile'; \
25718
 
 #>-    cd $(top_srcdir) && \
25719
 
-#>-      $(AUTOMAKE) --gnu  po/da/Makefile
25720
 
+#>-      $(AUTOMAKE) --foreign  po/da/Makefile
25721
 
 #>+ 12
25722
 
        @for dep in $?; do \
25723
 
          case '$(am__configure_deps)' in \
25724
 
@@ -381,9 +385,9 @@
25725
 
              exit 1;; \
25726
 
          esac; \
25727
 
        done; \
25728
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/da/Makefile'; \
25729
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/da/Makefile'; \
25730
 
        cd $(top_srcdir) && \
25731
 
-         $(AUTOMAKE) --gnu  po/da/Makefile
25732
 
+         $(AUTOMAKE) --foreign  po/da/Makefile
25733
 
        cd $(top_srcdir) && perl admin/am_edit po/da/Makefile.in
25734
 
 .PRECIOUS: Makefile
25735
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25736
 
@@ -398,9 +402,9 @@
25737
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25738
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25739
 
 
25740
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25741
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25742
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25743
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25744
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25745
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25746
 
 
25747
 
 mostlyclean-libtool:
25748
 
@@ -746,9 +750,9 @@
25749
 
              exit 1;; \
25750
 
          esac; \
25751
 
        done; \
25752
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/da/Makefile'; \
25753
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/da/Makefile'; \
25754
 
        cd $(top_srcdir) && \
25755
 
-         $(AUTOMAKE) --gnu  po/da/Makefile
25756
 
+         $(AUTOMAKE) --foreign  po/da/Makefile
25757
 
        cd $(top_srcdir) && perl admin/am_edit po/da/Makefile.in
25758
 
 
25759
 
 
25760
 
--- a/po/de/Makefile.in
25761
 
+++ b/po/de/Makefile.in
25762
 
@@ -204,6 +204,9 @@
25763
 
 LIB_XRENDER = @LIB_XRENDER@
25764
 
 LN_S = @LN_S@
25765
 
 LTLIBOBJS = @LTLIBOBJS@
25766
 
+MAINT = @MAINT@
25767
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25768
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25769
 
 MAKEINFO = @MAKEINFO@
25770
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25771
 
 MCOPIDL = @MCOPIDL@
25772
 
@@ -228,6 +231,7 @@
25773
 
 QT_INCLUDES = @QT_INCLUDES@
25774
 
 QT_LDFLAGS = @QT_LDFLAGS@
25775
 
 RANLIB = @RANLIB@
25776
 
+SED = @SED@
25777
 
 SET_MAKE = @SET_MAKE@
25778
 
 SHELL = @SHELL@
25779
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25780
 
@@ -360,7 +364,7 @@
25781
 
 all: all-nls docs-am  all-recursive
25782
 
 
25783
 
 .SUFFIXES:
25784
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25785
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25786
 
 #>-    @for dep in $?; do \
25787
 
 #>-      case '$(am__configure_deps)' in \
25788
 
 #>-        *$$dep*) \
25789
 
@@ -369,9 +373,9 @@
25790
 
 #>-          exit 1;; \
25791
 
 #>-      esac; \
25792
 
 #>-    done; \
25793
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/de/Makefile'; \
25794
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/de/Makefile'; \
25795
 
 #>-    cd $(top_srcdir) && \
25796
 
-#>-      $(AUTOMAKE) --gnu  po/de/Makefile
25797
 
+#>-      $(AUTOMAKE) --foreign  po/de/Makefile
25798
 
 #>+ 12
25799
 
        @for dep in $?; do \
25800
 
          case '$(am__configure_deps)' in \
25801
 
@@ -381,9 +385,9 @@
25802
 
              exit 1;; \
25803
 
          esac; \
25804
 
        done; \
25805
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/de/Makefile'; \
25806
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/de/Makefile'; \
25807
 
        cd $(top_srcdir) && \
25808
 
-         $(AUTOMAKE) --gnu  po/de/Makefile
25809
 
+         $(AUTOMAKE) --foreign  po/de/Makefile
25810
 
        cd $(top_srcdir) && perl admin/am_edit po/de/Makefile.in
25811
 
 .PRECIOUS: Makefile
25812
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25813
 
@@ -398,9 +402,9 @@
25814
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25815
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25816
 
 
25817
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25818
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25819
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25820
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25821
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25822
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25823
 
 
25824
 
 mostlyclean-libtool:
25825
 
@@ -746,9 +750,9 @@
25826
 
              exit 1;; \
25827
 
          esac; \
25828
 
        done; \
25829
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/de/Makefile'; \
25830
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/de/Makefile'; \
25831
 
        cd $(top_srcdir) && \
25832
 
-         $(AUTOMAKE) --gnu  po/de/Makefile
25833
 
+         $(AUTOMAKE) --foreign  po/de/Makefile
25834
 
        cd $(top_srcdir) && perl admin/am_edit po/de/Makefile.in
25835
 
 
25836
 
 
25837
 
--- a/po/el/Makefile.in
25838
 
+++ b/po/el/Makefile.in
25839
 
@@ -204,6 +204,9 @@
25840
 
 LIB_XRENDER = @LIB_XRENDER@
25841
 
 LN_S = @LN_S@
25842
 
 LTLIBOBJS = @LTLIBOBJS@
25843
 
+MAINT = @MAINT@
25844
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25845
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25846
 
 MAKEINFO = @MAKEINFO@
25847
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25848
 
 MCOPIDL = @MCOPIDL@
25849
 
@@ -228,6 +231,7 @@
25850
 
 QT_INCLUDES = @QT_INCLUDES@
25851
 
 QT_LDFLAGS = @QT_LDFLAGS@
25852
 
 RANLIB = @RANLIB@
25853
 
+SED = @SED@
25854
 
 SET_MAKE = @SET_MAKE@
25855
 
 SHELL = @SHELL@
25856
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25857
 
@@ -360,7 +364,7 @@
25858
 
 all: all-nls docs-am  all-recursive
25859
 
 
25860
 
 .SUFFIXES:
25861
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25862
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25863
 
 #>-    @for dep in $?; do \
25864
 
 #>-      case '$(am__configure_deps)' in \
25865
 
 #>-        *$$dep*) \
25866
 
@@ -369,9 +373,9 @@
25867
 
 #>-          exit 1;; \
25868
 
 #>-      esac; \
25869
 
 #>-    done; \
25870
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/el/Makefile'; \
25871
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/el/Makefile'; \
25872
 
 #>-    cd $(top_srcdir) && \
25873
 
-#>-      $(AUTOMAKE) --gnu  po/el/Makefile
25874
 
+#>-      $(AUTOMAKE) --foreign  po/el/Makefile
25875
 
 #>+ 12
25876
 
        @for dep in $?; do \
25877
 
          case '$(am__configure_deps)' in \
25878
 
@@ -381,9 +385,9 @@
25879
 
              exit 1;; \
25880
 
          esac; \
25881
 
        done; \
25882
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/el/Makefile'; \
25883
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/el/Makefile'; \
25884
 
        cd $(top_srcdir) && \
25885
 
-         $(AUTOMAKE) --gnu  po/el/Makefile
25886
 
+         $(AUTOMAKE) --foreign  po/el/Makefile
25887
 
        cd $(top_srcdir) && perl admin/am_edit po/el/Makefile.in
25888
 
 .PRECIOUS: Makefile
25889
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25890
 
@@ -398,9 +402,9 @@
25891
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25892
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25893
 
 
25894
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25895
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25896
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25897
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25898
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25899
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25900
 
 
25901
 
 mostlyclean-libtool:
25902
 
@@ -746,9 +750,9 @@
25903
 
              exit 1;; \
25904
 
          esac; \
25905
 
        done; \
25906
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/el/Makefile'; \
25907
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/el/Makefile'; \
25908
 
        cd $(top_srcdir) && \
25909
 
-         $(AUTOMAKE) --gnu  po/el/Makefile
25910
 
+         $(AUTOMAKE) --foreign  po/el/Makefile
25911
 
        cd $(top_srcdir) && perl admin/am_edit po/el/Makefile.in
25912
 
 
25913
 
 
25914
 
--- a/po/en_GB/Makefile.in
25915
 
+++ b/po/en_GB/Makefile.in
25916
 
@@ -204,6 +204,9 @@
25917
 
 LIB_XRENDER = @LIB_XRENDER@
25918
 
 LN_S = @LN_S@
25919
 
 LTLIBOBJS = @LTLIBOBJS@
25920
 
+MAINT = @MAINT@
25921
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25922
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
25923
 
 MAKEINFO = @MAKEINFO@
25924
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
25925
 
 MCOPIDL = @MCOPIDL@
25926
 
@@ -228,6 +231,7 @@
25927
 
 QT_INCLUDES = @QT_INCLUDES@
25928
 
 QT_LDFLAGS = @QT_LDFLAGS@
25929
 
 RANLIB = @RANLIB@
25930
 
+SED = @SED@
25931
 
 SET_MAKE = @SET_MAKE@
25932
 
 SHELL = @SHELL@
25933
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
25934
 
@@ -360,7 +364,7 @@
25935
 
 all: all-nls docs-am  all-recursive
25936
 
 
25937
 
 .SUFFIXES:
25938
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
25939
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
25940
 
 #>-    @for dep in $?; do \
25941
 
 #>-      case '$(am__configure_deps)' in \
25942
 
 #>-        *$$dep*) \
25943
 
@@ -369,9 +373,9 @@
25944
 
 #>-          exit 1;; \
25945
 
 #>-      esac; \
25946
 
 #>-    done; \
25947
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/en_GB/Makefile'; \
25948
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/en_GB/Makefile'; \
25949
 
 #>-    cd $(top_srcdir) && \
25950
 
-#>-      $(AUTOMAKE) --gnu  po/en_GB/Makefile
25951
 
+#>-      $(AUTOMAKE) --foreign  po/en_GB/Makefile
25952
 
 #>+ 12
25953
 
        @for dep in $?; do \
25954
 
          case '$(am__configure_deps)' in \
25955
 
@@ -381,9 +385,9 @@
25956
 
              exit 1;; \
25957
 
          esac; \
25958
 
        done; \
25959
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/en_GB/Makefile'; \
25960
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/en_GB/Makefile'; \
25961
 
        cd $(top_srcdir) && \
25962
 
-         $(AUTOMAKE) --gnu  po/en_GB/Makefile
25963
 
+         $(AUTOMAKE) --foreign  po/en_GB/Makefile
25964
 
        cd $(top_srcdir) && perl admin/am_edit po/en_GB/Makefile.in
25965
 
 .PRECIOUS: Makefile
25966
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
25967
 
@@ -398,9 +402,9 @@
25968
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
25969
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25970
 
 
25971
 
-$(top_srcdir)/configure:  $(am__configure_deps)
25972
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
25973
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25974
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
25975
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
25976
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
25977
 
 
25978
 
 mostlyclean-libtool:
25979
 
@@ -746,9 +750,9 @@
25980
 
              exit 1;; \
25981
 
          esac; \
25982
 
        done; \
25983
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/en_GB/Makefile'; \
25984
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/en_GB/Makefile'; \
25985
 
        cd $(top_srcdir) && \
25986
 
-         $(AUTOMAKE) --gnu  po/en_GB/Makefile
25987
 
+         $(AUTOMAKE) --foreign  po/en_GB/Makefile
25988
 
        cd $(top_srcdir) && perl admin/am_edit po/en_GB/Makefile.in
25989
 
 
25990
 
 
25991
 
--- a/po/es/Makefile.in
25992
 
+++ b/po/es/Makefile.in
25993
 
@@ -204,6 +204,9 @@
25994
 
 LIB_XRENDER = @LIB_XRENDER@
25995
 
 LN_S = @LN_S@
25996
 
 LTLIBOBJS = @LTLIBOBJS@
25997
 
+MAINT = @MAINT@
25998
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
25999
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26000
 
 MAKEINFO = @MAKEINFO@
26001
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26002
 
 MCOPIDL = @MCOPIDL@
26003
 
@@ -228,6 +231,7 @@
26004
 
 QT_INCLUDES = @QT_INCLUDES@
26005
 
 QT_LDFLAGS = @QT_LDFLAGS@
26006
 
 RANLIB = @RANLIB@
26007
 
+SED = @SED@
26008
 
 SET_MAKE = @SET_MAKE@
26009
 
 SHELL = @SHELL@
26010
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26011
 
@@ -360,7 +364,7 @@
26012
 
 all: all-nls docs-am  all-recursive
26013
 
 
26014
 
 .SUFFIXES:
26015
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26016
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26017
 
 #>-    @for dep in $?; do \
26018
 
 #>-      case '$(am__configure_deps)' in \
26019
 
 #>-        *$$dep*) \
26020
 
@@ -369,9 +373,9 @@
26021
 
 #>-          exit 1;; \
26022
 
 #>-      esac; \
26023
 
 #>-    done; \
26024
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/es/Makefile'; \
26025
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/es/Makefile'; \
26026
 
 #>-    cd $(top_srcdir) && \
26027
 
-#>-      $(AUTOMAKE) --gnu  po/es/Makefile
26028
 
+#>-      $(AUTOMAKE) --foreign  po/es/Makefile
26029
 
 #>+ 12
26030
 
        @for dep in $?; do \
26031
 
          case '$(am__configure_deps)' in \
26032
 
@@ -381,9 +385,9 @@
26033
 
              exit 1;; \
26034
 
          esac; \
26035
 
        done; \
26036
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/es/Makefile'; \
26037
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/es/Makefile'; \
26038
 
        cd $(top_srcdir) && \
26039
 
-         $(AUTOMAKE) --gnu  po/es/Makefile
26040
 
+         $(AUTOMAKE) --foreign  po/es/Makefile
26041
 
        cd $(top_srcdir) && perl admin/am_edit po/es/Makefile.in
26042
 
 .PRECIOUS: Makefile
26043
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26044
 
@@ -398,9 +402,9 @@
26045
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26046
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26047
 
 
26048
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26049
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26050
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26051
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26052
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26053
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26054
 
 
26055
 
 mostlyclean-libtool:
26056
 
@@ -746,9 +750,9 @@
26057
 
              exit 1;; \
26058
 
          esac; \
26059
 
        done; \
26060
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/es/Makefile'; \
26061
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/es/Makefile'; \
26062
 
        cd $(top_srcdir) && \
26063
 
-         $(AUTOMAKE) --gnu  po/es/Makefile
26064
 
+         $(AUTOMAKE) --foreign  po/es/Makefile
26065
 
        cd $(top_srcdir) && perl admin/am_edit po/es/Makefile.in
26066
 
 
26067
 
 
26068
 
--- a/po/et/Makefile.in
26069
 
+++ b/po/et/Makefile.in
26070
 
@@ -204,6 +204,9 @@
26071
 
 LIB_XRENDER = @LIB_XRENDER@
26072
 
 LN_S = @LN_S@
26073
 
 LTLIBOBJS = @LTLIBOBJS@
26074
 
+MAINT = @MAINT@
26075
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26076
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26077
 
 MAKEINFO = @MAKEINFO@
26078
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26079
 
 MCOPIDL = @MCOPIDL@
26080
 
@@ -228,6 +231,7 @@
26081
 
 QT_INCLUDES = @QT_INCLUDES@
26082
 
 QT_LDFLAGS = @QT_LDFLAGS@
26083
 
 RANLIB = @RANLIB@
26084
 
+SED = @SED@
26085
 
 SET_MAKE = @SET_MAKE@
26086
 
 SHELL = @SHELL@
26087
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26088
 
@@ -360,7 +364,7 @@
26089
 
 all: all-nls docs-am  all-recursive
26090
 
 
26091
 
 .SUFFIXES:
26092
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26093
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26094
 
 #>-    @for dep in $?; do \
26095
 
 #>-      case '$(am__configure_deps)' in \
26096
 
 #>-        *$$dep*) \
26097
 
@@ -369,9 +373,9 @@
26098
 
 #>-          exit 1;; \
26099
 
 #>-      esac; \
26100
 
 #>-    done; \
26101
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/et/Makefile'; \
26102
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/et/Makefile'; \
26103
 
 #>-    cd $(top_srcdir) && \
26104
 
-#>-      $(AUTOMAKE) --gnu  po/et/Makefile
26105
 
+#>-      $(AUTOMAKE) --foreign  po/et/Makefile
26106
 
 #>+ 12
26107
 
        @for dep in $?; do \
26108
 
          case '$(am__configure_deps)' in \
26109
 
@@ -381,9 +385,9 @@
26110
 
              exit 1;; \
26111
 
          esac; \
26112
 
        done; \
26113
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/et/Makefile'; \
26114
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/et/Makefile'; \
26115
 
        cd $(top_srcdir) && \
26116
 
-         $(AUTOMAKE) --gnu  po/et/Makefile
26117
 
+         $(AUTOMAKE) --foreign  po/et/Makefile
26118
 
        cd $(top_srcdir) && perl admin/am_edit po/et/Makefile.in
26119
 
 .PRECIOUS: Makefile
26120
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26121
 
@@ -398,9 +402,9 @@
26122
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26123
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26124
 
 
26125
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26126
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26127
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26128
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26129
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26130
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26131
 
 
26132
 
 mostlyclean-libtool:
26133
 
@@ -746,9 +750,9 @@
26134
 
              exit 1;; \
26135
 
          esac; \
26136
 
        done; \
26137
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/et/Makefile'; \
26138
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/et/Makefile'; \
26139
 
        cd $(top_srcdir) && \
26140
 
-         $(AUTOMAKE) --gnu  po/et/Makefile
26141
 
+         $(AUTOMAKE) --foreign  po/et/Makefile
26142
 
        cd $(top_srcdir) && perl admin/am_edit po/et/Makefile.in
26143
 
 
26144
 
 
26145
 
--- a/po/fa/Makefile.in
26146
 
+++ b/po/fa/Makefile.in
26147
 
@@ -204,6 +204,9 @@
26148
 
 LIB_XRENDER = @LIB_XRENDER@
26149
 
 LN_S = @LN_S@
26150
 
 LTLIBOBJS = @LTLIBOBJS@
26151
 
+MAINT = @MAINT@
26152
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26153
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26154
 
 MAKEINFO = @MAKEINFO@
26155
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26156
 
 MCOPIDL = @MCOPIDL@
26157
 
@@ -228,6 +231,7 @@
26158
 
 QT_INCLUDES = @QT_INCLUDES@
26159
 
 QT_LDFLAGS = @QT_LDFLAGS@
26160
 
 RANLIB = @RANLIB@
26161
 
+SED = @SED@
26162
 
 SET_MAKE = @SET_MAKE@
26163
 
 SHELL = @SHELL@
26164
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26165
 
@@ -360,7 +364,7 @@
26166
 
 all: all-nls docs-am  all-recursive
26167
 
 
26168
 
 .SUFFIXES:
26169
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26170
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26171
 
 #>-    @for dep in $?; do \
26172
 
 #>-      case '$(am__configure_deps)' in \
26173
 
 #>-        *$$dep*) \
26174
 
@@ -369,9 +373,9 @@
26175
 
 #>-          exit 1;; \
26176
 
 #>-      esac; \
26177
 
 #>-    done; \
26178
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fa/Makefile'; \
26179
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fa/Makefile'; \
26180
 
 #>-    cd $(top_srcdir) && \
26181
 
-#>-      $(AUTOMAKE) --gnu  po/fa/Makefile
26182
 
+#>-      $(AUTOMAKE) --foreign  po/fa/Makefile
26183
 
 #>+ 12
26184
 
        @for dep in $?; do \
26185
 
          case '$(am__configure_deps)' in \
26186
 
@@ -381,9 +385,9 @@
26187
 
              exit 1;; \
26188
 
          esac; \
26189
 
        done; \
26190
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fa/Makefile'; \
26191
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fa/Makefile'; \
26192
 
        cd $(top_srcdir) && \
26193
 
-         $(AUTOMAKE) --gnu  po/fa/Makefile
26194
 
+         $(AUTOMAKE) --foreign  po/fa/Makefile
26195
 
        cd $(top_srcdir) && perl admin/am_edit po/fa/Makefile.in
26196
 
 .PRECIOUS: Makefile
26197
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26198
 
@@ -398,9 +402,9 @@
26199
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26200
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26201
 
 
26202
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26203
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26204
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26205
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26206
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26207
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26208
 
 
26209
 
 mostlyclean-libtool:
26210
 
@@ -746,9 +750,9 @@
26211
 
              exit 1;; \
26212
 
          esac; \
26213
 
        done; \
26214
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fa/Makefile'; \
26215
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fa/Makefile'; \
26216
 
        cd $(top_srcdir) && \
26217
 
-         $(AUTOMAKE) --gnu  po/fa/Makefile
26218
 
+         $(AUTOMAKE) --foreign  po/fa/Makefile
26219
 
        cd $(top_srcdir) && perl admin/am_edit po/fa/Makefile.in
26220
 
 
26221
 
 
26222
 
--- a/po/fi/Makefile.in
26223
 
+++ b/po/fi/Makefile.in
26224
 
@@ -204,6 +204,9 @@
26225
 
 LIB_XRENDER = @LIB_XRENDER@
26226
 
 LN_S = @LN_S@
26227
 
 LTLIBOBJS = @LTLIBOBJS@
26228
 
+MAINT = @MAINT@
26229
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26230
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26231
 
 MAKEINFO = @MAKEINFO@
26232
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26233
 
 MCOPIDL = @MCOPIDL@
26234
 
@@ -228,6 +231,7 @@
26235
 
 QT_INCLUDES = @QT_INCLUDES@
26236
 
 QT_LDFLAGS = @QT_LDFLAGS@
26237
 
 RANLIB = @RANLIB@
26238
 
+SED = @SED@
26239
 
 SET_MAKE = @SET_MAKE@
26240
 
 SHELL = @SHELL@
26241
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26242
 
@@ -360,7 +364,7 @@
26243
 
 all: all-nls docs-am  all-recursive
26244
 
 
26245
 
 .SUFFIXES:
26246
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26247
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26248
 
 #>-    @for dep in $?; do \
26249
 
 #>-      case '$(am__configure_deps)' in \
26250
 
 #>-        *$$dep*) \
26251
 
@@ -369,9 +373,9 @@
26252
 
 #>-          exit 1;; \
26253
 
 #>-      esac; \
26254
 
 #>-    done; \
26255
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fi/Makefile'; \
26256
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fi/Makefile'; \
26257
 
 #>-    cd $(top_srcdir) && \
26258
 
-#>-      $(AUTOMAKE) --gnu  po/fi/Makefile
26259
 
+#>-      $(AUTOMAKE) --foreign  po/fi/Makefile
26260
 
 #>+ 12
26261
 
        @for dep in $?; do \
26262
 
          case '$(am__configure_deps)' in \
26263
 
@@ -381,9 +385,9 @@
26264
 
              exit 1;; \
26265
 
          esac; \
26266
 
        done; \
26267
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fi/Makefile'; \
26268
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fi/Makefile'; \
26269
 
        cd $(top_srcdir) && \
26270
 
-         $(AUTOMAKE) --gnu  po/fi/Makefile
26271
 
+         $(AUTOMAKE) --foreign  po/fi/Makefile
26272
 
        cd $(top_srcdir) && perl admin/am_edit po/fi/Makefile.in
26273
 
 .PRECIOUS: Makefile
26274
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26275
 
@@ -398,9 +402,9 @@
26276
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26277
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26278
 
 
26279
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26280
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26281
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26282
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26283
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26284
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26285
 
 
26286
 
 mostlyclean-libtool:
26287
 
@@ -746,9 +750,9 @@
26288
 
              exit 1;; \
26289
 
          esac; \
26290
 
        done; \
26291
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fi/Makefile'; \
26292
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fi/Makefile'; \
26293
 
        cd $(top_srcdir) && \
26294
 
-         $(AUTOMAKE) --gnu  po/fi/Makefile
26295
 
+         $(AUTOMAKE) --foreign  po/fi/Makefile
26296
 
        cd $(top_srcdir) && perl admin/am_edit po/fi/Makefile.in
26297
 
 
26298
 
 
26299
 
--- a/po/fr/Makefile.in
26300
 
+++ b/po/fr/Makefile.in
26301
 
@@ -204,6 +204,9 @@
26302
 
 LIB_XRENDER = @LIB_XRENDER@
26303
 
 LN_S = @LN_S@
26304
 
 LTLIBOBJS = @LTLIBOBJS@
26305
 
+MAINT = @MAINT@
26306
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26307
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26308
 
 MAKEINFO = @MAKEINFO@
26309
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26310
 
 MCOPIDL = @MCOPIDL@
26311
 
@@ -228,6 +231,7 @@
26312
 
 QT_INCLUDES = @QT_INCLUDES@
26313
 
 QT_LDFLAGS = @QT_LDFLAGS@
26314
 
 RANLIB = @RANLIB@
26315
 
+SED = @SED@
26316
 
 SET_MAKE = @SET_MAKE@
26317
 
 SHELL = @SHELL@
26318
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26319
 
@@ -360,7 +364,7 @@
26320
 
 all: all-nls docs-am  all-recursive
26321
 
 
26322
 
 .SUFFIXES:
26323
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26324
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26325
 
 #>-    @for dep in $?; do \
26326
 
 #>-      case '$(am__configure_deps)' in \
26327
 
 #>-        *$$dep*) \
26328
 
@@ -369,9 +373,9 @@
26329
 
 #>-          exit 1;; \
26330
 
 #>-      esac; \
26331
 
 #>-    done; \
26332
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fr/Makefile'; \
26333
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fr/Makefile'; \
26334
 
 #>-    cd $(top_srcdir) && \
26335
 
-#>-      $(AUTOMAKE) --gnu  po/fr/Makefile
26336
 
+#>-      $(AUTOMAKE) --foreign  po/fr/Makefile
26337
 
 #>+ 12
26338
 
        @for dep in $?; do \
26339
 
          case '$(am__configure_deps)' in \
26340
 
@@ -381,9 +385,9 @@
26341
 
              exit 1;; \
26342
 
          esac; \
26343
 
        done; \
26344
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fr/Makefile'; \
26345
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fr/Makefile'; \
26346
 
        cd $(top_srcdir) && \
26347
 
-         $(AUTOMAKE) --gnu  po/fr/Makefile
26348
 
+         $(AUTOMAKE) --foreign  po/fr/Makefile
26349
 
        cd $(top_srcdir) && perl admin/am_edit po/fr/Makefile.in
26350
 
 .PRECIOUS: Makefile
26351
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26352
 
@@ -398,9 +402,9 @@
26353
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26354
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26355
 
 
26356
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26357
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26358
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26359
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26360
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26361
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26362
 
 
26363
 
 mostlyclean-libtool:
26364
 
@@ -746,9 +750,9 @@
26365
 
              exit 1;; \
26366
 
          esac; \
26367
 
        done; \
26368
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/fr/Makefile'; \
26369
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/fr/Makefile'; \
26370
 
        cd $(top_srcdir) && \
26371
 
-         $(AUTOMAKE) --gnu  po/fr/Makefile
26372
 
+         $(AUTOMAKE) --foreign  po/fr/Makefile
26373
 
        cd $(top_srcdir) && perl admin/am_edit po/fr/Makefile.in
26374
 
 
26375
 
 
26376
 
--- a/po/gl/Makefile.in
26377
 
+++ b/po/gl/Makefile.in
26378
 
@@ -204,6 +204,9 @@
26379
 
 LIB_XRENDER = @LIB_XRENDER@
26380
 
 LN_S = @LN_S@
26381
 
 LTLIBOBJS = @LTLIBOBJS@
26382
 
+MAINT = @MAINT@
26383
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26384
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26385
 
 MAKEINFO = @MAKEINFO@
26386
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26387
 
 MCOPIDL = @MCOPIDL@
26388
 
@@ -228,6 +231,7 @@
26389
 
 QT_INCLUDES = @QT_INCLUDES@
26390
 
 QT_LDFLAGS = @QT_LDFLAGS@
26391
 
 RANLIB = @RANLIB@
26392
 
+SED = @SED@
26393
 
 SET_MAKE = @SET_MAKE@
26394
 
 SHELL = @SHELL@
26395
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26396
 
@@ -360,7 +364,7 @@
26397
 
 all: all-nls docs-am  all-recursive
26398
 
 
26399
 
 .SUFFIXES:
26400
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26401
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26402
 
 #>-    @for dep in $?; do \
26403
 
 #>-      case '$(am__configure_deps)' in \
26404
 
 #>-        *$$dep*) \
26405
 
@@ -369,9 +373,9 @@
26406
 
 #>-          exit 1;; \
26407
 
 #>-      esac; \
26408
 
 #>-    done; \
26409
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/gl/Makefile'; \
26410
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/gl/Makefile'; \
26411
 
 #>-    cd $(top_srcdir) && \
26412
 
-#>-      $(AUTOMAKE) --gnu  po/gl/Makefile
26413
 
+#>-      $(AUTOMAKE) --foreign  po/gl/Makefile
26414
 
 #>+ 12
26415
 
        @for dep in $?; do \
26416
 
          case '$(am__configure_deps)' in \
26417
 
@@ -381,9 +385,9 @@
26418
 
              exit 1;; \
26419
 
          esac; \
26420
 
        done; \
26421
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/gl/Makefile'; \
26422
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/gl/Makefile'; \
26423
 
        cd $(top_srcdir) && \
26424
 
-         $(AUTOMAKE) --gnu  po/gl/Makefile
26425
 
+         $(AUTOMAKE) --foreign  po/gl/Makefile
26426
 
        cd $(top_srcdir) && perl admin/am_edit po/gl/Makefile.in
26427
 
 .PRECIOUS: Makefile
26428
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26429
 
@@ -398,9 +402,9 @@
26430
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26431
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26432
 
 
26433
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26434
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26435
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26436
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26437
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26438
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26439
 
 
26440
 
 mostlyclean-libtool:
26441
 
@@ -746,9 +750,9 @@
26442
 
              exit 1;; \
26443
 
          esac; \
26444
 
        done; \
26445
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/gl/Makefile'; \
26446
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/gl/Makefile'; \
26447
 
        cd $(top_srcdir) && \
26448
 
-         $(AUTOMAKE) --gnu  po/gl/Makefile
26449
 
+         $(AUTOMAKE) --foreign  po/gl/Makefile
26450
 
        cd $(top_srcdir) && perl admin/am_edit po/gl/Makefile.in
26451
 
 
26452
 
 
26453
 
--- a/po/he/Makefile.in
26454
 
+++ b/po/he/Makefile.in
26455
 
@@ -204,6 +204,9 @@
26456
 
 LIB_XRENDER = @LIB_XRENDER@
26457
 
 LN_S = @LN_S@
26458
 
 LTLIBOBJS = @LTLIBOBJS@
26459
 
+MAINT = @MAINT@
26460
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26461
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26462
 
 MAKEINFO = @MAKEINFO@
26463
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26464
 
 MCOPIDL = @MCOPIDL@
26465
 
@@ -228,6 +231,7 @@
26466
 
 QT_INCLUDES = @QT_INCLUDES@
26467
 
 QT_LDFLAGS = @QT_LDFLAGS@
26468
 
 RANLIB = @RANLIB@
26469
 
+SED = @SED@
26470
 
 SET_MAKE = @SET_MAKE@
26471
 
 SHELL = @SHELL@
26472
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26473
 
@@ -360,7 +364,7 @@
26474
 
 all: all-nls docs-am  all-recursive
26475
 
 
26476
 
 .SUFFIXES:
26477
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26478
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26479
 
 #>-    @for dep in $?; do \
26480
 
 #>-      case '$(am__configure_deps)' in \
26481
 
 #>-        *$$dep*) \
26482
 
@@ -369,9 +373,9 @@
26483
 
 #>-          exit 1;; \
26484
 
 #>-      esac; \
26485
 
 #>-    done; \
26486
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/he/Makefile'; \
26487
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/he/Makefile'; \
26488
 
 #>-    cd $(top_srcdir) && \
26489
 
-#>-      $(AUTOMAKE) --gnu  po/he/Makefile
26490
 
+#>-      $(AUTOMAKE) --foreign  po/he/Makefile
26491
 
 #>+ 12
26492
 
        @for dep in $?; do \
26493
 
          case '$(am__configure_deps)' in \
26494
 
@@ -381,9 +385,9 @@
26495
 
              exit 1;; \
26496
 
          esac; \
26497
 
        done; \
26498
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/he/Makefile'; \
26499
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/he/Makefile'; \
26500
 
        cd $(top_srcdir) && \
26501
 
-         $(AUTOMAKE) --gnu  po/he/Makefile
26502
 
+         $(AUTOMAKE) --foreign  po/he/Makefile
26503
 
        cd $(top_srcdir) && perl admin/am_edit po/he/Makefile.in
26504
 
 .PRECIOUS: Makefile
26505
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26506
 
@@ -398,9 +402,9 @@
26507
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26508
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26509
 
 
26510
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26511
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26512
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26513
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26514
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26515
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26516
 
 
26517
 
 mostlyclean-libtool:
26518
 
@@ -746,9 +750,9 @@
26519
 
              exit 1;; \
26520
 
          esac; \
26521
 
        done; \
26522
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/he/Makefile'; \
26523
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/he/Makefile'; \
26524
 
        cd $(top_srcdir) && \
26525
 
-         $(AUTOMAKE) --gnu  po/he/Makefile
26526
 
+         $(AUTOMAKE) --foreign  po/he/Makefile
26527
 
        cd $(top_srcdir) && perl admin/am_edit po/he/Makefile.in
26528
 
 
26529
 
 
26530
 
--- a/po/hu/Makefile.in
26531
 
+++ b/po/hu/Makefile.in
26532
 
@@ -204,6 +204,9 @@
26533
 
 LIB_XRENDER = @LIB_XRENDER@
26534
 
 LN_S = @LN_S@
26535
 
 LTLIBOBJS = @LTLIBOBJS@
26536
 
+MAINT = @MAINT@
26537
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26538
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26539
 
 MAKEINFO = @MAKEINFO@
26540
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26541
 
 MCOPIDL = @MCOPIDL@
26542
 
@@ -228,6 +231,7 @@
26543
 
 QT_INCLUDES = @QT_INCLUDES@
26544
 
 QT_LDFLAGS = @QT_LDFLAGS@
26545
 
 RANLIB = @RANLIB@
26546
 
+SED = @SED@
26547
 
 SET_MAKE = @SET_MAKE@
26548
 
 SHELL = @SHELL@
26549
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26550
 
@@ -360,7 +364,7 @@
26551
 
 all: all-nls docs-am  all-recursive
26552
 
 
26553
 
 .SUFFIXES:
26554
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26555
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26556
 
 #>-    @for dep in $?; do \
26557
 
 #>-      case '$(am__configure_deps)' in \
26558
 
 #>-        *$$dep*) \
26559
 
@@ -369,9 +373,9 @@
26560
 
 #>-          exit 1;; \
26561
 
 #>-      esac; \
26562
 
 #>-    done; \
26563
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/hu/Makefile'; \
26564
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/hu/Makefile'; \
26565
 
 #>-    cd $(top_srcdir) && \
26566
 
-#>-      $(AUTOMAKE) --gnu  po/hu/Makefile
26567
 
+#>-      $(AUTOMAKE) --foreign  po/hu/Makefile
26568
 
 #>+ 12
26569
 
        @for dep in $?; do \
26570
 
          case '$(am__configure_deps)' in \
26571
 
@@ -381,9 +385,9 @@
26572
 
              exit 1;; \
26573
 
          esac; \
26574
 
        done; \
26575
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/hu/Makefile'; \
26576
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/hu/Makefile'; \
26577
 
        cd $(top_srcdir) && \
26578
 
-         $(AUTOMAKE) --gnu  po/hu/Makefile
26579
 
+         $(AUTOMAKE) --foreign  po/hu/Makefile
26580
 
        cd $(top_srcdir) && perl admin/am_edit po/hu/Makefile.in
26581
 
 .PRECIOUS: Makefile
26582
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26583
 
@@ -398,9 +402,9 @@
26584
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26585
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26586
 
 
26587
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26588
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26589
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26590
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26591
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26592
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26593
 
 
26594
 
 mostlyclean-libtool:
26595
 
@@ -746,9 +750,9 @@
26596
 
              exit 1;; \
26597
 
          esac; \
26598
 
        done; \
26599
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/hu/Makefile'; \
26600
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/hu/Makefile'; \
26601
 
        cd $(top_srcdir) && \
26602
 
-         $(AUTOMAKE) --gnu  po/hu/Makefile
26603
 
+         $(AUTOMAKE) --foreign  po/hu/Makefile
26604
 
        cd $(top_srcdir) && perl admin/am_edit po/hu/Makefile.in
26605
 
 
26606
 
 
26607
 
--- a/po/is/Makefile.in
26608
 
+++ b/po/is/Makefile.in
26609
 
@@ -204,6 +204,9 @@
26610
 
 LIB_XRENDER = @LIB_XRENDER@
26611
 
 LN_S = @LN_S@
26612
 
 LTLIBOBJS = @LTLIBOBJS@
26613
 
+MAINT = @MAINT@
26614
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26615
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26616
 
 MAKEINFO = @MAKEINFO@
26617
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26618
 
 MCOPIDL = @MCOPIDL@
26619
 
@@ -228,6 +231,7 @@
26620
 
 QT_INCLUDES = @QT_INCLUDES@
26621
 
 QT_LDFLAGS = @QT_LDFLAGS@
26622
 
 RANLIB = @RANLIB@
26623
 
+SED = @SED@
26624
 
 SET_MAKE = @SET_MAKE@
26625
 
 SHELL = @SHELL@
26626
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26627
 
@@ -360,7 +364,7 @@
26628
 
 all: all-nls docs-am  all-recursive
26629
 
 
26630
 
 .SUFFIXES:
26631
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26632
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26633
 
 #>-    @for dep in $?; do \
26634
 
 #>-      case '$(am__configure_deps)' in \
26635
 
 #>-        *$$dep*) \
26636
 
@@ -369,9 +373,9 @@
26637
 
 #>-          exit 1;; \
26638
 
 #>-      esac; \
26639
 
 #>-    done; \
26640
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/is/Makefile'; \
26641
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/is/Makefile'; \
26642
 
 #>-    cd $(top_srcdir) && \
26643
 
-#>-      $(AUTOMAKE) --gnu  po/is/Makefile
26644
 
+#>-      $(AUTOMAKE) --foreign  po/is/Makefile
26645
 
 #>+ 12
26646
 
        @for dep in $?; do \
26647
 
          case '$(am__configure_deps)' in \
26648
 
@@ -381,9 +385,9 @@
26649
 
              exit 1;; \
26650
 
          esac; \
26651
 
        done; \
26652
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/is/Makefile'; \
26653
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/is/Makefile'; \
26654
 
        cd $(top_srcdir) && \
26655
 
-         $(AUTOMAKE) --gnu  po/is/Makefile
26656
 
+         $(AUTOMAKE) --foreign  po/is/Makefile
26657
 
        cd $(top_srcdir) && perl admin/am_edit po/is/Makefile.in
26658
 
 .PRECIOUS: Makefile
26659
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26660
 
@@ -398,9 +402,9 @@
26661
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26662
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26663
 
 
26664
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26665
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26666
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26667
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26668
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26669
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26670
 
 
26671
 
 mostlyclean-libtool:
26672
 
@@ -746,9 +750,9 @@
26673
 
              exit 1;; \
26674
 
          esac; \
26675
 
        done; \
26676
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/is/Makefile'; \
26677
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/is/Makefile'; \
26678
 
        cd $(top_srcdir) && \
26679
 
-         $(AUTOMAKE) --gnu  po/is/Makefile
26680
 
+         $(AUTOMAKE) --foreign  po/is/Makefile
26681
 
        cd $(top_srcdir) && perl admin/am_edit po/is/Makefile.in
26682
 
 
26683
 
 
26684
 
--- a/po/it/Makefile.in
26685
 
+++ b/po/it/Makefile.in
26686
 
@@ -204,6 +204,9 @@
26687
 
 LIB_XRENDER = @LIB_XRENDER@
26688
 
 LN_S = @LN_S@
26689
 
 LTLIBOBJS = @LTLIBOBJS@
26690
 
+MAINT = @MAINT@
26691
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26692
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26693
 
 MAKEINFO = @MAKEINFO@
26694
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26695
 
 MCOPIDL = @MCOPIDL@
26696
 
@@ -228,6 +231,7 @@
26697
 
 QT_INCLUDES = @QT_INCLUDES@
26698
 
 QT_LDFLAGS = @QT_LDFLAGS@
26699
 
 RANLIB = @RANLIB@
26700
 
+SED = @SED@
26701
 
 SET_MAKE = @SET_MAKE@
26702
 
 SHELL = @SHELL@
26703
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26704
 
@@ -360,7 +364,7 @@
26705
 
 all: all-nls docs-am  all-recursive
26706
 
 
26707
 
 .SUFFIXES:
26708
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26709
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26710
 
 #>-    @for dep in $?; do \
26711
 
 #>-      case '$(am__configure_deps)' in \
26712
 
 #>-        *$$dep*) \
26713
 
@@ -369,9 +373,9 @@
26714
 
 #>-          exit 1;; \
26715
 
 #>-      esac; \
26716
 
 #>-    done; \
26717
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/it/Makefile'; \
26718
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/it/Makefile'; \
26719
 
 #>-    cd $(top_srcdir) && \
26720
 
-#>-      $(AUTOMAKE) --gnu  po/it/Makefile
26721
 
+#>-      $(AUTOMAKE) --foreign  po/it/Makefile
26722
 
 #>+ 12
26723
 
        @for dep in $?; do \
26724
 
          case '$(am__configure_deps)' in \
26725
 
@@ -381,9 +385,9 @@
26726
 
              exit 1;; \
26727
 
          esac; \
26728
 
        done; \
26729
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/it/Makefile'; \
26730
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/it/Makefile'; \
26731
 
        cd $(top_srcdir) && \
26732
 
-         $(AUTOMAKE) --gnu  po/it/Makefile
26733
 
+         $(AUTOMAKE) --foreign  po/it/Makefile
26734
 
        cd $(top_srcdir) && perl admin/am_edit po/it/Makefile.in
26735
 
 .PRECIOUS: Makefile
26736
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26737
 
@@ -398,9 +402,9 @@
26738
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26739
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26740
 
 
26741
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26742
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26743
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26744
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26745
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26746
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26747
 
 
26748
 
 mostlyclean-libtool:
26749
 
@@ -746,9 +750,9 @@
26750
 
              exit 1;; \
26751
 
          esac; \
26752
 
        done; \
26753
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/it/Makefile'; \
26754
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/it/Makefile'; \
26755
 
        cd $(top_srcdir) && \
26756
 
-         $(AUTOMAKE) --gnu  po/it/Makefile
26757
 
+         $(AUTOMAKE) --foreign  po/it/Makefile
26758
 
        cd $(top_srcdir) && perl admin/am_edit po/it/Makefile.in
26759
 
 
26760
 
 
26761
 
--- a/po/ja/Makefile.in
26762
 
+++ b/po/ja/Makefile.in
26763
 
@@ -204,6 +204,9 @@
26764
 
 LIB_XRENDER = @LIB_XRENDER@
26765
 
 LN_S = @LN_S@
26766
 
 LTLIBOBJS = @LTLIBOBJS@
26767
 
+MAINT = @MAINT@
26768
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26769
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26770
 
 MAKEINFO = @MAKEINFO@
26771
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26772
 
 MCOPIDL = @MCOPIDL@
26773
 
@@ -228,6 +231,7 @@
26774
 
 QT_INCLUDES = @QT_INCLUDES@
26775
 
 QT_LDFLAGS = @QT_LDFLAGS@
26776
 
 RANLIB = @RANLIB@
26777
 
+SED = @SED@
26778
 
 SET_MAKE = @SET_MAKE@
26779
 
 SHELL = @SHELL@
26780
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26781
 
@@ -360,7 +364,7 @@
26782
 
 all: all-nls docs-am  all-recursive
26783
 
 
26784
 
 .SUFFIXES:
26785
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26786
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26787
 
 #>-    @for dep in $?; do \
26788
 
 #>-      case '$(am__configure_deps)' in \
26789
 
 #>-        *$$dep*) \
26790
 
@@ -369,9 +373,9 @@
26791
 
 #>-          exit 1;; \
26792
 
 #>-      esac; \
26793
 
 #>-    done; \
26794
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ja/Makefile'; \
26795
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ja/Makefile'; \
26796
 
 #>-    cd $(top_srcdir) && \
26797
 
-#>-      $(AUTOMAKE) --gnu  po/ja/Makefile
26798
 
+#>-      $(AUTOMAKE) --foreign  po/ja/Makefile
26799
 
 #>+ 12
26800
 
        @for dep in $?; do \
26801
 
          case '$(am__configure_deps)' in \
26802
 
@@ -381,9 +385,9 @@
26803
 
              exit 1;; \
26804
 
          esac; \
26805
 
        done; \
26806
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ja/Makefile'; \
26807
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ja/Makefile'; \
26808
 
        cd $(top_srcdir) && \
26809
 
-         $(AUTOMAKE) --gnu  po/ja/Makefile
26810
 
+         $(AUTOMAKE) --foreign  po/ja/Makefile
26811
 
        cd $(top_srcdir) && perl admin/am_edit po/ja/Makefile.in
26812
 
 .PRECIOUS: Makefile
26813
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26814
 
@@ -398,9 +402,9 @@
26815
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26816
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26817
 
 
26818
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26819
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26820
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26821
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26822
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26823
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26824
 
 
26825
 
 mostlyclean-libtool:
26826
 
@@ -746,9 +750,9 @@
26827
 
              exit 1;; \
26828
 
          esac; \
26829
 
        done; \
26830
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ja/Makefile'; \
26831
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ja/Makefile'; \
26832
 
        cd $(top_srcdir) && \
26833
 
-         $(AUTOMAKE) --gnu  po/ja/Makefile
26834
 
+         $(AUTOMAKE) --foreign  po/ja/Makefile
26835
 
        cd $(top_srcdir) && perl admin/am_edit po/ja/Makefile.in
26836
 
 
26837
 
 
26838
 
--- a/po/ka/Makefile.in
26839
 
+++ b/po/ka/Makefile.in
26840
 
@@ -204,6 +204,9 @@
26841
 
 LIB_XRENDER = @LIB_XRENDER@
26842
 
 LN_S = @LN_S@
26843
 
 LTLIBOBJS = @LTLIBOBJS@
26844
 
+MAINT = @MAINT@
26845
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26846
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26847
 
 MAKEINFO = @MAKEINFO@
26848
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26849
 
 MCOPIDL = @MCOPIDL@
26850
 
@@ -228,6 +231,7 @@
26851
 
 QT_INCLUDES = @QT_INCLUDES@
26852
 
 QT_LDFLAGS = @QT_LDFLAGS@
26853
 
 RANLIB = @RANLIB@
26854
 
+SED = @SED@
26855
 
 SET_MAKE = @SET_MAKE@
26856
 
 SHELL = @SHELL@
26857
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26858
 
@@ -360,7 +364,7 @@
26859
 
 all: all-nls docs-am  all-recursive
26860
 
 
26861
 
 .SUFFIXES:
26862
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26863
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26864
 
 #>-    @for dep in $?; do \
26865
 
 #>-      case '$(am__configure_deps)' in \
26866
 
 #>-        *$$dep*) \
26867
 
@@ -369,9 +373,9 @@
26868
 
 #>-          exit 1;; \
26869
 
 #>-      esac; \
26870
 
 #>-    done; \
26871
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ka/Makefile'; \
26872
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ka/Makefile'; \
26873
 
 #>-    cd $(top_srcdir) && \
26874
 
-#>-      $(AUTOMAKE) --gnu  po/ka/Makefile
26875
 
+#>-      $(AUTOMAKE) --foreign  po/ka/Makefile
26876
 
 #>+ 12
26877
 
        @for dep in $?; do \
26878
 
          case '$(am__configure_deps)' in \
26879
 
@@ -381,9 +385,9 @@
26880
 
              exit 1;; \
26881
 
          esac; \
26882
 
        done; \
26883
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ka/Makefile'; \
26884
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ka/Makefile'; \
26885
 
        cd $(top_srcdir) && \
26886
 
-         $(AUTOMAKE) --gnu  po/ka/Makefile
26887
 
+         $(AUTOMAKE) --foreign  po/ka/Makefile
26888
 
        cd $(top_srcdir) && perl admin/am_edit po/ka/Makefile.in
26889
 
 .PRECIOUS: Makefile
26890
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26891
 
@@ -398,9 +402,9 @@
26892
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26893
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26894
 
 
26895
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26896
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26897
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26898
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26899
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26900
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26901
 
 
26902
 
 mostlyclean-libtool:
26903
 
@@ -746,9 +750,9 @@
26904
 
              exit 1;; \
26905
 
          esac; \
26906
 
        done; \
26907
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ka/Makefile'; \
26908
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ka/Makefile'; \
26909
 
        cd $(top_srcdir) && \
26910
 
-         $(AUTOMAKE) --gnu  po/ka/Makefile
26911
 
+         $(AUTOMAKE) --foreign  po/ka/Makefile
26912
 
        cd $(top_srcdir) && perl admin/am_edit po/ka/Makefile.in
26913
 
 
26914
 
 
26915
 
--- a/po/lt/Makefile.in
26916
 
+++ b/po/lt/Makefile.in
26917
 
@@ -204,6 +204,9 @@
26918
 
 LIB_XRENDER = @LIB_XRENDER@
26919
 
 LN_S = @LN_S@
26920
 
 LTLIBOBJS = @LTLIBOBJS@
26921
 
+MAINT = @MAINT@
26922
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
26923
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
26924
 
 MAKEINFO = @MAKEINFO@
26925
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
26926
 
 MCOPIDL = @MCOPIDL@
26927
 
@@ -228,6 +231,7 @@
26928
 
 QT_INCLUDES = @QT_INCLUDES@
26929
 
 QT_LDFLAGS = @QT_LDFLAGS@
26930
 
 RANLIB = @RANLIB@
26931
 
+SED = @SED@
26932
 
 SET_MAKE = @SET_MAKE@
26933
 
 SHELL = @SHELL@
26934
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
26935
 
@@ -360,7 +364,7 @@
26936
 
 all: all-nls docs-am  all-recursive
26937
 
 
26938
 
 .SUFFIXES:
26939
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
26940
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
26941
 
 #>-    @for dep in $?; do \
26942
 
 #>-      case '$(am__configure_deps)' in \
26943
 
 #>-        *$$dep*) \
26944
 
@@ -369,9 +373,9 @@
26945
 
 #>-          exit 1;; \
26946
 
 #>-      esac; \
26947
 
 #>-    done; \
26948
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/lt/Makefile'; \
26949
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/lt/Makefile'; \
26950
 
 #>-    cd $(top_srcdir) && \
26951
 
-#>-      $(AUTOMAKE) --gnu  po/lt/Makefile
26952
 
+#>-      $(AUTOMAKE) --foreign  po/lt/Makefile
26953
 
 #>+ 12
26954
 
        @for dep in $?; do \
26955
 
          case '$(am__configure_deps)' in \
26956
 
@@ -381,9 +385,9 @@
26957
 
              exit 1;; \
26958
 
          esac; \
26959
 
        done; \
26960
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/lt/Makefile'; \
26961
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/lt/Makefile'; \
26962
 
        cd $(top_srcdir) && \
26963
 
-         $(AUTOMAKE) --gnu  po/lt/Makefile
26964
 
+         $(AUTOMAKE) --foreign  po/lt/Makefile
26965
 
        cd $(top_srcdir) && perl admin/am_edit po/lt/Makefile.in
26966
 
 .PRECIOUS: Makefile
26967
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
26968
 
@@ -398,9 +402,9 @@
26969
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
26970
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26971
 
 
26972
 
-$(top_srcdir)/configure:  $(am__configure_deps)
26973
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
26974
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26975
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
26976
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
26977
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
26978
 
 
26979
 
 mostlyclean-libtool:
26980
 
@@ -746,9 +750,9 @@
26981
 
              exit 1;; \
26982
 
          esac; \
26983
 
        done; \
26984
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/lt/Makefile'; \
26985
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/lt/Makefile'; \
26986
 
        cd $(top_srcdir) && \
26987
 
-         $(AUTOMAKE) --gnu  po/lt/Makefile
26988
 
+         $(AUTOMAKE) --foreign  po/lt/Makefile
26989
 
        cd $(top_srcdir) && perl admin/am_edit po/lt/Makefile.in
26990
 
 
26991
 
 
26992
 
--- a/po/Makefile.in
26993
 
+++ b/po/Makefile.in
26994
 
@@ -202,6 +202,9 @@
26995
 
 LIB_XRENDER = @LIB_XRENDER@
26996
 
 LN_S = @LN_S@
26997
 
 LTLIBOBJS = @LTLIBOBJS@
26998
 
+MAINT = @MAINT@
26999
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27000
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27001
 
 MAKEINFO = @MAKEINFO@
27002
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27003
 
 MCOPIDL = @MCOPIDL@
27004
 
@@ -226,6 +229,7 @@
27005
 
 QT_INCLUDES = @QT_INCLUDES@
27006
 
 QT_LDFLAGS = @QT_LDFLAGS@
27007
 
 RANLIB = @RANLIB@
27008
 
+SED = @SED@
27009
 
 SET_MAKE = @SET_MAKE@
27010
 
 SHELL = @SHELL@
27011
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27012
 
@@ -347,13 +351,13 @@
27013
 
 xdg_menudir = @xdg_menudir@
27014
 
 #>- SUBDIRS = $(AUTODIRS)
27015
 
 #>+ 1
27016
 
-SUBDIRS =. ar bg br ca cs cy da de el en_GB es et fa fi fr gl he hu is it ja ka lt mk ms mt nb nds nl nn pa pl pt pt_BR ro ru rw sk sl sr sr@Latn sv ta th tr uk vi zh_CN zh_TW
27017
 
+SUBDIRS =. cs nds sk et nn fa en_GB pa it sv ja zh_TW gl bg de he rw lt zh_CN tr mk cy el da is ar pt ca ro pt_BR nl vi sr sr@Latn mt fr ms br pl ta es uk nb th hu ka ru fi sl
27018
 
 #>- all: all-recursive
27019
 
 #>+ 1
27020
 
 all: docs-am  all-recursive
27021
 
 
27022
 
 .SUFFIXES:
27023
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27024
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27025
 
 #>-    @for dep in $?; do \
27026
 
 #>-      case '$(am__configure_deps)' in \
27027
 
 #>-        *$$dep*) \
27028
 
@@ -362,9 +366,9 @@
27029
 
 #>-          exit 1;; \
27030
 
 #>-      esac; \
27031
 
 #>-    done; \
27032
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/Makefile'; \
27033
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/Makefile'; \
27034
 
 #>-    cd $(top_srcdir) && \
27035
 
-#>-      $(AUTOMAKE) --gnu  po/Makefile
27036
 
+#>-      $(AUTOMAKE) --foreign  po/Makefile
27037
 
 #>+ 12
27038
 
        @for dep in $?; do \
27039
 
          case '$(am__configure_deps)' in \
27040
 
@@ -374,9 +378,9 @@
27041
 
              exit 1;; \
27042
 
          esac; \
27043
 
        done; \
27044
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/Makefile'; \
27045
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/Makefile'; \
27046
 
        cd $(top_srcdir) && \
27047
 
-         $(AUTOMAKE) --gnu  po/Makefile
27048
 
+         $(AUTOMAKE) --foreign  po/Makefile
27049
 
        cd $(top_srcdir) && perl admin/am_edit po/Makefile.in
27050
 
 .PRECIOUS: Makefile
27051
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27052
 
@@ -391,9 +395,9 @@
27053
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27054
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27055
 
 
27056
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27057
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27058
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27059
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27060
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27061
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27062
 
 
27063
 
 mostlyclean-libtool:
27064
 
@@ -695,9 +699,9 @@
27065
 
              exit 1;; \
27066
 
          esac; \
27067
 
        done; \
27068
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/Makefile'; \
27069
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/Makefile'; \
27070
 
        cd $(top_srcdir) && \
27071
 
-         $(AUTOMAKE) --gnu  po/Makefile
27072
 
+         $(AUTOMAKE) --foreign  po/Makefile
27073
 
        cd $(top_srcdir) && perl admin/am_edit po/Makefile.in
27074
 
 
27075
 
 
27076
 
--- a/po/mk/Makefile.in
27077
 
+++ b/po/mk/Makefile.in
27078
 
@@ -204,6 +204,9 @@
27079
 
 LIB_XRENDER = @LIB_XRENDER@
27080
 
 LN_S = @LN_S@
27081
 
 LTLIBOBJS = @LTLIBOBJS@
27082
 
+MAINT = @MAINT@
27083
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27084
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27085
 
 MAKEINFO = @MAKEINFO@
27086
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27087
 
 MCOPIDL = @MCOPIDL@
27088
 
@@ -228,6 +231,7 @@
27089
 
 QT_INCLUDES = @QT_INCLUDES@
27090
 
 QT_LDFLAGS = @QT_LDFLAGS@
27091
 
 RANLIB = @RANLIB@
27092
 
+SED = @SED@
27093
 
 SET_MAKE = @SET_MAKE@
27094
 
 SHELL = @SHELL@
27095
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27096
 
@@ -360,7 +364,7 @@
27097
 
 all: all-nls docs-am  all-recursive
27098
 
 
27099
 
 .SUFFIXES:
27100
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27101
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27102
 
 #>-    @for dep in $?; do \
27103
 
 #>-      case '$(am__configure_deps)' in \
27104
 
 #>-        *$$dep*) \
27105
 
@@ -369,9 +373,9 @@
27106
 
 #>-          exit 1;; \
27107
 
 #>-      esac; \
27108
 
 #>-    done; \
27109
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/mk/Makefile'; \
27110
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/mk/Makefile'; \
27111
 
 #>-    cd $(top_srcdir) && \
27112
 
-#>-      $(AUTOMAKE) --gnu  po/mk/Makefile
27113
 
+#>-      $(AUTOMAKE) --foreign  po/mk/Makefile
27114
 
 #>+ 12
27115
 
        @for dep in $?; do \
27116
 
          case '$(am__configure_deps)' in \
27117
 
@@ -381,9 +385,9 @@
27118
 
              exit 1;; \
27119
 
          esac; \
27120
 
        done; \
27121
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/mk/Makefile'; \
27122
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/mk/Makefile'; \
27123
 
        cd $(top_srcdir) && \
27124
 
-         $(AUTOMAKE) --gnu  po/mk/Makefile
27125
 
+         $(AUTOMAKE) --foreign  po/mk/Makefile
27126
 
        cd $(top_srcdir) && perl admin/am_edit po/mk/Makefile.in
27127
 
 .PRECIOUS: Makefile
27128
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27129
 
@@ -398,9 +402,9 @@
27130
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27131
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27132
 
 
27133
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27134
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27135
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27136
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27137
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27138
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27139
 
 
27140
 
 mostlyclean-libtool:
27141
 
@@ -746,9 +750,9 @@
27142
 
              exit 1;; \
27143
 
          esac; \
27144
 
        done; \
27145
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/mk/Makefile'; \
27146
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/mk/Makefile'; \
27147
 
        cd $(top_srcdir) && \
27148
 
-         $(AUTOMAKE) --gnu  po/mk/Makefile
27149
 
+         $(AUTOMAKE) --foreign  po/mk/Makefile
27150
 
        cd $(top_srcdir) && perl admin/am_edit po/mk/Makefile.in
27151
 
 
27152
 
 
27153
 
--- a/po/ms/Makefile.in
27154
 
+++ b/po/ms/Makefile.in
27155
 
@@ -204,6 +204,9 @@
27156
 
 LIB_XRENDER = @LIB_XRENDER@
27157
 
 LN_S = @LN_S@
27158
 
 LTLIBOBJS = @LTLIBOBJS@
27159
 
+MAINT = @MAINT@
27160
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27161
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27162
 
 MAKEINFO = @MAKEINFO@
27163
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27164
 
 MCOPIDL = @MCOPIDL@
27165
 
@@ -228,6 +231,7 @@
27166
 
 QT_INCLUDES = @QT_INCLUDES@
27167
 
 QT_LDFLAGS = @QT_LDFLAGS@
27168
 
 RANLIB = @RANLIB@
27169
 
+SED = @SED@
27170
 
 SET_MAKE = @SET_MAKE@
27171
 
 SHELL = @SHELL@
27172
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27173
 
@@ -360,7 +364,7 @@
27174
 
 all: all-nls docs-am  all-recursive
27175
 
 
27176
 
 .SUFFIXES:
27177
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27178
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27179
 
 #>-    @for dep in $?; do \
27180
 
 #>-      case '$(am__configure_deps)' in \
27181
 
 #>-        *$$dep*) \
27182
 
@@ -369,9 +373,9 @@
27183
 
 #>-          exit 1;; \
27184
 
 #>-      esac; \
27185
 
 #>-    done; \
27186
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ms/Makefile'; \
27187
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ms/Makefile'; \
27188
 
 #>-    cd $(top_srcdir) && \
27189
 
-#>-      $(AUTOMAKE) --gnu  po/ms/Makefile
27190
 
+#>-      $(AUTOMAKE) --foreign  po/ms/Makefile
27191
 
 #>+ 12
27192
 
        @for dep in $?; do \
27193
 
          case '$(am__configure_deps)' in \
27194
 
@@ -381,9 +385,9 @@
27195
 
              exit 1;; \
27196
 
          esac; \
27197
 
        done; \
27198
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ms/Makefile'; \
27199
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ms/Makefile'; \
27200
 
        cd $(top_srcdir) && \
27201
 
-         $(AUTOMAKE) --gnu  po/ms/Makefile
27202
 
+         $(AUTOMAKE) --foreign  po/ms/Makefile
27203
 
        cd $(top_srcdir) && perl admin/am_edit po/ms/Makefile.in
27204
 
 .PRECIOUS: Makefile
27205
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27206
 
@@ -398,9 +402,9 @@
27207
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27208
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27209
 
 
27210
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27211
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27212
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27213
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27214
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27215
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27216
 
 
27217
 
 mostlyclean-libtool:
27218
 
@@ -746,9 +750,9 @@
27219
 
              exit 1;; \
27220
 
          esac; \
27221
 
        done; \
27222
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ms/Makefile'; \
27223
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ms/Makefile'; \
27224
 
        cd $(top_srcdir) && \
27225
 
-         $(AUTOMAKE) --gnu  po/ms/Makefile
27226
 
+         $(AUTOMAKE) --foreign  po/ms/Makefile
27227
 
        cd $(top_srcdir) && perl admin/am_edit po/ms/Makefile.in
27228
 
 
27229
 
 
27230
 
--- a/po/mt/Makefile.in
27231
 
+++ b/po/mt/Makefile.in
27232
 
@@ -204,6 +204,9 @@
27233
 
 LIB_XRENDER = @LIB_XRENDER@
27234
 
 LN_S = @LN_S@
27235
 
 LTLIBOBJS = @LTLIBOBJS@
27236
 
+MAINT = @MAINT@
27237
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27238
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27239
 
 MAKEINFO = @MAKEINFO@
27240
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27241
 
 MCOPIDL = @MCOPIDL@
27242
 
@@ -228,6 +231,7 @@
27243
 
 QT_INCLUDES = @QT_INCLUDES@
27244
 
 QT_LDFLAGS = @QT_LDFLAGS@
27245
 
 RANLIB = @RANLIB@
27246
 
+SED = @SED@
27247
 
 SET_MAKE = @SET_MAKE@
27248
 
 SHELL = @SHELL@
27249
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27250
 
@@ -360,7 +364,7 @@
27251
 
 all: all-nls docs-am  all-recursive
27252
 
 
27253
 
 .SUFFIXES:
27254
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27255
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27256
 
 #>-    @for dep in $?; do \
27257
 
 #>-      case '$(am__configure_deps)' in \
27258
 
 #>-        *$$dep*) \
27259
 
@@ -369,9 +373,9 @@
27260
 
 #>-          exit 1;; \
27261
 
 #>-      esac; \
27262
 
 #>-    done; \
27263
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/mt/Makefile'; \
27264
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/mt/Makefile'; \
27265
 
 #>-    cd $(top_srcdir) && \
27266
 
-#>-      $(AUTOMAKE) --gnu  po/mt/Makefile
27267
 
+#>-      $(AUTOMAKE) --foreign  po/mt/Makefile
27268
 
 #>+ 12
27269
 
        @for dep in $?; do \
27270
 
          case '$(am__configure_deps)' in \
27271
 
@@ -381,9 +385,9 @@
27272
 
              exit 1;; \
27273
 
          esac; \
27274
 
        done; \
27275
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/mt/Makefile'; \
27276
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/mt/Makefile'; \
27277
 
        cd $(top_srcdir) && \
27278
 
-         $(AUTOMAKE) --gnu  po/mt/Makefile
27279
 
+         $(AUTOMAKE) --foreign  po/mt/Makefile
27280
 
        cd $(top_srcdir) && perl admin/am_edit po/mt/Makefile.in
27281
 
 .PRECIOUS: Makefile
27282
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27283
 
@@ -398,9 +402,9 @@
27284
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27285
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27286
 
 
27287
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27288
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27289
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27290
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27291
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27292
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27293
 
 
27294
 
 mostlyclean-libtool:
27295
 
@@ -746,9 +750,9 @@
27296
 
              exit 1;; \
27297
 
          esac; \
27298
 
        done; \
27299
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/mt/Makefile'; \
27300
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/mt/Makefile'; \
27301
 
        cd $(top_srcdir) && \
27302
 
-         $(AUTOMAKE) --gnu  po/mt/Makefile
27303
 
+         $(AUTOMAKE) --foreign  po/mt/Makefile
27304
 
        cd $(top_srcdir) && perl admin/am_edit po/mt/Makefile.in
27305
 
 
27306
 
 
27307
 
--- a/po/nb/Makefile.in
27308
 
+++ b/po/nb/Makefile.in
27309
 
@@ -204,6 +204,9 @@
27310
 
 LIB_XRENDER = @LIB_XRENDER@
27311
 
 LN_S = @LN_S@
27312
 
 LTLIBOBJS = @LTLIBOBJS@
27313
 
+MAINT = @MAINT@
27314
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27315
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27316
 
 MAKEINFO = @MAKEINFO@
27317
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27318
 
 MCOPIDL = @MCOPIDL@
27319
 
@@ -228,6 +231,7 @@
27320
 
 QT_INCLUDES = @QT_INCLUDES@
27321
 
 QT_LDFLAGS = @QT_LDFLAGS@
27322
 
 RANLIB = @RANLIB@
27323
 
+SED = @SED@
27324
 
 SET_MAKE = @SET_MAKE@
27325
 
 SHELL = @SHELL@
27326
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27327
 
@@ -360,7 +364,7 @@
27328
 
 all: all-nls docs-am  all-recursive
27329
 
 
27330
 
 .SUFFIXES:
27331
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27332
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27333
 
 #>-    @for dep in $?; do \
27334
 
 #>-      case '$(am__configure_deps)' in \
27335
 
 #>-        *$$dep*) \
27336
 
@@ -369,9 +373,9 @@
27337
 
 #>-          exit 1;; \
27338
 
 #>-      esac; \
27339
 
 #>-    done; \
27340
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nb/Makefile'; \
27341
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nb/Makefile'; \
27342
 
 #>-    cd $(top_srcdir) && \
27343
 
-#>-      $(AUTOMAKE) --gnu  po/nb/Makefile
27344
 
+#>-      $(AUTOMAKE) --foreign  po/nb/Makefile
27345
 
 #>+ 12
27346
 
        @for dep in $?; do \
27347
 
          case '$(am__configure_deps)' in \
27348
 
@@ -381,9 +385,9 @@
27349
 
              exit 1;; \
27350
 
          esac; \
27351
 
        done; \
27352
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nb/Makefile'; \
27353
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nb/Makefile'; \
27354
 
        cd $(top_srcdir) && \
27355
 
-         $(AUTOMAKE) --gnu  po/nb/Makefile
27356
 
+         $(AUTOMAKE) --foreign  po/nb/Makefile
27357
 
        cd $(top_srcdir) && perl admin/am_edit po/nb/Makefile.in
27358
 
 .PRECIOUS: Makefile
27359
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27360
 
@@ -398,9 +402,9 @@
27361
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27362
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27363
 
 
27364
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27365
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27366
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27367
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27368
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27369
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27370
 
 
27371
 
 mostlyclean-libtool:
27372
 
@@ -746,9 +750,9 @@
27373
 
              exit 1;; \
27374
 
          esac; \
27375
 
        done; \
27376
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nb/Makefile'; \
27377
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nb/Makefile'; \
27378
 
        cd $(top_srcdir) && \
27379
 
-         $(AUTOMAKE) --gnu  po/nb/Makefile
27380
 
+         $(AUTOMAKE) --foreign  po/nb/Makefile
27381
 
        cd $(top_srcdir) && perl admin/am_edit po/nb/Makefile.in
27382
 
 
27383
 
 
27384
 
--- a/po/nds/Makefile.in
27385
 
+++ b/po/nds/Makefile.in
27386
 
@@ -204,6 +204,9 @@
27387
 
 LIB_XRENDER = @LIB_XRENDER@
27388
 
 LN_S = @LN_S@
27389
 
 LTLIBOBJS = @LTLIBOBJS@
27390
 
+MAINT = @MAINT@
27391
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27392
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27393
 
 MAKEINFO = @MAKEINFO@
27394
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27395
 
 MCOPIDL = @MCOPIDL@
27396
 
@@ -228,6 +231,7 @@
27397
 
 QT_INCLUDES = @QT_INCLUDES@
27398
 
 QT_LDFLAGS = @QT_LDFLAGS@
27399
 
 RANLIB = @RANLIB@
27400
 
+SED = @SED@
27401
 
 SET_MAKE = @SET_MAKE@
27402
 
 SHELL = @SHELL@
27403
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27404
 
@@ -360,7 +364,7 @@
27405
 
 all: all-nls docs-am  all-recursive
27406
 
 
27407
 
 .SUFFIXES:
27408
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27409
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27410
 
 #>-    @for dep in $?; do \
27411
 
 #>-      case '$(am__configure_deps)' in \
27412
 
 #>-        *$$dep*) \
27413
 
@@ -369,9 +373,9 @@
27414
 
 #>-          exit 1;; \
27415
 
 #>-      esac; \
27416
 
 #>-    done; \
27417
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nds/Makefile'; \
27418
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nds/Makefile'; \
27419
 
 #>-    cd $(top_srcdir) && \
27420
 
-#>-      $(AUTOMAKE) --gnu  po/nds/Makefile
27421
 
+#>-      $(AUTOMAKE) --foreign  po/nds/Makefile
27422
 
 #>+ 12
27423
 
        @for dep in $?; do \
27424
 
          case '$(am__configure_deps)' in \
27425
 
@@ -381,9 +385,9 @@
27426
 
              exit 1;; \
27427
 
          esac; \
27428
 
        done; \
27429
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nds/Makefile'; \
27430
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nds/Makefile'; \
27431
 
        cd $(top_srcdir) && \
27432
 
-         $(AUTOMAKE) --gnu  po/nds/Makefile
27433
 
+         $(AUTOMAKE) --foreign  po/nds/Makefile
27434
 
        cd $(top_srcdir) && perl admin/am_edit po/nds/Makefile.in
27435
 
 .PRECIOUS: Makefile
27436
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27437
 
@@ -398,9 +402,9 @@
27438
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27439
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27440
 
 
27441
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27442
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27443
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27444
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27445
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27446
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27447
 
 
27448
 
 mostlyclean-libtool:
27449
 
@@ -746,9 +750,9 @@
27450
 
              exit 1;; \
27451
 
          esac; \
27452
 
        done; \
27453
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nds/Makefile'; \
27454
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nds/Makefile'; \
27455
 
        cd $(top_srcdir) && \
27456
 
-         $(AUTOMAKE) --gnu  po/nds/Makefile
27457
 
+         $(AUTOMAKE) --foreign  po/nds/Makefile
27458
 
        cd $(top_srcdir) && perl admin/am_edit po/nds/Makefile.in
27459
 
 
27460
 
 
27461
 
--- a/po/nl/Makefile.in
27462
 
+++ b/po/nl/Makefile.in
27463
 
@@ -204,6 +204,9 @@
27464
 
 LIB_XRENDER = @LIB_XRENDER@
27465
 
 LN_S = @LN_S@
27466
 
 LTLIBOBJS = @LTLIBOBJS@
27467
 
+MAINT = @MAINT@
27468
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27469
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27470
 
 MAKEINFO = @MAKEINFO@
27471
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27472
 
 MCOPIDL = @MCOPIDL@
27473
 
@@ -228,6 +231,7 @@
27474
 
 QT_INCLUDES = @QT_INCLUDES@
27475
 
 QT_LDFLAGS = @QT_LDFLAGS@
27476
 
 RANLIB = @RANLIB@
27477
 
+SED = @SED@
27478
 
 SET_MAKE = @SET_MAKE@
27479
 
 SHELL = @SHELL@
27480
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27481
 
@@ -360,7 +364,7 @@
27482
 
 all: all-nls docs-am  all-recursive
27483
 
 
27484
 
 .SUFFIXES:
27485
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27486
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27487
 
 #>-    @for dep in $?; do \
27488
 
 #>-      case '$(am__configure_deps)' in \
27489
 
 #>-        *$$dep*) \
27490
 
@@ -369,9 +373,9 @@
27491
 
 #>-          exit 1;; \
27492
 
 #>-      esac; \
27493
 
 #>-    done; \
27494
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nl/Makefile'; \
27495
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nl/Makefile'; \
27496
 
 #>-    cd $(top_srcdir) && \
27497
 
-#>-      $(AUTOMAKE) --gnu  po/nl/Makefile
27498
 
+#>-      $(AUTOMAKE) --foreign  po/nl/Makefile
27499
 
 #>+ 12
27500
 
        @for dep in $?; do \
27501
 
          case '$(am__configure_deps)' in \
27502
 
@@ -381,9 +385,9 @@
27503
 
              exit 1;; \
27504
 
          esac; \
27505
 
        done; \
27506
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nl/Makefile'; \
27507
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nl/Makefile'; \
27508
 
        cd $(top_srcdir) && \
27509
 
-         $(AUTOMAKE) --gnu  po/nl/Makefile
27510
 
+         $(AUTOMAKE) --foreign  po/nl/Makefile
27511
 
        cd $(top_srcdir) && perl admin/am_edit po/nl/Makefile.in
27512
 
 .PRECIOUS: Makefile
27513
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27514
 
@@ -398,9 +402,9 @@
27515
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27516
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27517
 
 
27518
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27519
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27520
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27521
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27522
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27523
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27524
 
 
27525
 
 mostlyclean-libtool:
27526
 
@@ -746,9 +750,9 @@
27527
 
              exit 1;; \
27528
 
          esac; \
27529
 
        done; \
27530
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nl/Makefile'; \
27531
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nl/Makefile'; \
27532
 
        cd $(top_srcdir) && \
27533
 
-         $(AUTOMAKE) --gnu  po/nl/Makefile
27534
 
+         $(AUTOMAKE) --foreign  po/nl/Makefile
27535
 
        cd $(top_srcdir) && perl admin/am_edit po/nl/Makefile.in
27536
 
 
27537
 
 
27538
 
--- a/po/nn/Makefile.in
27539
 
+++ b/po/nn/Makefile.in
27540
 
@@ -204,6 +204,9 @@
27541
 
 LIB_XRENDER = @LIB_XRENDER@
27542
 
 LN_S = @LN_S@
27543
 
 LTLIBOBJS = @LTLIBOBJS@
27544
 
+MAINT = @MAINT@
27545
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27546
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27547
 
 MAKEINFO = @MAKEINFO@
27548
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27549
 
 MCOPIDL = @MCOPIDL@
27550
 
@@ -228,6 +231,7 @@
27551
 
 QT_INCLUDES = @QT_INCLUDES@
27552
 
 QT_LDFLAGS = @QT_LDFLAGS@
27553
 
 RANLIB = @RANLIB@
27554
 
+SED = @SED@
27555
 
 SET_MAKE = @SET_MAKE@
27556
 
 SHELL = @SHELL@
27557
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27558
 
@@ -360,7 +364,7 @@
27559
 
 all: all-nls docs-am  all-recursive
27560
 
 
27561
 
 .SUFFIXES:
27562
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27563
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27564
 
 #>-    @for dep in $?; do \
27565
 
 #>-      case '$(am__configure_deps)' in \
27566
 
 #>-        *$$dep*) \
27567
 
@@ -369,9 +373,9 @@
27568
 
 #>-          exit 1;; \
27569
 
 #>-      esac; \
27570
 
 #>-    done; \
27571
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nn/Makefile'; \
27572
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nn/Makefile'; \
27573
 
 #>-    cd $(top_srcdir) && \
27574
 
-#>-      $(AUTOMAKE) --gnu  po/nn/Makefile
27575
 
+#>-      $(AUTOMAKE) --foreign  po/nn/Makefile
27576
 
 #>+ 12
27577
 
        @for dep in $?; do \
27578
 
          case '$(am__configure_deps)' in \
27579
 
@@ -381,9 +385,9 @@
27580
 
              exit 1;; \
27581
 
          esac; \
27582
 
        done; \
27583
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nn/Makefile'; \
27584
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nn/Makefile'; \
27585
 
        cd $(top_srcdir) && \
27586
 
-         $(AUTOMAKE) --gnu  po/nn/Makefile
27587
 
+         $(AUTOMAKE) --foreign  po/nn/Makefile
27588
 
        cd $(top_srcdir) && perl admin/am_edit po/nn/Makefile.in
27589
 
 .PRECIOUS: Makefile
27590
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27591
 
@@ -398,9 +402,9 @@
27592
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27593
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27594
 
 
27595
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27596
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27597
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27598
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27599
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27600
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27601
 
 
27602
 
 mostlyclean-libtool:
27603
 
@@ -746,9 +750,9 @@
27604
 
              exit 1;; \
27605
 
          esac; \
27606
 
        done; \
27607
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/nn/Makefile'; \
27608
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/nn/Makefile'; \
27609
 
        cd $(top_srcdir) && \
27610
 
-         $(AUTOMAKE) --gnu  po/nn/Makefile
27611
 
+         $(AUTOMAKE) --foreign  po/nn/Makefile
27612
 
        cd $(top_srcdir) && perl admin/am_edit po/nn/Makefile.in
27613
 
 
27614
 
 
27615
 
--- a/po/pa/Makefile.in
27616
 
+++ b/po/pa/Makefile.in
27617
 
@@ -204,6 +204,9 @@
27618
 
 LIB_XRENDER = @LIB_XRENDER@
27619
 
 LN_S = @LN_S@
27620
 
 LTLIBOBJS = @LTLIBOBJS@
27621
 
+MAINT = @MAINT@
27622
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27623
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27624
 
 MAKEINFO = @MAKEINFO@
27625
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27626
 
 MCOPIDL = @MCOPIDL@
27627
 
@@ -228,6 +231,7 @@
27628
 
 QT_INCLUDES = @QT_INCLUDES@
27629
 
 QT_LDFLAGS = @QT_LDFLAGS@
27630
 
 RANLIB = @RANLIB@
27631
 
+SED = @SED@
27632
 
 SET_MAKE = @SET_MAKE@
27633
 
 SHELL = @SHELL@
27634
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27635
 
@@ -360,7 +364,7 @@
27636
 
 all: all-nls docs-am  all-recursive
27637
 
 
27638
 
 .SUFFIXES:
27639
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27640
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27641
 
 #>-    @for dep in $?; do \
27642
 
 #>-      case '$(am__configure_deps)' in \
27643
 
 #>-        *$$dep*) \
27644
 
@@ -369,9 +373,9 @@
27645
 
 #>-          exit 1;; \
27646
 
 #>-      esac; \
27647
 
 #>-    done; \
27648
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pa/Makefile'; \
27649
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pa/Makefile'; \
27650
 
 #>-    cd $(top_srcdir) && \
27651
 
-#>-      $(AUTOMAKE) --gnu  po/pa/Makefile
27652
 
+#>-      $(AUTOMAKE) --foreign  po/pa/Makefile
27653
 
 #>+ 12
27654
 
        @for dep in $?; do \
27655
 
          case '$(am__configure_deps)' in \
27656
 
@@ -381,9 +385,9 @@
27657
 
              exit 1;; \
27658
 
          esac; \
27659
 
        done; \
27660
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pa/Makefile'; \
27661
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pa/Makefile'; \
27662
 
        cd $(top_srcdir) && \
27663
 
-         $(AUTOMAKE) --gnu  po/pa/Makefile
27664
 
+         $(AUTOMAKE) --foreign  po/pa/Makefile
27665
 
        cd $(top_srcdir) && perl admin/am_edit po/pa/Makefile.in
27666
 
 .PRECIOUS: Makefile
27667
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27668
 
@@ -398,9 +402,9 @@
27669
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27670
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27671
 
 
27672
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27673
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27674
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27675
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27676
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27677
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27678
 
 
27679
 
 mostlyclean-libtool:
27680
 
@@ -746,9 +750,9 @@
27681
 
              exit 1;; \
27682
 
          esac; \
27683
 
        done; \
27684
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pa/Makefile'; \
27685
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pa/Makefile'; \
27686
 
        cd $(top_srcdir) && \
27687
 
-         $(AUTOMAKE) --gnu  po/pa/Makefile
27688
 
+         $(AUTOMAKE) --foreign  po/pa/Makefile
27689
 
        cd $(top_srcdir) && perl admin/am_edit po/pa/Makefile.in
27690
 
 
27691
 
 
27692
 
--- a/po/pl/Makefile.in
27693
 
+++ b/po/pl/Makefile.in
27694
 
@@ -204,6 +204,9 @@
27695
 
 LIB_XRENDER = @LIB_XRENDER@
27696
 
 LN_S = @LN_S@
27697
 
 LTLIBOBJS = @LTLIBOBJS@
27698
 
+MAINT = @MAINT@
27699
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27700
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27701
 
 MAKEINFO = @MAKEINFO@
27702
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27703
 
 MCOPIDL = @MCOPIDL@
27704
 
@@ -228,6 +231,7 @@
27705
 
 QT_INCLUDES = @QT_INCLUDES@
27706
 
 QT_LDFLAGS = @QT_LDFLAGS@
27707
 
 RANLIB = @RANLIB@
27708
 
+SED = @SED@
27709
 
 SET_MAKE = @SET_MAKE@
27710
 
 SHELL = @SHELL@
27711
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27712
 
@@ -360,7 +364,7 @@
27713
 
 all: all-nls docs-am  all-recursive
27714
 
 
27715
 
 .SUFFIXES:
27716
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27717
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27718
 
 #>-    @for dep in $?; do \
27719
 
 #>-      case '$(am__configure_deps)' in \
27720
 
 #>-        *$$dep*) \
27721
 
@@ -369,9 +373,9 @@
27722
 
 #>-          exit 1;; \
27723
 
 #>-      esac; \
27724
 
 #>-    done; \
27725
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pl/Makefile'; \
27726
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pl/Makefile'; \
27727
 
 #>-    cd $(top_srcdir) && \
27728
 
-#>-      $(AUTOMAKE) --gnu  po/pl/Makefile
27729
 
+#>-      $(AUTOMAKE) --foreign  po/pl/Makefile
27730
 
 #>+ 12
27731
 
        @for dep in $?; do \
27732
 
          case '$(am__configure_deps)' in \
27733
 
@@ -381,9 +385,9 @@
27734
 
              exit 1;; \
27735
 
          esac; \
27736
 
        done; \
27737
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pl/Makefile'; \
27738
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pl/Makefile'; \
27739
 
        cd $(top_srcdir) && \
27740
 
-         $(AUTOMAKE) --gnu  po/pl/Makefile
27741
 
+         $(AUTOMAKE) --foreign  po/pl/Makefile
27742
 
        cd $(top_srcdir) && perl admin/am_edit po/pl/Makefile.in
27743
 
 .PRECIOUS: Makefile
27744
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27745
 
@@ -398,9 +402,9 @@
27746
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27747
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27748
 
 
27749
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27750
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27751
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27752
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27753
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27754
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27755
 
 
27756
 
 mostlyclean-libtool:
27757
 
@@ -746,9 +750,9 @@
27758
 
              exit 1;; \
27759
 
          esac; \
27760
 
        done; \
27761
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pl/Makefile'; \
27762
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pl/Makefile'; \
27763
 
        cd $(top_srcdir) && \
27764
 
-         $(AUTOMAKE) --gnu  po/pl/Makefile
27765
 
+         $(AUTOMAKE) --foreign  po/pl/Makefile
27766
 
        cd $(top_srcdir) && perl admin/am_edit po/pl/Makefile.in
27767
 
 
27768
 
 
27769
 
--- a/po/pt/Makefile.in
27770
 
+++ b/po/pt/Makefile.in
27771
 
@@ -204,6 +204,9 @@
27772
 
 LIB_XRENDER = @LIB_XRENDER@
27773
 
 LN_S = @LN_S@
27774
 
 LTLIBOBJS = @LTLIBOBJS@
27775
 
+MAINT = @MAINT@
27776
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27777
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27778
 
 MAKEINFO = @MAKEINFO@
27779
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27780
 
 MCOPIDL = @MCOPIDL@
27781
 
@@ -228,6 +231,7 @@
27782
 
 QT_INCLUDES = @QT_INCLUDES@
27783
 
 QT_LDFLAGS = @QT_LDFLAGS@
27784
 
 RANLIB = @RANLIB@
27785
 
+SED = @SED@
27786
 
 SET_MAKE = @SET_MAKE@
27787
 
 SHELL = @SHELL@
27788
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27789
 
@@ -360,7 +364,7 @@
27790
 
 all: all-nls docs-am  all-recursive
27791
 
 
27792
 
 .SUFFIXES:
27793
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27794
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27795
 
 #>-    @for dep in $?; do \
27796
 
 #>-      case '$(am__configure_deps)' in \
27797
 
 #>-        *$$dep*) \
27798
 
@@ -369,9 +373,9 @@
27799
 
 #>-          exit 1;; \
27800
 
 #>-      esac; \
27801
 
 #>-    done; \
27802
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt/Makefile'; \
27803
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt/Makefile'; \
27804
 
 #>-    cd $(top_srcdir) && \
27805
 
-#>-      $(AUTOMAKE) --gnu  po/pt/Makefile
27806
 
+#>-      $(AUTOMAKE) --foreign  po/pt/Makefile
27807
 
 #>+ 12
27808
 
        @for dep in $?; do \
27809
 
          case '$(am__configure_deps)' in \
27810
 
@@ -381,9 +385,9 @@
27811
 
              exit 1;; \
27812
 
          esac; \
27813
 
        done; \
27814
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt/Makefile'; \
27815
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt/Makefile'; \
27816
 
        cd $(top_srcdir) && \
27817
 
-         $(AUTOMAKE) --gnu  po/pt/Makefile
27818
 
+         $(AUTOMAKE) --foreign  po/pt/Makefile
27819
 
        cd $(top_srcdir) && perl admin/am_edit po/pt/Makefile.in
27820
 
 .PRECIOUS: Makefile
27821
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27822
 
@@ -398,9 +402,9 @@
27823
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27824
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27825
 
 
27826
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27827
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27828
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27829
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27830
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27831
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27832
 
 
27833
 
 mostlyclean-libtool:
27834
 
@@ -746,9 +750,9 @@
27835
 
              exit 1;; \
27836
 
          esac; \
27837
 
        done; \
27838
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt/Makefile'; \
27839
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt/Makefile'; \
27840
 
        cd $(top_srcdir) && \
27841
 
-         $(AUTOMAKE) --gnu  po/pt/Makefile
27842
 
+         $(AUTOMAKE) --foreign  po/pt/Makefile
27843
 
        cd $(top_srcdir) && perl admin/am_edit po/pt/Makefile.in
27844
 
 
27845
 
 
27846
 
--- a/po/pt_BR/Makefile.in
27847
 
+++ b/po/pt_BR/Makefile.in
27848
 
@@ -204,6 +204,9 @@
27849
 
 LIB_XRENDER = @LIB_XRENDER@
27850
 
 LN_S = @LN_S@
27851
 
 LTLIBOBJS = @LTLIBOBJS@
27852
 
+MAINT = @MAINT@
27853
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27854
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27855
 
 MAKEINFO = @MAKEINFO@
27856
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27857
 
 MCOPIDL = @MCOPIDL@
27858
 
@@ -228,6 +231,7 @@
27859
 
 QT_INCLUDES = @QT_INCLUDES@
27860
 
 QT_LDFLAGS = @QT_LDFLAGS@
27861
 
 RANLIB = @RANLIB@
27862
 
+SED = @SED@
27863
 
 SET_MAKE = @SET_MAKE@
27864
 
 SHELL = @SHELL@
27865
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27866
 
@@ -360,7 +364,7 @@
27867
 
 all: all-nls docs-am  all-recursive
27868
 
 
27869
 
 .SUFFIXES:
27870
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27871
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27872
 
 #>-    @for dep in $?; do \
27873
 
 #>-      case '$(am__configure_deps)' in \
27874
 
 #>-        *$$dep*) \
27875
 
@@ -369,9 +373,9 @@
27876
 
 #>-          exit 1;; \
27877
 
 #>-      esac; \
27878
 
 #>-    done; \
27879
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt_BR/Makefile'; \
27880
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt_BR/Makefile'; \
27881
 
 #>-    cd $(top_srcdir) && \
27882
 
-#>-      $(AUTOMAKE) --gnu  po/pt_BR/Makefile
27883
 
+#>-      $(AUTOMAKE) --foreign  po/pt_BR/Makefile
27884
 
 #>+ 12
27885
 
        @for dep in $?; do \
27886
 
          case '$(am__configure_deps)' in \
27887
 
@@ -381,9 +385,9 @@
27888
 
              exit 1;; \
27889
 
          esac; \
27890
 
        done; \
27891
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt_BR/Makefile'; \
27892
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt_BR/Makefile'; \
27893
 
        cd $(top_srcdir) && \
27894
 
-         $(AUTOMAKE) --gnu  po/pt_BR/Makefile
27895
 
+         $(AUTOMAKE) --foreign  po/pt_BR/Makefile
27896
 
        cd $(top_srcdir) && perl admin/am_edit po/pt_BR/Makefile.in
27897
 
 .PRECIOUS: Makefile
27898
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27899
 
@@ -398,9 +402,9 @@
27900
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27901
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27902
 
 
27903
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27904
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27905
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27906
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27907
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27908
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27909
 
 
27910
 
 mostlyclean-libtool:
27911
 
@@ -746,9 +750,9 @@
27912
 
              exit 1;; \
27913
 
          esac; \
27914
 
        done; \
27915
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/pt_BR/Makefile'; \
27916
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/pt_BR/Makefile'; \
27917
 
        cd $(top_srcdir) && \
27918
 
-         $(AUTOMAKE) --gnu  po/pt_BR/Makefile
27919
 
+         $(AUTOMAKE) --foreign  po/pt_BR/Makefile
27920
 
        cd $(top_srcdir) && perl admin/am_edit po/pt_BR/Makefile.in
27921
 
 
27922
 
 
27923
 
--- a/po/ro/Makefile.in
27924
 
+++ b/po/ro/Makefile.in
27925
 
@@ -204,6 +204,9 @@
27926
 
 LIB_XRENDER = @LIB_XRENDER@
27927
 
 LN_S = @LN_S@
27928
 
 LTLIBOBJS = @LTLIBOBJS@
27929
 
+MAINT = @MAINT@
27930
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
27931
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
27932
 
 MAKEINFO = @MAKEINFO@
27933
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
27934
 
 MCOPIDL = @MCOPIDL@
27935
 
@@ -228,6 +231,7 @@
27936
 
 QT_INCLUDES = @QT_INCLUDES@
27937
 
 QT_LDFLAGS = @QT_LDFLAGS@
27938
 
 RANLIB = @RANLIB@
27939
 
+SED = @SED@
27940
 
 SET_MAKE = @SET_MAKE@
27941
 
 SHELL = @SHELL@
27942
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
27943
 
@@ -360,7 +364,7 @@
27944
 
 all: all-nls docs-am  all-recursive
27945
 
 
27946
 
 .SUFFIXES:
27947
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
27948
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
27949
 
 #>-    @for dep in $?; do \
27950
 
 #>-      case '$(am__configure_deps)' in \
27951
 
 #>-        *$$dep*) \
27952
 
@@ -369,9 +373,9 @@
27953
 
 #>-          exit 1;; \
27954
 
 #>-      esac; \
27955
 
 #>-    done; \
27956
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ro/Makefile'; \
27957
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ro/Makefile'; \
27958
 
 #>-    cd $(top_srcdir) && \
27959
 
-#>-      $(AUTOMAKE) --gnu  po/ro/Makefile
27960
 
+#>-      $(AUTOMAKE) --foreign  po/ro/Makefile
27961
 
 #>+ 12
27962
 
        @for dep in $?; do \
27963
 
          case '$(am__configure_deps)' in \
27964
 
@@ -381,9 +385,9 @@
27965
 
              exit 1;; \
27966
 
          esac; \
27967
 
        done; \
27968
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ro/Makefile'; \
27969
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ro/Makefile'; \
27970
 
        cd $(top_srcdir) && \
27971
 
-         $(AUTOMAKE) --gnu  po/ro/Makefile
27972
 
+         $(AUTOMAKE) --foreign  po/ro/Makefile
27973
 
        cd $(top_srcdir) && perl admin/am_edit po/ro/Makefile.in
27974
 
 .PRECIOUS: Makefile
27975
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
27976
 
@@ -398,9 +402,9 @@
27977
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
27978
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27979
 
 
27980
 
-$(top_srcdir)/configure:  $(am__configure_deps)
27981
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
27982
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27983
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
27984
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
27985
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
27986
 
 
27987
 
 mostlyclean-libtool:
27988
 
@@ -746,9 +750,9 @@
27989
 
              exit 1;; \
27990
 
          esac; \
27991
 
        done; \
27992
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ro/Makefile'; \
27993
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ro/Makefile'; \
27994
 
        cd $(top_srcdir) && \
27995
 
-         $(AUTOMAKE) --gnu  po/ro/Makefile
27996
 
+         $(AUTOMAKE) --foreign  po/ro/Makefile
27997
 
        cd $(top_srcdir) && perl admin/am_edit po/ro/Makefile.in
27998
 
 
27999
 
 
28000
 
--- a/po/ru/Makefile.in
28001
 
+++ b/po/ru/Makefile.in
28002
 
@@ -204,6 +204,9 @@
28003
 
 LIB_XRENDER = @LIB_XRENDER@
28004
 
 LN_S = @LN_S@
28005
 
 LTLIBOBJS = @LTLIBOBJS@
28006
 
+MAINT = @MAINT@
28007
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28008
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28009
 
 MAKEINFO = @MAKEINFO@
28010
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28011
 
 MCOPIDL = @MCOPIDL@
28012
 
@@ -228,6 +231,7 @@
28013
 
 QT_INCLUDES = @QT_INCLUDES@
28014
 
 QT_LDFLAGS = @QT_LDFLAGS@
28015
 
 RANLIB = @RANLIB@
28016
 
+SED = @SED@
28017
 
 SET_MAKE = @SET_MAKE@
28018
 
 SHELL = @SHELL@
28019
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28020
 
@@ -360,7 +364,7 @@
28021
 
 all: all-nls docs-am  all-recursive
28022
 
 
28023
 
 .SUFFIXES:
28024
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28025
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28026
 
 #>-    @for dep in $?; do \
28027
 
 #>-      case '$(am__configure_deps)' in \
28028
 
 #>-        *$$dep*) \
28029
 
@@ -369,9 +373,9 @@
28030
 
 #>-          exit 1;; \
28031
 
 #>-      esac; \
28032
 
 #>-    done; \
28033
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ru/Makefile'; \
28034
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ru/Makefile'; \
28035
 
 #>-    cd $(top_srcdir) && \
28036
 
-#>-      $(AUTOMAKE) --gnu  po/ru/Makefile
28037
 
+#>-      $(AUTOMAKE) --foreign  po/ru/Makefile
28038
 
 #>+ 12
28039
 
        @for dep in $?; do \
28040
 
          case '$(am__configure_deps)' in \
28041
 
@@ -381,9 +385,9 @@
28042
 
              exit 1;; \
28043
 
          esac; \
28044
 
        done; \
28045
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ru/Makefile'; \
28046
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ru/Makefile'; \
28047
 
        cd $(top_srcdir) && \
28048
 
-         $(AUTOMAKE) --gnu  po/ru/Makefile
28049
 
+         $(AUTOMAKE) --foreign  po/ru/Makefile
28050
 
        cd $(top_srcdir) && perl admin/am_edit po/ru/Makefile.in
28051
 
 .PRECIOUS: Makefile
28052
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28053
 
@@ -398,9 +402,9 @@
28054
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28055
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28056
 
 
28057
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28058
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28059
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28060
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28061
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28062
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28063
 
 
28064
 
 mostlyclean-libtool:
28065
 
@@ -746,9 +750,9 @@
28066
 
              exit 1;; \
28067
 
          esac; \
28068
 
        done; \
28069
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ru/Makefile'; \
28070
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ru/Makefile'; \
28071
 
        cd $(top_srcdir) && \
28072
 
-         $(AUTOMAKE) --gnu  po/ru/Makefile
28073
 
+         $(AUTOMAKE) --foreign  po/ru/Makefile
28074
 
        cd $(top_srcdir) && perl admin/am_edit po/ru/Makefile.in
28075
 
 
28076
 
 
28077
 
--- a/po/rw/Makefile.in
28078
 
+++ b/po/rw/Makefile.in
28079
 
@@ -204,6 +204,9 @@
28080
 
 LIB_XRENDER = @LIB_XRENDER@
28081
 
 LN_S = @LN_S@
28082
 
 LTLIBOBJS = @LTLIBOBJS@
28083
 
+MAINT = @MAINT@
28084
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28085
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28086
 
 MAKEINFO = @MAKEINFO@
28087
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28088
 
 MCOPIDL = @MCOPIDL@
28089
 
@@ -228,6 +231,7 @@
28090
 
 QT_INCLUDES = @QT_INCLUDES@
28091
 
 QT_LDFLAGS = @QT_LDFLAGS@
28092
 
 RANLIB = @RANLIB@
28093
 
+SED = @SED@
28094
 
 SET_MAKE = @SET_MAKE@
28095
 
 SHELL = @SHELL@
28096
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28097
 
@@ -360,7 +364,7 @@
28098
 
 all: all-nls docs-am  all-recursive
28099
 
 
28100
 
 .SUFFIXES:
28101
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28102
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28103
 
 #>-    @for dep in $?; do \
28104
 
 #>-      case '$(am__configure_deps)' in \
28105
 
 #>-        *$$dep*) \
28106
 
@@ -369,9 +373,9 @@
28107
 
 #>-          exit 1;; \
28108
 
 #>-      esac; \
28109
 
 #>-    done; \
28110
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/rw/Makefile'; \
28111
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/rw/Makefile'; \
28112
 
 #>-    cd $(top_srcdir) && \
28113
 
-#>-      $(AUTOMAKE) --gnu  po/rw/Makefile
28114
 
+#>-      $(AUTOMAKE) --foreign  po/rw/Makefile
28115
 
 #>+ 12
28116
 
        @for dep in $?; do \
28117
 
          case '$(am__configure_deps)' in \
28118
 
@@ -381,9 +385,9 @@
28119
 
              exit 1;; \
28120
 
          esac; \
28121
 
        done; \
28122
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/rw/Makefile'; \
28123
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/rw/Makefile'; \
28124
 
        cd $(top_srcdir) && \
28125
 
-         $(AUTOMAKE) --gnu  po/rw/Makefile
28126
 
+         $(AUTOMAKE) --foreign  po/rw/Makefile
28127
 
        cd $(top_srcdir) && perl admin/am_edit po/rw/Makefile.in
28128
 
 .PRECIOUS: Makefile
28129
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28130
 
@@ -398,9 +402,9 @@
28131
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28132
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28133
 
 
28134
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28135
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28136
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28137
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28138
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28139
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28140
 
 
28141
 
 mostlyclean-libtool:
28142
 
@@ -746,9 +750,9 @@
28143
 
              exit 1;; \
28144
 
          esac; \
28145
 
        done; \
28146
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/rw/Makefile'; \
28147
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/rw/Makefile'; \
28148
 
        cd $(top_srcdir) && \
28149
 
-         $(AUTOMAKE) --gnu  po/rw/Makefile
28150
 
+         $(AUTOMAKE) --foreign  po/rw/Makefile
28151
 
        cd $(top_srcdir) && perl admin/am_edit po/rw/Makefile.in
28152
 
 
28153
 
 
28154
 
--- a/po/sk/Makefile.in
28155
 
+++ b/po/sk/Makefile.in
28156
 
@@ -204,6 +204,9 @@
28157
 
 LIB_XRENDER = @LIB_XRENDER@
28158
 
 LN_S = @LN_S@
28159
 
 LTLIBOBJS = @LTLIBOBJS@
28160
 
+MAINT = @MAINT@
28161
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28162
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28163
 
 MAKEINFO = @MAKEINFO@
28164
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28165
 
 MCOPIDL = @MCOPIDL@
28166
 
@@ -228,6 +231,7 @@
28167
 
 QT_INCLUDES = @QT_INCLUDES@
28168
 
 QT_LDFLAGS = @QT_LDFLAGS@
28169
 
 RANLIB = @RANLIB@
28170
 
+SED = @SED@
28171
 
 SET_MAKE = @SET_MAKE@
28172
 
 SHELL = @SHELL@
28173
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28174
 
@@ -360,7 +364,7 @@
28175
 
 all: all-nls docs-am  all-recursive
28176
 
 
28177
 
 .SUFFIXES:
28178
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28179
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28180
 
 #>-    @for dep in $?; do \
28181
 
 #>-      case '$(am__configure_deps)' in \
28182
 
 #>-        *$$dep*) \
28183
 
@@ -369,9 +373,9 @@
28184
 
 #>-          exit 1;; \
28185
 
 #>-      esac; \
28186
 
 #>-    done; \
28187
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sk/Makefile'; \
28188
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sk/Makefile'; \
28189
 
 #>-    cd $(top_srcdir) && \
28190
 
-#>-      $(AUTOMAKE) --gnu  po/sk/Makefile
28191
 
+#>-      $(AUTOMAKE) --foreign  po/sk/Makefile
28192
 
 #>+ 12
28193
 
        @for dep in $?; do \
28194
 
          case '$(am__configure_deps)' in \
28195
 
@@ -381,9 +385,9 @@
28196
 
              exit 1;; \
28197
 
          esac; \
28198
 
        done; \
28199
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sk/Makefile'; \
28200
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sk/Makefile'; \
28201
 
        cd $(top_srcdir) && \
28202
 
-         $(AUTOMAKE) --gnu  po/sk/Makefile
28203
 
+         $(AUTOMAKE) --foreign  po/sk/Makefile
28204
 
        cd $(top_srcdir) && perl admin/am_edit po/sk/Makefile.in
28205
 
 .PRECIOUS: Makefile
28206
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28207
 
@@ -398,9 +402,9 @@
28208
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28209
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28210
 
 
28211
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28212
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28213
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28214
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28215
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28216
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28217
 
 
28218
 
 mostlyclean-libtool:
28219
 
@@ -746,9 +750,9 @@
28220
 
              exit 1;; \
28221
 
          esac; \
28222
 
        done; \
28223
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sk/Makefile'; \
28224
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sk/Makefile'; \
28225
 
        cd $(top_srcdir) && \
28226
 
-         $(AUTOMAKE) --gnu  po/sk/Makefile
28227
 
+         $(AUTOMAKE) --foreign  po/sk/Makefile
28228
 
        cd $(top_srcdir) && perl admin/am_edit po/sk/Makefile.in
28229
 
 
28230
 
 
28231
 
--- a/po/sl/Makefile.in
28232
 
+++ b/po/sl/Makefile.in
28233
 
@@ -204,6 +204,9 @@
28234
 
 LIB_XRENDER = @LIB_XRENDER@
28235
 
 LN_S = @LN_S@
28236
 
 LTLIBOBJS = @LTLIBOBJS@
28237
 
+MAINT = @MAINT@
28238
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28239
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28240
 
 MAKEINFO = @MAKEINFO@
28241
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28242
 
 MCOPIDL = @MCOPIDL@
28243
 
@@ -228,6 +231,7 @@
28244
 
 QT_INCLUDES = @QT_INCLUDES@
28245
 
 QT_LDFLAGS = @QT_LDFLAGS@
28246
 
 RANLIB = @RANLIB@
28247
 
+SED = @SED@
28248
 
 SET_MAKE = @SET_MAKE@
28249
 
 SHELL = @SHELL@
28250
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28251
 
@@ -360,7 +364,7 @@
28252
 
 all: all-nls docs-am  all-recursive
28253
 
 
28254
 
 .SUFFIXES:
28255
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28256
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28257
 
 #>-    @for dep in $?; do \
28258
 
 #>-      case '$(am__configure_deps)' in \
28259
 
 #>-        *$$dep*) \
28260
 
@@ -369,9 +373,9 @@
28261
 
 #>-          exit 1;; \
28262
 
 #>-      esac; \
28263
 
 #>-    done; \
28264
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sl/Makefile'; \
28265
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sl/Makefile'; \
28266
 
 #>-    cd $(top_srcdir) && \
28267
 
-#>-      $(AUTOMAKE) --gnu  po/sl/Makefile
28268
 
+#>-      $(AUTOMAKE) --foreign  po/sl/Makefile
28269
 
 #>+ 12
28270
 
        @for dep in $?; do \
28271
 
          case '$(am__configure_deps)' in \
28272
 
@@ -381,9 +385,9 @@
28273
 
              exit 1;; \
28274
 
          esac; \
28275
 
        done; \
28276
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sl/Makefile'; \
28277
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sl/Makefile'; \
28278
 
        cd $(top_srcdir) && \
28279
 
-         $(AUTOMAKE) --gnu  po/sl/Makefile
28280
 
+         $(AUTOMAKE) --foreign  po/sl/Makefile
28281
 
        cd $(top_srcdir) && perl admin/am_edit po/sl/Makefile.in
28282
 
 .PRECIOUS: Makefile
28283
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28284
 
@@ -398,9 +402,9 @@
28285
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28286
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28287
 
 
28288
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28289
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28290
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28291
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28292
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28293
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28294
 
 
28295
 
 mostlyclean-libtool:
28296
 
@@ -746,9 +750,9 @@
28297
 
              exit 1;; \
28298
 
          esac; \
28299
 
        done; \
28300
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sl/Makefile'; \
28301
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sl/Makefile'; \
28302
 
        cd $(top_srcdir) && \
28303
 
-         $(AUTOMAKE) --gnu  po/sl/Makefile
28304
 
+         $(AUTOMAKE) --foreign  po/sl/Makefile
28305
 
        cd $(top_srcdir) && perl admin/am_edit po/sl/Makefile.in
28306
 
 
28307
 
 
28308
 
--- a/po/sr/Makefile.in
28309
 
+++ b/po/sr/Makefile.in
28310
 
@@ -204,6 +204,9 @@
28311
 
 LIB_XRENDER = @LIB_XRENDER@
28312
 
 LN_S = @LN_S@
28313
 
 LTLIBOBJS = @LTLIBOBJS@
28314
 
+MAINT = @MAINT@
28315
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28316
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28317
 
 MAKEINFO = @MAKEINFO@
28318
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28319
 
 MCOPIDL = @MCOPIDL@
28320
 
@@ -228,6 +231,7 @@
28321
 
 QT_INCLUDES = @QT_INCLUDES@
28322
 
 QT_LDFLAGS = @QT_LDFLAGS@
28323
 
 RANLIB = @RANLIB@
28324
 
+SED = @SED@
28325
 
 SET_MAKE = @SET_MAKE@
28326
 
 SHELL = @SHELL@
28327
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28328
 
@@ -360,7 +364,7 @@
28329
 
 all: all-nls docs-am  all-recursive
28330
 
 
28331
 
 .SUFFIXES:
28332
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28333
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28334
 
 #>-    @for dep in $?; do \
28335
 
 #>-      case '$(am__configure_deps)' in \
28336
 
 #>-        *$$dep*) \
28337
 
@@ -369,9 +373,9 @@
28338
 
 #>-          exit 1;; \
28339
 
 #>-      esac; \
28340
 
 #>-    done; \
28341
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr/Makefile'; \
28342
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr/Makefile'; \
28343
 
 #>-    cd $(top_srcdir) && \
28344
 
-#>-      $(AUTOMAKE) --gnu  po/sr/Makefile
28345
 
+#>-      $(AUTOMAKE) --foreign  po/sr/Makefile
28346
 
 #>+ 12
28347
 
        @for dep in $?; do \
28348
 
          case '$(am__configure_deps)' in \
28349
 
@@ -381,9 +385,9 @@
28350
 
              exit 1;; \
28351
 
          esac; \
28352
 
        done; \
28353
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr/Makefile'; \
28354
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr/Makefile'; \
28355
 
        cd $(top_srcdir) && \
28356
 
-         $(AUTOMAKE) --gnu  po/sr/Makefile
28357
 
+         $(AUTOMAKE) --foreign  po/sr/Makefile
28358
 
        cd $(top_srcdir) && perl admin/am_edit po/sr/Makefile.in
28359
 
 .PRECIOUS: Makefile
28360
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28361
 
@@ -398,9 +402,9 @@
28362
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28363
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28364
 
 
28365
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28366
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28367
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28368
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28369
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28370
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28371
 
 
28372
 
 mostlyclean-libtool:
28373
 
@@ -746,9 +750,9 @@
28374
 
              exit 1;; \
28375
 
          esac; \
28376
 
        done; \
28377
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr/Makefile'; \
28378
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr/Makefile'; \
28379
 
        cd $(top_srcdir) && \
28380
 
-         $(AUTOMAKE) --gnu  po/sr/Makefile
28381
 
+         $(AUTOMAKE) --foreign  po/sr/Makefile
28382
 
        cd $(top_srcdir) && perl admin/am_edit po/sr/Makefile.in
28383
 
 
28384
 
 
28385
 
--- a/po/sr@Latn/Makefile.in
28386
 
+++ b/po/sr@Latn/Makefile.in
28387
 
@@ -204,6 +204,9 @@
28388
 
 LIB_XRENDER = @LIB_XRENDER@
28389
 
 LN_S = @LN_S@
28390
 
 LTLIBOBJS = @LTLIBOBJS@
28391
 
+MAINT = @MAINT@
28392
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28393
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28394
 
 MAKEINFO = @MAKEINFO@
28395
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28396
 
 MCOPIDL = @MCOPIDL@
28397
 
@@ -228,6 +231,7 @@
28398
 
 QT_INCLUDES = @QT_INCLUDES@
28399
 
 QT_LDFLAGS = @QT_LDFLAGS@
28400
 
 RANLIB = @RANLIB@
28401
 
+SED = @SED@
28402
 
 SET_MAKE = @SET_MAKE@
28403
 
 SHELL = @SHELL@
28404
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28405
 
@@ -360,7 +364,7 @@
28406
 
 all: all-nls docs-am  all-recursive
28407
 
 
28408
 
 .SUFFIXES:
28409
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28410
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28411
 
 #>-    @for dep in $?; do \
28412
 
 #>-      case '$(am__configure_deps)' in \
28413
 
 #>-        *$$dep*) \
28414
 
@@ -369,9 +373,9 @@
28415
 
 #>-          exit 1;; \
28416
 
 #>-      esac; \
28417
 
 #>-    done; \
28418
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr@Latn/Makefile'; \
28419
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr@Latn/Makefile'; \
28420
 
 #>-    cd $(top_srcdir) && \
28421
 
-#>-      $(AUTOMAKE) --gnu  po/sr@Latn/Makefile
28422
 
+#>-      $(AUTOMAKE) --foreign  po/sr@Latn/Makefile
28423
 
 #>+ 12
28424
 
        @for dep in $?; do \
28425
 
          case '$(am__configure_deps)' in \
28426
 
@@ -381,9 +385,9 @@
28427
 
              exit 1;; \
28428
 
          esac; \
28429
 
        done; \
28430
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr@Latn/Makefile'; \
28431
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr@Latn/Makefile'; \
28432
 
        cd $(top_srcdir) && \
28433
 
-         $(AUTOMAKE) --gnu  po/sr@Latn/Makefile
28434
 
+         $(AUTOMAKE) --foreign  po/sr@Latn/Makefile
28435
 
        cd $(top_srcdir) && perl admin/am_edit po/sr@Latn/Makefile.in
28436
 
 .PRECIOUS: Makefile
28437
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28438
 
@@ -398,9 +402,9 @@
28439
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28440
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28441
 
 
28442
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28443
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28444
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28445
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28446
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28447
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28448
 
 
28449
 
 mostlyclean-libtool:
28450
 
@@ -746,9 +750,9 @@
28451
 
              exit 1;; \
28452
 
          esac; \
28453
 
        done; \
28454
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sr@Latn/Makefile'; \
28455
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sr@Latn/Makefile'; \
28456
 
        cd $(top_srcdir) && \
28457
 
-         $(AUTOMAKE) --gnu  po/sr@Latn/Makefile
28458
 
+         $(AUTOMAKE) --foreign  po/sr@Latn/Makefile
28459
 
        cd $(top_srcdir) && perl admin/am_edit po/sr@Latn/Makefile.in
28460
 
 
28461
 
 
28462
 
--- a/po/sv/Makefile.in
28463
 
+++ b/po/sv/Makefile.in
28464
 
@@ -204,6 +204,9 @@
28465
 
 LIB_XRENDER = @LIB_XRENDER@
28466
 
 LN_S = @LN_S@
28467
 
 LTLIBOBJS = @LTLIBOBJS@
28468
 
+MAINT = @MAINT@
28469
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28470
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28471
 
 MAKEINFO = @MAKEINFO@
28472
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28473
 
 MCOPIDL = @MCOPIDL@
28474
 
@@ -228,6 +231,7 @@
28475
 
 QT_INCLUDES = @QT_INCLUDES@
28476
 
 QT_LDFLAGS = @QT_LDFLAGS@
28477
 
 RANLIB = @RANLIB@
28478
 
+SED = @SED@
28479
 
 SET_MAKE = @SET_MAKE@
28480
 
 SHELL = @SHELL@
28481
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28482
 
@@ -360,7 +364,7 @@
28483
 
 all: all-nls docs-am  all-recursive
28484
 
 
28485
 
 .SUFFIXES:
28486
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28487
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28488
 
 #>-    @for dep in $?; do \
28489
 
 #>-      case '$(am__configure_deps)' in \
28490
 
 #>-        *$$dep*) \
28491
 
@@ -369,9 +373,9 @@
28492
 
 #>-          exit 1;; \
28493
 
 #>-      esac; \
28494
 
 #>-    done; \
28495
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sv/Makefile'; \
28496
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sv/Makefile'; \
28497
 
 #>-    cd $(top_srcdir) && \
28498
 
-#>-      $(AUTOMAKE) --gnu  po/sv/Makefile
28499
 
+#>-      $(AUTOMAKE) --foreign  po/sv/Makefile
28500
 
 #>+ 12
28501
 
        @for dep in $?; do \
28502
 
          case '$(am__configure_deps)' in \
28503
 
@@ -381,9 +385,9 @@
28504
 
              exit 1;; \
28505
 
          esac; \
28506
 
        done; \
28507
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sv/Makefile'; \
28508
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sv/Makefile'; \
28509
 
        cd $(top_srcdir) && \
28510
 
-         $(AUTOMAKE) --gnu  po/sv/Makefile
28511
 
+         $(AUTOMAKE) --foreign  po/sv/Makefile
28512
 
        cd $(top_srcdir) && perl admin/am_edit po/sv/Makefile.in
28513
 
 .PRECIOUS: Makefile
28514
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28515
 
@@ -398,9 +402,9 @@
28516
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28517
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28518
 
 
28519
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28520
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28521
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28522
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28523
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28524
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28525
 
 
28526
 
 mostlyclean-libtool:
28527
 
@@ -746,9 +750,9 @@
28528
 
              exit 1;; \
28529
 
          esac; \
28530
 
        done; \
28531
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/sv/Makefile'; \
28532
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/sv/Makefile'; \
28533
 
        cd $(top_srcdir) && \
28534
 
-         $(AUTOMAKE) --gnu  po/sv/Makefile
28535
 
+         $(AUTOMAKE) --foreign  po/sv/Makefile
28536
 
        cd $(top_srcdir) && perl admin/am_edit po/sv/Makefile.in
28537
 
 
28538
 
 
28539
 
--- a/po/ta/Makefile.in
28540
 
+++ b/po/ta/Makefile.in
28541
 
@@ -204,6 +204,9 @@
28542
 
 LIB_XRENDER = @LIB_XRENDER@
28543
 
 LN_S = @LN_S@
28544
 
 LTLIBOBJS = @LTLIBOBJS@
28545
 
+MAINT = @MAINT@
28546
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28547
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28548
 
 MAKEINFO = @MAKEINFO@
28549
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28550
 
 MCOPIDL = @MCOPIDL@
28551
 
@@ -228,6 +231,7 @@
28552
 
 QT_INCLUDES = @QT_INCLUDES@
28553
 
 QT_LDFLAGS = @QT_LDFLAGS@
28554
 
 RANLIB = @RANLIB@
28555
 
+SED = @SED@
28556
 
 SET_MAKE = @SET_MAKE@
28557
 
 SHELL = @SHELL@
28558
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28559
 
@@ -360,7 +364,7 @@
28560
 
 all: all-nls docs-am  all-recursive
28561
 
 
28562
 
 .SUFFIXES:
28563
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28564
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28565
 
 #>-    @for dep in $?; do \
28566
 
 #>-      case '$(am__configure_deps)' in \
28567
 
 #>-        *$$dep*) \
28568
 
@@ -369,9 +373,9 @@
28569
 
 #>-          exit 1;; \
28570
 
 #>-      esac; \
28571
 
 #>-    done; \
28572
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ta/Makefile'; \
28573
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ta/Makefile'; \
28574
 
 #>-    cd $(top_srcdir) && \
28575
 
-#>-      $(AUTOMAKE) --gnu  po/ta/Makefile
28576
 
+#>-      $(AUTOMAKE) --foreign  po/ta/Makefile
28577
 
 #>+ 12
28578
 
        @for dep in $?; do \
28579
 
          case '$(am__configure_deps)' in \
28580
 
@@ -381,9 +385,9 @@
28581
 
              exit 1;; \
28582
 
          esac; \
28583
 
        done; \
28584
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ta/Makefile'; \
28585
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ta/Makefile'; \
28586
 
        cd $(top_srcdir) && \
28587
 
-         $(AUTOMAKE) --gnu  po/ta/Makefile
28588
 
+         $(AUTOMAKE) --foreign  po/ta/Makefile
28589
 
        cd $(top_srcdir) && perl admin/am_edit po/ta/Makefile.in
28590
 
 .PRECIOUS: Makefile
28591
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28592
 
@@ -398,9 +402,9 @@
28593
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28594
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28595
 
 
28596
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28597
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28598
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28599
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28600
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28601
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28602
 
 
28603
 
 mostlyclean-libtool:
28604
 
@@ -746,9 +750,9 @@
28605
 
              exit 1;; \
28606
 
          esac; \
28607
 
        done; \
28608
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/ta/Makefile'; \
28609
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/ta/Makefile'; \
28610
 
        cd $(top_srcdir) && \
28611
 
-         $(AUTOMAKE) --gnu  po/ta/Makefile
28612
 
+         $(AUTOMAKE) --foreign  po/ta/Makefile
28613
 
        cd $(top_srcdir) && perl admin/am_edit po/ta/Makefile.in
28614
 
 
28615
 
 
28616
 
--- a/po/th/Makefile.in
28617
 
+++ b/po/th/Makefile.in
28618
 
@@ -204,6 +204,9 @@
28619
 
 LIB_XRENDER = @LIB_XRENDER@
28620
 
 LN_S = @LN_S@
28621
 
 LTLIBOBJS = @LTLIBOBJS@
28622
 
+MAINT = @MAINT@
28623
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28624
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28625
 
 MAKEINFO = @MAKEINFO@
28626
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28627
 
 MCOPIDL = @MCOPIDL@
28628
 
@@ -228,6 +231,7 @@
28629
 
 QT_INCLUDES = @QT_INCLUDES@
28630
 
 QT_LDFLAGS = @QT_LDFLAGS@
28631
 
 RANLIB = @RANLIB@
28632
 
+SED = @SED@
28633
 
 SET_MAKE = @SET_MAKE@
28634
 
 SHELL = @SHELL@
28635
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28636
 
@@ -360,7 +364,7 @@
28637
 
 all: all-nls docs-am  all-recursive
28638
 
 
28639
 
 .SUFFIXES:
28640
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28641
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28642
 
 #>-    @for dep in $?; do \
28643
 
 #>-      case '$(am__configure_deps)' in \
28644
 
 #>-        *$$dep*) \
28645
 
@@ -369,9 +373,9 @@
28646
 
 #>-          exit 1;; \
28647
 
 #>-      esac; \
28648
 
 #>-    done; \
28649
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/th/Makefile'; \
28650
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/th/Makefile'; \
28651
 
 #>-    cd $(top_srcdir) && \
28652
 
-#>-      $(AUTOMAKE) --gnu  po/th/Makefile
28653
 
+#>-      $(AUTOMAKE) --foreign  po/th/Makefile
28654
 
 #>+ 12
28655
 
        @for dep in $?; do \
28656
 
          case '$(am__configure_deps)' in \
28657
 
@@ -381,9 +385,9 @@
28658
 
              exit 1;; \
28659
 
          esac; \
28660
 
        done; \
28661
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/th/Makefile'; \
28662
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/th/Makefile'; \
28663
 
        cd $(top_srcdir) && \
28664
 
-         $(AUTOMAKE) --gnu  po/th/Makefile
28665
 
+         $(AUTOMAKE) --foreign  po/th/Makefile
28666
 
        cd $(top_srcdir) && perl admin/am_edit po/th/Makefile.in
28667
 
 .PRECIOUS: Makefile
28668
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28669
 
@@ -398,9 +402,9 @@
28670
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28671
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28672
 
 
28673
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28674
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28675
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28676
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28677
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28678
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28679
 
 
28680
 
 mostlyclean-libtool:
28681
 
@@ -746,9 +750,9 @@
28682
 
              exit 1;; \
28683
 
          esac; \
28684
 
        done; \
28685
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/th/Makefile'; \
28686
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/th/Makefile'; \
28687
 
        cd $(top_srcdir) && \
28688
 
-         $(AUTOMAKE) --gnu  po/th/Makefile
28689
 
+         $(AUTOMAKE) --foreign  po/th/Makefile
28690
 
        cd $(top_srcdir) && perl admin/am_edit po/th/Makefile.in
28691
 
 
28692
 
 
28693
 
--- a/po/tr/Makefile.in
28694
 
+++ b/po/tr/Makefile.in
28695
 
@@ -204,6 +204,9 @@
28696
 
 LIB_XRENDER = @LIB_XRENDER@
28697
 
 LN_S = @LN_S@
28698
 
 LTLIBOBJS = @LTLIBOBJS@
28699
 
+MAINT = @MAINT@
28700
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28701
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28702
 
 MAKEINFO = @MAKEINFO@
28703
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28704
 
 MCOPIDL = @MCOPIDL@
28705
 
@@ -228,6 +231,7 @@
28706
 
 QT_INCLUDES = @QT_INCLUDES@
28707
 
 QT_LDFLAGS = @QT_LDFLAGS@
28708
 
 RANLIB = @RANLIB@
28709
 
+SED = @SED@
28710
 
 SET_MAKE = @SET_MAKE@
28711
 
 SHELL = @SHELL@
28712
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28713
 
@@ -360,7 +364,7 @@
28714
 
 all: all-nls docs-am  all-recursive
28715
 
 
28716
 
 .SUFFIXES:
28717
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28718
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28719
 
 #>-    @for dep in $?; do \
28720
 
 #>-      case '$(am__configure_deps)' in \
28721
 
 #>-        *$$dep*) \
28722
 
@@ -369,9 +373,9 @@
28723
 
 #>-          exit 1;; \
28724
 
 #>-      esac; \
28725
 
 #>-    done; \
28726
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/tr/Makefile'; \
28727
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/tr/Makefile'; \
28728
 
 #>-    cd $(top_srcdir) && \
28729
 
-#>-      $(AUTOMAKE) --gnu  po/tr/Makefile
28730
 
+#>-      $(AUTOMAKE) --foreign  po/tr/Makefile
28731
 
 #>+ 12
28732
 
        @for dep in $?; do \
28733
 
          case '$(am__configure_deps)' in \
28734
 
@@ -381,9 +385,9 @@
28735
 
              exit 1;; \
28736
 
          esac; \
28737
 
        done; \
28738
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/tr/Makefile'; \
28739
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/tr/Makefile'; \
28740
 
        cd $(top_srcdir) && \
28741
 
-         $(AUTOMAKE) --gnu  po/tr/Makefile
28742
 
+         $(AUTOMAKE) --foreign  po/tr/Makefile
28743
 
        cd $(top_srcdir) && perl admin/am_edit po/tr/Makefile.in
28744
 
 .PRECIOUS: Makefile
28745
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28746
 
@@ -398,9 +402,9 @@
28747
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28748
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28749
 
 
28750
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28751
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28752
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28753
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28754
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28755
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28756
 
 
28757
 
 mostlyclean-libtool:
28758
 
@@ -746,9 +750,9 @@
28759
 
              exit 1;; \
28760
 
          esac; \
28761
 
        done; \
28762
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/tr/Makefile'; \
28763
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/tr/Makefile'; \
28764
 
        cd $(top_srcdir) && \
28765
 
-         $(AUTOMAKE) --gnu  po/tr/Makefile
28766
 
+         $(AUTOMAKE) --foreign  po/tr/Makefile
28767
 
        cd $(top_srcdir) && perl admin/am_edit po/tr/Makefile.in
28768
 
 
28769
 
 
28770
 
--- a/po/uk/Makefile.in
28771
 
+++ b/po/uk/Makefile.in
28772
 
@@ -204,6 +204,9 @@
28773
 
 LIB_XRENDER = @LIB_XRENDER@
28774
 
 LN_S = @LN_S@
28775
 
 LTLIBOBJS = @LTLIBOBJS@
28776
 
+MAINT = @MAINT@
28777
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28778
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28779
 
 MAKEINFO = @MAKEINFO@
28780
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28781
 
 MCOPIDL = @MCOPIDL@
28782
 
@@ -228,6 +231,7 @@
28783
 
 QT_INCLUDES = @QT_INCLUDES@
28784
 
 QT_LDFLAGS = @QT_LDFLAGS@
28785
 
 RANLIB = @RANLIB@
28786
 
+SED = @SED@
28787
 
 SET_MAKE = @SET_MAKE@
28788
 
 SHELL = @SHELL@
28789
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28790
 
@@ -360,7 +364,7 @@
28791
 
 all: all-nls docs-am  all-recursive
28792
 
 
28793
 
 .SUFFIXES:
28794
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28795
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28796
 
 #>-    @for dep in $?; do \
28797
 
 #>-      case '$(am__configure_deps)' in \
28798
 
 #>-        *$$dep*) \
28799
 
@@ -369,9 +373,9 @@
28800
 
 #>-          exit 1;; \
28801
 
 #>-      esac; \
28802
 
 #>-    done; \
28803
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/uk/Makefile'; \
28804
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/uk/Makefile'; \
28805
 
 #>-    cd $(top_srcdir) && \
28806
 
-#>-      $(AUTOMAKE) --gnu  po/uk/Makefile
28807
 
+#>-      $(AUTOMAKE) --foreign  po/uk/Makefile
28808
 
 #>+ 12
28809
 
        @for dep in $?; do \
28810
 
          case '$(am__configure_deps)' in \
28811
 
@@ -381,9 +385,9 @@
28812
 
              exit 1;; \
28813
 
          esac; \
28814
 
        done; \
28815
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/uk/Makefile'; \
28816
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/uk/Makefile'; \
28817
 
        cd $(top_srcdir) && \
28818
 
-         $(AUTOMAKE) --gnu  po/uk/Makefile
28819
 
+         $(AUTOMAKE) --foreign  po/uk/Makefile
28820
 
        cd $(top_srcdir) && perl admin/am_edit po/uk/Makefile.in
28821
 
 .PRECIOUS: Makefile
28822
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28823
 
@@ -398,9 +402,9 @@
28824
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28825
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28826
 
 
28827
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28828
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28829
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28830
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28831
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28832
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28833
 
 
28834
 
 mostlyclean-libtool:
28835
 
@@ -746,9 +750,9 @@
28836
 
              exit 1;; \
28837
 
          esac; \
28838
 
        done; \
28839
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/uk/Makefile'; \
28840
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/uk/Makefile'; \
28841
 
        cd $(top_srcdir) && \
28842
 
-         $(AUTOMAKE) --gnu  po/uk/Makefile
28843
 
+         $(AUTOMAKE) --foreign  po/uk/Makefile
28844
 
        cd $(top_srcdir) && perl admin/am_edit po/uk/Makefile.in
28845
 
 
28846
 
 
28847
 
--- a/po/vi/Makefile.in
28848
 
+++ b/po/vi/Makefile.in
28849
 
@@ -204,6 +204,9 @@
28850
 
 LIB_XRENDER = @LIB_XRENDER@
28851
 
 LN_S = @LN_S@
28852
 
 LTLIBOBJS = @LTLIBOBJS@
28853
 
+MAINT = @MAINT@
28854
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28855
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28856
 
 MAKEINFO = @MAKEINFO@
28857
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28858
 
 MCOPIDL = @MCOPIDL@
28859
 
@@ -228,6 +231,7 @@
28860
 
 QT_INCLUDES = @QT_INCLUDES@
28861
 
 QT_LDFLAGS = @QT_LDFLAGS@
28862
 
 RANLIB = @RANLIB@
28863
 
+SED = @SED@
28864
 
 SET_MAKE = @SET_MAKE@
28865
 
 SHELL = @SHELL@
28866
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28867
 
@@ -360,7 +364,7 @@
28868
 
 all: all-nls docs-am  all-recursive
28869
 
 
28870
 
 .SUFFIXES:
28871
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28872
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28873
 
 #>-    @for dep in $?; do \
28874
 
 #>-      case '$(am__configure_deps)' in \
28875
 
 #>-        *$$dep*) \
28876
 
@@ -369,9 +373,9 @@
28877
 
 #>-          exit 1;; \
28878
 
 #>-      esac; \
28879
 
 #>-    done; \
28880
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/vi/Makefile'; \
28881
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/vi/Makefile'; \
28882
 
 #>-    cd $(top_srcdir) && \
28883
 
-#>-      $(AUTOMAKE) --gnu  po/vi/Makefile
28884
 
+#>-      $(AUTOMAKE) --foreign  po/vi/Makefile
28885
 
 #>+ 12
28886
 
        @for dep in $?; do \
28887
 
          case '$(am__configure_deps)' in \
28888
 
@@ -381,9 +385,9 @@
28889
 
              exit 1;; \
28890
 
          esac; \
28891
 
        done; \
28892
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/vi/Makefile'; \
28893
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/vi/Makefile'; \
28894
 
        cd $(top_srcdir) && \
28895
 
-         $(AUTOMAKE) --gnu  po/vi/Makefile
28896
 
+         $(AUTOMAKE) --foreign  po/vi/Makefile
28897
 
        cd $(top_srcdir) && perl admin/am_edit po/vi/Makefile.in
28898
 
 .PRECIOUS: Makefile
28899
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28900
 
@@ -398,9 +402,9 @@
28901
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28902
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28903
 
 
28904
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28905
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28906
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28907
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28908
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28909
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28910
 
 
28911
 
 mostlyclean-libtool:
28912
 
@@ -746,9 +750,9 @@
28913
 
              exit 1;; \
28914
 
          esac; \
28915
 
        done; \
28916
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/vi/Makefile'; \
28917
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/vi/Makefile'; \
28918
 
        cd $(top_srcdir) && \
28919
 
-         $(AUTOMAKE) --gnu  po/vi/Makefile
28920
 
+         $(AUTOMAKE) --foreign  po/vi/Makefile
28921
 
        cd $(top_srcdir) && perl admin/am_edit po/vi/Makefile.in
28922
 
 
28923
 
 
28924
 
--- a/po/zh_CN/Makefile.in
28925
 
+++ b/po/zh_CN/Makefile.in
28926
 
@@ -204,6 +204,9 @@
28927
 
 LIB_XRENDER = @LIB_XRENDER@
28928
 
 LN_S = @LN_S@
28929
 
 LTLIBOBJS = @LTLIBOBJS@
28930
 
+MAINT = @MAINT@
28931
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
28932
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
28933
 
 MAKEINFO = @MAKEINFO@
28934
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
28935
 
 MCOPIDL = @MCOPIDL@
28936
 
@@ -228,6 +231,7 @@
28937
 
 QT_INCLUDES = @QT_INCLUDES@
28938
 
 QT_LDFLAGS = @QT_LDFLAGS@
28939
 
 RANLIB = @RANLIB@
28940
 
+SED = @SED@
28941
 
 SET_MAKE = @SET_MAKE@
28942
 
 SHELL = @SHELL@
28943
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
28944
 
@@ -360,7 +364,7 @@
28945
 
 all: all-nls docs-am  all-recursive
28946
 
 
28947
 
 .SUFFIXES:
28948
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
28949
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
28950
 
 #>-    @for dep in $?; do \
28951
 
 #>-      case '$(am__configure_deps)' in \
28952
 
 #>-        *$$dep*) \
28953
 
@@ -369,9 +373,9 @@
28954
 
 #>-          exit 1;; \
28955
 
 #>-      esac; \
28956
 
 #>-    done; \
28957
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/zh_CN/Makefile'; \
28958
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/zh_CN/Makefile'; \
28959
 
 #>-    cd $(top_srcdir) && \
28960
 
-#>-      $(AUTOMAKE) --gnu  po/zh_CN/Makefile
28961
 
+#>-      $(AUTOMAKE) --foreign  po/zh_CN/Makefile
28962
 
 #>+ 12
28963
 
        @for dep in $?; do \
28964
 
          case '$(am__configure_deps)' in \
28965
 
@@ -381,9 +385,9 @@
28966
 
              exit 1;; \
28967
 
          esac; \
28968
 
        done; \
28969
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/zh_CN/Makefile'; \
28970
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/zh_CN/Makefile'; \
28971
 
        cd $(top_srcdir) && \
28972
 
-         $(AUTOMAKE) --gnu  po/zh_CN/Makefile
28973
 
+         $(AUTOMAKE) --foreign  po/zh_CN/Makefile
28974
 
        cd $(top_srcdir) && perl admin/am_edit po/zh_CN/Makefile.in
28975
 
 .PRECIOUS: Makefile
28976
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
28977
 
@@ -398,9 +402,9 @@
28978
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28979
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28980
 
 
28981
 
-$(top_srcdir)/configure:  $(am__configure_deps)
28982
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
28983
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28984
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
28985
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
28986
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
28987
 
 
28988
 
 mostlyclean-libtool:
28989
 
@@ -746,9 +750,9 @@
28990
 
              exit 1;; \
28991
 
          esac; \
28992
 
        done; \
28993
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/zh_CN/Makefile'; \
28994
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/zh_CN/Makefile'; \
28995
 
        cd $(top_srcdir) && \
28996
 
-         $(AUTOMAKE) --gnu  po/zh_CN/Makefile
28997
 
+         $(AUTOMAKE) --foreign  po/zh_CN/Makefile
28998
 
        cd $(top_srcdir) && perl admin/am_edit po/zh_CN/Makefile.in
28999
 
 
29000
 
 
29001
 
--- a/po/zh_TW/Makefile.in
29002
 
+++ b/po/zh_TW/Makefile.in
29003
 
@@ -204,6 +204,9 @@
29004
 
 LIB_XRENDER = @LIB_XRENDER@
29005
 
 LN_S = @LN_S@
29006
 
 LTLIBOBJS = @LTLIBOBJS@
29007
 
+MAINT = @MAINT@
29008
 
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
29009
 
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
29010
 
 MAKEINFO = @MAKEINFO@
29011
 
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
29012
 
 MCOPIDL = @MCOPIDL@
29013
 
@@ -228,6 +231,7 @@
29014
 
 QT_INCLUDES = @QT_INCLUDES@
29015
 
 QT_LDFLAGS = @QT_LDFLAGS@
29016
 
 RANLIB = @RANLIB@
29017
 
+SED = @SED@
29018
 
 SET_MAKE = @SET_MAKE@
29019
 
 SHELL = @SHELL@
29020
 
 SQLITE_CFLAGS = @SQLITE_CFLAGS@
29021
 
@@ -360,7 +364,7 @@
29022
 
 all: all-nls docs-am  all-recursive
29023
 
 
29024
 
 .SUFFIXES:
29025
 
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
29026
 
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
29027
 
 #>-    @for dep in $?; do \
29028
 
 #>-      case '$(am__configure_deps)' in \
29029
 
 #>-        *$$dep*) \
29030
 
@@ -369,9 +373,9 @@
29031
 
 #>-          exit 1;; \
29032
 
 #>-      esac; \
29033
 
 #>-    done; \
29034
 
-#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/zh_TW/Makefile'; \
29035
 
+#>-    echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/zh_TW/Makefile'; \
29036
 
 #>-    cd $(top_srcdir) && \
29037
 
-#>-      $(AUTOMAKE) --gnu  po/zh_TW/Makefile
29038
 
+#>-      $(AUTOMAKE) --foreign  po/zh_TW/Makefile
29039
 
 #>+ 12
29040
 
        @for dep in $?; do \
29041
 
          case '$(am__configure_deps)' in \
29042
 
@@ -381,9 +385,9 @@
29043
 
              exit 1;; \
29044
 
          esac; \
29045
 
        done; \
29046
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/zh_TW/Makefile'; \
29047
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/zh_TW/Makefile'; \
29048
 
        cd $(top_srcdir) && \
29049
 
-         $(AUTOMAKE) --gnu  po/zh_TW/Makefile
29050
 
+         $(AUTOMAKE) --foreign  po/zh_TW/Makefile
29051
 
        cd $(top_srcdir) && perl admin/am_edit po/zh_TW/Makefile.in
29052
 
 .PRECIOUS: Makefile
29053
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
29054
 
@@ -398,9 +402,9 @@
29055
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
29056
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
29057
 
 
29058
 
-$(top_srcdir)/configure:  $(am__configure_deps)
29059
 
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
29060
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
29061
 
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
29062
 
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
29063
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
29064
 
 
29065
 
 mostlyclean-libtool:
29066
 
@@ -746,9 +750,9 @@
29067
 
              exit 1;; \
29068
 
          esac; \
29069
 
        done; \
29070
 
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/zh_TW/Makefile'; \
29071
 
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/zh_TW/Makefile'; \
29072
 
        cd $(top_srcdir) && \
29073
 
-         $(AUTOMAKE) --gnu  po/zh_TW/Makefile
29074
 
+         $(AUTOMAKE) --foreign  po/zh_TW/Makefile
29075
 
        cd $(top_srcdir) && perl admin/am_edit po/zh_TW/Makefile.in
29076
 
 
29077