~ubuntu-branches/debian/wheezy/libnjb/wheezy

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2004-05-25 13:06:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040525130610-vexcucw1qxq1g4dp
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
 
2
 
 
3
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
4
# Free Software Foundation, Inc.
 
5
# This file is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
 
15
 
 
16
# serial 46 AC_PROG_LIBTOOL
 
17
 
 
18
AC_DEFUN([AC_PROG_LIBTOOL],
 
19
[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
 
20
 
 
21
# This can be used to rebuild libtool when needed
 
22
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
23
 
 
24
# Always use our own libtool.
 
25
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
26
AC_SUBST(LIBTOOL)dnl
 
27
 
 
28
# Prevent multiple expansion
 
29
define([AC_PROG_LIBTOOL], [])
 
30
])
 
31
 
 
32
AC_DEFUN([AC_LIBTOOL_SETUP],
 
33
[AC_PREREQ(2.13)dnl
 
34
AC_REQUIRE([AC_ENABLE_SHARED])dnl
 
35
AC_REQUIRE([AC_ENABLE_STATIC])dnl
 
36
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
 
37
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
38
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
39
AC_REQUIRE([AC_PROG_CC])dnl
 
40
AC_REQUIRE([AC_PROG_LD])dnl
 
41
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
 
42
AC_REQUIRE([AC_PROG_NM])dnl
 
43
AC_REQUIRE([LT_AC_PROG_SED])dnl
 
44
 
 
45
AC_REQUIRE([AC_PROG_LN_S])dnl
 
46
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
 
47
AC_REQUIRE([AC_OBJEXT])dnl
 
48
AC_REQUIRE([AC_EXEEXT])dnl
 
49
dnl
 
50
 
 
51
_LT_AC_PROG_ECHO_BACKSLASH
 
52
# Only perform the check for file, if the check method requires it
 
53
case $deplibs_check_method in
 
54
file_magic*)
 
55
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
56
    AC_PATH_MAGIC
 
57
  fi
 
58
  ;;
 
59
esac
 
60
 
 
61
AC_CHECK_TOOL(RANLIB, ranlib, :)
 
62
AC_CHECK_TOOL(STRIP, strip, :)
 
63
 
 
64
ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
 
65
ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
 
66
enable_win32_dll=yes, enable_win32_dll=no)
 
67
 
 
68
AC_ARG_ENABLE(libtool-lock,
 
69
  [  --disable-libtool-lock  avoid locking (might break parallel builds)])
 
70
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
71
 
 
72
# Some flags need to be propagated to the compiler or linker for good
 
73
# libtool support.
 
74
case $host in
 
75
*-*-irix6*)
 
76
  # Find out which ABI we are using.
 
77
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
78
  if AC_TRY_EVAL(ac_compile); then
 
79
    case `/usr/bin/file conftest.$ac_objext` in
 
80
    *32-bit*)
 
81
      LD="${LD-ld} -32"
 
82
      ;;
 
83
    *N32*)
 
84
      LD="${LD-ld} -n32"
 
85
      ;;
 
86
    *64-bit*)
 
87
      LD="${LD-ld} -64"
 
88
      ;;
 
89
    esac
 
90
  fi
 
91
  rm -rf conftest*
 
92
  ;;
 
93
 
 
94
*-*-sco3.2v5*)
 
95
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
96
  SAVE_CFLAGS="$CFLAGS"
 
97
  CFLAGS="$CFLAGS -belf"
 
98
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
 
99
    [AC_LANG_SAVE
 
100
     AC_LANG_C
 
101
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
102
     AC_LANG_RESTORE])
 
103
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
104
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
105
    CFLAGS="$SAVE_CFLAGS"
 
106
  fi
 
107
  ;;
 
108
 
 
109
ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
 
110
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
111
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
112
  AC_CHECK_TOOL(AS, as, false)
 
113
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
114
 
 
115
  # recent cygwin and mingw systems supply a stub DllMain which the user
 
116
  # can override, but on older systems we have to supply one
 
117
  AC_CACHE_CHECK([if libtool should supply DllMain function], lt_cv_need_dllmain,
 
118
    [AC_TRY_LINK([],
 
119
      [extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
 
120
      DllMain (0, 0, 0);],
 
121
      [lt_cv_need_dllmain=no],[lt_cv_need_dllmain=yes])])
 
122
 
 
123
  case $host/$CC in
 
124
  *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)
 
125
    # old mingw systems require "-dll" to link a DLL, while more recent ones
 
126
    # require "-mdll"
 
127
    SAVE_CFLAGS="$CFLAGS"
 
128
    CFLAGS="$CFLAGS -mdll"
 
129
    AC_CACHE_CHECK([how to link DLLs], lt_cv_cc_dll_switch,
 
130
      [AC_TRY_LINK([], [], [lt_cv_cc_dll_switch=-mdll],[lt_cv_cc_dll_switch=-dll])])
 
131
    CFLAGS="$SAVE_CFLAGS" ;;
 
132
  *-*-cygwin* | *-*-pw32*)
 
133
    # cygwin systems need to pass --dll to the linker, and not link
 
134
    # crt.o which will require a WinMain@16 definition.
 
135
    lt_cv_cc_dll_switch="-Wl,--dll -nostartfiles" ;;
 
136
  esac
 
137
  ;;
 
138
  ])
 
139
esac
 
140
 
 
141
_LT_AC_LTCONFIG_HACK
 
142
 
 
143
])
 
144
 
 
145
# AC_LIBTOOL_HEADER_ASSERT
 
146
# ------------------------
 
147
AC_DEFUN([AC_LIBTOOL_HEADER_ASSERT],
 
148
[AC_CACHE_CHECK([whether $CC supports assert without backlinking],
 
149
    [lt_cv_func_assert_works],
 
150
    [case $host in
 
151
    *-*-solaris*)
 
152
      if test "$GCC" = yes && test "$with_gnu_ld" != yes; then
 
153
        case `$CC --version 2>/dev/null` in
 
154
        [[12]].*) lt_cv_func_assert_works=no ;;
 
155
        *)        lt_cv_func_assert_works=yes ;;
 
156
        esac
 
157
      fi
 
158
      ;;
 
159
    esac])
 
160
 
 
161
if test "x$lt_cv_func_assert_works" = xyes; then
 
162
  AC_CHECK_HEADERS(assert.h)
 
163
fi
 
164
])# AC_LIBTOOL_HEADER_ASSERT
 
165
 
 
166
# _LT_AC_CHECK_DLFCN
 
167
# --------------------
 
168
AC_DEFUN([_LT_AC_CHECK_DLFCN],
 
169
[AC_CHECK_HEADERS(dlfcn.h)
 
170
])# _LT_AC_CHECK_DLFCN
 
171
 
 
172
# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
173
# ---------------------------------
 
174
AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
 
175
[AC_REQUIRE([AC_CANONICAL_HOST])
 
176
AC_REQUIRE([AC_PROG_NM])
 
177
AC_REQUIRE([AC_OBJEXT])
 
178
# Check for command to grab the raw symbol name followed by C symbol from nm.
 
179
AC_MSG_CHECKING([command to parse $NM output])
 
180
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [dnl
 
181
 
 
182
# These are sane defaults that work on at least a few old systems.
 
183
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
184
 
 
185
# Character class describing NM global symbol codes.
 
186
symcode='[[BCDEGRST]]'
 
187
 
 
188
# Regexp to match symbols that can be accessed directly from C.
 
189
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
190
 
 
191
# Transform the above into a raw symbol and a C symbol.
 
192
symxfrm='\1 \2\3 \3'
 
193
 
 
194
# Transform an extracted symbol line into a proper C declaration
 
195
lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
 
196
 
 
197
# Transform an extracted symbol line into symbol name and symbol address
 
198
lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
 
199
 
 
200
# Define system-specific variables.
 
201
case $host_os in
 
202
aix*)
 
203
  symcode='[[BCDT]]'
 
204
  ;;
 
205
cygwin* | mingw* | pw32*)
 
206
  symcode='[[ABCDGISTW]]'
 
207
  ;;
 
208
hpux*) # Its linker distinguishes data from code symbols
 
209
  lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
210
  lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
 
211
  ;;
 
212
irix* | nonstopux*)
 
213
  symcode='[[BCDEGRST]]'
 
214
  ;;
 
215
osf*)
 
216
  symcode='[[BCDEGQRST]]'
 
217
  ;;
 
218
solaris* | sysv5*)
 
219
  symcode='[[BDT]]'
 
220
  ;;
 
221
sysv4)
 
222
  symcode='[[DFNSTU]]'
 
223
  ;;
 
224
esac
 
225
 
 
226
# Handle CRLF in mingw tool chain
 
227
opt_cr=
 
228
case $host_os in
 
229
mingw*)
 
230
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
231
  ;;
 
232
esac
 
233
 
 
234
# If we're using GNU nm, then use its standard symbol codes.
 
235
if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
 
236
  symcode='[[ABCDGISTW]]'
 
237
fi
 
238
 
 
239
# Try without a prefix undercore, then with it.
 
240
for ac_symprfx in "" "_"; do
 
241
 
 
242
  # Write the raw and C identifiers.
 
243
lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[        ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
 
244
 
 
245
  # Check to see that the pipe works correctly.
 
246
  pipe_works=no
 
247
  rm -f conftest*
 
248
  cat > conftest.$ac_ext <<EOF
 
249
#ifdef __cplusplus
 
250
extern "C" {
 
251
#endif
 
252
char nm_test_var;
 
253
void nm_test_func(){}
 
254
#ifdef __cplusplus
 
255
}
 
256
#endif
 
257
int main(){nm_test_var='a';nm_test_func();return(0);}
 
258
EOF
 
259
 
 
260
  if AC_TRY_EVAL(ac_compile); then
 
261
    # Now try to grab the symbols.
 
262
    nlist=conftest.nm
 
263
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
264
      # Try sorting and uniquifying the output.
 
265
      if sort "$nlist" | uniq > "$nlist"T; then
 
266
        mv -f "$nlist"T "$nlist"
 
267
      else
 
268
        rm -f "$nlist"T
 
269
      fi
 
270
 
 
271
      # Make sure that we snagged all the symbols we need.
 
272
      if egrep ' nm_test_var$' "$nlist" >/dev/null; then
 
273
        if egrep ' nm_test_func$' "$nlist" >/dev/null; then
 
274
          cat <<EOF > conftest.$ac_ext
 
275
#ifdef __cplusplus
 
276
extern "C" {
 
277
#endif
 
278
 
 
279
EOF
 
280
          # Now generate the symbol file.
 
281
          eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
 
282
 
 
283
          cat <<EOF >> conftest.$ac_ext
 
284
#if defined (__STDC__) && __STDC__
 
285
# define lt_ptr void *
 
286
#else
 
287
# define lt_ptr char *
 
288
# define const
 
289
#endif
 
290
 
 
291
/* The mapping between symbol names and symbols. */
 
292
const struct {
 
293
  const char *name;
 
294
  lt_ptr address;
 
295
}
 
296
lt_preloaded_symbols[[]] =
 
297
{
 
298
EOF
 
299
          sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext
 
300
          cat <<\EOF >> conftest.$ac_ext
 
301
  {0, (lt_ptr) 0}
 
302
};
 
303
 
 
304
#ifdef __cplusplus
 
305
}
 
306
#endif
 
307
EOF
 
308
          # Now try linking the two files.
 
309
          mv conftest.$ac_objext conftstm.$ac_objext
 
310
          save_LIBS="$LIBS"
 
311
          save_CFLAGS="$CFLAGS"
 
312
          LIBS="conftstm.$ac_objext"
 
313
          CFLAGS="$CFLAGS$no_builtin_flag"
 
314
          if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
 
315
            pipe_works=yes
 
316
          fi
 
317
          LIBS="$save_LIBS"
 
318
          CFLAGS="$save_CFLAGS"
 
319
        else
 
320
          echo "cannot find nm_test_func in $nlist" >&AC_FD_CC
 
321
        fi
 
322
      else
 
323
        echo "cannot find nm_test_var in $nlist" >&AC_FD_CC
 
324
      fi
 
325
    else
 
326
      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AC_FD_CC
 
327
    fi
 
328
  else
 
329
    echo "$progname: failed program was:" >&AC_FD_CC
 
330
    cat conftest.$ac_ext >&5
 
331
  fi
 
332
  rm -f conftest* conftst*
 
333
 
 
334
  # Do not use the global_symbol_pipe unless it works.
 
335
  if test "$pipe_works" = yes; then
 
336
    break
 
337
  else
 
338
    lt_cv_sys_global_symbol_pipe=
 
339
  fi
 
340
done
 
341
])
 
342
global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
 
343
if test -z "$lt_cv_sys_global_symbol_pipe"; then
 
344
  global_symbol_to_cdecl=
 
345
  global_symbol_to_c_name_address=
 
346
else
 
347
  global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
 
348
  global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address"
 
349
fi
 
350
if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
 
351
then
 
352
  AC_MSG_RESULT(failed)
 
353
else
 
354
  AC_MSG_RESULT(ok)
 
355
fi
 
356
]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
357
 
 
358
# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
 
359
# ---------------------------------
 
360
AC_DEFUN([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
 
361
[# Find the correct PATH separator.  Usually this is `:', but
 
362
# DJGPP uses `;' like DOS.
 
363
if test "X${PATH_SEPARATOR+set}" != Xset; then
 
364
  UNAME=${UNAME-`uname 2>/dev/null`}
 
365
  case X$UNAME in
 
366
    *-DOS) lt_cv_sys_path_separator=';' ;;
 
367
    *)     lt_cv_sys_path_separator=':' ;;
 
368
  esac
 
369
  PATH_SEPARATOR=$lt_cv_sys_path_separator
 
370
fi
 
371
])# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
 
372
 
 
373
# _LT_AC_PROG_ECHO_BACKSLASH
 
374
# --------------------------
 
375
# Add some code to the start of the generated configure script which
 
376
# will find an echo command which doesn't interpret backslashes.
 
377
AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
 
378
[ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
379
                              [AC_DIVERT_PUSH(NOTICE)])
 
380
_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
 
381
 
 
382
# Check that we are running under the correct shell.
 
383
SHELL=${CONFIG_SHELL-/bin/sh}
 
384
 
 
385
case X$ECHO in
 
386
X*--fallback-echo)
 
387
  # Remove one level of quotation (which was required for Make).
 
388
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
389
  ;;
 
390
esac
 
391
 
 
392
echo=${ECHO-echo}
 
393
if test "X[$]1" = X--no-reexec; then
 
394
  # Discard the --no-reexec flag, and continue.
 
395
  shift
 
396
elif test "X[$]1" = X--fallback-echo; then
 
397
  # Avoid inline document here, it may be left over
 
398
  :
 
399
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
 
400
  # Yippee, $echo works!
 
401
  :
 
402
else
 
403
  # Restart under the correct shell.
 
404
  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
405
fi
 
406
 
 
407
if test "X[$]1" = X--fallback-echo; then
 
408
  # used as fallback echo
 
409
  shift
 
410
  cat <<EOF
 
411
$*
 
412
EOF
 
413
  exit 0
 
414
fi
 
415
 
 
416
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
417
# if CDPATH is set.
 
418
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
 
419
 
 
420
if test -z "$ECHO"; then
 
421
if test "X${echo_test_string+set}" != Xset; then
 
422
# find a string as large as possible, as long as the shell can cope with it
 
423
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
424
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
425
    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
 
426
       echo_test_string="`eval $cmd`" &&
 
427
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
428
    then
 
429
      break
 
430
    fi
 
431
  done
 
432
fi
 
433
 
 
434
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
435
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
436
   test "X$echo_testing_string" = "X$echo_test_string"; then
 
437
  :
 
438
else
 
439
  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
440
  # backslashes.  This makes it impossible to quote backslashes using
 
441
  #   echo "$something" | sed 's/\\/\\\\/g'
 
442
  #
 
443
  # So, first we look for a working echo in the user's PATH.
 
444
 
 
445
  IFS="${IFS=   }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
446
  for dir in $PATH /usr/ucb; do
 
447
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
448
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
449
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
450
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
451
      echo="$dir/echo"
 
452
      break
 
453
    fi
 
454
  done
 
455
  IFS="$save_ifs"
 
456
 
 
457
  if test "X$echo" = Xecho; then
 
458
    # We didn't find a better echo, so look for alternatives.
 
459
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
460
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
461
       test "X$echo_testing_string" = "X$echo_test_string"; then
 
462
      # This shell has a builtin print -r that does the trick.
 
463
      echo='print -r'
 
464
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
465
         test "X$CONFIG_SHELL" != X/bin/ksh; then
 
466
      # If we have ksh, try running configure again with it.
 
467
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
468
      export ORIGINAL_CONFIG_SHELL
 
469
      CONFIG_SHELL=/bin/ksh
 
470
      export CONFIG_SHELL
 
471
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
472
    else
 
473
      # Try using printf.
 
474
      echo='printf %s\n'
 
475
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
476
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
477
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
478
        # Cool, printf works
 
479
        :
 
480
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
481
           test "X$echo_testing_string" = 'X\t' &&
 
482
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
483
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
484
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
485
        export CONFIG_SHELL
 
486
        SHELL="$CONFIG_SHELL"
 
487
        export SHELL
 
488
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
489
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
490
           test "X$echo_testing_string" = 'X\t' &&
 
491
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
492
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
493
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
494
      else
 
495
        # maybe with a smaller string...
 
496
        prev=:
 
497
 
 
498
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
499
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
500
          then
 
501
            break
 
502
          fi
 
503
          prev="$cmd"
 
504
        done
 
505
 
 
506
        if test "$prev" != 'sed 50q "[$]0"'; then
 
507
          echo_test_string=`eval $prev`
 
508
          export echo_test_string
 
509
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
510
        else
 
511
          # Oops.  We lost completely, so just stick with echo.
 
512
          echo=echo
 
513
        fi
 
514
      fi
 
515
    fi
 
516
  fi
 
517
fi
 
518
fi
 
519
 
 
520
# Copy echo and quote the copy suitably for passing to libtool from
 
521
# the Makefile, instead of quoting the original, which is used later.
 
522
ECHO=$echo
 
523
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
524
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
525
fi
 
526
 
 
527
AC_SUBST(ECHO)
 
528
AC_DIVERT_POP
 
529
])# _LT_AC_PROG_ECHO_BACKSLASH
 
530
 
 
531
# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 
532
#                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
 
533
# ------------------------------------------------------------------
 
534
AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
 
535
[if test "$cross_compiling" = yes; then :
 
536
  [$4]
 
537
else
 
538
  AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
539
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
540
  lt_status=$lt_dlunknown
 
541
  cat > conftest.$ac_ext <<EOF
 
542
[#line __oline__ "configure"
 
543
#include "confdefs.h"
 
544
 
 
545
#if HAVE_DLFCN_H
 
546
#include <dlfcn.h>
 
547
#endif
 
548
 
 
549
#include <stdio.h>
 
550
 
 
551
#ifdef RTLD_GLOBAL
 
552
#  define LT_DLGLOBAL           RTLD_GLOBAL
 
553
#else
 
554
#  ifdef DL_GLOBAL
 
555
#    define LT_DLGLOBAL         DL_GLOBAL
 
556
#  else
 
557
#    define LT_DLGLOBAL         0
 
558
#  endif
 
559
#endif
 
560
 
 
561
/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
562
   find out it does not work in some platform. */
 
563
#ifndef LT_DLLAZY_OR_NOW
 
564
#  ifdef RTLD_LAZY
 
565
#    define LT_DLLAZY_OR_NOW            RTLD_LAZY
 
566
#  else
 
567
#    ifdef DL_LAZY
 
568
#      define LT_DLLAZY_OR_NOW          DL_LAZY
 
569
#    else
 
570
#      ifdef RTLD_NOW
 
571
#        define LT_DLLAZY_OR_NOW        RTLD_NOW
 
572
#      else
 
573
#        ifdef DL_NOW
 
574
#          define LT_DLLAZY_OR_NOW      DL_NOW
 
575
#        else
 
576
#          define LT_DLLAZY_OR_NOW      0
 
577
#        endif
 
578
#      endif
 
579
#    endif
 
580
#  endif
 
581
#endif
 
582
 
 
583
#ifdef __cplusplus
 
584
extern "C" void exit (int);
 
585
#endif
 
586
 
 
587
void fnord() { int i=42;}
 
588
int main ()
 
589
{
 
590
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
591
  int status = $lt_dlunknown;
 
592
 
 
593
  if (self)
 
594
    {
 
595
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
596
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
597
      /* dlclose (self); */
 
598
    }
 
599
 
 
600
    exit (status);
 
601
}]
 
602
EOF
 
603
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
604
    (./conftest; exit; ) 2>/dev/null
 
605
    lt_status=$?
 
606
    case x$lt_status in
 
607
      x$lt_dlno_uscore) $1 ;;
 
608
      x$lt_dlneed_uscore) $2 ;;
 
609
      x$lt_unknown|x*) $3 ;;
 
610
    esac
 
611
  else :
 
612
    # compilation failed
 
613
    $3
 
614
  fi
 
615
fi
 
616
rm -fr conftest*
 
617
])# _LT_AC_TRY_DLOPEN_SELF
 
618
 
 
619
# AC_LIBTOOL_DLOPEN_SELF
 
620
# -------------------
 
621
AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
 
622
[if test "x$enable_dlopen" != xyes; then
 
623
  enable_dlopen=unknown
 
624
  enable_dlopen_self=unknown
 
625
  enable_dlopen_self_static=unknown
 
626
else
 
627
  lt_cv_dlopen=no
 
628
  lt_cv_dlopen_libs=
 
629
 
 
630
  case $host_os in
 
631
  beos*)
 
632
    lt_cv_dlopen="load_add_on"
 
633
    lt_cv_dlopen_libs=
 
634
    lt_cv_dlopen_self=yes
 
635
    ;;
 
636
 
 
637
  cygwin* | mingw* | pw32*)
 
638
    lt_cv_dlopen="LoadLibrary"
 
639
    lt_cv_dlopen_libs=
 
640
   ;;
 
641
 
 
642
  *)
 
643
    AC_CHECK_FUNC([shl_load],
 
644
          [lt_cv_dlopen="shl_load"],
 
645
      [AC_CHECK_LIB([dld], [shl_load],
 
646
            [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
 
647
        [AC_CHECK_FUNC([dlopen],
 
648
              [lt_cv_dlopen="dlopen"],
 
649
          [AC_CHECK_LIB([dl], [dlopen],
 
650
                [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
651
            [AC_CHECK_LIB([svld], [dlopen],
 
652
                  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
653
              [AC_CHECK_LIB([dld], [dld_link],
 
654
                    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 
655
              ])
 
656
            ])
 
657
          ])
 
658
        ])
 
659
      ])
 
660
    ;;
 
661
  esac
 
662
 
 
663
  if test "x$lt_cv_dlopen" != xno; then
 
664
    enable_dlopen=yes
 
665
  else
 
666
    enable_dlopen=no
 
667
  fi
 
668
 
 
669
  case $lt_cv_dlopen in
 
670
  dlopen)
 
671
    save_CPPFLAGS="$CPPFLAGS"
 
672
    AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
673
    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
674
 
 
675
    save_LDFLAGS="$LDFLAGS"
 
676
    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
677
 
 
678
    save_LIBS="$LIBS"
 
679
    LIBS="$lt_cv_dlopen_libs $LIBS"
 
680
 
 
681
    AC_CACHE_CHECK([whether a program can dlopen itself],
 
682
          lt_cv_dlopen_self, [dnl
 
683
          _LT_AC_TRY_DLOPEN_SELF(
 
684
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
685
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
686
    ])
 
687
 
 
688
    if test "x$lt_cv_dlopen_self" = xyes; then
 
689
      LDFLAGS="$LDFLAGS $link_static_flag"
 
690
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
691
          lt_cv_dlopen_self_static, [dnl
 
692
          _LT_AC_TRY_DLOPEN_SELF(
 
693
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
694
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
695
      ])
 
696
    fi
 
697
 
 
698
    CPPFLAGS="$save_CPPFLAGS"
 
699
    LDFLAGS="$save_LDFLAGS"
 
700
    LIBS="$save_LIBS"
 
701
    ;;
 
702
  esac
 
703
 
 
704
  case $lt_cv_dlopen_self in
 
705
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
706
  *) enable_dlopen_self=unknown ;;
 
707
  esac
 
708
 
 
709
  case $lt_cv_dlopen_self_static in
 
710
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
711
  *) enable_dlopen_self_static=unknown ;;
 
712
  esac
 
713
fi
 
714
])# AC_LIBTOOL_DLOPEN_SELF
 
715
 
 
716
AC_DEFUN([_LT_AC_LTCONFIG_HACK],
 
717
[AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl
 
718
# Sed substitution that helps us do robust quoting.  It backslashifies
 
719
# metacharacters that are still active within double-quoted strings.
 
720
Xsed='sed -e s/^X//'
 
721
sed_quote_subst='s/\([[\\"\\`$\\\\]]\)/\\\1/g'
 
722
 
 
723
# Same as above, but do not quote variable references.
 
724
double_quote_subst='s/\([[\\"\\`\\\\]]\)/\\\1/g'
 
725
 
 
726
# Sed substitution to delay expansion of an escaped shell variable in a
 
727
# double_quote_subst'ed string.
 
728
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
729
 
 
730
# Constants:
 
731
rm="rm -f"
 
732
 
 
733
# Global variables:
 
734
default_ofile=libtool
 
735
can_build_shared=yes
 
736
 
 
737
# All known linkers require a `.a' archive for static linking (except M$VC,
 
738
# which needs '.lib').
 
739
libext=a
 
740
ltmain="$ac_aux_dir/ltmain.sh"
 
741
ofile="$default_ofile"
 
742
with_gnu_ld="$lt_cv_prog_gnu_ld"
 
743
need_locks="$enable_libtool_lock"
 
744
 
 
745
old_CC="$CC"
 
746
old_CFLAGS="$CFLAGS"
 
747
 
 
748
# Set sane defaults for various variables
 
749
test -z "$AR" && AR=ar
 
750
test -z "$AR_FLAGS" && AR_FLAGS=cru
 
751
test -z "$AS" && AS=as
 
752
test -z "$CC" && CC=cc
 
753
test -z "$DLLTOOL" && DLLTOOL=dlltool
 
754
test -z "$LD" && LD=ld
 
755
test -z "$LN_S" && LN_S="ln -s"
 
756
test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
757
test -z "$NM" && NM=nm
 
758
test -z "$OBJDUMP" && OBJDUMP=objdump
 
759
test -z "$RANLIB" && RANLIB=:
 
760
test -z "$STRIP" && STRIP=:
 
761
test -z "$ac_objext" && ac_objext=o
 
762
 
 
763
if test x"$host" != x"$build"; then
 
764
  ac_tool_prefix=${host_alias}-
 
765
else
 
766
  ac_tool_prefix=
 
767
fi
 
768
 
 
769
# Transform linux* to *-*-linux-gnu*, to support old configure scripts.
 
770
case $host_os in
 
771
linux-gnu*) ;;
 
772
linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
 
773
esac
 
774
 
 
775
case $host_os in
 
776
aix3*)
 
777
  # AIX sometimes has problems with the GCC collect2 program.  For some
 
778
  # reason, if we set the COLLECT_NAMES environment variable, the problems
 
779
  # vanish in a puff of smoke.
 
780
  if test "X${COLLECT_NAMES+set}" != Xset; then
 
781
    COLLECT_NAMES=
 
782
    export COLLECT_NAMES
 
783
  fi
 
784
  ;;
 
785
esac
 
786
 
 
787
# Determine commands to create old-style static archives.
 
788
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
 
789
old_postinstall_cmds='chmod 644 $oldlib'
 
790
old_postuninstall_cmds=
 
791
 
 
792
if test -n "$RANLIB"; then
 
793
  case $host_os in
 
794
  openbsd*)
 
795
    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
 
796
    ;;
 
797
  *)
 
798
    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
 
799
    ;;
 
800
  esac
 
801
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
802
fi
 
803
 
 
804
# Allow CC to be a program name with arguments.
 
805
set dummy $CC
 
806
compiler="[$]2"
 
807
 
 
808
AC_MSG_CHECKING([for objdir])
 
809
rm -f .libs 2>/dev/null
 
810
mkdir .libs 2>/dev/null
 
811
if test -d .libs; then
 
812
  objdir=.libs
 
813
else
 
814
  # MS-DOS does not allow filenames that begin with a dot.
 
815
  objdir=_libs
 
816
fi
 
817
rmdir .libs 2>/dev/null
 
818
AC_MSG_RESULT($objdir)
 
819
 
 
820
 
 
821
AC_ARG_WITH(pic,
 
822
[  --with-pic              try to use only PIC/non-PIC objects [default=use both]],
 
823
pic_mode="$withval", pic_mode=default)
 
824
test -z "$pic_mode" && pic_mode=default
 
825
 
 
826
# We assume here that the value for lt_cv_prog_cc_pic will not be cached
 
827
# in isolation, and that seeing it set (from the cache) indicates that
 
828
# the associated values are set (in the cache) correctly too.
 
829
AC_MSG_CHECKING([for $compiler option to produce PIC])
 
830
AC_CACHE_VAL(lt_cv_prog_cc_pic,
 
831
[ lt_cv_prog_cc_pic=
 
832
  lt_cv_prog_cc_shlib=
 
833
  lt_cv_prog_cc_wl=
 
834
  lt_cv_prog_cc_static=
 
835
  lt_cv_prog_cc_no_builtin=
 
836
  lt_cv_prog_cc_can_build_shared=$can_build_shared
 
837
 
 
838
  if test "$GCC" = yes; then
 
839
    lt_cv_prog_cc_wl='-Wl,'
 
840
    lt_cv_prog_cc_static='-static'
 
841
 
 
842
    case $host_os in
 
843
    aix*)
 
844
      # Below there is a dirty hack to force normal static linking with -ldl
 
845
      # The problem is because libdl dynamically linked with both libc and
 
846
      # libC (AIX C++ library), which obviously doesn't included in libraries
 
847
      # list by gcc. This cause undefined symbols with -static flags.
 
848
      # This hack allows C programs to be linked with "-static -ldl", but
 
849
      # not sure about C++ programs.
 
850
      lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
 
851
      ;;
 
852
    amigaos*)
 
853
      # FIXME: we need at least 68020 code to build shared libraries, but
 
854
      # adding the `-m68020' flag to GCC prevents building anything better,
 
855
      # like `-m68040'.
 
856
      lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
 
857
      ;;
 
858
    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
859
      # PIC is the default for these OSes.
 
860
      ;;
 
861
    darwin* | rhapsody*)
 
862
      # PIC is the default on this platform
 
863
      # Common symbols not allowed in MH_DYLIB files
 
864
      lt_cv_prog_cc_pic='-fno-common'
 
865
      ;;
 
866
    cygwin* | mingw* | pw32* | os2*)
 
867
      # This hack is so that the source file can tell whether it is being
 
868
      # built for inclusion in a dll (and should export symbols for example).
 
869
      lt_cv_prog_cc_pic='-DDLL_EXPORT'
 
870
      ;;
 
871
    sysv4*MP*)
 
872
      if test -d /usr/nec; then
 
873
         lt_cv_prog_cc_pic=-Kconform_pic
 
874
      fi
 
875
      ;;
 
876
    *)
 
877
      lt_cv_prog_cc_pic='-fPIC'
 
878
      ;;
 
879
    esac
 
880
  else
 
881
    # PORTME Check for PIC flags for the system compiler.
 
882
    case $host_os in
 
883
    aix3* | aix4* | aix5*)
 
884
      lt_cv_prog_cc_wl='-Wl,'
 
885
      # All AIX code is PIC.
 
886
      if test "$host_cpu" = ia64; then
 
887
        # AIX 5 now supports IA64 processor
 
888
        lt_cv_prog_cc_static='-Bstatic'
 
889
      else
 
890
        lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
 
891
      fi
 
892
      ;;
 
893
 
 
894
    hpux9* | hpux10* | hpux11*)
 
895
      # Is there a better lt_cv_prog_cc_static that works with the bundled CC?
 
896
      lt_cv_prog_cc_wl='-Wl,'
 
897
      lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"
 
898
      lt_cv_prog_cc_pic='+Z'
 
899
      ;;
 
900
 
 
901
    irix5* | irix6* | nonstopux*)
 
902
      lt_cv_prog_cc_wl='-Wl,'
 
903
      lt_cv_prog_cc_static='-non_shared'
 
904
      # PIC (with -KPIC) is the default.
 
905
      ;;
 
906
 
 
907
    cygwin* | mingw* | pw32* | os2*)
 
908
      # This hack is so that the source file can tell whether it is being
 
909
      # built for inclusion in a dll (and should export symbols for example).
 
910
      lt_cv_prog_cc_pic='-DDLL_EXPORT'
 
911
      ;;
 
912
 
 
913
    newsos6)
 
914
      lt_cv_prog_cc_pic='-KPIC'
 
915
      lt_cv_prog_cc_static='-Bstatic'
 
916
      ;;
 
917
 
 
918
    osf3* | osf4* | osf5*)
 
919
      # All OSF/1 code is PIC.
 
920
      lt_cv_prog_cc_wl='-Wl,'
 
921
      lt_cv_prog_cc_static='-non_shared'
 
922
      ;;
 
923
 
 
924
    sco3.2v5*)
 
925
      lt_cv_prog_cc_pic='-Kpic'
 
926
      lt_cv_prog_cc_static='-dn'
 
927
      lt_cv_prog_cc_shlib='-belf'
 
928
      ;;
 
929
 
 
930
    solaris*)
 
931
      lt_cv_prog_cc_pic='-KPIC'
 
932
      lt_cv_prog_cc_static='-Bstatic'
 
933
      lt_cv_prog_cc_wl='-Wl,'
 
934
      ;;
 
935
 
 
936
    sunos4*)
 
937
      lt_cv_prog_cc_pic='-PIC'
 
938
      lt_cv_prog_cc_static='-Bstatic'
 
939
      lt_cv_prog_cc_wl='-Qoption ld '
 
940
      ;;
 
941
 
 
942
    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
943
      lt_cv_prog_cc_pic='-KPIC'
 
944
      lt_cv_prog_cc_static='-Bstatic'
 
945
      lt_cv_prog_cc_wl='-Wl,'
 
946
      ;;
 
947
 
 
948
    uts4*)
 
949
      lt_cv_prog_cc_pic='-pic'
 
950
      lt_cv_prog_cc_static='-Bstatic'
 
951
      ;;
 
952
 
 
953
    sysv4*MP*)
 
954
      if test -d /usr/nec ;then
 
955
        lt_cv_prog_cc_pic='-Kconform_pic'
 
956
        lt_cv_prog_cc_static='-Bstatic'
 
957
      fi
 
958
      ;;
 
959
 
 
960
    *)
 
961
      lt_cv_prog_cc_can_build_shared=no
 
962
      ;;
 
963
    esac
 
964
  fi
 
965
])
 
966
if test -z "$lt_cv_prog_cc_pic"; then
 
967
  AC_MSG_RESULT([none])
 
968
else
 
969
  AC_MSG_RESULT([$lt_cv_prog_cc_pic])
 
970
 
 
971
  # Check to make sure the pic_flag actually works.
 
972
  AC_MSG_CHECKING([if $compiler PIC flag $lt_cv_prog_cc_pic works])
 
973
  AC_CACHE_VAL(lt_cv_prog_cc_pic_works, [dnl
 
974
    save_CFLAGS="$CFLAGS"
 
975
    CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
 
976
    AC_TRY_COMPILE([], [], [dnl
 
977
      case $host_os in
 
978
      hpux9* | hpux10* | hpux11*)
 
979
        # On HP-UX, both CC and GCC only warn that PIC is supported... then
 
980
        # they create non-PIC objects.  So, if there were any warnings, we
 
981
        # assume that PIC is not supported.
 
982
        if test -s conftest.err; then
 
983
          lt_cv_prog_cc_pic_works=no
 
984
        else
 
985
          lt_cv_prog_cc_pic_works=yes
 
986
        fi
 
987
        ;;
 
988
      *)
 
989
        lt_cv_prog_cc_pic_works=yes
 
990
        ;;
 
991
      esac
 
992
    ], [dnl
 
993
      lt_cv_prog_cc_pic_works=no
 
994
    ])
 
995
    CFLAGS="$save_CFLAGS"
 
996
  ])
 
997
 
 
998
  if test "X$lt_cv_prog_cc_pic_works" = Xno; then
 
999
    lt_cv_prog_cc_pic=
 
1000
    lt_cv_prog_cc_can_build_shared=no
 
1001
  else
 
1002
    lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
 
1003
  fi
 
1004
 
 
1005
  AC_MSG_RESULT([$lt_cv_prog_cc_pic_works])
 
1006
fi
 
1007
 
 
1008
# Check for any special shared library compilation flags.
 
1009
if test -n "$lt_cv_prog_cc_shlib"; then
 
1010
  AC_MSG_WARN([\`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries])
 
1011
  if echo "$old_CC $old_CFLAGS " | egrep -e "[[         ]]$lt_cv_prog_cc_shlib[[        ]]" >/dev/null; then :
 
1012
  else
 
1013
   AC_MSG_WARN([add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure])
 
1014
    lt_cv_prog_cc_can_build_shared=no
 
1015
  fi
 
1016
fi
 
1017
 
 
1018
AC_MSG_CHECKING([if $compiler static flag $lt_cv_prog_cc_static works])
 
1019
AC_CACHE_VAL([lt_cv_prog_cc_static_works], [dnl
 
1020
  lt_cv_prog_cc_static_works=no
 
1021
  save_LDFLAGS="$LDFLAGS"
 
1022
  LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
 
1023
  AC_TRY_LINK([], [], [lt_cv_prog_cc_static_works=yes])
 
1024
  LDFLAGS="$save_LDFLAGS"
 
1025
])
 
1026
 
 
1027
# Belt *and* braces to stop my trousers falling down:
 
1028
test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
 
1029
AC_MSG_RESULT([$lt_cv_prog_cc_static_works])
 
1030
 
 
1031
pic_flag="$lt_cv_prog_cc_pic"
 
1032
special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
 
1033
wl="$lt_cv_prog_cc_wl"
 
1034
link_static_flag="$lt_cv_prog_cc_static"
 
1035
no_builtin_flag="$lt_cv_prog_cc_no_builtin"
 
1036
can_build_shared="$lt_cv_prog_cc_can_build_shared"
 
1037
 
 
1038
 
 
1039
# Check to see if options -o and -c are simultaneously supported by compiler
 
1040
AC_MSG_CHECKING([if $compiler supports -c -o file.$ac_objext])
 
1041
AC_CACHE_VAL([lt_cv_compiler_c_o], [
 
1042
$rm -r conftest 2>/dev/null
 
1043
mkdir conftest
 
1044
cd conftest
 
1045
echo "int some_variable = 0;" > conftest.$ac_ext
 
1046
mkdir out
 
1047
# According to Tom Tromey, Ian Lance Taylor reported there are C compilers
 
1048
# that will create temporary files in the current directory regardless of
 
1049
# the output directory.  Thus, making CWD read-only will cause this test
 
1050
# to fail, enabling locking or at least warning the user not to do parallel
 
1051
# builds.
 
1052
chmod -w .
 
1053
save_CFLAGS="$CFLAGS"
 
1054
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
 
1055
compiler_c_o=no
 
1056
if { (eval echo configure:__oline__: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
 
1057
  # The compiler can only warn and ignore the option if not recognized
 
1058
  # So say no if there are warnings
 
1059
  if test -s out/conftest.err; then
 
1060
    lt_cv_compiler_c_o=no
 
1061
  else
 
1062
    lt_cv_compiler_c_o=yes
 
1063
  fi
 
1064
else
 
1065
  # Append any errors to the config.log.
 
1066
  cat out/conftest.err 1>&AC_FD_CC
 
1067
  lt_cv_compiler_c_o=no
 
1068
fi
 
1069
CFLAGS="$save_CFLAGS"
 
1070
chmod u+w .
 
1071
$rm conftest* out/*
 
1072
rmdir out
 
1073
cd ..
 
1074
rmdir conftest
 
1075
$rm -r conftest 2>/dev/null
 
1076
])
 
1077
compiler_c_o=$lt_cv_compiler_c_o
 
1078
AC_MSG_RESULT([$compiler_c_o])
 
1079
 
 
1080
if test x"$compiler_c_o" = x"yes"; then
 
1081
  # Check to see if we can write to a .lo
 
1082
  AC_MSG_CHECKING([if $compiler supports -c -o file.lo])
 
1083
  AC_CACHE_VAL([lt_cv_compiler_o_lo], [
 
1084
  lt_cv_compiler_o_lo=no
 
1085
  save_CFLAGS="$CFLAGS"
 
1086
  CFLAGS="$CFLAGS -c -o conftest.lo"
 
1087
  save_objext="$ac_objext"
 
1088
  ac_objext=lo
 
1089
  AC_TRY_COMPILE([], [int some_variable = 0;], [dnl
 
1090
    # The compiler can only warn and ignore the option if not recognized
 
1091
    # So say no if there are warnings
 
1092
    if test -s conftest.err; then
 
1093
      lt_cv_compiler_o_lo=no
 
1094
    else
 
1095
      lt_cv_compiler_o_lo=yes
 
1096
    fi
 
1097
  ])
 
1098
  ac_objext="$save_objext"
 
1099
  CFLAGS="$save_CFLAGS"
 
1100
  ])
 
1101
  compiler_o_lo=$lt_cv_compiler_o_lo
 
1102
  AC_MSG_RESULT([$compiler_o_lo])
 
1103
else
 
1104
  compiler_o_lo=no
 
1105
fi
 
1106
 
 
1107
# Check to see if we can do hard links to lock some files if needed
 
1108
hard_links="nottested"
 
1109
if test "$compiler_c_o" = no && test "$need_locks" != no; then
 
1110
  # do not overwrite the value of need_locks provided by the user
 
1111
  AC_MSG_CHECKING([if we can lock with hard links])
 
1112
  hard_links=yes
 
1113
  $rm conftest*
 
1114
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
1115
  touch conftest.a
 
1116
  ln conftest.a conftest.b 2>&5 || hard_links=no
 
1117
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
1118
  AC_MSG_RESULT([$hard_links])
 
1119
  if test "$hard_links" = no; then
 
1120
    AC_MSG_WARN([\`$CC' does not support \`-c -o', so \`make -j' may be unsafe])
 
1121
    need_locks=warn
 
1122
  fi
 
1123
else
 
1124
  need_locks=no
 
1125
fi
 
1126
 
 
1127
if test "$GCC" = yes; then
 
1128
  # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
 
1129
  AC_MSG_CHECKING([if $compiler supports -fno-rtti -fno-exceptions])
 
1130
  echo "int some_variable = 0;" > conftest.$ac_ext
 
1131
  save_CFLAGS="$CFLAGS"
 
1132
  CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
 
1133
  compiler_rtti_exceptions=no
 
1134
  AC_TRY_COMPILE([], [int some_variable = 0;], [dnl
 
1135
    # The compiler can only warn and ignore the option if not recognized
 
1136
    # So say no if there are warnings
 
1137
    if test -s conftest.err; then
 
1138
      compiler_rtti_exceptions=no
 
1139
    else
 
1140
      compiler_rtti_exceptions=yes
 
1141
    fi
 
1142
  ])
 
1143
  CFLAGS="$save_CFLAGS"
 
1144
  AC_MSG_RESULT([$compiler_rtti_exceptions])
 
1145
 
 
1146
  if test "$compiler_rtti_exceptions" = "yes"; then
 
1147
    no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
 
1148
  else
 
1149
    no_builtin_flag=' -fno-builtin'
 
1150
  fi
 
1151
fi
 
1152
 
 
1153
# See if the linker supports building shared libraries.
 
1154
AC_MSG_CHECKING([whether the linker ($LD) supports shared libraries])
 
1155
 
 
1156
allow_undefined_flag=
 
1157
no_undefined_flag=
 
1158
need_lib_prefix=unknown
 
1159
need_version=unknown
 
1160
# when you set need_version to no, make sure it does not cause -set_version
 
1161
# flags to be left without arguments
 
1162
archive_cmds=
 
1163
archive_expsym_cmds=
 
1164
old_archive_from_new_cmds=
 
1165
old_archive_from_expsyms_cmds=
 
1166
export_dynamic_flag_spec=
 
1167
whole_archive_flag_spec=
 
1168
thread_safe_flag_spec=
 
1169
hardcode_into_libs=no
 
1170
hardcode_libdir_flag_spec=
 
1171
hardcode_libdir_separator=
 
1172
hardcode_direct=no
 
1173
hardcode_minus_L=no
 
1174
hardcode_shlibpath_var=unsupported
 
1175
runpath_var=
 
1176
link_all_deplibs=unknown
 
1177
always_export_symbols=no
 
1178
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
1179
# include_expsyms should be a list of space-separated symbols to be *always*
 
1180
# included in the symbol list
 
1181
include_expsyms=
 
1182
# exclude_expsyms can be an egrep regular expression of symbols to exclude
 
1183
# it will be wrapped by ` (' and `)$', so one must not match beginning or
 
1184
# end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
1185
# as well as any symbol that contains `d'.
 
1186
exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
 
1187
# Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
1188
# platforms (ab)use it in PIC code, but their linkers get confused if
 
1189
# the symbol is explicitly referenced.  Since portable code cannot
 
1190
# rely on this symbol name, it's probably fine to never include it in
 
1191
# preloaded symbol tables.
 
1192
extract_expsyms_cmds=
 
1193
 
 
1194
case $host_os in
 
1195
cygwin* | mingw* | pw32*)
 
1196
  # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
1197
  # When not using gcc, we currently assume that we are using
 
1198
  # Microsoft Visual C++.
 
1199
  if test "$GCC" != yes; then
 
1200
    with_gnu_ld=no
 
1201
  fi
 
1202
  ;;
 
1203
openbsd*)
 
1204
  with_gnu_ld=no
 
1205
  ;;
 
1206
esac
 
1207
 
 
1208
ld_shlibs=yes
 
1209
if test "$with_gnu_ld" = yes; then
 
1210
  # If archive_cmds runs LD, not CC, wlarc should be empty
 
1211
  wlarc='${wl}'
 
1212
 
 
1213
  # See if GNU ld supports shared libraries.
 
1214
  case $host_os in
 
1215
  aix3* | aix4* | aix5*)
 
1216
    # On AIX, the GNU linker is very broken
 
1217
    # Note:Check GNU linker on AIX 5-IA64 when/if it becomes available.
 
1218
    ld_shlibs=no
 
1219
    cat <<EOF 1>&2
 
1220
 
 
1221
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
1222
*** to be unable to reliably create shared libraries on AIX.
 
1223
*** Therefore, libtool is disabling shared libraries support.  If you
 
1224
*** really care for shared libraries, you may want to modify your PATH
 
1225
*** so that a non-GNU linker is found, and then restart.
 
1226
 
 
1227
EOF
 
1228
    ;;
 
1229
 
 
1230
  amigaos*)
 
1231
    archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
 
1232
    hardcode_libdir_flag_spec='-L$libdir'
 
1233
    hardcode_minus_L=yes
 
1234
 
 
1235
    # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
1236
    # that the semantics of dynamic libraries on AmigaOS, at least up
 
1237
    # to version 4, is to share data among multiple programs linked
 
1238
    # with the same dynamic library.  Since this doesn't match the
 
1239
    # behavior of shared libraries on other platforms, we can use
 
1240
    # them.
 
1241
    ld_shlibs=no
 
1242
    ;;
 
1243
 
 
1244
  beos*)
 
1245
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
 
1246
      allow_undefined_flag=unsupported
 
1247
      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
1248
      # support --undefined.  This deserves some investigation.  FIXME
 
1249
      archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
1250
    else
 
1251
      ld_shlibs=no
 
1252
    fi
 
1253
    ;;
 
1254
 
 
1255
  cygwin* | mingw* | pw32*)
 
1256
    # hardcode_libdir_flag_spec is actually meaningless, as there is
 
1257
    # no search path for DLLs.
 
1258
    hardcode_libdir_flag_spec='-L$libdir'
 
1259
    allow_undefined_flag=unsupported
 
1260
    always_export_symbols=yes
 
1261
 
 
1262
    extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
 
1263
      sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
 
1264
      test -f $output_objdir/impgen.exe || (cd $output_objdir && \
 
1265
      if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
 
1266
      else $CC -o impgen impgen.c ; fi)~
 
1267
      $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
 
1268
 
 
1269
    old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
 
1270
 
 
1271
    # cygwin and mingw dlls have different entry points and sets of symbols
 
1272
    # to exclude.
 
1273
    # FIXME: what about values for MSVC?
 
1274
    dll_entry=__cygwin_dll_entry@12
 
1275
    dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
 
1276
    case $host_os in
 
1277
    mingw*)
 
1278
      # mingw values
 
1279
      dll_entry=_DllMainCRTStartup@12
 
1280
      dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
 
1281
      ;;
 
1282
    esac
 
1283
 
 
1284
    # mingw and cygwin differ, and it's simplest to just exclude the union
 
1285
    # of the two symbol sets.
 
1286
    dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
 
1287
 
 
1288
    # recent cygwin and mingw systems supply a stub DllMain which the user
 
1289
    # can override, but on older systems we have to supply one (in ltdll.c)
 
1290
    if test "x$lt_cv_need_dllmain" = "xyes"; then
 
1291
      ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
 
1292
      ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~
 
1293
        test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
 
1294
    else
 
1295
      ltdll_obj=
 
1296
      ltdll_cmds=
 
1297
    fi
 
1298
 
 
1299
    # Extract the symbol export list from an `--export-all' def file,
 
1300
    # then regenerate the def file from the symbol export list, so that
 
1301
    # the compiled dll only exports the symbol export list.
 
1302
    # Be careful not to strip the DATA tag left be newer dlltools.
 
1303
    export_symbols_cmds="$ltdll_cmds"'
 
1304
      $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
 
1305
      sed -e "1,/EXPORTS/d" -e "s/ @ [[0-9]]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
 
1306
 
 
1307
    # If the export-symbols file already is a .def file (1st line
 
1308
    # is EXPORTS), use it as is.
 
1309
    # If DATA tags from a recent dlltool are present, honour them!
 
1310
    archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
 
1311
        cp $export_symbols $output_objdir/$soname-def;
 
1312
      else
 
1313
        echo EXPORTS > $output_objdir/$soname-def;
 
1314
        _lt_hint=1;
 
1315
        cat $export_symbols | while read symbol; do
 
1316
         set dummy \$symbol;
 
1317
         case \[$]# in
 
1318
           2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
 
1319
           4) echo "   \[$]2 \[$]3 \[$]4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
 
1320
           *) echo "     \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
 
1321
         esac;
 
1322
         _lt_hint=`expr 1 + \$_lt_hint`;
 
1323
        done;
 
1324
      fi~
 
1325
      '"$ltdll_cmds"'
 
1326
      $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
 
1327
      $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
 
1328
      $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
 
1329
      $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
 
1330
      $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
 
1331
    ;;
 
1332
 
 
1333
  netbsd*)
 
1334
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
1335
      archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
1336
      wlarc=
 
1337
    else
 
1338
      archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
1339
      archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
1340
    fi
 
1341
    ;;
 
1342
 
 
1343
  solaris* | sysv5*)
 
1344
    if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
 
1345
      ld_shlibs=no
 
1346
      cat <<EOF 1>&2
 
1347
 
 
1348
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
1349
*** create shared libraries on Solaris systems.  Therefore, libtool
 
1350
*** is disabling shared libraries support.  We urge you to upgrade GNU
 
1351
*** binutils to release 2.9.1 or newer.  Another option is to modify
 
1352
*** your PATH or compiler configuration so that the native linker is
 
1353
*** used, and then restart.
 
1354
 
 
1355
EOF
 
1356
    elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
 
1357
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
1358
      archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
1359
    else
 
1360
      ld_shlibs=no
 
1361
    fi
 
1362
    ;;
 
1363
 
 
1364
  sunos4*)
 
1365
    archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
1366
    wlarc=
 
1367
    hardcode_direct=yes
 
1368
    hardcode_shlibpath_var=no
 
1369
    ;;
 
1370
 
 
1371
  *)
 
1372
    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
 
1373
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
1374
      archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
1375
    else
 
1376
      ld_shlibs=no
 
1377
    fi
 
1378
    ;;
 
1379
  esac
 
1380
 
 
1381
  if test "$ld_shlibs" = yes; then
 
1382
    runpath_var=LD_RUN_PATH
 
1383
    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
 
1384
    export_dynamic_flag_spec='${wl}--export-dynamic'
 
1385
    case $host_os in
 
1386
    cygwin* | mingw* | pw32*)
 
1387
      # dlltool doesn't understand --whole-archive et. al.
 
1388
      whole_archive_flag_spec=
 
1389
      ;;
 
1390
    *)
 
1391
      # ancient GNU ld didn't support --whole-archive et. al.
 
1392
      if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
 
1393
        whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
1394
      else
 
1395
        whole_archive_flag_spec=
 
1396
      fi
 
1397
      ;;
 
1398
    esac
 
1399
  fi
 
1400
else
 
1401
  # PORTME fill in a description of your system's linker (not GNU ld)
 
1402
  case $host_os in
 
1403
  aix3*)
 
1404
    allow_undefined_flag=unsupported
 
1405
    always_export_symbols=yes
 
1406
    archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
 
1407
    # Note: this linker hardcodes the directories in LIBPATH if there
 
1408
    # are no directories specified by -L.
 
1409
    hardcode_minus_L=yes
 
1410
    if test "$GCC" = yes && test -z "$link_static_flag"; then
 
1411
      # Neither direct hardcoding nor static linking is supported with a
 
1412
      # broken collect2.
 
1413
      hardcode_direct=unsupported
 
1414
    fi
 
1415
    ;;
 
1416
 
 
1417
  aix4* | aix5*)
 
1418
    if test "$host_cpu" = ia64; then
 
1419
      # On IA64, the linker does run time linking by default, so we don't
 
1420
      # have to do anything special.
 
1421
      aix_use_runtimelinking=no
 
1422
      exp_sym_flag='-Bexport'
 
1423
      no_entry_flag=""
 
1424
    else
 
1425
      aix_use_runtimelinking=no
 
1426
 
 
1427
      # Test if we are trying to use run time linking or normal
 
1428
      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
1429
      # need to do runtime linking.
 
1430
      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
1431
        for ld_flag in $LDFLAGS; do
 
1432
          case $ld_flag in
 
1433
          *-brtl*)
 
1434
            aix_use_runtimelinking=yes
 
1435
            break
 
1436
          ;;
 
1437
          esac
 
1438
        done
 
1439
      esac
 
1440
 
 
1441
      exp_sym_flag='-bexport'
 
1442
      no_entry_flag='-bnoentry'
 
1443
    fi
 
1444
 
 
1445
    # When large executables or shared objects are built, AIX ld can
 
1446
    # have problems creating the table of contents.  If linking a library
 
1447
    # or program results in "error TOC overflow" add -mminimal-toc to
 
1448
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
1449
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
1450
 
 
1451
    hardcode_direct=yes
 
1452
    archive_cmds=''
 
1453
    hardcode_libdir_separator=':'
 
1454
    if test "$GCC" = yes; then
 
1455
      case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
1456
        collect2name=`${CC} -print-prog-name=collect2`
 
1457
        if test -f "$collect2name" && \
 
1458
          strings "$collect2name" | grep resolve_lib_name >/dev/null
 
1459
        then
 
1460
          # We have reworked collect2
 
1461
          hardcode_direct=yes
 
1462
        else
 
1463
          # We have old collect2
 
1464
          hardcode_direct=unsupported
 
1465
          # It fails to find uninstalled libraries when the uninstalled
 
1466
          # path is not listed in the libpath.  Setting hardcode_minus_L
 
1467
          # to unsupported forces relinking
 
1468
          hardcode_minus_L=yes
 
1469
          hardcode_libdir_flag_spec='-L$libdir'
 
1470
          hardcode_libdir_separator=
 
1471
        fi
 
1472
      esac
 
1473
 
 
1474
      shared_flag='-shared'
 
1475
    else
 
1476
      # not using gcc
 
1477
      if test "$host_cpu" = ia64; then
 
1478
        shared_flag='${wl}-G'
 
1479
      else
 
1480
        if test "$aix_use_runtimelinking" = yes; then
 
1481
          shared_flag='${wl}-G'
 
1482
        else
 
1483
          shared_flag='${wl}-bM:SRE'
 
1484
        fi
 
1485
      fi
 
1486
    fi
 
1487
 
 
1488
    # It seems that -bexpall can do strange things, so it is better to
 
1489
    # generate a list of symbols to export.
 
1490
    always_export_symbols=yes
 
1491
    if test "$aix_use_runtimelinking" = yes; then
 
1492
      # Warning - without using the other runtime loading flags (-brtl),
 
1493
      # -berok will link without error, but may produce a broken library.
 
1494
      allow_undefined_flag='-berok'
 
1495
      hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
 
1496
      archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
1497
    else
 
1498
      if test "$host_cpu" = ia64; then
 
1499
        hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
 
1500
        allow_undefined_flag="-z nodefs"
 
1501
        archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
1502
      else
 
1503
        hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
 
1504
        # Warning - without using the other run time loading flags,
 
1505
        # -berok will link without error, but may produce a broken library.
 
1506
        allow_undefined_flag='${wl}-berok'
 
1507
        # This is a bit strange, but is similar to how AIX traditionally builds
 
1508
        # it's shared libraries.
 
1509
        archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
 
1510
      fi
 
1511
    fi
 
1512
    ;;
 
1513
 
 
1514
  amigaos*)
 
1515
    archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
 
1516
    hardcode_libdir_flag_spec='-L$libdir'
 
1517
    hardcode_minus_L=yes
 
1518
    # see comment about different semantics on the GNU ld section
 
1519
    ld_shlibs=no
 
1520
    ;;
 
1521
 
 
1522
  cygwin* | mingw* | pw32*)
 
1523
    # When not using gcc, we currently assume that we are using
 
1524
    # Microsoft Visual C++.
 
1525
    # hardcode_libdir_flag_spec is actually meaningless, as there is
 
1526
    # no search path for DLLs.
 
1527
    hardcode_libdir_flag_spec=' '
 
1528
    allow_undefined_flag=unsupported
 
1529
    # Tell ltmain to make .lib files, not .a files.
 
1530
    libext=lib
 
1531
    # FIXME: Setting linknames here is a bad hack.
 
1532
    archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
1533
    # The linker will automatically build a .lib file if we build a DLL.
 
1534
    old_archive_from_new_cmds='true'
 
1535
    # FIXME: Should let the user specify the lib program.
 
1536
    old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
 
1537
    fix_srcfile_path='`cygpath -w "$srcfile"`'
 
1538
    ;;
 
1539
 
 
1540
  darwin* | rhapsody*)
 
1541
    case "$host_os" in
 
1542
    rhapsody* | darwin1.[[012]])
 
1543
      allow_undefined_flag='-undefined suppress'
 
1544
      ;;
 
1545
    *) # Darwin 1.3 on
 
1546
      allow_undefined_flag='-flat_namespace -undefined suppress'
 
1547
      ;;
 
1548
    esac
 
1549
    # FIXME: Relying on posixy $() will cause problems for
 
1550
    #        cross-compilation, but unfortunately the echo tests do not
 
1551
    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
 
1552
    #        `"' quotes if we put them in here... so don't!
 
1553
    archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
 
1554
    # We need to add '_' to the symbols in $export_symbols first
 
1555
    #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
 
1556
    hardcode_direct=yes
 
1557
    hardcode_shlibpath_var=no
 
1558
    whole_archive_flag_spec='-all_load $convenience'
 
1559
    ;;
 
1560
 
 
1561
  freebsd1*)
 
1562
    ld_shlibs=no
 
1563
    ;;
 
1564
 
 
1565
  # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
1566
  # support.  Future versions do this automatically, but an explicit c++rt0.o
 
1567
  # does not break anything, and helps significantly (at the cost of a little
 
1568
  # extra space).
 
1569
  freebsd2.2*)
 
1570
    archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
1571
    hardcode_libdir_flag_spec='-R$libdir'
 
1572
    hardcode_direct=yes
 
1573
    hardcode_shlibpath_var=no
 
1574
    ;;
 
1575
 
 
1576
  # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
1577
  freebsd2*)
 
1578
    archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
1579
    hardcode_direct=yes
 
1580
    hardcode_minus_L=yes
 
1581
    hardcode_shlibpath_var=no
 
1582
    ;;
 
1583
 
 
1584
  # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
1585
  freebsd*)
 
1586
    archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
1587
    hardcode_libdir_flag_spec='-R$libdir'
 
1588
    hardcode_direct=yes
 
1589
    hardcode_shlibpath_var=no
 
1590
    ;;
 
1591
 
 
1592
  hpux9* | hpux10* | hpux11*)
 
1593
    case $host_os in
 
1594
    hpux9*) 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' ;;
 
1595
    *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
 
1596
    esac
 
1597
    hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
1598
    hardcode_libdir_separator=:
 
1599
    hardcode_direct=yes
 
1600
    hardcode_minus_L=yes # Not in the search PATH, but as the default
 
1601
                         # location of the library.
 
1602
    export_dynamic_flag_spec='${wl}-E'
 
1603
    ;;
 
1604
 
 
1605
  irix5* | irix6* | nonstopux*)
 
1606
    if test "$GCC" = yes; then
 
1607
      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'
 
1608
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
1609
    else
 
1610
      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'
 
1611
      hardcode_libdir_flag_spec='-rpath $libdir'
 
1612
    fi
 
1613
    hardcode_libdir_separator=:
 
1614
    link_all_deplibs=yes
 
1615
    ;;
 
1616
 
 
1617
  netbsd*)
 
1618
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
1619
      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
1620
    else
 
1621
      archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
1622
    fi
 
1623
    hardcode_libdir_flag_spec='-R$libdir'
 
1624
    hardcode_direct=yes
 
1625
    hardcode_shlibpath_var=no
 
1626
    ;;
 
1627
 
 
1628
  newsos6)
 
1629
    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1630
    hardcode_direct=yes
 
1631
    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
1632
    hardcode_libdir_separator=:
 
1633
    hardcode_shlibpath_var=no
 
1634
    ;;
 
1635
 
 
1636
  openbsd*)
 
1637
    hardcode_direct=yes
 
1638
    hardcode_shlibpath_var=no
 
1639
    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
1640
      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
1641
      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
1642
      export_dynamic_flag_spec='${wl}-E'
 
1643
    else
 
1644
      case "$host_os" in
 
1645
      openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
1646
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
1647
        hardcode_libdir_flag_spec='-R$libdir'
 
1648
        ;;
 
1649
      *)
 
1650
        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
1651
        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
1652
        ;;
 
1653
      esac
 
1654
    fi
 
1655
    ;;
 
1656
 
 
1657
  os2*)
 
1658
    hardcode_libdir_flag_spec='-L$libdir'
 
1659
    hardcode_minus_L=yes
 
1660
    allow_undefined_flag=unsupported
 
1661
    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'
 
1662
    old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
1663
    ;;
 
1664
 
 
1665
  osf3*)
 
1666
    if test "$GCC" = yes; then
 
1667
      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
1668
      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'
 
1669
    else
 
1670
      allow_undefined_flag=' -expect_unresolved \*'
 
1671
      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'
 
1672
    fi
 
1673
    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
1674
    hardcode_libdir_separator=:
 
1675
    ;;
 
1676
 
 
1677
  osf4* | osf5*)        # as osf3* with the addition of -msym flag
 
1678
    if test "$GCC" = yes; then
 
1679
      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
1680
      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'
 
1681
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
1682
    else
 
1683
      allow_undefined_flag=' -expect_unresolved \*'
 
1684
      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'
 
1685
      archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
 
1686
      $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'
 
1687
 
 
1688
      #Both c and cxx compiler support -rpath directly
 
1689
      hardcode_libdir_flag_spec='-rpath $libdir'
 
1690
    fi
 
1691
    hardcode_libdir_separator=:
 
1692
    ;;
 
1693
 
 
1694
  sco3.2v5*)
 
1695
    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1696
    hardcode_shlibpath_var=no
 
1697
    runpath_var=LD_RUN_PATH
 
1698
    hardcode_runpath_var=yes
 
1699
    export_dynamic_flag_spec='${wl}-Bexport'
 
1700
    ;;
 
1701
 
 
1702
  solaris*)
 
1703
    # gcc --version < 3.0 without binutils cannot create self contained
 
1704
    # shared libraries reliably, requiring libgcc.a to resolve some of
 
1705
    # the object symbols generated in some cases.  Libraries that use
 
1706
    # assert need libgcc.a to resolve __eprintf, for example.  Linking
 
1707
    # a copy of libgcc.a into every shared library to guarantee resolving
 
1708
    # such symbols causes other problems:  According to Tim Van Holder
 
1709
    # <tim.van.holder@pandora.be>, C++ libraries end up with a separate
 
1710
    # (to the application) exception stack for one thing.
 
1711
    no_undefined_flag=' -z defs'
 
1712
    if test "$GCC" = yes; then
 
1713
      case `$CC --version 2>/dev/null` in
 
1714
      [[12]].*)
 
1715
        cat <<EOF 1>&2
 
1716
 
 
1717
*** Warning: Releases of GCC earlier than version 3.0 cannot reliably
 
1718
*** create self contained shared libraries on Solaris systems, without
 
1719
*** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
 
1720
*** -no-undefined support, which will at least allow you to build shared
 
1721
*** libraries.  However, you may find that when you link such libraries
 
1722
*** into an application without using GCC, you have to manually add
 
1723
*** \`gcc --print-libgcc-file-name\` to the link command.  We urge you to
 
1724
*** upgrade to a newer version of GCC.  Another option is to rebuild your
 
1725
*** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.
 
1726
 
 
1727
EOF
 
1728
        no_undefined_flag=
 
1729
        ;;
 
1730
      esac
 
1731
    fi
 
1732
    # $CC -shared without GNU ld will not create a library from C++
 
1733
    # object files and a static libstdc++, better avoid it by now
 
1734
    archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1735
    archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
1736
                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
1737
    hardcode_libdir_flag_spec='-R$libdir'
 
1738
    hardcode_shlibpath_var=no
 
1739
    case $host_os in
 
1740
    solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
1741
    *) # Supported since Solaris 2.6 (maybe 2.5.1?)
 
1742
      whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
 
1743
    esac
 
1744
    link_all_deplibs=yes
 
1745
    ;;
 
1746
 
 
1747
  sunos4*)
 
1748
    if test "x$host_vendor" = xsequent; then
 
1749
      # Use $CC to link under sequent, because it throws in some extra .o
 
1750
      # files that make .init and .fini sections work.
 
1751
      archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
1752
    else
 
1753
      archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
1754
    fi
 
1755
    hardcode_libdir_flag_spec='-L$libdir'
 
1756
    hardcode_direct=yes
 
1757
    hardcode_minus_L=yes
 
1758
    hardcode_shlibpath_var=no
 
1759
    ;;
 
1760
 
 
1761
  sysv4)
 
1762
    case $host_vendor in
 
1763
      sni)
 
1764
        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1765
        hardcode_direct=yes # is this really true???
 
1766
        ;;
 
1767
      siemens)
 
1768
        ## LD is ld it makes a PLAMLIB
 
1769
        ## CC just makes a GrossModule.
 
1770
        archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
1771
        reload_cmds='$CC -r -o $output$reload_objs'
 
1772
        hardcode_direct=no
 
1773
        ;;
 
1774
      motorola)
 
1775
        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1776
        hardcode_direct=no #Motorola manual says yes, but my tests say they lie
 
1777
        ;;
 
1778
    esac
 
1779
    runpath_var='LD_RUN_PATH'
 
1780
    hardcode_shlibpath_var=no
 
1781
    ;;
 
1782
 
 
1783
  sysv4.3*)
 
1784
    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1785
    hardcode_shlibpath_var=no
 
1786
    export_dynamic_flag_spec='-Bexport'
 
1787
    ;;
 
1788
 
 
1789
  sysv5*)
 
1790
    no_undefined_flag=' -z text'
 
1791
    # $CC -shared without GNU ld will not create a library from C++
 
1792
    # object files and a static libstdc++, better avoid it by now
 
1793
    archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1794
    archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
1795
                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
1796
    hardcode_libdir_flag_spec=
 
1797
    hardcode_shlibpath_var=no
 
1798
    runpath_var='LD_RUN_PATH'
 
1799
    ;;
 
1800
 
 
1801
  uts4*)
 
1802
    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1803
    hardcode_libdir_flag_spec='-L$libdir'
 
1804
    hardcode_shlibpath_var=no
 
1805
    ;;
 
1806
 
 
1807
  dgux*)
 
1808
    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1809
    hardcode_libdir_flag_spec='-L$libdir'
 
1810
    hardcode_shlibpath_var=no
 
1811
    ;;
 
1812
 
 
1813
  sysv4*MP*)
 
1814
    if test -d /usr/nec; then
 
1815
      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
1816
      hardcode_shlibpath_var=no
 
1817
      runpath_var=LD_RUN_PATH
 
1818
      hardcode_runpath_var=yes
 
1819
      ld_shlibs=yes
 
1820
    fi
 
1821
    ;;
 
1822
 
 
1823
  sysv4.2uw2*)
 
1824
    archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
1825
    hardcode_direct=yes
 
1826
    hardcode_minus_L=no
 
1827
    hardcode_shlibpath_var=no
 
1828
    hardcode_runpath_var=yes
 
1829
    runpath_var=LD_RUN_PATH
 
1830
    ;;
 
1831
 
 
1832
  sysv5uw7* | unixware7*)
 
1833
    no_undefined_flag='${wl}-z ${wl}text'
 
1834
    if test "$GCC" = yes; then
 
1835
      archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
1836
    else
 
1837
      archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
1838
    fi
 
1839
    runpath_var='LD_RUN_PATH'
 
1840
    hardcode_shlibpath_var=no
 
1841
    ;;
 
1842
 
 
1843
  *)
 
1844
    ld_shlibs=no
 
1845
    ;;
 
1846
  esac
 
1847
fi
 
1848
AC_MSG_RESULT([$ld_shlibs])
 
1849
test "$ld_shlibs" = no && can_build_shared=no
 
1850
 
 
1851
# Check hardcoding attributes.
 
1852
AC_MSG_CHECKING([how to hardcode library paths into programs])
 
1853
hardcode_action=
 
1854
if test -n "$hardcode_libdir_flag_spec" || \
 
1855
   test -n "$runpath_var"; then
 
1856
 
 
1857
  # We can hardcode non-existant directories.
 
1858
  if test "$hardcode_direct" != no &&
 
1859
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
1860
     # have to relink, otherwise we might link with an installed library
 
1861
     # when we should be linking with a yet-to-be-installed one
 
1862
     ## test "$hardcode_shlibpath_var" != no &&
 
1863
     test "$hardcode_minus_L" != no; then
 
1864
    # Linking always hardcodes the temporary library directory.
 
1865
    hardcode_action=relink
 
1866
  else
 
1867
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
1868
    hardcode_action=immediate
 
1869
  fi
 
1870
else
 
1871
  # We cannot hardcode anything, or else we can only hardcode existing
 
1872
  # directories.
 
1873
  hardcode_action=unsupported
 
1874
fi
 
1875
AC_MSG_RESULT([$hardcode_action])
 
1876
 
 
1877
striplib=
 
1878
old_striplib=
 
1879
AC_MSG_CHECKING([whether stripping libraries is possible])
 
1880
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
1881
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
1882
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
1883
  AC_MSG_RESULT([yes])
 
1884
else
 
1885
  AC_MSG_RESULT([no])
 
1886
fi
 
1887
 
 
1888
reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
1889
test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
1890
 
 
1891
# PORTME Fill in your ld.so characteristics
 
1892
AC_MSG_CHECKING([dynamic linker characteristics])
 
1893
library_names_spec=
 
1894
libname_spec='lib$name'
 
1895
soname_spec=
 
1896
postinstall_cmds=
 
1897
postuninstall_cmds=
 
1898
finish_cmds=
 
1899
finish_eval=
 
1900
shlibpath_var=
 
1901
shlibpath_overrides_runpath=unknown
 
1902
version_type=none
 
1903
dynamic_linker="$host_os ld.so"
 
1904
sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
1905
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
1906
 
 
1907
case $host_os in
 
1908
aix3*)
 
1909
  version_type=linux
 
1910
  library_names_spec='${libname}${release}.so$versuffix $libname.a'
 
1911
  shlibpath_var=LIBPATH
 
1912
 
 
1913
  # AIX has no versioning support, so we append a major version to the name.
 
1914
  soname_spec='${libname}${release}.so$major'
 
1915
  ;;
 
1916
 
 
1917
aix4* | aix5*)
 
1918
  version_type=linux
 
1919
  need_lib_prefix=no
 
1920
  need_version=no
 
1921
  hardcode_into_libs=yes
 
1922
  if test "$host_cpu" = ia64; then
 
1923
    # AIX 5 supports IA64
 
1924
    library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'
 
1925
    shlibpath_var=LD_LIBRARY_PATH
 
1926
  else
 
1927
    # With GCC up to 2.95.x, collect2 would create an import file
 
1928
    # for dependence libraries.  The import file would start with
 
1929
    # the line `#! .'.  This would cause the generated library to
 
1930
    # depend on `.', always an invalid library.  This was fixed in
 
1931
    # development snapshots of GCC prior to 3.0.
 
1932
    case $host_os in
 
1933
      aix4 | aix4.[[01]] | aix4.[[01]].*)
 
1934
        if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
1935
             echo ' yes '
 
1936
             echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
1937
          :
 
1938
        else
 
1939
          can_build_shared=no
 
1940
        fi
 
1941
        ;;
 
1942
    esac
 
1943
    # AIX (on Power*) has no versioning support, so currently we can
 
1944
    # not hardcode correct soname into executable. Probably we can
 
1945
    # add versioning support to collect2, so additional links can
 
1946
    # be useful in future.
 
1947
    if test "$aix_use_runtimelinking" = yes; then
 
1948
      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
1949
      # instead of lib<name>.a to let people know that these are not
 
1950
      # typical AIX shared libraries.
 
1951
      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
1952
    else
 
1953
      # We preserve .a as extension for shared libraries through AIX4.2
 
1954
      # and later when we are not doing run time linking.
 
1955
      library_names_spec='${libname}${release}.a $libname.a'
 
1956
      soname_spec='${libname}${release}.so$major'
 
1957
    fi
 
1958
    shlibpath_var=LIBPATH
 
1959
  fi
 
1960
  hardcode_into_libs=yes
 
1961
  ;;
 
1962
 
 
1963
amigaos*)
 
1964
  library_names_spec='$libname.ixlibrary $libname.a'
 
1965
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
1966
  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'
 
1967
  ;;
 
1968
 
 
1969
beos*)
 
1970
  library_names_spec='${libname}.so'
 
1971
  dynamic_linker="$host_os ld.so"
 
1972
  shlibpath_var=LIBRARY_PATH
 
1973
  ;;
 
1974
 
 
1975
bsdi4*)
 
1976
  version_type=linux
 
1977
  need_version=no
 
1978
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
1979
  soname_spec='${libname}${release}.so$major'
 
1980
  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
1981
  shlibpath_var=LD_LIBRARY_PATH
 
1982
  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
1983
  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
1984
  export_dynamic_flag_spec=-rdynamic
 
1985
  # the default ld.so.conf also contains /usr/contrib/lib and
 
1986
  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
1987
  # libtool to hard-code these into programs
 
1988
  ;;
 
1989
 
 
1990
cygwin* | mingw* | pw32*)
 
1991
  version_type=windows
 
1992
  need_version=no
 
1993
  need_lib_prefix=no
 
1994
  case $GCC,$host_os in
 
1995
  yes,cygwin*)
 
1996
    library_names_spec='$libname.dll.a'
 
1997
    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
 
1998
    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
 
1999
      dldir=$destdir/`dirname \$dlpath`~
 
2000
      test -d \$dldir || mkdir -p \$dldir~
 
2001
      $install_prog .libs/$dlname \$dldir/$dlname'
 
2002
    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
2003
      dlpath=$dir/\$dldll~
 
2004
       $rm \$dlpath'
 
2005
    ;;
 
2006
  yes,mingw*)
 
2007
    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
 
2008
    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"`
 
2009
    ;;
 
2010
  yes,pw32*)
 
2011
    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
 
2012
    ;;
 
2013
  *)
 
2014
    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
 
2015
    ;;
 
2016
  esac
 
2017
  dynamic_linker='Win32 ld.exe'
 
2018
  # FIXME: first we should search . and the directory the executable is in
 
2019
  shlibpath_var=PATH
 
2020
  ;;
 
2021
 
 
2022
darwin* | rhapsody*)
 
2023
  dynamic_linker="$host_os dyld"
 
2024
  version_type=darwin
 
2025
  need_lib_prefix=no
 
2026
  need_version=no
 
2027
  # FIXME: Relying on posixy $() will cause problems for
 
2028
  #        cross-compilation, but unfortunately the echo tests do not
 
2029
  #        yet detect zsh echo's removal of \ escapes.
 
2030
  library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'
 
2031
  soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)'
 
2032
  shlibpath_overrides_runpath=yes
 
2033
  shlibpath_var=DYLD_LIBRARY_PATH
 
2034
  ;;
 
2035
 
 
2036
freebsd1*)
 
2037
  dynamic_linker=no
 
2038
  ;;
 
2039
 
 
2040
freebsd*)
 
2041
  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
 
2042
  version_type=freebsd-$objformat
 
2043
  case $version_type in
 
2044
    freebsd-elf*)
 
2045
      library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
 
2046
      need_version=no
 
2047
      need_lib_prefix=no
 
2048
      ;;
 
2049
    freebsd-*)
 
2050
      library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
 
2051
      need_version=yes
 
2052
      ;;
 
2053
  esac
 
2054
  shlibpath_var=LD_LIBRARY_PATH
 
2055
  case $host_os in
 
2056
  freebsd2*)
 
2057
    shlibpath_overrides_runpath=yes
 
2058
    ;;
 
2059
  *)
 
2060
    shlibpath_overrides_runpath=no
 
2061
    hardcode_into_libs=yes
 
2062
    ;;
 
2063
  esac
 
2064
  ;;
 
2065
 
 
2066
gnu*)
 
2067
  version_type=linux
 
2068
  need_lib_prefix=no
 
2069
  need_version=no
 
2070
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
 
2071
  soname_spec='${libname}${release}.so$major'
 
2072
  shlibpath_var=LD_LIBRARY_PATH
 
2073
  hardcode_into_libs=yes
 
2074
  ;;
 
2075
 
 
2076
hpux9* | hpux10* | hpux11*)
 
2077
  # Give a soname corresponding to the major version so that dld.sl refuses to
 
2078
  # link against other versions.
 
2079
  dynamic_linker="$host_os dld.sl"
 
2080
  version_type=sunos
 
2081
  need_lib_prefix=no
 
2082
  need_version=no
 
2083
  shlibpath_var=SHLIB_PATH
 
2084
  shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
2085
  library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
 
2086
  soname_spec='${libname}${release}.sl$major'
 
2087
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
2088
  postinstall_cmds='chmod 555 $lib'
 
2089
  ;;
 
2090
 
 
2091
irix5* | irix6* | nonstopux*)
 
2092
  case $host_os in
 
2093
    nonstopux*) version_type=nonstopux ;;
 
2094
    *)          version_type=irix ;;
 
2095
  esac
 
2096
  need_lib_prefix=no
 
2097
  need_version=no
 
2098
  soname_spec='${libname}${release}.so$major'
 
2099
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
 
2100
  case $host_os in
 
2101
  irix5* | nonstopux*)
 
2102
    libsuff= shlibsuff=
 
2103
    ;;
 
2104
  *)
 
2105
    case $LD in # libtool.m4 will add one of these switches to LD
 
2106
    *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
 
2107
    *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
 
2108
    *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
2109
    *) libsuff= shlibsuff= libmagic=never-match;;
 
2110
    esac
 
2111
    ;;
 
2112
  esac
 
2113
  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
2114
  shlibpath_overrides_runpath=no
 
2115
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
2116
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
2117
  ;;
 
2118
 
 
2119
# No shared lib support for Linux oldld, aout, or coff.
 
2120
linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*)
 
2121
  dynamic_linker=no
 
2122
  ;;
 
2123
 
 
2124
# This must be Linux ELF.
 
2125
linux-gnu*)
 
2126
  version_type=linux
 
2127
  need_lib_prefix=no
 
2128
  need_version=no
 
2129
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
2130
  soname_spec='${libname}${release}.so$major'
 
2131
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
2132
  shlibpath_var=LD_LIBRARY_PATH
 
2133
  shlibpath_overrides_runpath=no
 
2134
  # This implies no fast_install, which is unacceptable.
 
2135
  # Some rework will be needed to allow for fast_install
 
2136
  # before this can be enabled.
 
2137
  hardcode_into_libs=yes
 
2138
 
 
2139
  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
2140
  # powerpc, because MkLinux only supported shared libraries with the
 
2141
  # GNU dynamic linker.  Since this was broken with cross compilers,
 
2142
  # most powerpc-linux boxes support dynamic linking these days and
 
2143
  # people can always --disable-shared, the test was removed, and we
 
2144
  # assume the GNU/Linux dynamic linker is in use.
 
2145
  dynamic_linker='GNU/Linux ld.so'
 
2146
 
 
2147
  # Find out which ABI we are using (multilib Linux x86_64 hack).
 
2148
  libsuff=
 
2149
  case "$host_cpu" in
 
2150
  x86_64*|s390x*)
 
2151
    echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
2152
    if AC_TRY_EVAL(ac_compile); then
 
2153
      case `/usr/bin/file conftest.$ac_objext` in
 
2154
      *64-bit*)
 
2155
        libsuff=64
 
2156
        ;;
 
2157
      esac
 
2158
    fi
 
2159
    rm -rf conftest*
 
2160
    ;;
 
2161
  *)
 
2162
    ;;
 
2163
  esac
 
2164
  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
 
2165
  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
2166
  ;;
 
2167
 
 
2168
netbsd*)
 
2169
  version_type=sunos
 
2170
  need_lib_prefix=no
 
2171
  need_version=no
 
2172
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
2173
    library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
 
2174
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
2175
    dynamic_linker='NetBSD (a.out) ld.so'
 
2176
  else
 
2177
    library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
 
2178
    soname_spec='${libname}${release}.so$major'
 
2179
    dynamic_linker='NetBSD ld.elf_so'
 
2180
  fi
 
2181
  shlibpath_var=LD_LIBRARY_PATH
 
2182
  shlibpath_overrides_runpath=yes
 
2183
  hardcode_into_libs=yes
 
2184
  ;;
 
2185
 
 
2186
newsos6)
 
2187
  version_type=linux
 
2188
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
2189
  shlibpath_var=LD_LIBRARY_PATH
 
2190
  shlibpath_overrides_runpath=yes
 
2191
  ;;
 
2192
 
 
2193
openbsd*)
 
2194
  version_type=sunos
 
2195
  need_lib_prefix=no
 
2196
  need_version=no
 
2197
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
2198
    case "$host_os" in
 
2199
    openbsd2.[[89]] | openbsd2.[[89]].*)
 
2200
      shlibpath_overrides_runpath=no
 
2201
      ;;
 
2202
    *)
 
2203
      shlibpath_overrides_runpath=yes
 
2204
      ;;
 
2205
    esac
 
2206
  else
 
2207
    shlibpath_overrides_runpath=yes
 
2208
  fi
 
2209
  library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
 
2210
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
2211
  shlibpath_var=LD_LIBRARY_PATH
 
2212
  ;;
 
2213
 
 
2214
os2*)
 
2215
  libname_spec='$name'
 
2216
  need_lib_prefix=no
 
2217
  library_names_spec='$libname.dll $libname.a'
 
2218
  dynamic_linker='OS/2 ld.exe'
 
2219
  shlibpath_var=LIBPATH
 
2220
  ;;
 
2221
 
 
2222
osf3* | osf4* | osf5*)
 
2223
  version_type=osf
 
2224
  need_version=no
 
2225
  soname_spec='${libname}${release}.so$major'
 
2226
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
2227
  shlibpath_var=LD_LIBRARY_PATH
 
2228
  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
2229
  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
2230
  hardcode_into_libs=yes
 
2231
  ;;
 
2232
 
 
2233
sco3.2v5*)
 
2234
  version_type=osf
 
2235
  soname_spec='${libname}${release}.so$major'
 
2236
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
2237
  shlibpath_var=LD_LIBRARY_PATH
 
2238
  ;;
 
2239
 
 
2240
solaris*)
 
2241
  version_type=linux
 
2242
  need_lib_prefix=no
 
2243
  need_version=no
 
2244
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
2245
  soname_spec='${libname}${release}.so$major'
 
2246
  shlibpath_var=LD_LIBRARY_PATH
 
2247
  shlibpath_overrides_runpath=yes
 
2248
  hardcode_into_libs=yes
 
2249
  # ldd complains unless libraries are executable
 
2250
  postinstall_cmds='chmod +x $lib'
 
2251
  ;;
 
2252
 
 
2253
sunos4*)
 
2254
  version_type=sunos
 
2255
  library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
 
2256
  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
2257
  shlibpath_var=LD_LIBRARY_PATH
 
2258
  shlibpath_overrides_runpath=yes
 
2259
  if test "$with_gnu_ld" = yes; then
 
2260
    need_lib_prefix=no
 
2261
  fi
 
2262
  need_version=yes
 
2263
  ;;
 
2264
 
 
2265
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
2266
  version_type=linux
 
2267
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
2268
  soname_spec='${libname}${release}.so$major'
 
2269
  shlibpath_var=LD_LIBRARY_PATH
 
2270
  case $host_vendor in
 
2271
    sni)
 
2272
      shlibpath_overrides_runpath=no
 
2273
      need_lib_prefix=no
 
2274
      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
2275
      runpath_var=LD_RUN_PATH
 
2276
      ;;
 
2277
    siemens)
 
2278
      need_lib_prefix=no
 
2279
      ;;
 
2280
    motorola)
 
2281
      need_lib_prefix=no
 
2282
      need_version=no
 
2283
      shlibpath_overrides_runpath=no
 
2284
      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
2285
      ;;
 
2286
  esac
 
2287
  ;;
 
2288
 
 
2289
uts4*)
 
2290
  version_type=linux
 
2291
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
2292
  soname_spec='${libname}${release}.so$major'
 
2293
  shlibpath_var=LD_LIBRARY_PATH
 
2294
  ;;
 
2295
 
 
2296
dgux*)
 
2297
  version_type=linux
 
2298
  need_lib_prefix=no
 
2299
  need_version=no
 
2300
  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
 
2301
  soname_spec='${libname}${release}.so$major'
 
2302
  shlibpath_var=LD_LIBRARY_PATH
 
2303
  ;;
 
2304
 
 
2305
sysv4*MP*)
 
2306
  if test -d /usr/nec ;then
 
2307
    version_type=linux
 
2308
    library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
 
2309
    soname_spec='$libname.so.$major'
 
2310
    shlibpath_var=LD_LIBRARY_PATH
 
2311
  fi
 
2312
  ;;
 
2313
 
 
2314
*)
 
2315
  dynamic_linker=no
 
2316
  ;;
 
2317
esac
 
2318
AC_MSG_RESULT([$dynamic_linker])
 
2319
test "$dynamic_linker" = no && can_build_shared=no
 
2320
 
 
2321
# Report the final consequences.
 
2322
AC_MSG_CHECKING([if libtool supports shared libraries])
 
2323
AC_MSG_RESULT([$can_build_shared])
 
2324
 
 
2325
AC_MSG_CHECKING([whether to build shared libraries])
 
2326
test "$can_build_shared" = "no" && enable_shared=no
 
2327
 
 
2328
# On AIX, shared libraries and static libraries use the same namespace, and
 
2329
# are all built from PIC.
 
2330
case "$host_os" in
 
2331
aix3*)
 
2332
  test "$enable_shared" = yes && enable_static=no
 
2333
  if test -n "$RANLIB"; then
 
2334
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
2335
    postinstall_cmds='$RANLIB $lib'
 
2336
  fi
 
2337
  ;;
 
2338
 
 
2339
aix4*)
 
2340
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
2341
    test "$enable_shared" = yes && enable_static=no
 
2342
  fi
 
2343
  ;;
 
2344
esac
 
2345
AC_MSG_RESULT([$enable_shared])
 
2346
 
 
2347
AC_MSG_CHECKING([whether to build static libraries])
 
2348
# Make sure either enable_shared or enable_static is yes.
 
2349
test "$enable_shared" = yes || enable_static=yes
 
2350
AC_MSG_RESULT([$enable_static])
 
2351
 
 
2352
if test "$hardcode_action" = relink; then
 
2353
  # Fast installation is not supported
 
2354
  enable_fast_install=no
 
2355
elif test "$shlibpath_overrides_runpath" = yes ||
 
2356
     test "$enable_shared" = no; then
 
2357
  # Fast installation is not necessary
 
2358
  enable_fast_install=needless
 
2359
fi
 
2360
 
 
2361
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
2362
if test "$GCC" = yes; then
 
2363
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
2364
fi
 
2365
 
 
2366
AC_LIBTOOL_DLOPEN_SELF
 
2367
 
 
2368
if test "$enable_shared" = yes && test "$GCC" = yes; then
 
2369
  case $archive_cmds in
 
2370
  *'~'*)
 
2371
    # FIXME: we may have to deal with multi-command sequences.
 
2372
    ;;
 
2373
  '$CC '*)
 
2374
    # Test whether the compiler implicitly links with -lc since on some
 
2375
    # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
2376
    # to ld, don't add -lc before -lgcc.
 
2377
    AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
2378
    AC_CACHE_VAL([lt_cv_archive_cmds_need_lc],
 
2379
    [$rm conftest*
 
2380
    echo 'static int dummy;' > conftest.$ac_ext
 
2381
 
 
2382
    if AC_TRY_EVAL(ac_compile); then
 
2383
      soname=conftest
 
2384
      lib=conftest
 
2385
      libobjs=conftest.$ac_objext
 
2386
      deplibs=
 
2387
      wl=$lt_cv_prog_cc_wl
 
2388
      compiler_flags=-v
 
2389
      linker_flags=-v
 
2390
      verstring=
 
2391
      output_objdir=.
 
2392
      libname=conftest
 
2393
      save_allow_undefined_flag=$allow_undefined_flag
 
2394
      allow_undefined_flag=
 
2395
      if AC_TRY_EVAL(archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
 
2396
      then
 
2397
        lt_cv_archive_cmds_need_lc=no
 
2398
      else
 
2399
        lt_cv_archive_cmds_need_lc=yes
 
2400
      fi
 
2401
      allow_undefined_flag=$save_allow_undefined_flag
 
2402
    else
 
2403
      cat conftest.err 1>&5
 
2404
    fi])
 
2405
    AC_MSG_RESULT([$lt_cv_archive_cmds_need_lc])
 
2406
    ;;
 
2407
  esac
 
2408
fi
 
2409
need_lc=${lt_cv_archive_cmds_need_lc-yes}
 
2410
 
 
2411
# The second clause should only fire when bootstrapping the
 
2412
# libtool distribution, otherwise you forgot to ship ltmain.sh
 
2413
# with your package, and you will get complaints that there are
 
2414
# no rules to generate ltmain.sh.
 
2415
if test -f "$ltmain"; then
 
2416
  :
 
2417
else
 
2418
  # If there is no Makefile yet, we rely on a make rule to execute
 
2419
  # `config.status --recheck' to rerun these tests and create the
 
2420
  # libtool script then.
 
2421
  test -f Makefile && make "$ltmain"
 
2422
fi
 
2423
 
 
2424
if test -f "$ltmain"; then
 
2425
  trap "$rm \"${ofile}T\"; exit 1" 1 2 15
 
2426
  $rm -f "${ofile}T"
 
2427
 
 
2428
  echo creating $ofile
 
2429
 
 
2430
  # Now quote all the things that may contain metacharacters while being
 
2431
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
2432
  # variables and quote the copies for generation of the libtool script.
 
2433
  for var in echo old_CC old_CFLAGS SED \
 
2434
    AR AR_FLAGS CC LD LN_S NM SHELL \
 
2435
    reload_flag reload_cmds wl \
 
2436
    pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
 
2437
    thread_safe_flag_spec whole_archive_flag_spec libname_spec \
 
2438
    library_names_spec soname_spec \
 
2439
    RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
 
2440
    old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \
 
2441
    postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \
 
2442
    old_striplib striplib file_magic_cmd export_symbols_cmds \
 
2443
    deplibs_check_method allow_undefined_flag no_undefined_flag \
 
2444
    finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
 
2445
    global_symbol_to_c_name_address \
 
2446
    hardcode_libdir_flag_spec hardcode_libdir_separator  \
 
2447
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
2448
    compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
 
2449
 
 
2450
    case $var in
 
2451
    reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \
 
2452
    old_postinstall_cmds | old_postuninstall_cmds | \
 
2453
    export_symbols_cmds | archive_cmds | archive_expsym_cmds | \
 
2454
    extract_expsyms_cmds | old_archive_from_expsyms_cmds | \
 
2455
    postinstall_cmds | postuninstall_cmds | \
 
2456
    finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
2457
      # Double-quote double-evaled strings.
 
2458
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
2459
      ;;
 
2460
    *)
 
2461
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
2462
      ;;
 
2463
    esac
 
2464
  done
 
2465
 
 
2466
  cat <<__EOF__ > "${ofile}T"
 
2467
#! $SHELL
 
2468
 
 
2469
# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
2470
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 
2471
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
2472
#
 
2473
# Copyright (C) 1996-2000 Free Software Foundation, Inc.
 
2474
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
2475
#
 
2476
# This program is free software; you can redistribute it and/or modify
 
2477
# it under the terms of the GNU General Public License as published by
 
2478
# the Free Software Foundation; either version 2 of the License, or
 
2479
# (at your option) any later version.
 
2480
#
 
2481
# This program is distributed in the hope that it will be useful, but
 
2482
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
2483
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
2484
# General Public License for more details.
 
2485
#
 
2486
# You should have received a copy of the GNU General Public License
 
2487
# along with this program; if not, write to the Free Software
 
2488
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
2489
#
 
2490
# As a special exception to the GNU General Public License, if you
 
2491
# distribute this file as part of a program that contains a
 
2492
# configuration script generated by Autoconf, you may include it under
 
2493
# the same distribution terms that you use for the rest of that program.
 
2494
 
 
2495
# A sed that does not truncate output.
 
2496
SED=$lt_SED
 
2497
 
 
2498
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
2499
Xsed="${SED} -e s/^X//"
 
2500
 
 
2501
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
2502
# if CDPATH is set.
 
2503
if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
 
2504
 
 
2505
# ### BEGIN LIBTOOL CONFIG
 
2506
 
 
2507
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
2508
 
 
2509
# Shell to use when invoking shell scripts.
 
2510
SHELL=$lt_SHELL
 
2511
 
 
2512
# Whether or not to build shared libraries.
 
2513
build_libtool_libs=$enable_shared
 
2514
 
 
2515
# Whether or not to build static libraries.
 
2516
build_old_libs=$enable_static
 
2517
 
 
2518
# Whether or not to add -lc for building shared libraries.
 
2519
build_libtool_need_lc=$need_lc
 
2520
 
 
2521
# Whether or not to optimize for fast installation.
 
2522
fast_install=$enable_fast_install
 
2523
 
 
2524
# The host system.
 
2525
host_alias=$host_alias
 
2526
host=$host
 
2527
 
 
2528
# An echo program that does not interpret backslashes.
 
2529
echo=$lt_echo
 
2530
 
 
2531
# The archiver.
 
2532
AR=$lt_AR
 
2533
AR_FLAGS=$lt_AR_FLAGS
 
2534
 
 
2535
# The default C compiler.
 
2536
CC=$lt_CC
 
2537
 
 
2538
# Is the compiler the GNU C compiler?
 
2539
with_gcc=$GCC
 
2540
 
 
2541
# The linker used to build libraries.
 
2542
LD=$lt_LD
 
2543
 
 
2544
# Whether we need hard or soft links.
 
2545
LN_S=$lt_LN_S
 
2546
 
 
2547
# A BSD-compatible nm program.
 
2548
NM=$lt_NM
 
2549
 
 
2550
# A symbol stripping program
 
2551
STRIP=$STRIP
 
2552
 
 
2553
# Used to examine libraries when file_magic_cmd begins "file"
 
2554
MAGIC_CMD=$MAGIC_CMD
 
2555
 
 
2556
# Used on cygwin: DLL creation program.
 
2557
DLLTOOL="$DLLTOOL"
 
2558
 
 
2559
# Used on cygwin: object dumper.
 
2560
OBJDUMP="$OBJDUMP"
 
2561
 
 
2562
# Used on cygwin: assembler.
 
2563
AS="$AS"
 
2564
 
 
2565
# The name of the directory that contains temporary libtool files.
 
2566
objdir=$objdir
 
2567
 
 
2568
# How to create reloadable object files.
 
2569
reload_flag=$lt_reload_flag
 
2570
reload_cmds=$lt_reload_cmds
 
2571
 
 
2572
# How to pass a linker flag through the compiler.
 
2573
wl=$lt_wl
 
2574
 
 
2575
# Object file suffix (normally "o").
 
2576
objext="$ac_objext"
 
2577
 
 
2578
# Old archive suffix (normally "a").
 
2579
libext="$libext"
 
2580
 
 
2581
# Executable file suffix (normally "").
 
2582
exeext="$exeext"
 
2583
 
 
2584
# Additional compiler flags for building library objects.
 
2585
pic_flag=$lt_pic_flag
 
2586
pic_mode=$pic_mode
 
2587
 
 
2588
# Does compiler simultaneously support -c and -o options?
 
2589
compiler_c_o=$lt_compiler_c_o
 
2590
 
 
2591
# Can we write directly to a .lo ?
 
2592
compiler_o_lo=$lt_compiler_o_lo
 
2593
 
 
2594
# Must we lock files when doing compilation ?
 
2595
need_locks=$lt_need_locks
 
2596
 
 
2597
# Do we need the lib prefix for modules?
 
2598
need_lib_prefix=$need_lib_prefix
 
2599
 
 
2600
# Do we need a version for libraries?
 
2601
need_version=$need_version
 
2602
 
 
2603
# Whether dlopen is supported.
 
2604
dlopen_support=$enable_dlopen
 
2605
 
 
2606
# Whether dlopen of programs is supported.
 
2607
dlopen_self=$enable_dlopen_self
 
2608
 
 
2609
# Whether dlopen of statically linked programs is supported.
 
2610
dlopen_self_static=$enable_dlopen_self_static
 
2611
 
 
2612
# Compiler flag to prevent dynamic linking.
 
2613
link_static_flag=$lt_link_static_flag
 
2614
 
 
2615
# Compiler flag to turn off builtin functions.
 
2616
no_builtin_flag=$lt_no_builtin_flag
 
2617
 
 
2618
# Compiler flag to allow reflexive dlopens.
 
2619
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
 
2620
 
 
2621
# Compiler flag to generate shared objects directly from archives.
 
2622
whole_archive_flag_spec=$lt_whole_archive_flag_spec
 
2623
 
 
2624
# Compiler flag to generate thread-safe objects.
 
2625
thread_safe_flag_spec=$lt_thread_safe_flag_spec
 
2626
 
 
2627
# Library versioning type.
 
2628
version_type=$version_type
 
2629
 
 
2630
# Format of library name prefix.
 
2631
libname_spec=$lt_libname_spec
 
2632
 
 
2633
# List of archive names.  First name is the real one, the rest are links.
 
2634
# The last name is the one that the linker finds with -lNAME.
 
2635
library_names_spec=$lt_library_names_spec
 
2636
 
 
2637
# The coded name of the library, if different from the real name.
 
2638
soname_spec=$lt_soname_spec
 
2639
 
 
2640
# Commands used to build and install an old-style archive.
 
2641
RANLIB=$lt_RANLIB
 
2642
old_archive_cmds=$lt_old_archive_cmds
 
2643
old_postinstall_cmds=$lt_old_postinstall_cmds
 
2644
old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
2645
 
 
2646
# Create an old-style archive from a shared archive.
 
2647
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
 
2648
 
 
2649
# Create a temporary old-style archive to link instead of a shared archive.
 
2650
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
 
2651
 
 
2652
# Commands used to build and install a shared archive.
 
2653
archive_cmds=$lt_archive_cmds
 
2654
archive_expsym_cmds=$lt_archive_expsym_cmds
 
2655
postinstall_cmds=$lt_postinstall_cmds
 
2656
postuninstall_cmds=$lt_postuninstall_cmds
 
2657
 
 
2658
# Commands to strip libraries.
 
2659
old_striplib=$lt_old_striplib
 
2660
striplib=$lt_striplib
 
2661
 
 
2662
# Method to check whether dependent libraries are shared objects.
 
2663
deplibs_check_method=$lt_deplibs_check_method
 
2664
 
 
2665
# Command to use when deplibs_check_method == file_magic.
 
2666
file_magic_cmd=$lt_file_magic_cmd
 
2667
 
 
2668
# Flag that allows shared libraries with undefined symbols to be built.
 
2669
allow_undefined_flag=$lt_allow_undefined_flag
 
2670
 
 
2671
# Flag that forces no undefined symbols.
 
2672
no_undefined_flag=$lt_no_undefined_flag
 
2673
 
 
2674
# Commands used to finish a libtool library installation in a directory.
 
2675
finish_cmds=$lt_finish_cmds
 
2676
 
 
2677
# Same as above, but a single script fragment to be evaled but not shown.
 
2678
finish_eval=$lt_finish_eval
 
2679
 
 
2680
# Take the output of nm and produce a listing of raw symbols and C names.
 
2681
global_symbol_pipe=$lt_global_symbol_pipe
 
2682
 
 
2683
# Transform the output of nm in a proper C declaration
 
2684
global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
 
2685
 
 
2686
# Transform the output of nm in a C name address pair
 
2687
global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address
 
2688
 
 
2689
# This is the shared library runtime path variable.
 
2690
runpath_var=$runpath_var
 
2691
 
 
2692
# This is the shared library path variable.
 
2693
shlibpath_var=$shlibpath_var
 
2694
 
 
2695
# Is shlibpath searched before the hard-coded library search path?
 
2696
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
2697
 
 
2698
# How to hardcode a shared library path into an executable.
 
2699
hardcode_action=$hardcode_action
 
2700
 
 
2701
# Whether we should hardcode library paths into libraries.
 
2702
hardcode_into_libs=$hardcode_into_libs
 
2703
 
 
2704
# Flag to hardcode \$libdir into a binary during linking.
 
2705
# This must work even if \$libdir does not exist.
 
2706
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
 
2707
 
 
2708
# Whether we need a single -rpath flag with a separated argument.
 
2709
hardcode_libdir_separator=$lt_hardcode_libdir_separator
 
2710
 
 
2711
# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
 
2712
# resulting binary.
 
2713
hardcode_direct=$hardcode_direct
 
2714
 
 
2715
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
2716
# resulting binary.
 
2717
hardcode_minus_L=$hardcode_minus_L
 
2718
 
 
2719
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
2720
# the resulting binary.
 
2721
hardcode_shlibpath_var=$hardcode_shlibpath_var
 
2722
 
 
2723
# Variables whose values should be saved in libtool wrapper scripts and
 
2724
# restored at relink time.
 
2725
variables_saved_for_relink="$variables_saved_for_relink"
 
2726
 
 
2727
# Whether libtool must link a program against all its dependency libraries.
 
2728
link_all_deplibs=$link_all_deplibs
 
2729
 
 
2730
# Compile-time system search path for libraries
 
2731
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
2732
 
 
2733
# Run-time system search path for libraries
 
2734
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
2735
 
 
2736
# Fix the shell variable \$srcfile for the compiler.
 
2737
fix_srcfile_path="$fix_srcfile_path"
 
2738
 
 
2739
# Set to yes if exported symbols are required.
 
2740
always_export_symbols=$always_export_symbols
 
2741
 
 
2742
# The commands to list exported symbols.
 
2743
export_symbols_cmds=$lt_export_symbols_cmds
 
2744
 
 
2745
# The commands to extract the exported symbol list from a shared archive.
 
2746
extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
2747
 
 
2748
# Symbols that should not be listed in the preloaded symbols.
 
2749
exclude_expsyms=$lt_exclude_expsyms
 
2750
 
 
2751
# Symbols that must always be exported.
 
2752
include_expsyms=$lt_include_expsyms
 
2753
 
 
2754
# ### END LIBTOOL CONFIG
 
2755
 
 
2756
__EOF__
 
2757
 
 
2758
  case $host_os in
 
2759
  aix3*)
 
2760
    cat <<\EOF >> "${ofile}T"
 
2761
 
 
2762
# AIX sometimes has problems with the GCC collect2 program.  For some
 
2763
# reason, if we set the COLLECT_NAMES environment variable, the problems
 
2764
# vanish in a puff of smoke.
 
2765
if test "X${COLLECT_NAMES+set}" != Xset; then
 
2766
  COLLECT_NAMES=
 
2767
  export COLLECT_NAMES
 
2768
fi
 
2769
EOF
 
2770
    ;;
 
2771
  esac
 
2772
 
 
2773
  case $host_os in
 
2774
  cygwin* | mingw* | pw32* | os2*)
 
2775
    cat <<'EOF' >> "${ofile}T"
 
2776
      # This is a source program that is used to create dlls on Windows
 
2777
      # Don't remove nor modify the starting and closing comments
 
2778
# /* ltdll.c starts here */
 
2779
# #define WIN32_LEAN_AND_MEAN
 
2780
# #include <windows.h>
 
2781
# #undef WIN32_LEAN_AND_MEAN
 
2782
# #include <stdio.h>
 
2783
#
 
2784
# #ifndef __CYGWIN__
 
2785
# #  ifdef __CYGWIN32__
 
2786
# #    define __CYGWIN__ __CYGWIN32__
 
2787
# #  endif
 
2788
# #endif
 
2789
#
 
2790
# #ifdef __cplusplus
 
2791
# extern "C" {
 
2792
# #endif
 
2793
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
 
2794
# #ifdef __cplusplus
 
2795
# }
 
2796
# #endif
 
2797
#
 
2798
# #ifdef __CYGWIN__
 
2799
# #include <cygwin/cygwin_dll.h>
 
2800
# DECLARE_CYGWIN_DLL( DllMain );
 
2801
# #endif
 
2802
# HINSTANCE __hDllInstance_base;
 
2803
#
 
2804
# BOOL APIENTRY
 
2805
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
 
2806
# {
 
2807
#   __hDllInstance_base = hInst;
 
2808
#   return TRUE;
 
2809
# }
 
2810
# /* ltdll.c ends here */
 
2811
        # This is a source program that is used to create import libraries
 
2812
        # on Windows for dlls which lack them. Don't remove nor modify the
 
2813
        # starting and closing comments
 
2814
# /* impgen.c starts here */
 
2815
# /*   Copyright (C) 1999-2000 Free Software Foundation, Inc.
 
2816
#
 
2817
#  This file is part of GNU libtool.
 
2818
#
 
2819
#  This program is free software; you can redistribute it and/or modify
 
2820
#  it under the terms of the GNU General Public License as published by
 
2821
#  the Free Software Foundation; either version 2 of the License, or
 
2822
#  (at your option) any later version.
 
2823
#
 
2824
#  This program is distributed in the hope that it will be useful,
 
2825
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
2826
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
2827
#  GNU General Public License for more details.
 
2828
#
 
2829
#  You should have received a copy of the GNU General Public License
 
2830
#  along with this program; if not, write to the Free Software
 
2831
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
2832
#  */
 
2833
#
 
2834
# #include <stdio.h>            /* for printf() */
 
2835
# #include <unistd.h>           /* for open(), lseek(), read() */
 
2836
# #include <fcntl.h>            /* for O_RDONLY, O_BINARY */
 
2837
# #include <string.h>           /* for strdup() */
 
2838
#
 
2839
# /* O_BINARY isn't required (or even defined sometimes) under Unix */
 
2840
# #ifndef O_BINARY
 
2841
# #define O_BINARY 0
 
2842
# #endif
 
2843
#
 
2844
# static unsigned int
 
2845
# pe_get16 (fd, offset)
 
2846
#      int fd;
 
2847
#      int offset;
 
2848
# {
 
2849
#   unsigned char b[2];
 
2850
#   lseek (fd, offset, SEEK_SET);
 
2851
#   read (fd, b, 2);
 
2852
#   return b[0] + (b[1]<<8);
 
2853
# }
 
2854
#
 
2855
# static unsigned int
 
2856
# pe_get32 (fd, offset)
 
2857
#     int fd;
 
2858
#     int offset;
 
2859
# {
 
2860
#   unsigned char b[4];
 
2861
#   lseek (fd, offset, SEEK_SET);
 
2862
#   read (fd, b, 4);
 
2863
#   return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
 
2864
# }
 
2865
#
 
2866
# static unsigned int
 
2867
# pe_as32 (ptr)
 
2868
#      void *ptr;
 
2869
# {
 
2870
#   unsigned char *b = ptr;
 
2871
#   return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
 
2872
# }
 
2873
#
 
2874
# int
 
2875
# main (argc, argv)
 
2876
#     int argc;
 
2877
#     char *argv[];
 
2878
# {
 
2879
#     int dll;
 
2880
#     unsigned long pe_header_offset, opthdr_ofs, num_entries, i;
 
2881
#     unsigned long export_rva, export_size, nsections, secptr, expptr;
 
2882
#     unsigned long name_rvas, nexp;
 
2883
#     unsigned char *expdata, *erva;
 
2884
#     char *filename, *dll_name;
 
2885
#
 
2886
#     filename = argv[1];
 
2887
#
 
2888
#     dll = open(filename, O_RDONLY|O_BINARY);
 
2889
#     if (dll < 1)
 
2890
#       return 1;
 
2891
#
 
2892
#     dll_name = filename;
 
2893
#
 
2894
#     for (i=0; filename[i]; i++)
 
2895
#       if (filename[i] == '/' || filename[i] == '\\'  || filename[i] == ':')
 
2896
#           dll_name = filename + i +1;
 
2897
#
 
2898
#     pe_header_offset = pe_get32 (dll, 0x3c);
 
2899
#     opthdr_ofs = pe_header_offset + 4 + 20;
 
2900
#     num_entries = pe_get32 (dll, opthdr_ofs + 92);
 
2901
#
 
2902
#     if (num_entries < 1) /* no exports */
 
2903
#       return 1;
 
2904
#
 
2905
#     export_rva = pe_get32 (dll, opthdr_ofs + 96);
 
2906
#     export_size = pe_get32 (dll, opthdr_ofs + 100);
 
2907
#     nsections = pe_get16 (dll, pe_header_offset + 4 +2);
 
2908
#     secptr = (pe_header_offset + 4 + 20 +
 
2909
#             pe_get16 (dll, pe_header_offset + 4 + 16));
 
2910
#
 
2911
#     expptr = 0;
 
2912
#     for (i = 0; i < nsections; i++)
 
2913
#     {
 
2914
#       char sname[8];
 
2915
#       unsigned long secptr1 = secptr + 40 * i;
 
2916
#       unsigned long vaddr = pe_get32 (dll, secptr1 + 12);
 
2917
#       unsigned long vsize = pe_get32 (dll, secptr1 + 16);
 
2918
#       unsigned long fptr = pe_get32 (dll, secptr1 + 20);
 
2919
#       lseek(dll, secptr1, SEEK_SET);
 
2920
#       read(dll, sname, 8);
 
2921
#       if (vaddr <= export_rva && vaddr+vsize > export_rva)
 
2922
#       {
 
2923
#           expptr = fptr + (export_rva - vaddr);
 
2924
#           if (export_rva + export_size > vaddr + vsize)
 
2925
#               export_size = vsize - (export_rva - vaddr);
 
2926
#           break;
 
2927
#       }
 
2928
#     }
 
2929
#
 
2930
#     expdata = (unsigned char*)malloc(export_size);
 
2931
#     lseek (dll, expptr, SEEK_SET);
 
2932
#     read (dll, expdata, export_size);
 
2933
#     erva = expdata - export_rva;
 
2934
#
 
2935
#     nexp = pe_as32 (expdata+24);
 
2936
#     name_rvas = pe_as32 (expdata+32);
 
2937
#
 
2938
#     printf ("EXPORTS\n");
 
2939
#     for (i = 0; i<nexp; i++)
 
2940
#     {
 
2941
#       unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);
 
2942
#       printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);
 
2943
#     }
 
2944
#
 
2945
#     return 0;
 
2946
# }
 
2947
# /* impgen.c ends here */
 
2948
 
 
2949
EOF
 
2950
    ;;
 
2951
  esac
 
2952
 
 
2953
  # We use sed instead of cat because bash on DJGPP gets confused if
 
2954
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
2955
  # text mode, it properly converts lines to CR/LF.  This bash problem
 
2956
  # is reportedly fixed, but why not run on old versions too?
 
2957
  sed '$q' "$ltmain" >> "${ofile}T" || (rm -f "${ofile}T"; exit 1)
 
2958
 
 
2959
  mv -f "${ofile}T" "$ofile" || \
 
2960
    (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")
 
2961
  chmod +x "$ofile"
 
2962
fi
 
2963
 
 
2964
])# _LT_AC_LTCONFIG_HACK
 
2965
 
 
2966
# AC_LIBTOOL_DLOPEN - enable checks for dlopen support
 
2967
AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])
 
2968
 
 
2969
# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
 
2970
AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])
 
2971
 
 
2972
# AC_ENABLE_SHARED - implement the --enable-shared flag
 
2973
# Usage: AC_ENABLE_SHARED[(DEFAULT)]
 
2974
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
 
2975
#   `yes'.
 
2976
AC_DEFUN([AC_ENABLE_SHARED],
 
2977
[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
 
2978
AC_ARG_ENABLE(shared,
 
2979
changequote(<<, >>)dnl
 
2980
<<  --enable-shared[=PKGS]  build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
 
2981
changequote([, ])dnl
 
2982
[p=${PACKAGE-default}
 
2983
case $enableval in
 
2984
yes) enable_shared=yes ;;
 
2985
no) enable_shared=no ;;
 
2986
*)
 
2987
  enable_shared=no
 
2988
  # Look at the argument we got.  We use all the common list separators.
 
2989
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
 
2990
  for pkg in $enableval; do
 
2991
    if test "X$pkg" = "X$p"; then
 
2992
      enable_shared=yes
 
2993
    fi
 
2994
  done
 
2995
  IFS="$ac_save_ifs"
 
2996
  ;;
 
2997
esac],
 
2998
enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
 
2999
])
 
3000
 
 
3001
# AC_DISABLE_SHARED - set the default shared flag to --disable-shared
 
3002
AC_DEFUN([AC_DISABLE_SHARED],
 
3003
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
3004
AC_ENABLE_SHARED(no)])
 
3005
 
 
3006
# AC_ENABLE_STATIC - implement the --enable-static flag
 
3007
# Usage: AC_ENABLE_STATIC[(DEFAULT)]
 
3008
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
 
3009
#   `yes'.
 
3010
AC_DEFUN([AC_ENABLE_STATIC],
 
3011
[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
 
3012
AC_ARG_ENABLE(static,
 
3013
changequote(<<, >>)dnl
 
3014
<<  --enable-static[=PKGS]  build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
 
3015
changequote([, ])dnl
 
3016
[p=${PACKAGE-default}
 
3017
case $enableval in
 
3018
yes) enable_static=yes ;;
 
3019
no) enable_static=no ;;
 
3020
*)
 
3021
  enable_static=no
 
3022
  # Look at the argument we got.  We use all the common list separators.
 
3023
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
 
3024
  for pkg in $enableval; do
 
3025
    if test "X$pkg" = "X$p"; then
 
3026
      enable_static=yes
 
3027
    fi
 
3028
  done
 
3029
  IFS="$ac_save_ifs"
 
3030
  ;;
 
3031
esac],
 
3032
enable_static=AC_ENABLE_STATIC_DEFAULT)dnl
 
3033
])
 
3034
 
 
3035
# AC_DISABLE_STATIC - set the default static flag to --disable-static
 
3036
AC_DEFUN([AC_DISABLE_STATIC],
 
3037
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
3038
AC_ENABLE_STATIC(no)])
 
3039
 
 
3040
 
 
3041
# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
 
3042
# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
 
3043
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
 
3044
#   `yes'.
 
3045
AC_DEFUN([AC_ENABLE_FAST_INSTALL],
 
3046
[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
 
3047
AC_ARG_ENABLE(fast-install,
 
3048
changequote(<<, >>)dnl
 
3049
<<  --enable-fast-install[=PKGS]  optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
 
3050
changequote([, ])dnl
 
3051
[p=${PACKAGE-default}
 
3052
case $enableval in
 
3053
yes) enable_fast_install=yes ;;
 
3054
no) enable_fast_install=no ;;
 
3055
*)
 
3056
  enable_fast_install=no
 
3057
  # Look at the argument we got.  We use all the common list separators.
 
3058
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
 
3059
  for pkg in $enableval; do
 
3060
    if test "X$pkg" = "X$p"; then
 
3061
      enable_fast_install=yes
 
3062
    fi
 
3063
  done
 
3064
  IFS="$ac_save_ifs"
 
3065
  ;;
 
3066
esac],
 
3067
enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl
 
3068
])
 
3069
 
 
3070
# AC_DISABLE_FAST_INSTALL - set the default to --disable-fast-install
 
3071
AC_DEFUN([AC_DISABLE_FAST_INSTALL],
 
3072
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
3073
AC_ENABLE_FAST_INSTALL(no)])
 
3074
 
 
3075
# AC_LIBTOOL_PICMODE - implement the --with-pic flag
 
3076
# Usage: AC_LIBTOOL_PICMODE[(MODE)]
 
3077
#   Where MODE is either `yes' or `no'.  If omitted, it defaults to
 
3078
#   `both'.
 
3079
AC_DEFUN([AC_LIBTOOL_PICMODE],
 
3080
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
3081
pic_mode=ifelse($#,1,$1,default)])
 
3082
 
 
3083
 
 
3084
# AC_PATH_TOOL_PREFIX - find a file program which can recognise shared library
 
3085
AC_DEFUN([AC_PATH_TOOL_PREFIX],
 
3086
[AC_MSG_CHECKING([for $1])
 
3087
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
3088
[case $MAGIC_CMD in
 
3089
  /*)
 
3090
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
3091
  ;;
 
3092
  ?:/*)
 
3093
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
 
3094
  ;;
 
3095
  *)
 
3096
  ac_save_MAGIC_CMD="$MAGIC_CMD"
 
3097
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
 
3098
dnl $ac_dummy forces splitting on constant user-supplied paths.
 
3099
dnl POSIX.2 word splitting is done only on the output of word expansions,
 
3100
dnl not every word.  This closes a longstanding sh security hole.
 
3101
  ac_dummy="ifelse([$2], , $PATH, [$2])"
 
3102
  for ac_dir in $ac_dummy; do
 
3103
    test -z "$ac_dir" && ac_dir=.
 
3104
    if test -f $ac_dir/$1; then
 
3105
      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
3106
      if test -n "$file_magic_test_file"; then
 
3107
        case $deplibs_check_method in
 
3108
        "file_magic "*)
 
3109
          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
 
3110
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
3111
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
3112
            egrep "$file_magic_regex" > /dev/null; then
 
3113
            :
 
3114
          else
 
3115
            cat <<EOF 1>&2
 
3116
 
 
3117
*** Warning: the command libtool uses to detect shared libraries,
 
3118
*** $file_magic_cmd, produces output that libtool cannot recognize.
 
3119
*** The result is that libtool may fail to recognize shared libraries
 
3120
*** as such.  This will affect the creation of libtool libraries that
 
3121
*** depend on shared libraries, but programs linked with such libtool
 
3122
*** libraries will work regardless of this problem.  Nevertheless, you
 
3123
*** may want to report the problem to your system manager and/or to
 
3124
*** bug-libtool@gnu.org
 
3125
 
 
3126
EOF
 
3127
          fi ;;
 
3128
        esac
 
3129
      fi
 
3130
      break
 
3131
    fi
 
3132
  done
 
3133
  IFS="$ac_save_ifs"
 
3134
  MAGIC_CMD="$ac_save_MAGIC_CMD"
 
3135
  ;;
 
3136
esac])
 
3137
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
3138
if test -n "$MAGIC_CMD"; then
 
3139
  AC_MSG_RESULT($MAGIC_CMD)
 
3140
else
 
3141
  AC_MSG_RESULT(no)
 
3142
fi
 
3143
])
 
3144
 
 
3145
 
 
3146
# AC_PATH_MAGIC - find a file program which can recognise a shared library
 
3147
AC_DEFUN([AC_PATH_MAGIC],
 
3148
[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
 
3149
AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin:$PATH)
 
3150
if test -z "$lt_cv_path_MAGIC_CMD"; then
 
3151
  if test -n "$ac_tool_prefix"; then
 
3152
    AC_PATH_TOOL_PREFIX(file, /usr/bin:$PATH)
 
3153
  else
 
3154
    MAGIC_CMD=:
 
3155
  fi
 
3156
fi
 
3157
])
 
3158
 
 
3159
 
 
3160
# AC_PROG_LD - find the path to the GNU or non-GNU linker
 
3161
AC_DEFUN([AC_PROG_LD],
 
3162
[AC_ARG_WITH(gnu-ld,
 
3163
[  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
 
3164
test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
 
3165
AC_REQUIRE([AC_PROG_CC])dnl
 
3166
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
3167
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
3168
AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl
 
3169
ac_prog=ld
 
3170
if test "$GCC" = yes; then
 
3171
  # Check if gcc -print-prog-name=ld gives a path.
 
3172
  AC_MSG_CHECKING([for ld used by GCC])
 
3173
  case $host in
 
3174
  *-*-mingw*)
 
3175
    # gcc leaves a trailing carriage return which upsets mingw
 
3176
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
3177
  *)
 
3178
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
3179
  esac
 
3180
  case $ac_prog in
 
3181
    # Accept absolute paths.
 
3182
    [[\\/]]* | [[A-Za-z]]:[[\\/]]*)
 
3183
      re_direlt='/[[^/]][[^/]]*/\.\./'
 
3184
      # Canonicalize the path of ld
 
3185
      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
 
3186
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
 
3187
        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
 
3188
      done
 
3189
      test -z "$LD" && LD="$ac_prog"
 
3190
      ;;
 
3191
  "")
 
3192
    # If it fails, then pretend we aren't using GCC.
 
3193
    ac_prog=ld
 
3194
    ;;
 
3195
  *)
 
3196
    # If it is relative, then search for the first ld in PATH.
 
3197
    with_gnu_ld=unknown
 
3198
    ;;
 
3199
  esac
 
3200
elif test "$with_gnu_ld" = yes; then
 
3201
  AC_MSG_CHECKING([for GNU ld])
 
3202
else
 
3203
  AC_MSG_CHECKING([for non-GNU ld])
 
3204
fi
 
3205
AC_CACHE_VAL(lt_cv_path_LD,
 
3206
[if test -z "$LD"; then
 
3207
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
3208
  for ac_dir in $PATH; do
 
3209
    test -z "$ac_dir" && ac_dir=.
 
3210
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
3211
      lt_cv_path_LD="$ac_dir/$ac_prog"
 
3212
      # Check to see if the program is GNU ld.  I'd rather use --version,
 
3213
      # but apparently some GNU ld's only accept -v.
 
3214
      # Break only if it was the GNU/non-GNU ld that we prefer.
 
3215
      if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
 
3216
        test "$with_gnu_ld" != no && break
 
3217
      else
 
3218
        test "$with_gnu_ld" != yes && break
 
3219
      fi
 
3220
    fi
 
3221
  done
 
3222
  IFS="$ac_save_ifs"
 
3223
else
 
3224
  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
3225
fi])
 
3226
LD="$lt_cv_path_LD"
 
3227
if test -n "$LD"; then
 
3228
  AC_MSG_RESULT($LD)
 
3229
else
 
3230
  AC_MSG_RESULT(no)
 
3231
fi
 
3232
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
3233
AC_PROG_LD_GNU
 
3234
])
 
3235
 
 
3236
# AC_PROG_LD_GNU -
 
3237
AC_DEFUN([AC_PROG_LD_GNU],
 
3238
[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
3239
[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
 
3240
if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
 
3241
  lt_cv_prog_gnu_ld=yes
 
3242
else
 
3243
  lt_cv_prog_gnu_ld=no
 
3244
fi])
 
3245
with_gnu_ld=$lt_cv_prog_gnu_ld
 
3246
])
 
3247
 
 
3248
# AC_PROG_LD_RELOAD_FLAG - find reload flag for linker
 
3249
#   -- PORTME Some linkers may need a different reload flag.
 
3250
AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
 
3251
[AC_CACHE_CHECK([for $LD option to reload object files], lt_cv_ld_reload_flag,
 
3252
[lt_cv_ld_reload_flag='-r'])
 
3253
reload_flag=$lt_cv_ld_reload_flag
 
3254
test -n "$reload_flag" && reload_flag=" $reload_flag"
 
3255
])
 
3256
 
 
3257
# AC_DEPLIBS_CHECK_METHOD - how to check for library dependencies
 
3258
#  -- PORTME fill in with the dynamic library characteristics
 
3259
AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
 
3260
[AC_CACHE_CHECK([how to recognise dependent libraries],
 
3261
lt_cv_deplibs_check_method,
 
3262
[lt_cv_file_magic_cmd='$MAGIC_CMD'
 
3263
lt_cv_file_magic_test_file=
 
3264
lt_cv_deplibs_check_method='unknown'
 
3265
# Need to set the preceding variable on all platforms that support
 
3266
# interlibrary dependencies.
 
3267
# 'none' -- dependencies not supported.
 
3268
# `unknown' -- same as none, but documents that we really don't know.
 
3269
# 'pass_all' -- all dependencies passed with no checks.
 
3270
# 'test_compile' -- check by making test program.
 
3271
# 'file_magic [[regex]]' -- check by looking for files in library path
 
3272
# which responds to the $file_magic_cmd with a given egrep regex.
 
3273
# If you have `file' or equivalent on your system and you're not sure
 
3274
# whether `pass_all' will *always* work, you probably want this one.
 
3275
 
 
3276
case $host_os in
 
3277
aix4* | aix5*)
 
3278
  lt_cv_deplibs_check_method=pass_all
 
3279
  ;;
 
3280
 
 
3281
beos*)
 
3282
  lt_cv_deplibs_check_method=pass_all
 
3283
  ;;
 
3284
 
 
3285
bsdi4*)
 
3286
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
3287
  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
3288
  lt_cv_file_magic_test_file=/shlib/libc.so
 
3289
  ;;
 
3290
 
 
3291
cygwin* | mingw* | pw32*)
 
3292
  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
3293
  lt_cv_file_magic_cmd='$OBJDUMP -f'
 
3294
  ;;
 
3295
 
 
3296
darwin* | rhapsody*)
 
3297
  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
 
3298
  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
3299
  case "$host_os" in
 
3300
  rhapsody* | darwin1.[[012]])
 
3301
    lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
 
3302
    ;;
 
3303
  *) # Darwin 1.3 on
 
3304
    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
 
3305
    ;;
 
3306
  esac
 
3307
  ;;
 
3308
 
 
3309
freebsd*)
 
3310
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
3311
    case $host_cpu in
 
3312
    i*86 )
 
3313
      # Not sure whether the presence of OpenBSD here was a mistake.
 
3314
      # Let's accept both of them until this is cleared up.
 
3315
      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
 
3316
      lt_cv_file_magic_cmd=/usr/bin/file
 
3317
      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
3318
      ;;
 
3319
    esac
 
3320
  else
 
3321
    lt_cv_deplibs_check_method=pass_all
 
3322
  fi
 
3323
  ;;
 
3324
 
 
3325
gnu*)
 
3326
  lt_cv_deplibs_check_method=pass_all
 
3327
  ;;
 
3328
 
 
3329
hpux10.20*|hpux11*)
 
3330
  lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
3331
  lt_cv_file_magic_cmd=/usr/bin/file
 
3332
  lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
3333
  ;;
 
3334
 
 
3335
irix5* | irix6* | nonstopux*)
 
3336
  case $host_os in
 
3337
  irix5* | nonstopux*)
 
3338
    # this will be overridden with pass_all, but let us keep it just in case
 
3339
    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
 
3340
    ;;
 
3341
  *)
 
3342
    case $LD in
 
3343
    *-32|*"-32 ") libmagic=32-bit;;
 
3344
    *-n32|*"-n32 ") libmagic=N32;;
 
3345
    *-64|*"-64 ") libmagic=64-bit;;
 
3346
    *) libmagic=never-match;;
 
3347
    esac
 
3348
    # this will be overridden with pass_all, but let us keep it just in case
 
3349
    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
 
3350
    ;;
 
3351
  esac
 
3352
  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
 
3353
  lt_cv_deplibs_check_method=pass_all
 
3354
  ;;
 
3355
 
 
3356
# This must be Linux ELF.
 
3357
linux-gnu*)
 
3358
  case $host_cpu in
 
3359
  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | s390* | x86_64*)
 
3360
    lt_cv_deplibs_check_method=pass_all ;;
 
3361
  *)
 
3362
    # glibc up to 2.1.1 does not perform some relocations on ARM
 
3363
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
 
3364
  esac
 
3365
  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
 
3366
  ;;
 
3367
 
 
3368
netbsd*)
 
3369
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
3370
    lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so\.[[0-9]]+\.[[0-9]]+$'
 
3371
  else
 
3372
    lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so$'
 
3373
  fi
 
3374
  ;;
 
3375
 
 
3376
newos6*)
 
3377
  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
 
3378
  lt_cv_file_magic_cmd=/usr/bin/file
 
3379
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
3380
  ;;
 
3381
 
 
3382
openbsd*)
 
3383
  lt_cv_file_magic_cmd=/usr/bin/file
 
3384
  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
3385
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
3386
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
 
3387
  else
 
3388
    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
 
3389
  fi
 
3390
  ;;
 
3391
 
 
3392
osf3* | osf4* | osf5*)
 
3393
  # this will be overridden with pass_all, but let us keep it just in case
 
3394
  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
 
3395
  lt_cv_file_magic_test_file=/shlib/libc.so
 
3396
  lt_cv_deplibs_check_method=pass_all
 
3397
  ;;
 
3398
 
 
3399
sco3.2v5*)
 
3400
  lt_cv_deplibs_check_method=pass_all
 
3401
  ;;
 
3402
 
 
3403
solaris*)
 
3404
  lt_cv_deplibs_check_method=pass_all
 
3405
  lt_cv_file_magic_test_file=/lib/libc.so
 
3406
  ;;
 
3407
 
 
3408
sysv5uw[[78]]* | sysv4*uw2*)
 
3409
  lt_cv_deplibs_check_method=pass_all
 
3410
  ;;
 
3411
 
 
3412
sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
3413
  case $host_vendor in
 
3414
  motorola)
 
3415
    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]]'
 
3416
    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
3417
    ;;
 
3418
  ncr)
 
3419
    lt_cv_deplibs_check_method=pass_all
 
3420
    ;;
 
3421
  sequent)
 
3422
    lt_cv_file_magic_cmd='/bin/file'
 
3423
    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
 
3424
    ;;
 
3425
  sni)
 
3426
    lt_cv_file_magic_cmd='/bin/file'
 
3427
    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
 
3428
    lt_cv_file_magic_test_file=/lib/libc.so
 
3429
    ;;
 
3430
  siemens)
 
3431
    lt_cv_deplibs_check_method=pass_all
 
3432
    ;;
 
3433
  esac
 
3434
  ;;
 
3435
esac
 
3436
])
 
3437
file_magic_cmd=$lt_cv_file_magic_cmd
 
3438
deplibs_check_method=$lt_cv_deplibs_check_method
 
3439
])
 
3440
 
 
3441
 
 
3442
# AC_PROG_NM - find the path to a BSD-compatible name lister
 
3443
AC_DEFUN([AC_PROG_NM],
 
3444
[AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl
 
3445
AC_MSG_CHECKING([for BSD-compatible nm])
 
3446
AC_CACHE_VAL(lt_cv_path_NM,
 
3447
[if test -n "$NM"; then
 
3448
  # Let the user override the test.
 
3449
  lt_cv_path_NM="$NM"
 
3450
else
 
3451
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
3452
  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
 
3453
    test -z "$ac_dir" && ac_dir=.
 
3454
    tmp_nm=$ac_dir/${ac_tool_prefix}nm
 
3455
    if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
 
3456
      # Check to see if the nm accepts a BSD-compat flag.
 
3457
      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
3458
      #   nm: unknown option "B" ignored
 
3459
      # Tru64's nm complains that /dev/null is an invalid object file
 
3460
      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
 
3461
        lt_cv_path_NM="$tmp_nm -B"
 
3462
        break
 
3463
      elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
 
3464
        lt_cv_path_NM="$tmp_nm -p"
 
3465
        break
 
3466
      else
 
3467
        lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
3468
        continue # so that we can try to find one that supports BSD flags
 
3469
      fi
 
3470
    fi
 
3471
  done
 
3472
  IFS="$ac_save_ifs"
 
3473
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
3474
fi])
 
3475
NM="$lt_cv_path_NM"
 
3476
AC_MSG_RESULT([$NM])
 
3477
])
 
3478
 
 
3479
# AC_CHECK_LIBM - check for math library
 
3480
AC_DEFUN([AC_CHECK_LIBM],
 
3481
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
3482
LIBM=
 
3483
case $host in
 
3484
*-*-beos* | *-*-cygwin* | *-*-pw32*)
 
3485
  # These system don't have libm
 
3486
  ;;
 
3487
*-ncr-sysv4.3*)
 
3488
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
3489
  AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
 
3490
  ;;
 
3491
*)
 
3492
  AC_CHECK_LIB(m, main, LIBM="-lm")
 
3493
  ;;
 
3494
esac
 
3495
])
 
3496
 
 
3497
# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
 
3498
# the libltdl convenience library and LTDLINCL to the include flags for
 
3499
# the libltdl header and adds --enable-ltdl-convenience to the
 
3500
# configure arguments.  Note that LIBLTDL and LTDLINCL are not
 
3501
# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If DIR is not
 
3502
# provided, it is assumed to be `libltdl'.  LIBLTDL will be prefixed
 
3503
# with '${top_builddir}/' and LTDLINCL will be prefixed with
 
3504
# '${top_srcdir}/' (note the single quotes!).  If your package is not
 
3505
# flat and you're not using automake, define top_builddir and
 
3506
# top_srcdir appropriately in the Makefiles.
 
3507
AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
 
3508
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
3509
  case $enable_ltdl_convenience in
 
3510
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
 
3511
  "") enable_ltdl_convenience=yes
 
3512
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
 
3513
  esac
 
3514
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
 
3515
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
3516
  # For backwards non-gettext consistent compatibility...
 
3517
  INCLTDL="$LTDLINCL"
 
3518
])
 
3519
 
 
3520
# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
 
3521
# the libltdl installable library and LTDLINCL to the include flags for
 
3522
# the libltdl header and adds --enable-ltdl-install to the configure
 
3523
# arguments.  Note that LIBLTDL and LTDLINCL are not AC_SUBSTed, nor is
 
3524
# AC_CONFIG_SUBDIRS called.  If DIR is not provided and an installed
 
3525
# libltdl is not found, it is assumed to be `libltdl'.  LIBLTDL will
 
3526
# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed
 
3527
# with '${top_srcdir}/' (note the single quotes!).  If your package is
 
3528
# not flat and you're not using automake, define top_builddir and
 
3529
# top_srcdir appropriately in the Makefiles.
 
3530
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
 
3531
AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
 
3532
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
3533
  AC_CHECK_LIB(ltdl, main,
 
3534
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
 
3535
  [if test x"$enable_ltdl_install" = xno; then
 
3536
     AC_MSG_WARN([libltdl not installed, but installation disabled])
 
3537
   else
 
3538
     enable_ltdl_install=yes
 
3539
   fi
 
3540
  ])
 
3541
  if test x"$enable_ltdl_install" = x"yes"; then
 
3542
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
 
3543
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
 
3544
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
3545
  else
 
3546
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
 
3547
    LIBLTDL="-lltdl"
 
3548
    LTDLINCL=
 
3549
  fi
 
3550
  # For backwards non-gettext consistent compatibility...
 
3551
  INCLTDL="$LTDLINCL"
 
3552
])
 
3553
 
 
3554
# old names
 
3555
AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
 
3556
AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
 
3557
AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
 
3558
AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
3559
AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
3560
AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
 
3561
AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
 
3562
 
 
3563
# This is just to silence aclocal about the macro not being used
 
3564
ifelse([AC_DISABLE_FAST_INSTALL])
 
3565
 
 
3566
# NOTE: This macro has been submitted for inclusion into   #
 
3567
#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
 
3568
#  a released version of Autoconf we should remove this    #
 
3569
#  macro and use it instead.                               #
 
3570
# LT_AC_PROG_SED
 
3571
# --------------
 
3572
# Check for a fully-functional sed program, that truncates
 
3573
# as few characters as possible.  Prefer GNU sed if found.
 
3574
AC_DEFUN([LT_AC_PROG_SED],
 
3575
[AC_MSG_CHECKING([for a sed that does not truncate output])
 
3576
AC_CACHE_VAL(lt_cv_path_SED,
 
3577
[# Loop through the user's path and test for sed and gsed.
 
3578
# Then use that list of sed's as ones to test for truncation.
 
3579
as_executable_p="test -f"
 
3580
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
3581
for as_dir in $PATH
 
3582
do
 
3583
  IFS=$as_save_IFS
 
3584
  test -z "$as_dir" && as_dir=.
 
3585
  for ac_prog in sed gsed; do
 
3586
    for ac_exec_ext in '' $ac_executable_extensions; do
 
3587
      if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 
3588
        _sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
 
3589
      fi
 
3590
    done
 
3591
  done
 
3592
done
 
3593
 
 
3594
  # Create a temporary directory, and hook for its removal unless debugging.
 
3595
$debug ||
 
3596
{
 
3597
  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 
3598
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
3599
}
 
3600
 
 
3601
# Create a (secure) tmp directory for tmp files.
 
3602
: ${TMPDIR=/tmp}
 
3603
{
 
3604
  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
 
3605
  test -n "$tmp" && test -d "$tmp"
 
3606
}  ||
 
3607
{
 
3608
  tmp=$TMPDIR/sed$$-$RANDOM
 
3609
  (umask 077 && mkdir $tmp)
 
3610
} ||
 
3611
{
 
3612
   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
 
3613
   { (exit 1); exit 1; }
 
3614
}
 
3615
  _max=0
 
3616
  _count=0
 
3617
  # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
3618
  # along with /bin/sed that truncates output.
 
3619
  for _sed in $_sed_list /usr/xpg4/bin/sed; do
 
3620
    test ! -f ${_sed} && break
 
3621
    cat /dev/null > "$tmp/sed.in"
 
3622
    _count=0
 
3623
    echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
 
3624
    # Check for GNU sed and select it if it is found.
 
3625
    if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
 
3626
      lt_cv_path_SED=${_sed}
 
3627
      break
 
3628
    fi
 
3629
    while true; do
 
3630
      cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
 
3631
      mv "$tmp/sed.tmp" "$tmp/sed.in"
 
3632
      cp "$tmp/sed.in" "$tmp/sed.nl"
 
3633
      echo >>"$tmp/sed.nl"
 
3634
      ${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
 
3635
      cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
 
3636
      # 40000 chars as input seems more than enough
 
3637
      test $_count -gt 10 && break
 
3638
      _count=`expr $_count + 1`
 
3639
      if test $_count -gt $_max; then
 
3640
        _max=$_count
 
3641
        lt_cv_path_SED=$_sed
 
3642
      fi
 
3643
    done
 
3644
  done
 
3645
  rm -rf "$tmp"
 
3646
])
 
3647
if test "X$SED" != "X"; then
 
3648
  lt_cv_path_SED=$SED
 
3649
else
 
3650
  SED=$lt_cv_path_SED
 
3651
fi
 
3652
AC_MSG_RESULT([$SED])
 
3653
])
 
3654