build fixes/upgrades, bd/ffmpeg/dialog tweaks
[goodguy/history.git] / cinelerra-5.1 / thirdparty / src / ladspa.patch3
1 diff -urN ladspa-05182015.orig/config.rpath ladspa-05182015/config.rpath
2 --- ladspa-05182015.orig/config.rpath   1969-12-31 17:00:00.000000000 -0700
3 +++ ladspa-05182015/config.rpath        2016-07-03 17:03:24.041983455 -0600
4 @@ -0,0 +1,684 @@
5 +#! /bin/sh
6 +# Output a system dependent set of variables, describing how to set the
7 +# run time search path of shared libraries in an executable.
8 +#
9 +#   Copyright 1996-2015 Free Software Foundation, Inc.
10 +#   Taken from GNU libtool, 2001
11 +#   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
12 +#
13 +#   This file is free software; the Free Software Foundation gives
14 +#   unlimited permission to copy and/or distribute it, with or without
15 +#   modifications, as long as this notice is preserved.
16 +#
17 +# The first argument passed to this file is the canonical host specification,
18 +#    CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
19 +# or
20 +#    CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
21 +# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
22 +# should be set by the caller.
23 +#
24 +# The set of defined variables is at the end of this script.
25 +
26 +# Known limitations:
27 +# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
28 +#   than 256 bytes, otherwise the compiler driver will dump core. The only
29 +#   known workaround is to choose shorter directory names for the build
30 +#   directory and/or the installation directory.
31 +
32 +# All known linkers require a '.a' archive for static linking (except MSVC,
33 +# which needs '.lib').
34 +libext=a
35 +shrext=.so
36 +
37 +host="$1"
38 +host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
39 +host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
40 +host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
41 +
42 +# Code taken from libtool.m4's _LT_CC_BASENAME.
43 +
44 +for cc_temp in $CC""; do
45 +  case $cc_temp in
46 +    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
47 +    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
48 +    \-*) ;;
49 +    *) break;;
50 +  esac
51 +done
52 +cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
53 +
54 +# Code taken from libtool.m4's _LT_COMPILER_PIC.
55 +
56 +wl=
57 +if test "$GCC" = yes; then
58 +  wl='-Wl,'
59 +else
60 +  case "$host_os" in
61 +    aix*)
62 +      wl='-Wl,'
63 +      ;;
64 +    mingw* | cygwin* | pw32* | os2* | cegcc*)
65 +      ;;
66 +    hpux9* | hpux10* | hpux11*)
67 +      wl='-Wl,'
68 +      ;;
69 +    irix5* | irix6* | nonstopux*)
70 +      wl='-Wl,'
71 +      ;;
72 +    linux* | k*bsd*-gnu | kopensolaris*-gnu)
73 +      case $cc_basename in
74 +        ecc*)
75 +          wl='-Wl,'
76 +          ;;
77 +        icc* | ifort*)
78 +          wl='-Wl,'
79 +          ;;
80 +        lf95*)
81 +          wl='-Wl,'
82 +          ;;
83 +        nagfor*)
84 +          wl='-Wl,-Wl,,'
85 +          ;;
86 +        pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
87 +          wl='-Wl,'
88 +          ;;
89 +        ccc*)
90 +          wl='-Wl,'
91 +          ;;
92 +        xl* | bgxl* | bgf* | mpixl*)
93 +          wl='-Wl,'
94 +          ;;
95 +        como)
96 +          wl='-lopt='
97 +          ;;
98 +        *)
99 +          case `$CC -V 2>&1 | sed 5q` in
100 +            *Sun\ F* | *Sun*Fortran*)
101 +              wl=
102 +              ;;
103 +            *Sun\ C*)
104 +              wl='-Wl,'
105 +              ;;
106 +          esac
107 +          ;;
108 +      esac
109 +      ;;
110 +    newsos6)
111 +      ;;
112 +    *nto* | *qnx*)
113 +      ;;
114 +    osf3* | osf4* | osf5*)
115 +      wl='-Wl,'
116 +      ;;
117 +    rdos*)
118 +      ;;
119 +    solaris*)
120 +      case $cc_basename in
121 +        f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
122 +          wl='-Qoption ld '
123 +          ;;
124 +        *)
125 +          wl='-Wl,'
126 +          ;;
127 +      esac
128 +      ;;
129 +    sunos4*)
130 +      wl='-Qoption ld '
131 +      ;;
132 +    sysv4 | sysv4.2uw2* | sysv4.3*)
133 +      wl='-Wl,'
134 +      ;;
135 +    sysv4*MP*)
136 +      ;;
137 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
138 +      wl='-Wl,'
139 +      ;;
140 +    unicos*)
141 +      wl='-Wl,'
142 +      ;;
143 +    uts4*)
144 +      ;;
145 +  esac
146 +fi
147 +
148 +# Code taken from libtool.m4's _LT_LINKER_SHLIBS.
149 +
150 +hardcode_libdir_flag_spec=
151 +hardcode_libdir_separator=
152 +hardcode_direct=no
153 +hardcode_minus_L=no
154 +
155 +case "$host_os" in
156 +  cygwin* | mingw* | pw32* | cegcc*)
157 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
158 +    # When not using gcc, we currently assume that we are using
159 +    # Microsoft Visual C++.
160 +    if test "$GCC" != yes; then
161 +      with_gnu_ld=no
162 +    fi
163 +    ;;
164 +  interix*)
165 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
166 +    with_gnu_ld=yes
167 +    ;;
168 +  openbsd*)
169 +    with_gnu_ld=no
170 +    ;;
171 +esac
172 +
173 +ld_shlibs=yes
174 +if test "$with_gnu_ld" = yes; then
175 +  # Set some defaults for GNU ld with shared library support. These
176 +  # are reset later if shared libraries are not supported. Putting them
177 +  # here allows them to be overridden if necessary.
178 +  # Unlike libtool, we use -rpath here, not --rpath, since the documented
179 +  # option of GNU ld is called -rpath, not --rpath.
180 +  hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
181 +  case "$host_os" in
182 +    aix[3-9]*)
183 +      # On AIX/PPC, the GNU linker is very broken
184 +      if test "$host_cpu" != ia64; then
185 +        ld_shlibs=no
186 +      fi
187 +      ;;
188 +    amigaos*)
189 +      case "$host_cpu" in
190 +        powerpc)
191 +          ;;
192 +        m68k)
193 +          hardcode_libdir_flag_spec='-L$libdir'
194 +          hardcode_minus_L=yes
195 +          ;;
196 +      esac
197 +      ;;
198 +    beos*)
199 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
200 +        :
201 +      else
202 +        ld_shlibs=no
203 +      fi
204 +      ;;
205 +    cygwin* | mingw* | pw32* | cegcc*)
206 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
207 +      # no search path for DLLs.
208 +      hardcode_libdir_flag_spec='-L$libdir'
209 +      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
210 +        :
211 +      else
212 +        ld_shlibs=no
213 +      fi
214 +      ;;
215 +    haiku*)
216 +      ;;
217 +    interix[3-9]*)
218 +      hardcode_direct=no
219 +      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
220 +      ;;
221 +    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
222 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
223 +        :
224 +      else
225 +        ld_shlibs=no
226 +      fi
227 +      ;;
228 +    netbsd*)
229 +      ;;
230 +    solaris*)
231 +      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
232 +        ld_shlibs=no
233 +      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
234 +        :
235 +      else
236 +        ld_shlibs=no
237 +      fi
238 +      ;;
239 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
240 +      case `$LD -v 2>&1` in
241 +        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
242 +          ld_shlibs=no
243 +          ;;
244 +        *)
245 +          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
246 +            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
247 +          else
248 +            ld_shlibs=no
249 +          fi
250 +          ;;
251 +      esac
252 +      ;;
253 +    sunos4*)
254 +      hardcode_direct=yes
255 +      ;;
256 +    *)
257 +      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
258 +        :
259 +      else
260 +        ld_shlibs=no
261 +      fi
262 +      ;;
263 +  esac
264 +  if test "$ld_shlibs" = no; then
265 +    hardcode_libdir_flag_spec=
266 +  fi
267 +else
268 +  case "$host_os" in
269 +    aix3*)
270 +      # Note: this linker hardcodes the directories in LIBPATH if there
271 +      # are no directories specified by -L.
272 +      hardcode_minus_L=yes
273 +      if test "$GCC" = yes; then
274 +        # Neither direct hardcoding nor static linking is supported with a
275 +        # broken collect2.
276 +        hardcode_direct=unsupported
277 +      fi
278 +      ;;
279 +    aix[4-9]*)
280 +      if test "$host_cpu" = ia64; then
281 +        # On IA64, the linker does run time linking by default, so we don't
282 +        # have to do anything special.
283 +        aix_use_runtimelinking=no
284 +      else
285 +        aix_use_runtimelinking=no
286 +        # Test if we are trying to use run time linking or normal
287 +        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
288 +        # need to do runtime linking.
289 +        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
290 +          for ld_flag in $LDFLAGS; do
291 +            if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
292 +              aix_use_runtimelinking=yes
293 +              break
294 +            fi
295 +          done
296 +          ;;
297 +        esac
298 +      fi
299 +      hardcode_direct=yes
300 +      hardcode_libdir_separator=':'
301 +      if test "$GCC" = yes; then
302 +        case $host_os in aix4.[012]|aix4.[012].*)
303 +          collect2name=`${CC} -print-prog-name=collect2`
304 +          if test -f "$collect2name" && \
305 +            strings "$collect2name" | grep resolve_lib_name >/dev/null
306 +          then
307 +            # We have reworked collect2
308 +            :
309 +          else
310 +            # We have old collect2
311 +            hardcode_direct=unsupported
312 +            hardcode_minus_L=yes
313 +            hardcode_libdir_flag_spec='-L$libdir'
314 +            hardcode_libdir_separator=
315 +          fi
316 +          ;;
317 +        esac
318 +      fi
319 +      # Begin _LT_AC_SYS_LIBPATH_AIX.
320 +      echo 'int main () { return 0; }' > conftest.c
321 +      ${CC} ${LDFLAGS} conftest.c -o conftest
322 +      aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
323 +}'`
324 +      if test -z "$aix_libpath"; then
325 +        aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
326 +}'`
327 +      fi
328 +      if test -z "$aix_libpath"; then
329 +        aix_libpath="/usr/lib:/lib"
330 +      fi
331 +      rm -f conftest.c conftest
332 +      # End _LT_AC_SYS_LIBPATH_AIX.
333 +      if test "$aix_use_runtimelinking" = yes; then
334 +        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
335 +      else
336 +        if test "$host_cpu" = ia64; then
337 +          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
338 +        else
339 +          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
340 +        fi
341 +      fi
342 +      ;;
343 +    amigaos*)
344 +      case "$host_cpu" in
345 +        powerpc)
346 +          ;;
347 +        m68k)
348 +          hardcode_libdir_flag_spec='-L$libdir'
349 +          hardcode_minus_L=yes
350 +          ;;
351 +      esac
352 +      ;;
353 +    bsdi[45]*)
354 +      ;;
355 +    cygwin* | mingw* | pw32* | cegcc*)
356 +      # When not using gcc, we currently assume that we are using
357 +      # Microsoft Visual C++.
358 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
359 +      # no search path for DLLs.
360 +      hardcode_libdir_flag_spec=' '
361 +      libext=lib
362 +      ;;
363 +    darwin* | rhapsody*)
364 +      hardcode_direct=no
365 +      if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then
366 +        :
367 +      else
368 +        ld_shlibs=no
369 +      fi
370 +      ;;
371 +    dgux*)
372 +      hardcode_libdir_flag_spec='-L$libdir'
373 +      ;;
374 +    freebsd2.[01]*)
375 +      hardcode_direct=yes
376 +      hardcode_minus_L=yes
377 +      ;;
378 +    freebsd* | dragonfly*)
379 +      hardcode_libdir_flag_spec='-R$libdir'
380 +      hardcode_direct=yes
381 +      ;;
382 +    hpux9*)
383 +      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
384 +      hardcode_libdir_separator=:
385 +      hardcode_direct=yes
386 +      # hardcode_minus_L: Not really in the search PATH,
387 +      # but as the default location of the library.
388 +      hardcode_minus_L=yes
389 +      ;;
390 +    hpux10*)
391 +      if test "$with_gnu_ld" = no; then
392 +        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
393 +        hardcode_libdir_separator=:
394 +        hardcode_direct=yes
395 +        # hardcode_minus_L: Not really in the search PATH,
396 +        # but as the default location of the library.
397 +        hardcode_minus_L=yes
398 +      fi
399 +      ;;
400 +    hpux11*)
401 +      if test "$with_gnu_ld" = no; then
402 +        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
403 +        hardcode_libdir_separator=:
404 +        case $host_cpu in
405 +          hppa*64*|ia64*)
406 +            hardcode_direct=no
407 +            ;;
408 +          *)
409 +            hardcode_direct=yes
410 +            # hardcode_minus_L: Not really in the search PATH,
411 +            # but as the default location of the library.
412 +            hardcode_minus_L=yes
413 +            ;;
414 +        esac
415 +      fi
416 +      ;;
417 +    irix5* | irix6* | nonstopux*)
418 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
419 +      hardcode_libdir_separator=:
420 +      ;;
421 +    netbsd*)
422 +      hardcode_libdir_flag_spec='-R$libdir'
423 +      hardcode_direct=yes
424 +      ;;
425 +    newsos6)
426 +      hardcode_direct=yes
427 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
428 +      hardcode_libdir_separator=:
429 +      ;;
430 +    *nto* | *qnx*)
431 +      ;;
432 +    openbsd*)
433 +      if test -f /usr/libexec/ld.so; then
434 +        hardcode_direct=yes
435 +        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
436 +          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
437 +        else
438 +          case "$host_os" in
439 +            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
440 +              hardcode_libdir_flag_spec='-R$libdir'
441 +              ;;
442 +            *)
443 +              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
444 +              ;;
445 +          esac
446 +        fi
447 +      else
448 +        ld_shlibs=no
449 +      fi
450 +      ;;
451 +    os2*)
452 +      hardcode_libdir_flag_spec='-L$libdir'
453 +      hardcode_minus_L=yes
454 +      ;;
455 +    osf3*)
456 +      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
457 +      hardcode_libdir_separator=:
458 +      ;;
459 +    osf4* | osf5*)
460 +      if test "$GCC" = yes; then
461 +        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
462 +      else
463 +        # Both cc and cxx compiler support -rpath directly
464 +        hardcode_libdir_flag_spec='-rpath $libdir'
465 +      fi
466 +      hardcode_libdir_separator=:
467 +      ;;
468 +    solaris*)
469 +      hardcode_libdir_flag_spec='-R$libdir'
470 +      ;;
471 +    sunos4*)
472 +      hardcode_libdir_flag_spec='-L$libdir'
473 +      hardcode_direct=yes
474 +      hardcode_minus_L=yes
475 +      ;;
476 +    sysv4)
477 +      case $host_vendor in
478 +        sni)
479 +          hardcode_direct=yes # is this really true???
480 +          ;;
481 +        siemens)
482 +          hardcode_direct=no
483 +          ;;
484 +        motorola)
485 +          hardcode_direct=no #Motorola manual says yes, but my tests say they lie
486 +          ;;
487 +      esac
488 +      ;;
489 +    sysv4.3*)
490 +      ;;
491 +    sysv4*MP*)
492 +      if test -d /usr/nec; then
493 +        ld_shlibs=yes
494 +      fi
495 +      ;;
496 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
497 +      ;;
498 +    sysv5* | sco3.2v5* | sco5v6*)
499 +      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
500 +      hardcode_libdir_separator=':'
501 +      ;;
502 +    uts4*)
503 +      hardcode_libdir_flag_spec='-L$libdir'
504 +      ;;
505 +    *)
506 +      ld_shlibs=no
507 +      ;;
508 +  esac
509 +fi
510 +
511 +# Check dynamic linker characteristics
512 +# Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER.
513 +# Unlike libtool.m4, here we don't care about _all_ names of the library, but
514 +# only about the one the linker finds when passed -lNAME. This is the last
515 +# element of library_names_spec in libtool.m4, or possibly two of them if the
516 +# linker has special search rules.
517 +library_names_spec=      # the last element of library_names_spec in libtool.m4
518 +libname_spec='lib$name'
519 +case "$host_os" in
520 +  aix3*)
521 +    library_names_spec='$libname.a'
522 +    ;;
523 +  aix[4-9]*)
524 +    library_names_spec='$libname$shrext'
525 +    ;;
526 +  amigaos*)
527 +    case "$host_cpu" in
528 +      powerpc*)
529 +        library_names_spec='$libname$shrext' ;;
530 +      m68k)
531 +        library_names_spec='$libname.a' ;;
532 +    esac
533 +    ;;
534 +  beos*)
535 +    library_names_spec='$libname$shrext'
536 +    ;;
537 +  bsdi[45]*)
538 +    library_names_spec='$libname$shrext'
539 +    ;;
540 +  cygwin* | mingw* | pw32* | cegcc*)
541 +    shrext=.dll
542 +    library_names_spec='$libname.dll.a $libname.lib'
543 +    ;;
544 +  darwin* | rhapsody*)
545 +    shrext=.dylib
546 +    library_names_spec='$libname$shrext'
547 +    ;;
548 +  dgux*)
549 +    library_names_spec='$libname$shrext'
550 +    ;;
551 +  freebsd[23].*)
552 +    library_names_spec='$libname$shrext$versuffix'
553 +    ;;
554 +  freebsd* | dragonfly*)
555 +    library_names_spec='$libname$shrext'
556 +    ;;
557 +  gnu*)
558 +    library_names_spec='$libname$shrext'
559 +    ;;
560 +  haiku*)
561 +    library_names_spec='$libname$shrext'
562 +    ;;
563 +  hpux9* | hpux10* | hpux11*)
564 +    case $host_cpu in
565 +      ia64*)
566 +        shrext=.so
567 +        ;;
568 +      hppa*64*)
569 +        shrext=.sl
570 +        ;;
571 +      *)
572 +        shrext=.sl
573 +        ;;
574 +    esac
575 +    library_names_spec='$libname$shrext'
576 +    ;;
577 +  interix[3-9]*)
578 +    library_names_spec='$libname$shrext'
579 +    ;;
580 +  irix5* | irix6* | nonstopux*)
581 +    library_names_spec='$libname$shrext'
582 +    case "$host_os" in
583 +      irix5* | nonstopux*)
584 +        libsuff= shlibsuff=
585 +        ;;
586 +      *)
587 +        case $LD in
588 +          *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;;
589 +          *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
590 +          *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;;
591 +          *) libsuff= shlibsuff= ;;
592 +        esac
593 +        ;;
594 +    esac
595 +    ;;
596 +  linux*oldld* | linux*aout* | linux*coff*)
597 +    ;;
598 +  linux* | k*bsd*-gnu | kopensolaris*-gnu)
599 +    library_names_spec='$libname$shrext'
600 +    ;;
601 +  knetbsd*-gnu)
602 +    library_names_spec='$libname$shrext'
603 +    ;;
604 +  netbsd*)
605 +    library_names_spec='$libname$shrext'
606 +    ;;
607 +  newsos6)
608 +    library_names_spec='$libname$shrext'
609 +    ;;
610 +  *nto* | *qnx*)
611 +    library_names_spec='$libname$shrext'
612 +    ;;
613 +  openbsd*)
614 +    library_names_spec='$libname$shrext$versuffix'
615 +    ;;
616 +  os2*)
617 +    libname_spec='$name'
618 +    shrext=.dll
619 +    library_names_spec='$libname.a'
620 +    ;;
621 +  osf3* | osf4* | osf5*)
622 +    library_names_spec='$libname$shrext'
623 +    ;;
624 +  rdos*)
625 +    ;;
626 +  solaris*)
627 +    library_names_spec='$libname$shrext'
628 +    ;;
629 +  sunos4*)
630 +    library_names_spec='$libname$shrext$versuffix'
631 +    ;;
632 +  sysv4 | sysv4.3*)
633 +    library_names_spec='$libname$shrext'
634 +    ;;
635 +  sysv4*MP*)
636 +    library_names_spec='$libname$shrext'
637 +    ;;
638 +  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
639 +    library_names_spec='$libname$shrext'
640 +    ;;
641 +  tpf*)
642 +    library_names_spec='$libname$shrext'
643 +    ;;
644 +  uts4*)
645 +    library_names_spec='$libname$shrext'
646 +    ;;
647 +esac
648 +
649 +sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
650 +escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
651 +shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
652 +escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
653 +escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
654 +escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
655 +
656 +LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
657 +
658 +# How to pass a linker flag through the compiler.
659 +wl="$escaped_wl"
660 +
661 +# Static library suffix (normally "a").
662 +libext="$libext"
663 +
664 +# Shared library suffix (normally "so").
665 +shlibext="$shlibext"
666 +
667 +# Format of library name prefix.
668 +libname_spec="$escaped_libname_spec"
669 +
670 +# Library names that the linker finds when passed -lNAME.
671 +library_names_spec="$escaped_library_names_spec"
672 +
673 +# Flag to hardcode \$libdir into a binary during linking.
674 +# This must work even if \$libdir does not exist.
675 +hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec"
676 +
677 +# Whether we need a single -rpath flag with a separated argument.
678 +hardcode_libdir_separator="$hardcode_libdir_separator"
679 +
680 +# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
681 +# resulting binary.
682 +hardcode_direct="$hardcode_direct"
683 +
684 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
685 +# resulting binary.
686 +hardcode_minus_L="$hardcode_minus_L"
687 +
688 +EOF