~ubuntu-branches/ubuntu/saucy/libgphoto2/saucy-proposed

« back to all changes in this revision

Viewing changes to auto-aux/config.rpath

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-07-31 07:00:09 UTC
  • mfrom: (1.4.4)
  • Revision ID: package-import@ubuntu.com-20130731070009-enrbvg3hry64cxl1
Tags: 2.5.2-0ubuntu1
* New upstream release.
* Drop 01-increase_max_entries.patch, 02-libusbx_no_debug.patch,
  03-libusbx-fixes.patch: fixed upstream.
* Add libxml2-dev build dependency for new optional features.
* ABI changes: libgphoto2-2 → libgphoto2-6,
  libgphoto2-port0 → libgphoto2-port10
* debian/libgphoto2-dev-doc.install: Adjust to changed HTML API doc folder
  name.
* debian/libgphoto2-port10.install: Adjust for changed libgphoto-port ABI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Output a system dependent set of variables, describing how to set the
3
3
# run time search path of shared libraries in an executable.
4
4
#
5
 
#   Copyright 1996-2010 Free Software Foundation, Inc.
 
5
#   Copyright 1996-2003 Free Software Foundation, Inc.
6
6
#   Taken from GNU libtool, 2001
7
7
#   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
8
8
#
9
 
#   This file is free software; the Free Software Foundation gives
10
 
#   unlimited permission to copy and/or distribute it, with or without
11
 
#   modifications, as long as this notice is preserved.
 
9
#   This program is free software; you can redistribute it and/or modify
 
10
#   it under the terms of the GNU General Public License as published by
 
11
#   the Free Software Foundation; either version 2 of the License, or
 
12
#   (at your option) any later version.
 
13
#
 
14
#   This program is distributed in the hope that it will be useful, but
 
15
#   WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
17
#   General Public License for more details.
 
18
#
 
19
#   You should have received a copy of the GNU General Public License
 
20
#   along with this program; if not, write to the Free Software
 
21
#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
22
#
 
23
#   As a special exception to the GNU General Public License, if you
 
24
#   distribute this file as part of a program that contains a
 
25
#   configuration script generated by Autoconf, you may include it under
 
26
#   the same distribution terms that you use for the rest of that program.
12
27
#
13
28
# The first argument passed to this file is the canonical host specification,
14
29
#    CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
25
40
#   known workaround is to choose shorter directory names for the build
26
41
#   directory and/or the installation directory.
27
42
 
28
 
# All known linkers require a `.a' archive for static linking (except MSVC,
 
43
# All known linkers require a `.a' archive for static linking (except M$VC,
29
44
# which needs '.lib').
30
45
libext=a
31
46
shrext=.so
35
50
host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36
51
host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
37
52
 
38
 
# Code taken from libtool.m4's _LT_CC_BASENAME.
39
 
 
40
 
for cc_temp in $CC""; do
41
 
  case $cc_temp in
42
 
    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
43
 
    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
44
 
    \-*) ;;
45
 
    *) break;;
46
 
  esac
47
 
done
48
 
cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
49
 
 
50
 
# Code taken from libtool.m4's _LT_COMPILER_PIC.
 
53
# Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC.
51
54
 
52
55
wl=
53
56
if test "$GCC" = yes; then
57
60
    aix*)
58
61
      wl='-Wl,'
59
62
      ;;
60
 
    darwin*)
61
 
      case $cc_basename in
62
 
        xlc*)
63
 
          wl='-Wl,'
64
 
          ;;
65
 
      esac
66
 
      ;;
67
 
    mingw* | cygwin* | pw32* | os2* | cegcc*)
 
63
    mingw* | pw32* | os2*)
68
64
      ;;
69
65
    hpux9* | hpux10* | hpux11*)
70
66
      wl='-Wl,'
74
70
      ;;
75
71
    newsos6)
76
72
      ;;
77
 
    linux* | k*bsd*-gnu)
78
 
      case $cc_basename in
79
 
        ecc*)
80
 
          wl='-Wl,'
81
 
          ;;
82
 
        icc* | ifort*)
83
 
          wl='-Wl,'
84
 
          ;;
85
 
        lf95*)
86
 
          wl='-Wl,'
87
 
          ;;
88
 
        pgcc | pgf77 | pgf90)
89
 
          wl='-Wl,'
90
 
          ;;
91
 
        ccc*)
92
 
          wl='-Wl,'
93
 
          ;;
94
 
        como)
95
 
          wl='-lopt='
96
 
          ;;
97
 
        *)
98
 
          case `$CC -V 2>&1 | sed 5q` in
99
 
            *Sun\ C*)
100
 
              wl='-Wl,'
101
 
              ;;
102
 
          esac
 
73
    linux*)
 
74
      case $CC in
 
75
        icc|ecc)
 
76
          wl='-Wl,'
 
77
          ;;
 
78
        ccc)
 
79
          wl='-Wl,'
103
80
          ;;
104
81
      esac
105
82
      ;;
106
83
    osf3* | osf4* | osf5*)
107
84
      wl='-Wl,'
108
85
      ;;
109
 
    rdos*)
 
86
    sco3.2v5*)
110
87
      ;;
111
88
    solaris*)
112
89
      wl='-Wl,'
114
91
    sunos4*)
115
92
      wl='-Qoption ld '
116
93
      ;;
117
 
    sysv4 | sysv4.2uw2* | sysv4.3*)
 
94
    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
118
95
      wl='-Wl,'
119
96
      ;;
120
97
    sysv4*MP*)
121
98
      ;;
122
 
    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
123
 
      wl='-Wl,'
124
 
      ;;
125
 
    unicos*)
126
 
      wl='-Wl,'
127
 
      ;;
128
99
    uts4*)
129
100
      ;;
130
101
  esac
131
102
fi
132
103
 
133
 
# Code taken from libtool.m4's _LT_LINKER_SHLIBS.
 
104
# Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS.
134
105
 
135
106
hardcode_libdir_flag_spec=
136
107
hardcode_libdir_separator=
138
109
hardcode_minus_L=no
139
110
 
140
111
case "$host_os" in
141
 
  cygwin* | mingw* | pw32* | cegcc*)
 
112
  cygwin* | mingw* | pw32*)
142
113
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
143
114
    # When not using gcc, we currently assume that we are using
144
115
    # Microsoft Visual C++.
146
117
      with_gnu_ld=no
147
118
    fi
148
119
    ;;
149
 
  interix*)
150
 
    # we just hope/assume this is gcc and not c89 (= MSVC++)
151
 
    with_gnu_ld=yes
152
 
    ;;
153
120
  openbsd*)
154
121
    with_gnu_ld=no
155
122
    ;;
157
124
 
158
125
ld_shlibs=yes
159
126
if test "$with_gnu_ld" = yes; then
160
 
  # Set some defaults for GNU ld with shared library support. These
161
 
  # are reset later if shared libraries are not supported. Putting them
162
 
  # here allows them to be overridden if necessary.
163
 
  # Unlike libtool, we use -rpath here, not --rpath, since the documented
164
 
  # option of GNU ld is called -rpath, not --rpath.
165
 
  hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
166
127
  case "$host_os" in
167
 
    aix[3-9]*)
 
128
    aix3* | aix4* | aix5*)
168
129
      # On AIX/PPC, the GNU linker is very broken
169
130
      if test "$host_cpu" != ia64; then
170
131
        ld_shlibs=no
177
138
      # that the semantics of dynamic libraries on AmigaOS, at least up
178
139
      # to version 4, is to share data among multiple programs linked
179
140
      # with the same dynamic library.  Since this doesn't match the
180
 
      # behavior of shared libraries on other platforms, we cannot use
 
141
      # behavior of shared libraries on other platforms, we can use
181
142
      # them.
182
143
      ld_shlibs=no
183
144
      ;;
188
149
        ld_shlibs=no
189
150
      fi
190
151
      ;;
191
 
    cygwin* | mingw* | pw32* | cegcc*)
 
152
    cygwin* | mingw* | pw32*)
192
153
      # hardcode_libdir_flag_spec is actually meaningless, as there is
193
154
      # no search path for DLLs.
194
155
      hardcode_libdir_flag_spec='-L$libdir'
198
159
        ld_shlibs=no
199
160
      fi
200
161
      ;;
201
 
    interix[3-9]*)
202
 
      hardcode_direct=no
203
 
      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
204
 
      ;;
205
 
    gnu* | linux* | k*bsd*-gnu)
206
 
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
207
 
        :
208
 
      else
209
 
        ld_shlibs=no
210
 
      fi
211
 
      ;;
212
162
    netbsd*)
213
163
      ;;
214
 
    solaris*)
 
164
    solaris* | sysv5*)
215
165
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
216
166
        ld_shlibs=no
217
167
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
220
170
        ld_shlibs=no
221
171
      fi
222
172
      ;;
223
 
    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
224
 
      case `$LD -v 2>&1` in
225
 
        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
226
 
          ld_shlibs=no
227
 
          ;;
228
 
        *)
229
 
          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
230
 
            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
231
 
          else
232
 
            ld_shlibs=no
233
 
          fi
234
 
          ;;
235
 
      esac
236
 
      ;;
237
173
    sunos4*)
238
174
      hardcode_direct=yes
239
175
      ;;
245
181
      fi
246
182
      ;;
247
183
  esac
248
 
  if test "$ld_shlibs" = no; then
249
 
    hardcode_libdir_flag_spec=
 
184
  if test "$ld_shlibs" = yes; then
 
185
    # Unlike libtool, we use -rpath here, not --rpath, since the documented
 
186
    # option of GNU ld is called -rpath, not --rpath.
 
187
    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
250
188
  fi
251
189
else
252
190
  case "$host_os" in
260
198
        hardcode_direct=unsupported
261
199
      fi
262
200
      ;;
263
 
    aix[4-9]*)
 
201
    aix4* | aix5*)
264
202
      if test "$host_cpu" = ia64; then
265
203
        # On IA64, the linker does run time linking by default, so we don't
266
204
        # have to do anything special.
270
208
        # Test if we are trying to use run time linking or normal
271
209
        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
272
210
        # need to do runtime linking.
273
 
        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 
211
        case $host_os in aix4.[23]|aix4.[23].*|aix5*)
274
212
          for ld_flag in $LDFLAGS; do
275
213
            if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
276
214
              aix_use_runtimelinking=yes
277
215
              break
278
216
            fi
279
217
          done
280
 
          ;;
281
218
        esac
282
219
      fi
283
220
      hardcode_direct=yes
289
226
            strings "$collect2name" | grep resolve_lib_name >/dev/null
290
227
          then
291
228
            # We have reworked collect2
292
 
            :
 
229
            hardcode_direct=yes
293
230
          else
294
231
            # We have old collect2
295
232
            hardcode_direct=unsupported
297
234
            hardcode_libdir_flag_spec='-L$libdir'
298
235
            hardcode_libdir_separator=
299
236
          fi
300
 
          ;;
301
237
        esac
302
238
      fi
303
239
      # Begin _LT_AC_SYS_LIBPATH_AIX.
330
266
      # see comment about different semantics on the GNU ld section
331
267
      ld_shlibs=no
332
268
      ;;
333
 
    bsdi[45]*)
 
269
    bsdi4*)
334
270
      ;;
335
 
    cygwin* | mingw* | pw32* | cegcc*)
 
271
    cygwin* | mingw* | pw32*)
336
272
      # When not using gcc, we currently assume that we are using
337
273
      # Microsoft Visual C++.
338
274
      # hardcode_libdir_flag_spec is actually meaningless, as there is
341
277
      libext=lib
342
278
      ;;
343
279
    darwin* | rhapsody*)
344
 
      hardcode_direct=no
345
 
      if test "$GCC" = yes ; then
346
 
        :
347
 
      else
348
 
        case $cc_basename in
349
 
          xlc*)
350
 
            ;;
351
 
          *)
352
 
            ld_shlibs=no
353
 
            ;;
354
 
        esac
 
280
      if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
 
281
        hardcode_direct=no
355
282
      fi
356
283
      ;;
357
284
    dgux*)
368
295
      hardcode_direct=yes
369
296
      hardcode_minus_L=yes
370
297
      ;;
371
 
    freebsd* | dragonfly*)
 
298
    freebsd*)
372
299
      hardcode_libdir_flag_spec='-R$libdir'
373
300
      hardcode_direct=yes
374
301
      ;;
380
307
      # but as the default location of the library.
381
308
      hardcode_minus_L=yes
382
309
      ;;
383
 
    hpux10*)
384
 
      if test "$with_gnu_ld" = no; then
385
 
        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
386
 
        hardcode_libdir_separator=:
387
 
        hardcode_direct=yes
388
 
        # hardcode_minus_L: Not really in the search PATH,
389
 
        # but as the default location of the library.
390
 
        hardcode_minus_L=yes
391
 
      fi
392
 
      ;;
393
 
    hpux11*)
394
 
      if test "$with_gnu_ld" = no; then
395
 
        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
396
 
        hardcode_libdir_separator=:
397
 
        case $host_cpu in
398
 
          hppa*64*|ia64*)
399
 
            hardcode_direct=no
 
310
    hpux10* | hpux11*)
 
311
      if test "$with_gnu_ld" = no; then
 
312
        case "$host_cpu" in
 
313
          hppa*64*)
 
314
            hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
315
            hardcode_libdir_separator=:
 
316
            hardcode_direct=no
 
317
            ;;
 
318
          ia64*)
 
319
            hardcode_libdir_flag_spec='-L$libdir'
 
320
            hardcode_direct=no
 
321
            # hardcode_minus_L: Not really in the search PATH,
 
322
            # but as the default location of the library.
 
323
            hardcode_minus_L=yes
400
324
            ;;
401
325
          *)
 
326
            hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
327
            hardcode_libdir_separator=:
402
328
            hardcode_direct=yes
403
329
            # hardcode_minus_L: Not really in the search PATH,
404
330
            # but as the default location of the library.
421
347
      hardcode_libdir_separator=:
422
348
      ;;
423
349
    openbsd*)
424
 
      if test -f /usr/libexec/ld.so; then
425
 
        hardcode_direct=yes
426
 
        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
427
 
          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
428
 
        else
429
 
          case "$host_os" in
430
 
            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
431
 
              hardcode_libdir_flag_spec='-R$libdir'
432
 
              ;;
433
 
            *)
434
 
              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
435
 
              ;;
436
 
          esac
437
 
        fi
 
350
      hardcode_direct=yes
 
351
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
352
        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
438
353
      else
439
 
        ld_shlibs=no
 
354
        case "$host_os" in
 
355
          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
356
            hardcode_libdir_flag_spec='-R$libdir'
 
357
            ;;
 
358
          *)
 
359
            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
360
            ;;
 
361
        esac
440
362
      fi
441
363
      ;;
442
364
    os2*)
456
378
      fi
457
379
      hardcode_libdir_separator=:
458
380
      ;;
 
381
    sco3.2v5*)
 
382
      ;;
459
383
    solaris*)
460
384
      hardcode_libdir_flag_spec='-R$libdir'
461
385
      ;;
484
408
        ld_shlibs=yes
485
409
      fi
486
410
      ;;
487
 
    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
488
 
      ;;
489
 
    sysv5* | sco3.2v5* | sco5v6*)
490
 
      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
491
 
      hardcode_libdir_separator=':'
 
411
    sysv4.2uw2*)
 
412
      hardcode_direct=yes
 
413
      hardcode_minus_L=no
 
414
      ;;
 
415
    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
 
416
      ;;
 
417
    sysv5*)
 
418
      hardcode_libdir_flag_spec=
492
419
      ;;
493
420
    uts4*)
494
421
      hardcode_libdir_flag_spec='-L$libdir'
500
427
fi
501
428
 
502
429
# Check dynamic linker characteristics
503
 
# Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER.
504
 
# Unlike libtool.m4, here we don't care about _all_ names of the library, but
505
 
# only about the one the linker finds when passed -lNAME. This is the last
506
 
# element of library_names_spec in libtool.m4, or possibly two of them if the
507
 
# linker has special search rules.
508
 
library_names_spec=      # the last element of library_names_spec in libtool.m4
 
430
# Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER.
509
431
libname_spec='lib$name'
510
432
case "$host_os" in
511
433
  aix3*)
512
 
    library_names_spec='$libname.a'
513
434
    ;;
514
 
  aix[4-9]*)
515
 
    library_names_spec='$libname$shrext'
 
435
  aix4* | aix5*)
516
436
    ;;
517
437
  amigaos*)
518
 
    library_names_spec='$libname.a'
519
438
    ;;
520
439
  beos*)
521
 
    library_names_spec='$libname$shrext'
522
 
    ;;
523
 
  bsdi[45]*)
524
 
    library_names_spec='$libname$shrext'
525
 
    ;;
526
 
  cygwin* | mingw* | pw32* | cegcc*)
 
440
    ;;
 
441
  bsdi4*)
 
442
    ;;
 
443
  cygwin* | mingw* | pw32*)
527
444
    shrext=.dll
528
 
    library_names_spec='$libname.dll.a $libname.lib'
529
445
    ;;
530
446
  darwin* | rhapsody*)
531
447
    shrext=.dylib
532
 
    library_names_spec='$libname$shrext'
533
448
    ;;
534
449
  dgux*)
535
 
    library_names_spec='$libname$shrext'
536
450
    ;;
537
451
  freebsd1*)
538
452
    ;;
539
 
  freebsd* | dragonfly*)
540
 
    case "$host_os" in
541
 
      freebsd[123]*)
542
 
        library_names_spec='$libname$shrext$versuffix' ;;
543
 
      *)
544
 
        library_names_spec='$libname$shrext' ;;
545
 
    esac
 
453
  freebsd*)
546
454
    ;;
547
455
  gnu*)
548
 
    library_names_spec='$libname$shrext'
549
456
    ;;
550
457
  hpux9* | hpux10* | hpux11*)
551
 
    case $host_cpu in
 
458
    case "$host_cpu" in
552
459
      ia64*)
553
460
        shrext=.so
554
461
        ;;
559
466
        shrext=.sl
560
467
        ;;
561
468
    esac
562
 
    library_names_spec='$libname$shrext'
563
 
    ;;
564
 
  interix[3-9]*)
565
 
    library_names_spec='$libname$shrext'
566
469
    ;;
567
470
  irix5* | irix6* | nonstopux*)
568
 
    library_names_spec='$libname$shrext'
569
471
    case "$host_os" in
570
472
      irix5* | nonstopux*)
571
473
        libsuff= shlibsuff=
582
484
    ;;
583
485
  linux*oldld* | linux*aout* | linux*coff*)
584
486
    ;;
585
 
  linux* | k*bsd*-gnu)
586
 
    library_names_spec='$libname$shrext'
587
 
    ;;
588
 
  knetbsd*-gnu)
589
 
    library_names_spec='$libname$shrext'
 
487
  linux*)
590
488
    ;;
591
489
  netbsd*)
592
 
    library_names_spec='$libname$shrext'
593
490
    ;;
594
491
  newsos6)
595
 
    library_names_spec='$libname$shrext'
596
492
    ;;
597
 
  nto-qnx*)
598
 
    library_names_spec='$libname$shrext'
 
493
  nto-qnx)
599
494
    ;;
600
495
  openbsd*)
601
 
    library_names_spec='$libname$shrext$versuffix'
602
496
    ;;
603
497
  os2*)
604
498
    libname_spec='$name'
605
499
    shrext=.dll
606
 
    library_names_spec='$libname.a'
607
500
    ;;
608
501
  osf3* | osf4* | osf5*)
609
 
    library_names_spec='$libname$shrext'
610
502
    ;;
611
 
  rdos*)
 
503
  sco3.2v5*)
612
504
    ;;
613
505
  solaris*)
614
 
    library_names_spec='$libname$shrext'
615
506
    ;;
616
507
  sunos4*)
617
 
    library_names_spec='$libname$shrext$versuffix'
618
508
    ;;
619
 
  sysv4 | sysv4.3*)
620
 
    library_names_spec='$libname$shrext'
 
509
  sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
621
510
    ;;
622
511
  sysv4*MP*)
623
 
    library_names_spec='$libname$shrext'
624
 
    ;;
625
 
  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
626
 
    library_names_spec='$libname$shrext'
627
512
    ;;
628
513
  uts4*)
629
 
    library_names_spec='$libname$shrext'
630
514
    ;;
631
515
esac
632
516
 
633
517
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
634
518
escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
635
519
shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
636
 
escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
637
 
escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
638
520
escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
639
521
 
640
 
LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
 
522
sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
641
523
 
642
524
# How to pass a linker flag through the compiler.
643
525
wl="$escaped_wl"
648
530
# Shared library suffix (normally "so").
649
531
shlibext="$shlibext"
650
532
 
651
 
# Format of library name prefix.
652
 
libname_spec="$escaped_libname_spec"
653
 
 
654
 
# Library names that the linker finds when passed -lNAME.
655
 
library_names_spec="$escaped_library_names_spec"
656
 
 
657
533
# Flag to hardcode \$libdir into a binary during linking.
658
534
# This must work even if \$libdir does not exist.
659
535
hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec"