~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to configure

  • Committer: Osmo Antero
  • Date: 2012-04-27 09:55:53 UTC
  • mfrom: (107.1.1 audio-recorder)
  • Revision ID: osmoma@gmail.com-20120427095553-8qqh3d0421lz3m8h
Language updates

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.68 for Audio Recorder 0.9.
 
3
# Generated by GNU Autoconf 2.68 for Audio Recorder 0.9.1.
4
4
#
5
5
# Report bugs to <https://bugs.launchpad.net/audio-recorder/+filebug>.
6
6
#
561
561
# Identity of this package.
562
562
PACKAGE_NAME='Audio Recorder'
563
563
PACKAGE_TARNAME='audio-recorder'
564
 
PACKAGE_VERSION='0.9'
565
 
PACKAGE_STRING='Audio Recorder 0.9'
 
564
PACKAGE_VERSION='0.9.1'
 
565
PACKAGE_STRING='Audio Recorder 0.9.1'
566
566
PACKAGE_BUGREPORT='https://bugs.launchpad.net/audio-recorder/+filebug'
567
567
PACKAGE_URL=''
568
568
 
1387
1387
  # Omit some internal or obsolete options to make the list less imposing.
1388
1388
  # This message is too long to be a string in the A/UX 3.1 sh.
1389
1389
  cat <<_ACEOF
1390
 
\`configure' configures Audio Recorder 0.9 to adapt to many kinds of systems.
 
1390
\`configure' configures Audio Recorder 0.9.1 to adapt to many kinds of systems.
1391
1391
 
1392
1392
Usage: $0 [OPTION]... [VAR=VALUE]...
1393
1393
 
1457
1457
 
1458
1458
if test -n "$ac_init_help"; then
1459
1459
  case $ac_init_help in
1460
 
     short | recursive ) echo "Configuration of Audio Recorder 0.9:";;
 
1460
     short | recursive ) echo "Configuration of Audio Recorder 0.9.1:";;
1461
1461
   esac
1462
1462
  cat <<\_ACEOF
1463
1463
 
1608
1608
test -n "$ac_init_help" && exit $ac_status
1609
1609
if $ac_init_version; then
1610
1610
  cat <<\_ACEOF
1611
 
Audio Recorder configure 0.9
 
1611
Audio Recorder configure 0.9.1
1612
1612
generated by GNU Autoconf 2.68
1613
1613
 
1614
1614
Copyright (C) 2010 Free Software Foundation, Inc.
2247
2247
This file contains any messages produced by compilers while
2248
2248
running configure, to aid debugging if configure makes a mistake.
2249
2249
 
2250
 
It was created by Audio Recorder $as_me 0.9, which was
 
2250
It was created by Audio Recorder $as_me 0.9.1, which was
2251
2251
generated by GNU Autoconf 2.68.  Invocation command line was
2252
2252
 
2253
2253
  $ $0 $@
3067
3067
 
3068
3068
# Define the identity of the package.
3069
3069
 PACKAGE='audio-recorder'
3070
 
 VERSION='0.9'
 
3070
 VERSION='0.9.1'
3071
3071
 
3072
3072
 
3073
3073
cat >>confdefs.h <<_ACEOF
3108
3108
 
3109
3109
 
3110
3110
 
3111
 
#AC_CONFIG_HEADER([src/config.h])
 
3111
ac_config_headers="$ac_config_headers src/config.h"
 
3112
 
3112
3113
 
3113
3114
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3114
3115
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12728
12729
# Let make expand exec_prefix.
12729
12730
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12730
12731
 
12731
 
# Transform confdefs.h into DEFS.
12732
 
# Protect against shell expansion while executing Makefile rules.
12733
 
# Protect against Makefile macro expansion.
12734
 
#
12735
 
# If the first sed substitution is executed (which looks for macros that
12736
 
# take arguments), then branch to the quote section.  Otherwise,
12737
 
# look for a macro that doesn't take arguments.
12738
 
ac_script='
12739
 
:mline
12740
 
/\\$/{
12741
 
 N
12742
 
 s,\\\n,,
12743
 
 b mline
12744
 
}
12745
 
t clear
12746
 
:clear
12747
 
s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
12748
 
t quote
12749
 
s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
12750
 
t quote
12751
 
b any
12752
 
:quote
12753
 
s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
12754
 
s/\[/\\&/g
12755
 
s/\]/\\&/g
12756
 
s/\$/$$/g
12757
 
H
12758
 
:any
12759
 
${
12760
 
        g
12761
 
        s/^\n//
12762
 
        s/\n/ /g
12763
 
        p
12764
 
}
12765
 
'
12766
 
DEFS=`sed -n "$ac_script" confdefs.h`
12767
 
 
 
12732
DEFS=-DHAVE_CONFIG_H
12768
12733
 
12769
12734
ac_libobjs=
12770
12735
ac_ltlibobjs=
13224
13189
# report actual input values of CONFIG_FILES etc. instead of their
13225
13190
# values after options handling.
13226
13191
ac_log="
13227
 
This file was extended by Audio Recorder $as_me 0.9, which was
 
13192
This file was extended by Audio Recorder $as_me 0.9.1, which was
13228
13193
generated by GNU Autoconf 2.68.  Invocation command line was
13229
13194
 
13230
13195
  CONFIG_FILES    = $CONFIG_FILES
13242
13207
"*) set x $ac_config_files; shift; ac_config_files=$*;;
13243
13208
esac
13244
13209
 
 
13210
case $ac_config_headers in *"
 
13211
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
 
13212
esac
13245
13213
 
13246
13214
 
13247
13215
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13248
13216
# Files that config.status was made for.
13249
13217
config_files="$ac_config_files"
 
13218
config_headers="$ac_config_headers"
13250
13219
config_commands="$ac_config_commands"
13251
13220
 
13252
13221
_ACEOF
13268
13237
      --recheck    update $as_me by reconfiguring in the same conditions
13269
13238
      --file=FILE[:TEMPLATE]
13270
13239
                   instantiate the configuration file FILE
 
13240
      --header=FILE[:TEMPLATE]
 
13241
                   instantiate the configuration header FILE
13271
13242
 
13272
13243
Configuration files:
13273
13244
$config_files
13274
13245
 
 
13246
Configuration headers:
 
13247
$config_headers
 
13248
 
13275
13249
Configuration commands:
13276
13250
$config_commands
13277
13251
 
13281
13255
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13282
13256
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13283
13257
ac_cs_version="\\
13284
 
Audio Recorder config.status 0.9
 
13258
Audio Recorder config.status 0.9.1
13285
13259
configured by $0, generated by GNU Autoconf 2.68,
13286
13260
  with options \\"\$ac_cs_config\\"
13287
13261
 
13338
13312
    esac
13339
13313
    as_fn_append CONFIG_FILES " '$ac_optarg'"
13340
13314
    ac_need_defaults=false;;
13341
 
  --he | --h |  --help | --hel | -h )
 
13315
  --header | --heade | --head | --hea )
 
13316
    $ac_shift
 
13317
    case $ac_optarg in
 
13318
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
13319
    esac
 
13320
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
 
13321
    ac_need_defaults=false;;
 
13322
  --he | --h)
 
13323
    # Conflict between --help and --header
 
13324
    as_fn_error $? "ambiguous option: \`$1'
 
13325
Try \`$0 --help' for more information.";;
 
13326
  --help | --hel | -h )
13342
13327
    $as_echo "$ac_cs_usage"; exit ;;
13343
13328
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13344
13329
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
13406
13391
for ac_config_target in $ac_config_targets
13407
13392
do
13408
13393
  case $ac_config_target in
 
13394
    "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
13409
13395
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13410
13396
    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
13411
13397
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13442
13428
# bizarre bug on SunOS 4.1.3.
13443
13429
if $ac_need_defaults; then
13444
13430
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
13431
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13445
13432
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13446
13433
fi
13447
13434
 
13630
13617
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13631
13618
fi # test -n "$CONFIG_FILES"
13632
13619
 
13633
 
 
13634
 
eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
 
13620
# Set up the scripts for CONFIG_HEADERS section.
 
13621
# No need to generate them if there are no CONFIG_HEADERS.
 
13622
# This happens for instance with `./config.status Makefile'.
 
13623
if test -n "$CONFIG_HEADERS"; then
 
13624
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
 
13625
BEGIN {
 
13626
_ACEOF
 
13627
 
 
13628
# Transform confdefs.h into an awk script `defines.awk', embedded as
 
13629
# here-document in config.status, that substitutes the proper values into
 
13630
# config.h.in to produce config.h.
 
13631
 
 
13632
# Create a delimiter string that does not exist in confdefs.h, to ease
 
13633
# handling of long lines.
 
13634
ac_delim='%!_!# '
 
13635
for ac_last_try in false false :; do
 
13636
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
 
13637
  if test -z "$ac_tt"; then
 
13638
    break
 
13639
  elif $ac_last_try; then
 
13640
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
 
13641
  else
 
13642
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
13643
  fi
 
13644
done
 
13645
 
 
13646
# For the awk script, D is an array of macro values keyed by name,
 
13647
# likewise P contains macro parameters if any.  Preserve backslash
 
13648
# newline sequences.
 
13649
 
 
13650
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
13651
sed -n '
 
13652
s/.\{148\}/&'"$ac_delim"'/g
 
13653
t rset
 
13654
:rset
 
13655
s/^[     ]*#[    ]*define[       ][      ]*/ /
 
13656
t def
 
13657
d
 
13658
:def
 
13659
s/\\$//
 
13660
t bsnl
 
13661
s/["\\]/\\&/g
 
13662
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
 
13663
D["\1"]=" \3"/p
 
13664
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
 
13665
d
 
13666
:bsnl
 
13667
s/["\\]/\\&/g
 
13668
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
 
13669
D["\1"]=" \3\\\\\\n"\\/p
 
13670
t cont
 
13671
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
 
13672
t cont
 
13673
d
 
13674
:cont
 
13675
n
 
13676
s/.\{148\}/&'"$ac_delim"'/g
 
13677
t clear
 
13678
:clear
 
13679
s/\\$//
 
13680
t bsnlc
 
13681
s/["\\]/\\&/g; s/^/"/; s/$/"/p
 
13682
d
 
13683
:bsnlc
 
13684
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
 
13685
b cont
 
13686
' <confdefs.h | sed '
 
13687
s/'"$ac_delim"'/"\\\
 
13688
"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
13689
 
 
13690
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
13691
  for (key in D) D_is_set[key] = 1
 
13692
  FS = ""
 
13693
}
 
13694
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
 
13695
  line = \$ 0
 
13696
  split(line, arg, " ")
 
13697
  if (arg[1] == "#") {
 
13698
    defundef = arg[2]
 
13699
    mac1 = arg[3]
 
13700
  } else {
 
13701
    defundef = substr(arg[1], 2)
 
13702
    mac1 = arg[2]
 
13703
  }
 
13704
  split(mac1, mac2, "(") #)
 
13705
  macro = mac2[1]
 
13706
  prefix = substr(line, 1, index(line, defundef) - 1)
 
13707
  if (D_is_set[macro]) {
 
13708
    # Preserve the white space surrounding the "#".
 
13709
    print prefix "define", macro P[macro] D[macro]
 
13710
    next
 
13711
  } else {
 
13712
    # Replace #undef with comments.  This is necessary, for example,
 
13713
    # in the case of _POSIX_SOURCE, which is predefined and required
 
13714
    # on some systems where configure will not decide to define it.
 
13715
    if (defundef == "undef") {
 
13716
      print "/*", prefix defundef, macro, "*/"
 
13717
      next
 
13718
    }
 
13719
  }
 
13720
}
 
13721
{ print }
 
13722
_ACAWK
 
13723
_ACEOF
 
13724
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
13725
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
 
13726
fi # test -n "$CONFIG_HEADERS"
 
13727
 
 
13728
 
 
13729
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
13635
13730
shift
13636
13731
for ac_tag
13637
13732
do
13850
13945
  esac \
13851
13946
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13852
13947
 ;;
13853
 
 
 
13948
  :H)
 
13949
  #
 
13950
  # CONFIG_HEADER
 
13951
  #
 
13952
  if test x"$ac_file" != x-; then
 
13953
    {
 
13954
      $as_echo "/* $configure_input  */" \
 
13955
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
 
13956
    } >"$ac_tmp/config.h" \
 
13957
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
13958
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
 
13959
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 
13960
$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
13961
    else
 
13962
      rm -f "$ac_file"
 
13963
      mv "$ac_tmp/config.h" "$ac_file" \
 
13964
        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
13965
    fi
 
13966
  else
 
13967
    $as_echo "/* $configure_input  */" \
 
13968
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
 
13969
      || as_fn_error $? "could not create -" "$LINENO" 5
 
13970
  fi
 
13971
# Compute "$ac_file"'s index in $config_headers.
 
13972
_am_arg="$ac_file"
 
13973
_am_stamp_count=1
 
13974
for _am_header in $config_headers :; do
 
13975
  case $_am_header in
 
13976
    $_am_arg | $_am_arg:* )
 
13977
      break ;;
 
13978
    * )
 
13979
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
13980
  esac
 
13981
done
 
13982
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
13983
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
13984
         X"$_am_arg" : 'X\(//\)[^/]' \| \
 
13985
         X"$_am_arg" : 'X\(//\)$' \| \
 
13986
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
13987
$as_echo X"$_am_arg" |
 
13988
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
13989
            s//\1/
 
13990
            q
 
13991
          }
 
13992
          /^X\(\/\/\)[^/].*/{
 
13993
            s//\1/
 
13994
            q
 
13995
          }
 
13996
          /^X\(\/\/\)$/{
 
13997
            s//\1/
 
13998
            q
 
13999
          }
 
14000
          /^X\(\/\).*/{
 
14001
            s//\1/
 
14002
            q
 
14003
          }
 
14004
          s/.*/./; q'`/stamp-h$_am_stamp_count
 
14005
 ;;
13854
14006
 
13855
14007
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13856
14008
$as_echo "$as_me: executing $ac_file commands" >&6;}