~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-12-15 13:16:02 UTC
  • mfrom: (1.1.35 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081215131602-0bezbep7s4w4zy0s
Tags: 2.25.1-0ubuntu1
* Sync on Debian
* debian/control.in:
  - Build-depends on libcdio-dev and liblaunchpad-integration-dev
* debian/patches/01_lpi.patch,
  debian/patches/02_autoconf.patch:
  - lpi changes and configure update
* New upstream version (LP: #308165)
  - Chain the metadata lookups (Bastien Nocera)
  - Finish the libmusicbrainz3 metadata fetcher (BN)
  - Add a GVFS metadata fetcher as fallback (BN)
  - Make libcdio option, as it breaks the GPL+Exception license (BN)
  - Export ASIN, Discogs, Wikipedia in the internal metadata (BN)
  - Lots of other cleanups to the metadata code (BN)
  - Remove copy of the id3mux plugin, assume it exists now (BN)
  - Remove Encoding field from desktop file (Pacho Ramos)
  - Add Audio to desktop categories (Patryk Zawadzki)
  - Correctly parse CDDA URLs (Matthew Martin)
  - Don't free the option context
* debian/control.in:
  - Change build-dep on libmusicbrainz3-dev
  - Also build-dep on libneon26-gnutls-dev and libdiscid0-dev for lmb3
* debian/watch:
  - Update for 2.25.x releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.61 for Sound Juicer 2.24.0.
 
3
# Generated by GNU Autoconf 2.61 for Sound Juicer 2.25.1.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='Sound Juicer'
730
730
PACKAGE_TARNAME='sound-juicer'
731
 
PACKAGE_VERSION='2.24.0'
732
 
PACKAGE_STRING='Sound Juicer 2.24.0'
 
731
PACKAGE_VERSION='2.25.1'
 
732
PACKAGE_STRING='Sound Juicer 2.25.1'
733
733
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer'
734
734
 
735
735
ac_unique_file="libjuicer/sj-extractor.c"
942
942
GST_INSPECT
943
943
MEDIA_PROFILES_CFLAGS
944
944
MEDIA_PROFILES_LIBS
 
945
CDIO_CFLAGS
 
946
CDIO_LIBS
 
947
HAVE_LIBCDIO_TRUE
 
948
HAVE_LIBCDIO_FALSE
 
949
MUSICBRAINZ3_CFLAGS
 
950
MUSICBRAINZ3_LIBS
 
951
HAVE_MUSICBRAINZ3_TRUE
 
952
HAVE_MUSICBRAINZ3_FALSE
945
953
MUSICBRAINZ_CFLAGS
946
954
MUSICBRAINZ_LIBS
947
 
CDIO_CFLAGS
948
 
CDIO_LIBS
949
 
HAVE_CDIO_TRUE
950
 
HAVE_CDIO_FALSE
951
 
TAGLIB_CFLAGS
952
 
TAGLIB_LIBS
953
 
HAVE_TAGLIB_TRUE
954
 
HAVE_TAGLIB_FALSE
 
955
GIO_CFLAGS
 
956
GIO_LIBS
955
957
GCONFTOOL
956
958
GCONF_SCHEMA_CONFIG_SOURCE
957
959
GCONF_SCHEMA_FILE_DIR
991
993
GSTREAMER_LIBS
992
994
MEDIA_PROFILES_CFLAGS
993
995
MEDIA_PROFILES_LIBS
 
996
CDIO_CFLAGS
 
997
CDIO_LIBS
 
998
MUSICBRAINZ3_CFLAGS
 
999
MUSICBRAINZ3_LIBS
994
1000
MUSICBRAINZ_CFLAGS
995
1001
MUSICBRAINZ_LIBS
996
 
CDIO_CFLAGS
997
 
CDIO_LIBS
998
 
TAGLIB_CFLAGS
999
 
TAGLIB_LIBS'
 
1002
GIO_CFLAGS
 
1003
GIO_LIBS'
1000
1004
 
1001
1005
 
1002
1006
# Initialize some variables set by options.
1499
1503
  # Omit some internal or obsolete options to make the list less imposing.
1500
1504
  # This message is too long to be a string in the A/UX 3.1 sh.
1501
1505
  cat <<_ACEOF
1502
 
\`configure' configures Sound Juicer 2.24.0 to adapt to many kinds of systems.
 
1506
\`configure' configures Sound Juicer 2.25.1 to adapt to many kinds of systems.
1503
1507
 
1504
1508
Usage: $0 [OPTION]... [VAR=VALUE]...
1505
1509
 
1569
1573
 
1570
1574
if test -n "$ac_init_help"; then
1571
1575
  case $ac_init_help in
1572
 
     short | recursive ) echo "Configuration of Sound Juicer 2.24.0:";;
 
1576
     short | recursive ) echo "Configuration of Sound Juicer 2.25.1:";;
1573
1577
   esac
1574
1578
  cat <<\_ACEOF
1575
1579
 
1640
1644
              C compiler flags for MEDIA_PROFILES, overriding pkg-config
1641
1645
  MEDIA_PROFILES_LIBS
1642
1646
              linker flags for MEDIA_PROFILES, overriding pkg-config
 
1647
  CDIO_CFLAGS C compiler flags for CDIO, overriding pkg-config
 
1648
  CDIO_LIBS   linker flags for CDIO, overriding pkg-config
 
1649
  MUSICBRAINZ3_CFLAGS
 
1650
              C compiler flags for MUSICBRAINZ3, overriding pkg-config
 
1651
  MUSICBRAINZ3_LIBS
 
1652
              linker flags for MUSICBRAINZ3, overriding pkg-config
1643
1653
  MUSICBRAINZ_CFLAGS
1644
1654
              C compiler flags for MUSICBRAINZ, overriding pkg-config
1645
1655
  MUSICBRAINZ_LIBS
1646
1656
              linker flags for MUSICBRAINZ, overriding pkg-config
1647
 
  CDIO_CFLAGS C compiler flags for CDIO, overriding pkg-config
1648
 
  CDIO_LIBS   linker flags for CDIO, overriding pkg-config
1649
 
  TAGLIB_CFLAGS
1650
 
              C compiler flags for TAGLIB, overriding pkg-config
1651
 
  TAGLIB_LIBS linker flags for TAGLIB, overriding pkg-config
 
1657
  GIO_CFLAGS  C compiler flags for GIO, overriding pkg-config
 
1658
  GIO_LIBS    linker flags for GIO, overriding pkg-config
1652
1659
 
1653
1660
Use these variables to override the choices made by `configure' or to help
1654
1661
it to find libraries and programs with nonstandard names/locations.
1714
1721
test -n "$ac_init_help" && exit $ac_status
1715
1722
if $ac_init_version; then
1716
1723
  cat <<\_ACEOF
1717
 
Sound Juicer configure 2.24.0
 
1724
Sound Juicer configure 2.25.1
1718
1725
generated by GNU Autoconf 2.61
1719
1726
 
1720
1727
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1728
1735
This file contains any messages produced by compilers while
1729
1736
running configure, to aid debugging if configure makes a mistake.
1730
1737
 
1731
 
It was created by Sound Juicer $as_me 2.24.0, which was
 
1738
It was created by Sound Juicer $as_me 2.25.1, which was
1732
1739
generated by GNU Autoconf 2.61.  Invocation command line was
1733
1740
 
1734
1741
  $ $0 $@
2421
2428
 
2422
2429
# Define the identity of the package.
2423
2430
 PACKAGE='sound-juicer'
2424
 
 VERSION='2.24.0'
 
2431
 VERSION='2.25.1'
2425
2432
 
2426
2433
 
2427
2434
cat >>confdefs.h <<_ACEOF
7346
7353
  ;;
7347
7354
*-*-irix6*)
7348
7355
  # Find out which ABI we are using.
7349
 
  echo '#line 7349 "configure"' > conftest.$ac_ext
 
7356
  echo '#line 7356 "configure"' > conftest.$ac_ext
7350
7357
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7351
7358
  (eval $ac_compile) 2>&5
7352
7359
  ac_status=$?
9457
9464
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9458
9465
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9459
9466
   -e 's:$: $lt_compiler_flag:'`
9460
 
   (eval echo "\"\$as_me:9460: $lt_compile\"" >&5)
 
9467
   (eval echo "\"\$as_me:9467: $lt_compile\"" >&5)
9461
9468
   (eval "$lt_compile" 2>conftest.err)
9462
9469
   ac_status=$?
9463
9470
   cat conftest.err >&5
9464
 
   echo "$as_me:9464: \$? = $ac_status" >&5
 
9471
   echo "$as_me:9471: \$? = $ac_status" >&5
9465
9472
   if (exit $ac_status) && test -s "$ac_outfile"; then
9466
9473
     # The compiler can only warn and ignore the option if not recognized
9467
9474
     # So say no if there are warnings other than the usual output.
9747
9754
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9748
9755
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9749
9756
   -e 's:$: $lt_compiler_flag:'`
9750
 
   (eval echo "\"\$as_me:9750: $lt_compile\"" >&5)
 
9757
   (eval echo "\"\$as_me:9757: $lt_compile\"" >&5)
9751
9758
   (eval "$lt_compile" 2>conftest.err)
9752
9759
   ac_status=$?
9753
9760
   cat conftest.err >&5
9754
 
   echo "$as_me:9754: \$? = $ac_status" >&5
 
9761
   echo "$as_me:9761: \$? = $ac_status" >&5
9755
9762
   if (exit $ac_status) && test -s "$ac_outfile"; then
9756
9763
     # The compiler can only warn and ignore the option if not recognized
9757
9764
     # So say no if there are warnings other than the usual output.
9851
9858
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9852
9859
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9853
9860
   -e 's:$: $lt_compiler_flag:'`
9854
 
   (eval echo "\"\$as_me:9854: $lt_compile\"" >&5)
 
9861
   (eval echo "\"\$as_me:9861: $lt_compile\"" >&5)
9855
9862
   (eval "$lt_compile" 2>out/conftest.err)
9856
9863
   ac_status=$?
9857
9864
   cat out/conftest.err >&5
9858
 
   echo "$as_me:9858: \$? = $ac_status" >&5
 
9865
   echo "$as_me:9865: \$? = $ac_status" >&5
9859
9866
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9860
9867
   then
9861
9868
     # The compiler can only warn and ignore the option if not recognized
12228
12235
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12229
12236
  lt_status=$lt_dlunknown
12230
12237
  cat > conftest.$ac_ext <<EOF
12231
 
#line 12231 "configure"
 
12238
#line 12238 "configure"
12232
12239
#include "confdefs.h"
12233
12240
 
12234
12241
#if HAVE_DLFCN_H
12328
12335
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12329
12336
  lt_status=$lt_dlunknown
12330
12337
  cat > conftest.$ac_ext <<EOF
12331
 
#line 12331 "configure"
 
12338
#line 12338 "configure"
12332
12339
#include "confdefs.h"
12333
12340
 
12334
12341
#if HAVE_DLFCN_H
14729
14736
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14730
14737
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14731
14738
   -e 's:$: $lt_compiler_flag:'`
14732
 
   (eval echo "\"\$as_me:14732: $lt_compile\"" >&5)
 
14739
   (eval echo "\"\$as_me:14739: $lt_compile\"" >&5)
14733
14740
   (eval "$lt_compile" 2>conftest.err)
14734
14741
   ac_status=$?
14735
14742
   cat conftest.err >&5
14736
 
   echo "$as_me:14736: \$? = $ac_status" >&5
 
14743
   echo "$as_me:14743: \$? = $ac_status" >&5
14737
14744
   if (exit $ac_status) && test -s "$ac_outfile"; then
14738
14745
     # The compiler can only warn and ignore the option if not recognized
14739
14746
     # So say no if there are warnings other than the usual output.
14833
14840
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14834
14841
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14835
14842
   -e 's:$: $lt_compiler_flag:'`
14836
 
   (eval echo "\"\$as_me:14836: $lt_compile\"" >&5)
 
14843
   (eval echo "\"\$as_me:14843: $lt_compile\"" >&5)
14837
14844
   (eval "$lt_compile" 2>out/conftest.err)
14838
14845
   ac_status=$?
14839
14846
   cat out/conftest.err >&5
14840
 
   echo "$as_me:14840: \$? = $ac_status" >&5
 
14847
   echo "$as_me:14847: \$? = $ac_status" >&5
14841
14848
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14842
14849
   then
14843
14850
     # The compiler can only warn and ignore the option if not recognized
16431
16438
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16432
16439
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16433
16440
   -e 's:$: $lt_compiler_flag:'`
16434
 
   (eval echo "\"\$as_me:16434: $lt_compile\"" >&5)
 
16441
   (eval echo "\"\$as_me:16441: $lt_compile\"" >&5)
16435
16442
   (eval "$lt_compile" 2>conftest.err)
16436
16443
   ac_status=$?
16437
16444
   cat conftest.err >&5
16438
 
   echo "$as_me:16438: \$? = $ac_status" >&5
 
16445
   echo "$as_me:16445: \$? = $ac_status" >&5
16439
16446
   if (exit $ac_status) && test -s "$ac_outfile"; then
16440
16447
     # The compiler can only warn and ignore the option if not recognized
16441
16448
     # So say no if there are warnings other than the usual output.
16535
16542
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16536
16543
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16537
16544
   -e 's:$: $lt_compiler_flag:'`
16538
 
   (eval echo "\"\$as_me:16538: $lt_compile\"" >&5)
 
16545
   (eval echo "\"\$as_me:16545: $lt_compile\"" >&5)
16539
16546
   (eval "$lt_compile" 2>out/conftest.err)
16540
16547
   ac_status=$?
16541
16548
   cat out/conftest.err >&5
16542
 
   echo "$as_me:16542: \$? = $ac_status" >&5
 
16549
   echo "$as_me:16549: \$? = $ac_status" >&5
16543
16550
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16544
16551
   then
16545
16552
     # The compiler can only warn and ignore the option if not recognized
18755
18762
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
18756
18763
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18757
18764
   -e 's:$: $lt_compiler_flag:'`
18758
 
   (eval echo "\"\$as_me:18758: $lt_compile\"" >&5)
 
18765
   (eval echo "\"\$as_me:18765: $lt_compile\"" >&5)
18759
18766
   (eval "$lt_compile" 2>conftest.err)
18760
18767
   ac_status=$?
18761
18768
   cat conftest.err >&5
18762
 
   echo "$as_me:18762: \$? = $ac_status" >&5
 
18769
   echo "$as_me:18769: \$? = $ac_status" >&5
18763
18770
   if (exit $ac_status) && test -s "$ac_outfile"; then
18764
18771
     # The compiler can only warn and ignore the option if not recognized
18765
18772
     # So say no if there are warnings other than the usual output.
19045
19052
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
19046
19053
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19047
19054
   -e 's:$: $lt_compiler_flag:'`
19048
 
   (eval echo "\"\$as_me:19048: $lt_compile\"" >&5)
 
19055
   (eval echo "\"\$as_me:19055: $lt_compile\"" >&5)
19049
19056
   (eval "$lt_compile" 2>conftest.err)
19050
19057
   ac_status=$?
19051
19058
   cat conftest.err >&5
19052
 
   echo "$as_me:19052: \$? = $ac_status" >&5
 
19059
   echo "$as_me:19059: \$? = $ac_status" >&5
19053
19060
   if (exit $ac_status) && test -s "$ac_outfile"; then
19054
19061
     # The compiler can only warn and ignore the option if not recognized
19055
19062
     # So say no if there are warnings other than the usual output.
19149
19156
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
19150
19157
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19151
19158
   -e 's:$: $lt_compiler_flag:'`
19152
 
   (eval echo "\"\$as_me:19152: $lt_compile\"" >&5)
 
19159
   (eval echo "\"\$as_me:19159: $lt_compile\"" >&5)
19153
19160
   (eval "$lt_compile" 2>out/conftest.err)
19154
19161
   ac_status=$?
19155
19162
   cat out/conftest.err >&5
19156
 
   echo "$as_me:19156: \$? = $ac_status" >&5
 
19163
   echo "$as_me:19163: \$? = $ac_status" >&5
19157
19164
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
19158
19165
   then
19159
19166
     # The compiler can only warn and ignore the option if not recognized
23810
23817
 
23811
23818
 
23812
23819
 
23813
 
# Find MusicBrainz
 
23820
# Find optional libcdio
 
23821
 
 
23822
pkg_failed=no
 
23823
{ echo "$as_me:$LINENO: checking for CDIO" >&5
 
23824
echo $ECHO_N "checking for CDIO... $ECHO_C" >&6; }
 
23825
 
 
23826
if test -n "$PKG_CONFIG"; then
 
23827
    if test -n "$CDIO_CFLAGS"; then
 
23828
        pkg_cv_CDIO_CFLAGS="$CDIO_CFLAGS"
 
23829
    else
 
23830
        if test -n "$PKG_CONFIG" && \
 
23831
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcdio >= 0.70\"") >&5
 
23832
  ($PKG_CONFIG --exists --print-errors "libcdio >= 0.70") 2>&5
 
23833
  ac_status=$?
 
23834
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23835
  (exit $ac_status); }; then
 
23836
  pkg_cv_CDIO_CFLAGS=`$PKG_CONFIG --cflags "libcdio >= 0.70" 2>/dev/null`
 
23837
else
 
23838
  pkg_failed=yes
 
23839
fi
 
23840
    fi
 
23841
else
 
23842
        pkg_failed=untried
 
23843
fi
 
23844
if test -n "$PKG_CONFIG"; then
 
23845
    if test -n "$CDIO_LIBS"; then
 
23846
        pkg_cv_CDIO_LIBS="$CDIO_LIBS"
 
23847
    else
 
23848
        if test -n "$PKG_CONFIG" && \
 
23849
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcdio >= 0.70\"") >&5
 
23850
  ($PKG_CONFIG --exists --print-errors "libcdio >= 0.70") 2>&5
 
23851
  ac_status=$?
 
23852
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23853
  (exit $ac_status); }; then
 
23854
  pkg_cv_CDIO_LIBS=`$PKG_CONFIG --libs "libcdio >= 0.70" 2>/dev/null`
 
23855
else
 
23856
  pkg_failed=yes
 
23857
fi
 
23858
    fi
 
23859
else
 
23860
        pkg_failed=untried
 
23861
fi
 
23862
 
 
23863
 
 
23864
 
 
23865
if test $pkg_failed = yes; then
 
23866
 
 
23867
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
23868
        _pkg_short_errors_supported=yes
 
23869
else
 
23870
        _pkg_short_errors_supported=no
 
23871
fi
 
23872
        if test $_pkg_short_errors_supported = yes; then
 
23873
                CDIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcdio >= 0.70"`
 
23874
        else
 
23875
                CDIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcdio >= 0.70"`
 
23876
        fi
 
23877
        # Put the nasty error message in config.log where it belongs
 
23878
        echo "$CDIO_PKG_ERRORS" >&5
 
23879
 
 
23880
        { echo "$as_me:$LINENO: result: no" >&5
 
23881
echo "${ECHO_T}no" >&6; }
 
23882
                have_cdio=no
 
23883
elif test $pkg_failed = untried; then
 
23884
        have_cdio=no
 
23885
else
 
23886
        CDIO_CFLAGS=$pkg_cv_CDIO_CFLAGS
 
23887
        CDIO_LIBS=$pkg_cv_CDIO_LIBS
 
23888
        { echo "$as_me:$LINENO: result: yes" >&5
 
23889
echo "${ECHO_T}yes" >&6; }
 
23890
        have_cdio=yes
 
23891
fi
 
23892
 
 
23893
 
 
23894
 if test "$have_cdio" = "yes"; then
 
23895
  HAVE_LIBCDIO_TRUE=
 
23896
  HAVE_LIBCDIO_FALSE='#'
 
23897
else
 
23898
  HAVE_LIBCDIO_TRUE='#'
 
23899
  HAVE_LIBCDIO_FALSE=
 
23900
fi
 
23901
 
 
23902
if test "$have_cdio" = "yes" ; then
 
23903
 
 
23904
cat >>confdefs.h <<\_ACEOF
 
23905
#define HAVE_LIBCDIO 1
 
23906
_ACEOF
 
23907
 
 
23908
fi
 
23909
 
 
23910
# Find optional MusicBrainz3 and required Musicbrainz2
 
23911
 
 
23912
pkg_failed=no
 
23913
{ echo "$as_me:$LINENO: checking for MUSICBRAINZ3" >&5
 
23914
echo $ECHO_N "checking for MUSICBRAINZ3... $ECHO_C" >&6; }
 
23915
 
 
23916
if test -n "$PKG_CONFIG"; then
 
23917
    if test -n "$MUSICBRAINZ3_CFLAGS"; then
 
23918
        pkg_cv_MUSICBRAINZ3_CFLAGS="$MUSICBRAINZ3_CFLAGS"
 
23919
    else
 
23920
        if test -n "$PKG_CONFIG" && \
 
23921
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz3\"") >&5
 
23922
  ($PKG_CONFIG --exists --print-errors "libmusicbrainz3") 2>&5
 
23923
  ac_status=$?
 
23924
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23925
  (exit $ac_status); }; then
 
23926
  pkg_cv_MUSICBRAINZ3_CFLAGS=`$PKG_CONFIG --cflags "libmusicbrainz3" 2>/dev/null`
 
23927
else
 
23928
  pkg_failed=yes
 
23929
fi
 
23930
    fi
 
23931
else
 
23932
        pkg_failed=untried
 
23933
fi
 
23934
if test -n "$PKG_CONFIG"; then
 
23935
    if test -n "$MUSICBRAINZ3_LIBS"; then
 
23936
        pkg_cv_MUSICBRAINZ3_LIBS="$MUSICBRAINZ3_LIBS"
 
23937
    else
 
23938
        if test -n "$PKG_CONFIG" && \
 
23939
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmusicbrainz3\"") >&5
 
23940
  ($PKG_CONFIG --exists --print-errors "libmusicbrainz3") 2>&5
 
23941
  ac_status=$?
 
23942
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23943
  (exit $ac_status); }; then
 
23944
  pkg_cv_MUSICBRAINZ3_LIBS=`$PKG_CONFIG --libs "libmusicbrainz3" 2>/dev/null`
 
23945
else
 
23946
  pkg_failed=yes
 
23947
fi
 
23948
    fi
 
23949
else
 
23950
        pkg_failed=untried
 
23951
fi
 
23952
 
 
23953
 
 
23954
 
 
23955
if test $pkg_failed = yes; then
 
23956
 
 
23957
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
23958
        _pkg_short_errors_supported=yes
 
23959
else
 
23960
        _pkg_short_errors_supported=no
 
23961
fi
 
23962
        if test $_pkg_short_errors_supported = yes; then
 
23963
                MUSICBRAINZ3_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libmusicbrainz3"`
 
23964
        else
 
23965
                MUSICBRAINZ3_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libmusicbrainz3"`
 
23966
        fi
 
23967
        # Put the nasty error message in config.log where it belongs
 
23968
        echo "$MUSICBRAINZ3_PKG_ERRORS" >&5
 
23969
 
 
23970
        { echo "$as_me:$LINENO: result: no" >&5
 
23971
echo "${ECHO_T}no" >&6; }
 
23972
                have_mb3=no
 
23973
elif test $pkg_failed = untried; then
 
23974
        have_mb3=no
 
23975
else
 
23976
        MUSICBRAINZ3_CFLAGS=$pkg_cv_MUSICBRAINZ3_CFLAGS
 
23977
        MUSICBRAINZ3_LIBS=$pkg_cv_MUSICBRAINZ3_LIBS
 
23978
        { echo "$as_me:$LINENO: result: yes" >&5
 
23979
echo "${ECHO_T}yes" >&6; }
 
23980
        have_mb3=yes
 
23981
fi
 
23982
 
 
23983
 
 
23984
 if test "$have_mb3" = "yes"; then
 
23985
  HAVE_MUSICBRAINZ3_TRUE=
 
23986
  HAVE_MUSICBRAINZ3_FALSE='#'
 
23987
else
 
23988
  HAVE_MUSICBRAINZ3_TRUE='#'
 
23989
  HAVE_MUSICBRAINZ3_FALSE=
 
23990
fi
 
23991
 
 
23992
if test "$have_mb3" = "yes" ; then
 
23993
 
 
23994
cat >>confdefs.h <<\_ACEOF
 
23995
#define HAVE_MUSIZBRAINZ3 1
 
23996
_ACEOF
 
23997
 
 
23998
fi
 
23999
 
23814
24000
 
23815
24001
pkg_failed=no
23816
24002
{ echo "$as_me:$LINENO: checking for MUSICBRAINZ" >&5
24023
24209
 
24024
24210
LIBS="$oldlibs"
24025
24211
 
24026
 
# Find the optional dependency libcdio
24027
 
 
24028
 
pkg_failed=no
24029
 
{ echo "$as_me:$LINENO: checking for CDIO" >&5
24030
 
echo $ECHO_N "checking for CDIO... $ECHO_C" >&6; }
24031
 
 
24032
 
if test -n "$PKG_CONFIG"; then
24033
 
    if test -n "$CDIO_CFLAGS"; then
24034
 
        pkg_cv_CDIO_CFLAGS="$CDIO_CFLAGS"
24035
 
    else
24036
 
        if test -n "$PKG_CONFIG" && \
24037
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcdio >= 0.70\"") >&5
24038
 
  ($PKG_CONFIG --exists --print-errors "libcdio >= 0.70") 2>&5
24039
 
  ac_status=$?
24040
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24041
 
  (exit $ac_status); }; then
24042
 
  pkg_cv_CDIO_CFLAGS=`$PKG_CONFIG --cflags "libcdio >= 0.70" 2>/dev/null`
24043
 
else
24044
 
  pkg_failed=yes
24045
 
fi
24046
 
    fi
24047
 
else
24048
 
        pkg_failed=untried
24049
 
fi
24050
 
if test -n "$PKG_CONFIG"; then
24051
 
    if test -n "$CDIO_LIBS"; then
24052
 
        pkg_cv_CDIO_LIBS="$CDIO_LIBS"
24053
 
    else
24054
 
        if test -n "$PKG_CONFIG" && \
24055
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcdio >= 0.70\"") >&5
24056
 
  ($PKG_CONFIG --exists --print-errors "libcdio >= 0.70") 2>&5
24057
 
  ac_status=$?
24058
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24059
 
  (exit $ac_status); }; then
24060
 
  pkg_cv_CDIO_LIBS=`$PKG_CONFIG --libs "libcdio >= 0.70" 2>/dev/null`
24061
 
else
24062
 
  pkg_failed=yes
24063
 
fi
24064
 
    fi
24065
 
else
24066
 
        pkg_failed=untried
24067
 
fi
24068
 
 
24069
 
 
24070
 
 
24071
 
if test $pkg_failed = yes; then
24072
 
 
24073
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24074
 
        _pkg_short_errors_supported=yes
24075
 
else
24076
 
        _pkg_short_errors_supported=no
24077
 
fi
24078
 
        if test $_pkg_short_errors_supported = yes; then
24079
 
                CDIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcdio >= 0.70"`
24080
 
        else
24081
 
                CDIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcdio >= 0.70"`
24082
 
        fi
24083
 
        # Put the nasty error message in config.log where it belongs
24084
 
        echo "$CDIO_PKG_ERRORS" >&5
24085
 
 
24086
 
        { echo "$as_me:$LINENO: result: no" >&5
24087
 
echo "${ECHO_T}no" >&6; }
24088
 
                have_cdio=no
24089
 
elif test $pkg_failed = untried; then
24090
 
        have_cdio=no
24091
 
else
24092
 
        CDIO_CFLAGS=$pkg_cv_CDIO_CFLAGS
24093
 
        CDIO_LIBS=$pkg_cv_CDIO_LIBS
24094
 
        { echo "$as_me:$LINENO: result: yes" >&5
24095
 
echo "${ECHO_T}yes" >&6; }
24096
 
        have_cdio=yes
24097
 
fi
24098
 
 
24099
 
 
24100
 
 
24101
 
if test "$have_cdio" != "yes"; then
24102
 
        { echo "$as_me:$LINENO: WARNING: libcdio not found, cannot get track names from CD-TEXT" >&5
24103
 
echo "$as_me: WARNING: libcdio not found, cannot get track names from CD-TEXT" >&2;}
24104
 
fi
24105
 
 
24106
 
 if test "$have_cdio" = "yes"; then
24107
 
  HAVE_CDIO_TRUE=
24108
 
  HAVE_CDIO_FALSE='#'
24109
 
else
24110
 
  HAVE_CDIO_TRUE='#'
24111
 
  HAVE_CDIO_FALSE=
24112
 
fi
24113
 
 
24114
 
 
24115
 
# Find TagLib for the internal copy of id3mux
24116
 
 
24117
 
pkg_failed=no
24118
 
{ echo "$as_me:$LINENO: checking for TAGLIB" >&5
24119
 
echo $ECHO_N "checking for TAGLIB... $ECHO_C" >&6; }
24120
 
 
24121
 
if test -n "$PKG_CONFIG"; then
24122
 
    if test -n "$TAGLIB_CFLAGS"; then
24123
 
        pkg_cv_TAGLIB_CFLAGS="$TAGLIB_CFLAGS"
24124
 
    else
24125
 
        if test -n "$PKG_CONFIG" && \
24126
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"taglib\"") >&5
24127
 
  ($PKG_CONFIG --exists --print-errors "taglib") 2>&5
24128
 
  ac_status=$?
24129
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24130
 
  (exit $ac_status); }; then
24131
 
  pkg_cv_TAGLIB_CFLAGS=`$PKG_CONFIG --cflags "taglib" 2>/dev/null`
24132
 
else
24133
 
  pkg_failed=yes
24134
 
fi
24135
 
    fi
24136
 
else
24137
 
        pkg_failed=untried
24138
 
fi
24139
 
if test -n "$PKG_CONFIG"; then
24140
 
    if test -n "$TAGLIB_LIBS"; then
24141
 
        pkg_cv_TAGLIB_LIBS="$TAGLIB_LIBS"
24142
 
    else
24143
 
        if test -n "$PKG_CONFIG" && \
24144
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"taglib\"") >&5
24145
 
  ($PKG_CONFIG --exists --print-errors "taglib") 2>&5
24146
 
  ac_status=$?
24147
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24148
 
  (exit $ac_status); }; then
24149
 
  pkg_cv_TAGLIB_LIBS=`$PKG_CONFIG --libs "taglib" 2>/dev/null`
24150
 
else
24151
 
  pkg_failed=yes
24152
 
fi
24153
 
    fi
24154
 
else
24155
 
        pkg_failed=untried
24156
 
fi
24157
 
 
24158
 
 
24159
 
 
24160
 
if test $pkg_failed = yes; then
24161
 
 
24162
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24163
 
        _pkg_short_errors_supported=yes
24164
 
else
24165
 
        _pkg_short_errors_supported=no
24166
 
fi
24167
 
        if test $_pkg_short_errors_supported = yes; then
24168
 
                TAGLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "taglib"`
24169
 
        else
24170
 
                TAGLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "taglib"`
24171
 
        fi
24172
 
        # Put the nasty error message in config.log where it belongs
24173
 
        echo "$TAGLIB_PKG_ERRORS" >&5
24174
 
 
24175
 
        { echo "$as_me:$LINENO: result: no" >&5
24176
 
echo "${ECHO_T}no" >&6; }
24177
 
                have_taglib=no
24178
 
elif test $pkg_failed = untried; then
24179
 
        have_taglib=no
24180
 
else
24181
 
        TAGLIB_CFLAGS=$pkg_cv_TAGLIB_CFLAGS
24182
 
        TAGLIB_LIBS=$pkg_cv_TAGLIB_LIBS
24183
 
        { echo "$as_me:$LINENO: result: yes" >&5
24184
 
echo "${ECHO_T}yes" >&6; }
24185
 
        have_taglib=yes
24186
 
fi
24187
 
 
24188
 
 
24189
 
 
24190
 
if test "$have_taglib" != "yes"; then
24191
 
        { echo "$as_me:$LINENO: WARNING: taglib not found, cannot handle missing id3mux" >&5
24192
 
echo "$as_me: WARNING: taglib not found, cannot handle missing id3mux" >&2;}
24193
 
fi
24194
 
 
24195
 
 if test "$have_taglib" = "yes"; then
24196
 
  HAVE_TAGLIB_TRUE=
24197
 
  HAVE_TAGLIB_FALSE='#'
24198
 
else
24199
 
  HAVE_TAGLIB_TRUE='#'
24200
 
  HAVE_TAGLIB_FALSE=
24201
 
fi
 
24212
# Find gio for the metadata extractor
 
24213
 
 
24214
pkg_failed=no
 
24215
{ echo "$as_me:$LINENO: checking for GIO" >&5
 
24216
echo $ECHO_N "checking for GIO... $ECHO_C" >&6; }
 
24217
 
 
24218
if test -n "$PKG_CONFIG"; then
 
24219
    if test -n "$GIO_CFLAGS"; then
 
24220
        pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
 
24221
    else
 
24222
        if test -n "$PKG_CONFIG" && \
 
24223
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
24224
  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
 
24225
  ac_status=$?
 
24226
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24227
  (exit $ac_status); }; then
 
24228
  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
 
24229
else
 
24230
  pkg_failed=yes
 
24231
fi
 
24232
    fi
 
24233
else
 
24234
        pkg_failed=untried
 
24235
fi
 
24236
if test -n "$PKG_CONFIG"; then
 
24237
    if test -n "$GIO_LIBS"; then
 
24238
        pkg_cv_GIO_LIBS="$GIO_LIBS"
 
24239
    else
 
24240
        if test -n "$PKG_CONFIG" && \
 
24241
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
24242
  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
 
24243
  ac_status=$?
 
24244
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24245
  (exit $ac_status); }; then
 
24246
  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
 
24247
else
 
24248
  pkg_failed=yes
 
24249
fi
 
24250
    fi
 
24251
else
 
24252
        pkg_failed=untried
 
24253
fi
 
24254
 
 
24255
 
 
24256
 
 
24257
if test $pkg_failed = yes; then
 
24258
 
 
24259
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
24260
        _pkg_short_errors_supported=yes
 
24261
else
 
24262
        _pkg_short_errors_supported=no
 
24263
fi
 
24264
        if test $_pkg_short_errors_supported = yes; then
 
24265
                GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gio-2.0"`
 
24266
        else
 
24267
                GIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gio-2.0"`
 
24268
        fi
 
24269
        # Put the nasty error message in config.log where it belongs
 
24270
        echo "$GIO_PKG_ERRORS" >&5
 
24271
 
 
24272
        { { echo "$as_me:$LINENO: error: Package requirements (gio-2.0) were not met:
 
24273
 
 
24274
$GIO_PKG_ERRORS
 
24275
 
 
24276
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
24277
installed software in a non-standard prefix.
 
24278
 
 
24279
Alternatively, you may set the environment variables GIO_CFLAGS
 
24280
and GIO_LIBS to avoid the need to call pkg-config.
 
24281
See the pkg-config man page for more details.
 
24282
" >&5
 
24283
echo "$as_me: error: Package requirements (gio-2.0) were not met:
 
24284
 
 
24285
$GIO_PKG_ERRORS
 
24286
 
 
24287
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
24288
installed software in a non-standard prefix.
 
24289
 
 
24290
Alternatively, you may set the environment variables GIO_CFLAGS
 
24291
and GIO_LIBS to avoid the need to call pkg-config.
 
24292
See the pkg-config man page for more details.
 
24293
" >&2;}
 
24294
   { (exit 1); exit 1; }; }
 
24295
elif test $pkg_failed = untried; then
 
24296
        { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
24297
is in your PATH or set the PKG_CONFIG environment variable to the full
 
24298
path to pkg-config.
 
24299
 
 
24300
Alternatively, you may set the environment variables GIO_CFLAGS
 
24301
and GIO_LIBS to avoid the need to call pkg-config.
 
24302
See the pkg-config man page for more details.
 
24303
 
 
24304
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
24305
See \`config.log' for more details." >&5
 
24306
echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
24307
is in your PATH or set the PKG_CONFIG environment variable to the full
 
24308
path to pkg-config.
 
24309
 
 
24310
Alternatively, you may set the environment variables GIO_CFLAGS
 
24311
and GIO_LIBS to avoid the need to call pkg-config.
 
24312
See the pkg-config man page for more details.
 
24313
 
 
24314
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
24315
See \`config.log' for more details." >&2;}
 
24316
   { (exit 1); exit 1; }; }
 
24317
else
 
24318
        GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
 
24319
        GIO_LIBS=$pkg_cv_GIO_LIBS
 
24320
        { echo "$as_me:$LINENO: result: yes" >&5
 
24321
echo "${ECHO_T}yes" >&6; }
 
24322
        :
 
24323
fi
 
24324
 
24202
24325
 
24203
24326
 
24204
24327
# Find how and where to put the GConf schemas
24475
24598
Usually this means the macro was only invoked conditionally." >&2;}
24476
24599
   { (exit 1); exit 1; }; }
24477
24600
fi
24478
 
if test -z "${HAVE_CDIO_TRUE}" && test -z "${HAVE_CDIO_FALSE}"; then
24479
 
  { { echo "$as_me:$LINENO: error: conditional \"HAVE_CDIO\" was never defined.
 
24601
if test -z "${HAVE_LIBCDIO_TRUE}" && test -z "${HAVE_LIBCDIO_FALSE}"; then
 
24602
  { { echo "$as_me:$LINENO: error: conditional \"HAVE_LIBCDIO\" was never defined.
24480
24603
Usually this means the macro was only invoked conditionally." >&5
24481
 
echo "$as_me: error: conditional \"HAVE_CDIO\" was never defined.
 
24604
echo "$as_me: error: conditional \"HAVE_LIBCDIO\" was never defined.
24482
24605
Usually this means the macro was only invoked conditionally." >&2;}
24483
24606
   { (exit 1); exit 1; }; }
24484
24607
fi
24485
 
if test -z "${HAVE_TAGLIB_TRUE}" && test -z "${HAVE_TAGLIB_FALSE}"; then
24486
 
  { { echo "$as_me:$LINENO: error: conditional \"HAVE_TAGLIB\" was never defined.
 
24608
if test -z "${HAVE_MUSICBRAINZ3_TRUE}" && test -z "${HAVE_MUSICBRAINZ3_FALSE}"; then
 
24609
  { { echo "$as_me:$LINENO: error: conditional \"HAVE_MUSICBRAINZ3\" was never defined.
24487
24610
Usually this means the macro was only invoked conditionally." >&5
24488
 
echo "$as_me: error: conditional \"HAVE_TAGLIB\" was never defined.
 
24611
echo "$as_me: error: conditional \"HAVE_MUSICBRAINZ3\" was never defined.
24489
24612
Usually this means the macro was only invoked conditionally." >&2;}
24490
24613
   { (exit 1); exit 1; }; }
24491
24614
fi
24796
24919
# report actual input values of CONFIG_FILES etc. instead of their
24797
24920
# values after options handling.
24798
24921
ac_log="
24799
 
This file was extended by Sound Juicer $as_me 2.24.0, which was
 
24922
This file was extended by Sound Juicer $as_me 2.25.1, which was
24800
24923
generated by GNU Autoconf 2.61.  Invocation command line was
24801
24924
 
24802
24925
  CONFIG_FILES    = $CONFIG_FILES
24849
24972
_ACEOF
24850
24973
cat >>$CONFIG_STATUS <<_ACEOF
24851
24974
ac_cs_version="\\
24852
 
Sound Juicer config.status 2.24.0
 
24975
Sound Juicer config.status 2.25.1
24853
24976
configured by $0, generated by GNU Autoconf 2.61,
24854
24977
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24855
24978
 
25254
25377
GST_INSPECT!$GST_INSPECT$ac_delim
25255
25378
MEDIA_PROFILES_CFLAGS!$MEDIA_PROFILES_CFLAGS$ac_delim
25256
25379
MEDIA_PROFILES_LIBS!$MEDIA_PROFILES_LIBS$ac_delim
 
25380
CDIO_CFLAGS!$CDIO_CFLAGS$ac_delim
 
25381
CDIO_LIBS!$CDIO_LIBS$ac_delim
 
25382
HAVE_LIBCDIO_TRUE!$HAVE_LIBCDIO_TRUE$ac_delim
 
25383
HAVE_LIBCDIO_FALSE!$HAVE_LIBCDIO_FALSE$ac_delim
 
25384
MUSICBRAINZ3_CFLAGS!$MUSICBRAINZ3_CFLAGS$ac_delim
 
25385
MUSICBRAINZ3_LIBS!$MUSICBRAINZ3_LIBS$ac_delim
 
25386
HAVE_MUSICBRAINZ3_TRUE!$HAVE_MUSICBRAINZ3_TRUE$ac_delim
 
25387
HAVE_MUSICBRAINZ3_FALSE!$HAVE_MUSICBRAINZ3_FALSE$ac_delim
25257
25388
MUSICBRAINZ_CFLAGS!$MUSICBRAINZ_CFLAGS$ac_delim
25258
25389
MUSICBRAINZ_LIBS!$MUSICBRAINZ_LIBS$ac_delim
25259
 
CDIO_CFLAGS!$CDIO_CFLAGS$ac_delim
25260
 
CDIO_LIBS!$CDIO_LIBS$ac_delim
25261
 
HAVE_CDIO_TRUE!$HAVE_CDIO_TRUE$ac_delim
25262
 
HAVE_CDIO_FALSE!$HAVE_CDIO_FALSE$ac_delim
25263
 
TAGLIB_CFLAGS!$TAGLIB_CFLAGS$ac_delim
25264
 
TAGLIB_LIBS!$TAGLIB_LIBS$ac_delim
25265
 
HAVE_TAGLIB_TRUE!$HAVE_TAGLIB_TRUE$ac_delim
25266
 
HAVE_TAGLIB_FALSE!$HAVE_TAGLIB_FALSE$ac_delim
 
25390
GIO_CFLAGS!$GIO_CFLAGS$ac_delim
 
25391
GIO_LIBS!$GIO_LIBS$ac_delim
25267
25392
GCONFTOOL!$GCONFTOOL$ac_delim
25268
25393
GCONF_SCHEMA_CONFIG_SOURCE!$GCONF_SCHEMA_CONFIG_SOURCE$ac_delim
25269
25394
GCONF_SCHEMA_FILE_DIR!$GCONF_SCHEMA_FILE_DIR$ac_delim
25273
25398
AM_CPPFLAGS!$AM_CPPFLAGS$ac_delim
25274
25399
AM_CFLAGS!$AM_CFLAGS$ac_delim
25275
25400
AM_CXXFLAGS!$AM_CXXFLAGS$ac_delim
 
25401
_ACEOF
 
25402
 
 
25403
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
25404
    break
 
25405
  elif $ac_last_try; then
 
25406
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
25407
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
25408
   { (exit 1); exit 1; }; }
 
25409
  else
 
25410
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
25411
  fi
 
25412
done
 
25413
 
 
25414
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
25415
if test -n "$ac_eof"; then
 
25416
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
25417
  ac_eof=`expr $ac_eof + 1`
 
25418
fi
 
25419
 
 
25420
cat >>$CONFIG_STATUS <<_ACEOF
 
25421
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
25422
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
25423
_ACEOF
 
25424
sed '
 
25425
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
25426
s/^/s,@/; s/!/@,|#_!!_#|/
 
25427
:n
 
25428
t n
 
25429
s/'"$ac_delim"'$/,g/; t
 
25430
s/$/\\/; p
 
25431
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
25432
' >>$CONFIG_STATUS <conf$$subs.sed
 
25433
rm -f conf$$subs.sed
 
25434
cat >>$CONFIG_STATUS <<_ACEOF
 
25435
CEOF$ac_eof
 
25436
_ACEOF
 
25437
 
 
25438
 
 
25439
ac_delim='%!_!# '
 
25440
for ac_last_try in false false false false false :; do
 
25441
  cat >conf$$subs.sed <<_ACEOF
25276
25442
AM_LDFLAGS!$AM_LDFLAGS$ac_delim
25277
25443
LIBOBJS!$LIBOBJS$ac_delim
25278
 
_ACEOF
25279
 
 
25280
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
25281
 
    break
25282
 
  elif $ac_last_try; then
25283
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25284
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25285
 
   { (exit 1); exit 1; }; }
25286
 
  else
25287
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
25288
 
  fi
25289
 
done
25290
 
 
25291
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
25292
 
if test -n "$ac_eof"; then
25293
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
25294
 
  ac_eof=`expr $ac_eof + 1`
25295
 
fi
25296
 
 
25297
 
cat >>$CONFIG_STATUS <<_ACEOF
25298
 
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
25299
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25300
 
_ACEOF
25301
 
sed '
25302
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25303
 
s/^/s,@/; s/!/@,|#_!!_#|/
25304
 
:n
25305
 
t n
25306
 
s/'"$ac_delim"'$/,g/; t
25307
 
s/$/\\/; p
25308
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25309
 
' >>$CONFIG_STATUS <conf$$subs.sed
25310
 
rm -f conf$$subs.sed
25311
 
cat >>$CONFIG_STATUS <<_ACEOF
25312
 
CEOF$ac_eof
25313
 
_ACEOF
25314
 
 
25315
 
 
25316
 
ac_delim='%!_!# '
25317
 
for ac_last_try in false false false false false :; do
25318
 
  cat >conf$$subs.sed <<_ACEOF
25319
25444
LTLIBOBJS!$LTLIBOBJS$ac_delim
25320
25445
_ACEOF
25321
25446
 
25322
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 1; then
 
25447
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 3; then
25323
25448
    break
25324
25449
  elif $ac_last_try; then
25325
25450
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5