~ubuntu-branches/ubuntu/trusty/soundmodem/trusty

« back to all changes in this revision

Viewing changes to .pc/drop-unnecessary-libdl-linkage/configure

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2012-12-15 07:56:39 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20121215075639-b8iwwf0d4mo5cqig
Tags: 0.18-1
* New upstream release
* Debian packaging:
  - dropped debian/patches merged upstream
  - replaced Build-deps exclusion list with [linux-any] (Closes: #634624)

Show diffs side-by-side

added added

removed removed

Lines of Context:
639
639
INTLLIBS
640
640
LTLIBICONV
641
641
LIBICONV
642
 
INTL_MACOSX_LIBS
643
642
XGETTEXT_EXTRA_OPTIONS
644
643
MSGMERGE
645
644
XGETTEXT_015
2910
2909
 
2911
2910
# Define the identity of the package.
2912
2911
 PACKAGE=soundmodem
2913
 
 VERSION=0.17
 
2912
 VERSION=0.18
2914
2913
 
2915
2914
 
2916
2915
cat >>confdefs.h <<_ACEOF
8413
8412
 
8414
8413
 
8415
8414
 
8416
 
 
8417
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
8418
 
$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
8419
 
if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
8420
 
  $as_echo_n "(cached) " >&6
8421
 
else
8422
 
  gt_save_LIBS="$LIBS"
8423
 
     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
8424
 
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8425
 
/* end confdefs.h.  */
8426
 
#include <CoreFoundation/CFPreferences.h>
8427
 
int
8428
 
main ()
8429
 
{
8430
 
CFPreferencesCopyAppValue(NULL, NULL)
8431
 
  ;
8432
 
  return 0;
8433
 
}
8434
 
_ACEOF
8435
 
if ac_fn_c_try_link "$LINENO"; then :
8436
 
  gt_cv_func_CFPreferencesCopyAppValue=yes
8437
 
else
8438
 
  gt_cv_func_CFPreferencesCopyAppValue=no
8439
 
fi
8440
 
rm -f core conftest.err conftest.$ac_objext \
8441
 
    conftest$ac_exeext conftest.$ac_ext
8442
 
     LIBS="$gt_save_LIBS"
8443
 
fi
8444
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
8445
 
$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
8446
 
  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
8447
 
 
8448
 
$as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
8449
 
 
8450
 
  fi
8451
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
8452
 
$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
8453
 
if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
8454
 
  $as_echo_n "(cached) " >&6
8455
 
else
8456
 
  gt_save_LIBS="$LIBS"
8457
 
     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
8458
 
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8459
 
/* end confdefs.h.  */
8460
 
#include <CoreFoundation/CFLocale.h>
8461
 
int
8462
 
main ()
8463
 
{
8464
 
CFLocaleCopyCurrent();
8465
 
  ;
8466
 
  return 0;
8467
 
}
8468
 
_ACEOF
8469
 
if ac_fn_c_try_link "$LINENO"; then :
8470
 
  gt_cv_func_CFLocaleCopyCurrent=yes
8471
 
else
8472
 
  gt_cv_func_CFLocaleCopyCurrent=no
8473
 
fi
8474
 
rm -f core conftest.err conftest.$ac_objext \
8475
 
    conftest$ac_exeext conftest.$ac_ext
8476
 
     LIBS="$gt_save_LIBS"
8477
 
fi
8478
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
8479
 
$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
8480
 
  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
8481
 
 
8482
 
$as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
8483
 
 
8484
 
  fi
8485
 
  INTL_MACOSX_LIBS=
8486
 
  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
8487
 
    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
8488
 
  fi
8489
 
 
8490
 
 
 
8415
    gt_INTL_MACOSX
8491
8416
 
8492
8417
 
8493
8418