~ubuntu-branches/ubuntu/gutsy/sound-juicer/gutsy-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-14 13:21:20 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514132120-lbw7f1a281yxhpjx
Tags: 2.19.1-0ubuntu1
* New upstream version:
  - Fix type names, which caused an assertion on startup
  - Fix profile checking, which caused SJ to fail to parse any profiles
  - Fix error handling when using errno

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.16.4.
 
3
# Generated by GNU Autoconf 2.61 for Sound Juicer 2.19.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.16.4'
732
 
PACKAGE_STRING='Sound Juicer 2.16.4'
 
731
PACKAGE_VERSION='2.19.1'
 
732
PACKAGE_STRING='Sound Juicer 2.19.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"
827
827
AMTAR
828
828
am__tar
829
829
am__untar
830
 
MAINTAINER_MODE_TRUE
831
 
MAINTAINER_MODE_FALSE
832
 
MAINT
833
830
ACLOCAL_AMFLAGS
834
831
GETTEXT_PACKAGE
835
832
CC
919
916
ALL_LINGUAS
920
917
WARN_CFLAGS
921
918
WARN_CXXFLAGS
 
919
MAINTAINER_MODE_TRUE
 
920
MAINTAINER_MODE_FALSE
 
921
MAINT
922
922
DISABLE_DEPRECATED
923
923
PKG_CONFIG
924
924
HELP_DIR
1496
1496
  # Omit some internal or obsolete options to make the list less imposing.
1497
1497
  # This message is too long to be a string in the A/UX 3.1 sh.
1498
1498
  cat <<_ACEOF
1499
 
\`configure' configures Sound Juicer 2.16.4 to adapt to many kinds of systems.
 
1499
\`configure' configures Sound Juicer 2.19.1 to adapt to many kinds of systems.
1500
1500
 
1501
1501
Usage: $0 [OPTION]... [VAR=VALUE]...
1502
1502
 
1566
1566
 
1567
1567
if test -n "$ac_init_help"; then
1568
1568
  case $ac_init_help in
1569
 
     short | recursive ) echo "Configuration of Sound Juicer 2.16.4:";;
 
1569
     short | recursive ) echo "Configuration of Sound Juicer 2.19.1:";;
1570
1570
   esac
1571
1571
  cat <<\_ACEOF
1572
1572
 
1573
1573
Optional Features:
1574
1574
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1575
1575
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1576
 
  --enable-maintainer-mode  enable make rules and dependencies not useful
1577
 
                          (and sometimes confusing) to the casual installer
1578
1576
  --disable-dependency-tracking  speeds up one-time build
1579
1577
  --enable-dependency-tracking   do not reject slow dependency extractors
1580
1578
  --enable-shared[=PKGS]  build shared libraries [default=yes]
1590
1588
 
1591
1589
  --enable-iso-cxx        Try to warn if code is not ISO C++
1592
1590
  --enable-debug          turn on debugging
 
1591
  --enable-maintainer-mode  enable make rules and dependencies not useful
 
1592
                          (and sometimes confusing) to the casual installer
1593
1593
  --disable-scrollkeeper  do not make updates to the scrollkeeper database
1594
1594
  --disable-schemas-install     Disable the schemas installation
1595
1595
  --enable-deprecations   enable deprecation warnings [default=no]
1711
1711
test -n "$ac_init_help" && exit $ac_status
1712
1712
if $ac_init_version; then
1713
1713
  cat <<\_ACEOF
1714
 
Sound Juicer configure 2.16.4
 
1714
Sound Juicer configure 2.19.1
1715
1715
generated by GNU Autoconf 2.61
1716
1716
 
1717
1717
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1725
1725
This file contains any messages produced by compilers while
1726
1726
running configure, to aid debugging if configure makes a mistake.
1727
1727
 
1728
 
It was created by Sound Juicer $as_me 2.16.4, which was
 
1728
It was created by Sound Juicer $as_me 2.19.1, which was
1729
1729
generated by GNU Autoconf 2.61.  Invocation command line was
1730
1730
 
1731
1731
  $ $0 $@
2398
2398
 
2399
2399
# Define the identity of the package.
2400
2400
 PACKAGE='sound-juicer'
2401
 
 VERSION='2.16.4'
 
2401
 VERSION='2.19.1'
2402
2402
 
2403
2403
 
2404
2404
cat >>confdefs.h <<_ACEOF
2549
2549
ac_config_headers="$ac_config_headers config.h"
2550
2550
 
2551
2551
 
2552
 
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2553
 
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
2554
 
    # Check whether --enable-maintainer-mode was given.
2555
 
if test "${enable_maintainer_mode+set}" = set; then
2556
 
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2557
 
else
2558
 
  USE_MAINTAINER_MODE=no
2559
 
fi
2560
 
 
2561
 
  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2562
 
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2563
 
 
2564
 
 
2565
 
if test $USE_MAINTAINER_MODE = yes; then
2566
 
  MAINTAINER_MODE_TRUE=
2567
 
  MAINTAINER_MODE_FALSE='#'
2568
 
else
2569
 
  MAINTAINER_MODE_TRUE='#'
2570
 
  MAINTAINER_MODE_FALSE=
2571
 
fi
2572
 
 
2573
 
  MAINT=$MAINTAINER_MODE_TRUE
2574
 
 
2575
 
 
2576
 
 
2577
2552
 
2578
2553
 
2579
2554
 
8788
8763
  ;;
8789
8764
*-*-irix6*)
8790
8765
  # Find out which ABI we are using.
8791
 
  echo '#line 8791 "configure"' > conftest.$ac_ext
 
8766
  echo '#line 8766 "configure"' > conftest.$ac_ext
8792
8767
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8793
8768
  (eval $ac_compile) 2>&5
8794
8769
  ac_status=$?
10573
10548
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10574
10549
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10575
10550
   -e 's:$: $lt_compiler_flag:'`
10576
 
   (eval echo "\"\$as_me:10576: $lt_compile\"" >&5)
 
10551
   (eval echo "\"\$as_me:10551: $lt_compile\"" >&5)
10577
10552
   (eval "$lt_compile" 2>conftest.err)
10578
10553
   ac_status=$?
10579
10554
   cat conftest.err >&5
10580
 
   echo "$as_me:10580: \$? = $ac_status" >&5
 
10555
   echo "$as_me:10555: \$? = $ac_status" >&5
10581
10556
   if (exit $ac_status) && test -s "$ac_outfile"; then
10582
10557
     # The compiler can only warn and ignore the option if not recognized
10583
10558
     # So say no if there are warnings other than the usual output.
10841
10816
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10842
10817
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10843
10818
   -e 's:$: $lt_compiler_flag:'`
10844
 
   (eval echo "\"\$as_me:10844: $lt_compile\"" >&5)
 
10819
   (eval echo "\"\$as_me:10819: $lt_compile\"" >&5)
10845
10820
   (eval "$lt_compile" 2>conftest.err)
10846
10821
   ac_status=$?
10847
10822
   cat conftest.err >&5
10848
 
   echo "$as_me:10848: \$? = $ac_status" >&5
 
10823
   echo "$as_me:10823: \$? = $ac_status" >&5
10849
10824
   if (exit $ac_status) && test -s "$ac_outfile"; then
10850
10825
     # The compiler can only warn and ignore the option if not recognized
10851
10826
     # So say no if there are warnings other than the usual output.
10945
10920
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10946
10921
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10947
10922
   -e 's:$: $lt_compiler_flag:'`
10948
 
   (eval echo "\"\$as_me:10948: $lt_compile\"" >&5)
 
10923
   (eval echo "\"\$as_me:10923: $lt_compile\"" >&5)
10949
10924
   (eval "$lt_compile" 2>out/conftest.err)
10950
10925
   ac_status=$?
10951
10926
   cat out/conftest.err >&5
10952
 
   echo "$as_me:10952: \$? = $ac_status" >&5
 
10927
   echo "$as_me:10927: \$? = $ac_status" >&5
10953
10928
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10954
10929
   then
10955
10930
     # The compiler can only warn and ignore the option if not recognized
13242
13217
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13243
13218
  lt_status=$lt_dlunknown
13244
13219
  cat > conftest.$ac_ext <<EOF
13245
 
#line 13245 "configure"
 
13220
#line 13220 "configure"
13246
13221
#include "confdefs.h"
13247
13222
 
13248
13223
#if HAVE_DLFCN_H
13342
13317
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13343
13318
  lt_status=$lt_dlunknown
13344
13319
  cat > conftest.$ac_ext <<EOF
13345
 
#line 13345 "configure"
 
13320
#line 13320 "configure"
13346
13321
#include "confdefs.h"
13347
13322
 
13348
13323
#if HAVE_DLFCN_H
15678
15653
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15679
15654
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15680
15655
   -e 's:$: $lt_compiler_flag:'`
15681
 
   (eval echo "\"\$as_me:15681: $lt_compile\"" >&5)
 
15656
   (eval echo "\"\$as_me:15656: $lt_compile\"" >&5)
15682
15657
   (eval "$lt_compile" 2>conftest.err)
15683
15658
   ac_status=$?
15684
15659
   cat conftest.err >&5
15685
 
   echo "$as_me:15685: \$? = $ac_status" >&5
 
15660
   echo "$as_me:15660: \$? = $ac_status" >&5
15686
15661
   if (exit $ac_status) && test -s "$ac_outfile"; then
15687
15662
     # The compiler can only warn and ignore the option if not recognized
15688
15663
     # So say no if there are warnings other than the usual output.
15782
15757
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15783
15758
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15784
15759
   -e 's:$: $lt_compiler_flag:'`
15785
 
   (eval echo "\"\$as_me:15785: $lt_compile\"" >&5)
 
15760
   (eval echo "\"\$as_me:15760: $lt_compile\"" >&5)
15786
15761
   (eval "$lt_compile" 2>out/conftest.err)
15787
15762
   ac_status=$?
15788
15763
   cat out/conftest.err >&5
15789
 
   echo "$as_me:15789: \$? = $ac_status" >&5
 
15764
   echo "$as_me:15764: \$? = $ac_status" >&5
15790
15765
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15791
15766
   then
15792
15767
     # The compiler can only warn and ignore the option if not recognized
17343
17318
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17344
17319
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17345
17320
   -e 's:$: $lt_compiler_flag:'`
17346
 
   (eval echo "\"\$as_me:17346: $lt_compile\"" >&5)
 
17321
   (eval echo "\"\$as_me:17321: $lt_compile\"" >&5)
17347
17322
   (eval "$lt_compile" 2>conftest.err)
17348
17323
   ac_status=$?
17349
17324
   cat conftest.err >&5
17350
 
   echo "$as_me:17350: \$? = $ac_status" >&5
 
17325
   echo "$as_me:17325: \$? = $ac_status" >&5
17351
17326
   if (exit $ac_status) && test -s "$ac_outfile"; then
17352
17327
     # The compiler can only warn and ignore the option if not recognized
17353
17328
     # So say no if there are warnings other than the usual output.
17447
17422
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17448
17423
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17449
17424
   -e 's:$: $lt_compiler_flag:'`
17450
 
   (eval echo "\"\$as_me:17450: $lt_compile\"" >&5)
 
17425
   (eval echo "\"\$as_me:17425: $lt_compile\"" >&5)
17451
17426
   (eval "$lt_compile" 2>out/conftest.err)
17452
17427
   ac_status=$?
17453
17428
   cat out/conftest.err >&5
17454
 
   echo "$as_me:17454: \$? = $ac_status" >&5
 
17429
   echo "$as_me:17429: \$? = $ac_status" >&5
17455
17430
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17456
17431
   then
17457
17432
     # The compiler can only warn and ignore the option if not recognized
19634
19609
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
19635
19610
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19636
19611
   -e 's:$: $lt_compiler_flag:'`
19637
 
   (eval echo "\"\$as_me:19637: $lt_compile\"" >&5)
 
19612
   (eval echo "\"\$as_me:19612: $lt_compile\"" >&5)
19638
19613
   (eval "$lt_compile" 2>conftest.err)
19639
19614
   ac_status=$?
19640
19615
   cat conftest.err >&5
19641
 
   echo "$as_me:19641: \$? = $ac_status" >&5
 
19616
   echo "$as_me:19616: \$? = $ac_status" >&5
19642
19617
   if (exit $ac_status) && test -s "$ac_outfile"; then
19643
19618
     # The compiler can only warn and ignore the option if not recognized
19644
19619
     # So say no if there are warnings other than the usual output.
19902
19877
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
19903
19878
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19904
19879
   -e 's:$: $lt_compiler_flag:'`
19905
 
   (eval echo "\"\$as_me:19905: $lt_compile\"" >&5)
 
19880
   (eval echo "\"\$as_me:19880: $lt_compile\"" >&5)
19906
19881
   (eval "$lt_compile" 2>conftest.err)
19907
19882
   ac_status=$?
19908
19883
   cat conftest.err >&5
19909
 
   echo "$as_me:19909: \$? = $ac_status" >&5
 
19884
   echo "$as_me:19884: \$? = $ac_status" >&5
19910
19885
   if (exit $ac_status) && test -s "$ac_outfile"; then
19911
19886
     # The compiler can only warn and ignore the option if not recognized
19912
19887
     # So say no if there are warnings other than the usual output.
20006
19981
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
20007
19982
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
20008
19983
   -e 's:$: $lt_compiler_flag:'`
20009
 
   (eval echo "\"\$as_me:20009: $lt_compile\"" >&5)
 
19984
   (eval echo "\"\$as_me:19984: $lt_compile\"" >&5)
20010
19985
   (eval "$lt_compile" 2>out/conftest.err)
20011
19986
   ac_status=$?
20012
19987
   cat out/conftest.err >&5
20013
 
   echo "$as_me:20013: \$? = $ac_status" >&5
 
19988
   echo "$as_me:19988: \$? = $ac_status" >&5
20014
19989
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
20015
19990
   then
20016
19991
     # The compiler can only warn and ignore the option if not recognized
23403
23378
 
23404
23379
        fi
23405
23380
 
 
23381
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
23382
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 
23383
    # Check whether --enable-maintainer-mode was given.
 
23384
if test "${enable_maintainer_mode+set}" = set; then
 
23385
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
23386
else
 
23387
  USE_MAINTAINER_MODE=no
 
23388
fi
 
23389
 
 
23390
  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
23391
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 
23392
 
 
23393
 
 
23394
if test $USE_MAINTAINER_MODE = yes; then
 
23395
  MAINTAINER_MODE_TRUE=
 
23396
  MAINTAINER_MODE_FALSE='#'
 
23397
else
 
23398
  MAINTAINER_MODE_TRUE='#'
 
23399
  MAINTAINER_MODE_FALSE=
 
23400
fi
 
23401
 
 
23402
  MAINT=$MAINTAINER_MODE_TRUE
 
23403
 
 
23404
 
23406
23405
 
23407
23406
 
23408
23407
 
24124
24123
  fi
24125
24124
 
24126
24125
  if test "x$GST_INSPECT" != "x"; then
24127
 
    { echo "$as_me:$LINENO: checking GStreamer 0.10 element cdparanoiasrc" >&5
24128
 
echo $ECHO_N "checking GStreamer 0.10 element cdparanoiasrc... $ECHO_C" >&6; }
24129
 
    if  $GST_INSPECT cdparanoiasrc > /dev/null 2> /dev/null ; then
24130
 
      { echo "$as_me:$LINENO: result: found." >&5
24131
 
echo "${ECHO_T}found." >&6; }
24132
 
 
24133
 
    else
24134
 
      { echo "$as_me:$LINENO: result: not found." >&5
24135
 
echo "${ECHO_T}not found." >&6; }
24136
 
      { echo "$as_me:$LINENO: WARNING: The 'cdparanoia' element was not found. This will cause Sound Juicer to fail at runtime." >&5
24137
 
echo "$as_me: WARNING: The 'cdparanoia' element was not found. This will cause Sound Juicer to fail at runtime." >&2;}
24138
 
    fi
24139
 
  fi
24140
 
 
24141
 
 
24142
 
  if test "x$GST_INSPECT" == "x"; then
24143
 
    # Extract the first word of "gst-inspect-0.10", so it can be a program name with args.
24144
 
set dummy gst-inspect-0.10; ac_word=$2
24145
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
24146
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
24147
 
if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
24148
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
24149
 
else
24150
 
  if test -n "$GST_INSPECT"; then
24151
 
  ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
24152
 
else
24153
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24154
 
for as_dir in $PATH
24155
 
do
24156
 
  IFS=$as_save_IFS
24157
 
  test -z "$as_dir" && as_dir=.
24158
 
  for ac_exec_ext in '' $ac_executable_extensions; do
24159
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24160
 
    ac_cv_prog_GST_INSPECT="gst-inspect-0.10"
24161
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24162
 
    break 2
24163
 
  fi
24164
 
done
24165
 
done
24166
 
IFS=$as_save_IFS
24167
 
 
24168
 
fi
24169
 
fi
24170
 
GST_INSPECT=$ac_cv_prog_GST_INSPECT
24171
 
if test -n "$GST_INSPECT"; then
24172
 
  { echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
24173
 
echo "${ECHO_T}$GST_INSPECT" >&6; }
24174
 
else
24175
 
  { echo "$as_me:$LINENO: result: no" >&5
24176
 
echo "${ECHO_T}no" >&6; }
24177
 
fi
24178
 
 
24179
 
 
24180
 
  fi
24181
 
 
24182
 
  if test "x$GST_INSPECT" != "x"; then
24183
24126
    { echo "$as_me:$LINENO: checking GStreamer 0.10 element vorbisenc" >&5
24184
24127
echo $ECHO_N "checking GStreamer 0.10 element vorbisenc... $ECHO_C" >&6; }
24185
24128
    if  $GST_INSPECT vorbisenc > /dev/null 2> /dev/null ; then
25103
25046
LTLIBOBJS=$ac_ltlibobjs
25104
25047
 
25105
25048
 
25106
 
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
25107
 
  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
25108
 
Usually this means the macro was only invoked conditionally." >&5
25109
 
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
25110
 
Usually this means the macro was only invoked conditionally." >&2;}
25111
 
   { (exit 1); exit 1; }; }
25112
 
fi
25113
25049
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
25114
25050
  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
25115
25051
Usually this means the macro was only invoked conditionally." >&5
25149
25085
  ac_config_commands="$ac_config_commands po/stamp-it"
25150
25086
 
25151
25087
 
 
25088
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
25089
  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
25090
Usually this means the macro was only invoked conditionally." >&5
 
25091
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
25092
Usually this means the macro was only invoked conditionally." >&2;}
 
25093
   { (exit 1); exit 1; }; }
 
25094
fi
25152
25095
if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
25153
25096
  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
25154
25097
Usually this means the macro was only invoked conditionally." >&5
25484
25427
# report actual input values of CONFIG_FILES etc. instead of their
25485
25428
# values after options handling.
25486
25429
ac_log="
25487
 
This file was extended by Sound Juicer $as_me 2.16.4, which was
 
25430
This file was extended by Sound Juicer $as_me 2.19.1, which was
25488
25431
generated by GNU Autoconf 2.61.  Invocation command line was
25489
25432
 
25490
25433
  CONFIG_FILES    = $CONFIG_FILES
25537
25480
_ACEOF
25538
25481
cat >>$CONFIG_STATUS <<_ACEOF
25539
25482
ac_cs_version="\\
25540
 
Sound Juicer config.status 2.16.4
 
25483
Sound Juicer config.status 2.19.1
25541
25484
configured by $0, generated by GNU Autoconf 2.61,
25542
25485
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25543
25486
 
25791
25734
AMTAR!$AMTAR$ac_delim
25792
25735
am__tar!$am__tar$ac_delim
25793
25736
am__untar!$am__untar$ac_delim
25794
 
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
25795
 
MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
25796
 
MAINT!$MAINT$ac_delim
25797
25737
ACLOCAL_AMFLAGS!$ACLOCAL_AMFLAGS$ac_delim
25798
25738
GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
25799
25739
CC!$CC$ac_delim
25830
25770
XGETTEXT!$XGETTEXT$ac_delim
25831
25771
CATALOGS!$CATALOGS$ac_delim
25832
25772
CATOBJEXT!$CATOBJEXT$ac_delim
25833
 
_ACEOF
25834
 
 
25835
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
25836
 
    break
25837
 
  elif $ac_last_try; then
25838
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25839
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25840
 
   { (exit 1); exit 1; }; }
25841
 
  else
25842
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
25843
 
  fi
25844
 
done
25845
 
 
25846
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
25847
 
if test -n "$ac_eof"; then
25848
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
25849
 
  ac_eof=`expr $ac_eof + 1`
25850
 
fi
25851
 
 
25852
 
cat >>$CONFIG_STATUS <<_ACEOF
25853
 
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
25854
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25855
 
_ACEOF
25856
 
sed '
25857
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25858
 
s/^/s,@/; s/!/@,|#_!!_#|/
25859
 
:n
25860
 
t n
25861
 
s/'"$ac_delim"'$/,g/; t
25862
 
s/$/\\/; p
25863
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25864
 
' >>$CONFIG_STATUS <conf$$subs.sed
25865
 
rm -f conf$$subs.sed
25866
 
cat >>$CONFIG_STATUS <<_ACEOF
25867
 
CEOF$ac_eof
25868
 
_ACEOF
25869
 
 
25870
 
 
25871
 
ac_delim='%!_!# '
25872
 
for ac_last_try in false false false false false :; do
25873
 
  cat >conf$$subs.sed <<_ACEOF
25874
25773
DATADIRNAME!$DATADIRNAME$ac_delim
25875
25774
GMOFILES!$GMOFILES$ac_delim
25876
25775
INSTOBJEXT!$INSTOBJEXT$ac_delim
 
25776
_ACEOF
 
25777
 
 
25778
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
25779
    break
 
25780
  elif $ac_last_try; then
 
25781
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
25782
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
25783
   { (exit 1); exit 1; }; }
 
25784
  else
 
25785
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
25786
  fi
 
25787
done
 
25788
 
 
25789
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
25790
if test -n "$ac_eof"; then
 
25791
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
25792
  ac_eof=`expr $ac_eof + 1`
 
25793
fi
 
25794
 
 
25795
cat >>$CONFIG_STATUS <<_ACEOF
 
25796
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
25797
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
25798
_ACEOF
 
25799
sed '
 
25800
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
25801
s/^/s,@/; s/!/@,|#_!!_#|/
 
25802
:n
 
25803
t n
 
25804
s/'"$ac_delim"'$/,g/; t
 
25805
s/$/\\/; p
 
25806
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
25807
' >>$CONFIG_STATUS <conf$$subs.sed
 
25808
rm -f conf$$subs.sed
 
25809
cat >>$CONFIG_STATUS <<_ACEOF
 
25810
CEOF$ac_eof
 
25811
_ACEOF
 
25812
 
 
25813
 
 
25814
ac_delim='%!_!# '
 
25815
for ac_last_try in false false false false false :; do
 
25816
  cat >conf$$subs.sed <<_ACEOF
25877
25817
INTLLIBS!$INTLLIBS$ac_delim
25878
25818
PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
25879
25819
PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
25924
25864
ALL_LINGUAS!$ALL_LINGUAS$ac_delim
25925
25865
WARN_CFLAGS!$WARN_CFLAGS$ac_delim
25926
25866
WARN_CXXFLAGS!$WARN_CXXFLAGS$ac_delim
 
25867
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 
25868
MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 
25869
MAINT!$MAINT$ac_delim
25927
25870
DISABLE_DEPRECATED!$DISABLE_DEPRECATED$ac_delim
25928
25871
PKG_CONFIG!$PKG_CONFIG$ac_delim
25929
25872
HELP_DIR!$HELP_DIR$ac_delim