~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to configure

  • Committer: Osmo Antero
  • Date: 2021-11-01 18:20:32 UTC
  • Revision ID: osmoma@gmail.com-20211101182032-hvyothamf0xc6ex0
Version 3.3.1. Codevise same as Version 3.3.0. Incl. minor changes on comments/text.

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.69 for Audio Recorder 3.3.0.
 
3
# Generated by GNU Autoconf 2.69 for Audio Recorder 3.3.1.
4
4
#
5
5
# Report bugs to <https://bugs.launchpad.net/~audio-recorder>.
6
6
#
580
580
# Identity of this package.
581
581
PACKAGE_NAME='Audio Recorder'
582
582
PACKAGE_TARNAME='audio-recorder'
583
 
PACKAGE_VERSION='3.3.0'
584
 
PACKAGE_STRING='Audio Recorder 3.3.0'
 
583
PACKAGE_VERSION='3.3.1'
 
584
PACKAGE_STRING='Audio Recorder 3.3.1'
585
585
PACKAGE_BUGREPORT='https://bugs.launchpad.net/~audio-recorder'
586
586
PACKAGE_URL=''
587
587
 
720
720
AM_DEFAULT_VERBOSITY
721
721
AM_DEFAULT_V
722
722
AM_V
 
723
CSCOPE
 
724
ETAGS
 
725
CTAGS
723
726
am__untar
724
727
am__tar
725
728
AMTAR
1374
1377
  # Omit some internal or obsolete options to make the list less imposing.
1375
1378
  # This message is too long to be a string in the A/UX 3.1 sh.
1376
1379
  cat <<_ACEOF
1377
 
\`configure' configures Audio Recorder 3.3.0 to adapt to many kinds of systems.
 
1380
\`configure' configures Audio Recorder 3.3.1 to adapt to many kinds of systems.
1378
1381
 
1379
1382
Usage: $0 [OPTION]... [VAR=VALUE]...
1380
1383
 
1441
1444
 
1442
1445
if test -n "$ac_init_help"; then
1443
1446
  case $ac_init_help in
1444
 
     short | recursive ) echo "Configuration of Audio Recorder 3.3.0:";;
 
1447
     short | recursive ) echo "Configuration of Audio Recorder 3.3.1:";;
1445
1448
   esac
1446
1449
  cat <<\_ACEOF
1447
1450
 
1571
1574
test -n "$ac_init_help" && exit $ac_status
1572
1575
if $ac_init_version; then
1573
1576
  cat <<\_ACEOF
1574
 
Audio Recorder configure 3.3.0
 
1577
Audio Recorder configure 3.3.1
1575
1578
generated by GNU Autoconf 2.69
1576
1579
 
1577
1580
Copyright (C) 2012 Free Software Foundation, Inc.
1978
1981
This file contains any messages produced by compilers while
1979
1982
running configure, to aid debugging if configure makes a mistake.
1980
1983
 
1981
 
It was created by Audio Recorder $as_me 3.3.0, which was
 
1984
It was created by Audio Recorder $as_me 3.3.1, which was
1982
1985
generated by GNU Autoconf 2.69.  Invocation command line was
1983
1986
 
1984
1987
  $ $0 $@
2531
2534
am_aux_dir=`cd "$ac_aux_dir" && pwd`
2532
2535
 
2533
2536
if test x"${MISSING+set}" != xset; then
2534
 
  case $am_aux_dir in
2535
 
  *\ * | *\     *)
2536
 
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2537
 
  *)
2538
 
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2539
 
  esac
 
2537
  MISSING="\${SHELL} '$am_aux_dir/missing'"
2540
2538
fi
2541
2539
# Use eval to expand $SHELL
2542
2540
if eval "$MISSING --is-lightweight"; then
2841
2839
 
2842
2840
# Define the identity of the package.
2843
2841
 PACKAGE='audio-recorder'
2844
 
 VERSION='3.3.0'
 
2842
 VERSION='3.3.1'
2845
2843
 
2846
2844
 
2847
2845
cat >>confdefs.h <<_ACEOF
2891
2889
 
2892
2890
 
2893
2891
 
 
2892
# Variables for tags utilities; see am/tags.am
 
2893
if test -z "$CTAGS"; then
 
2894
  CTAGS=ctags
 
2895
fi
 
2896
 
 
2897
if test -z "$ETAGS"; then
 
2898
  ETAGS=etags
 
2899
fi
 
2900
 
 
2901
if test -z "$CSCOPE"; then
 
2902
  CSCOPE=cscope
 
2903
fi
 
2904
 
 
2905
 
2894
2906
 
2895
2907
# POSIX will say in a future version that running "rm -f" with no argument
2896
2908
# is OK; and we want to be able to make that assumption in our Makefile
6615
6627
fi
6616
6628
 
6617
6629
pkg_failed=no
6618
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5
6619
 
$as_echo_n "checking for GLIB... " >&6; }
 
6630
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= $GLIB_REQUIRED" >&5
 
6631
$as_echo_n "checking for glib-2.0 >= $GLIB_REQUIRED... " >&6; }
6620
6632
 
6621
6633
if test -n "$GLIB_CFLAGS"; then
6622
6634
    pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
6656
6668
 
6657
6669
 
6658
6670
if test $pkg_failed = yes; then
6659
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
6671
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6660
6672
$as_echo "no" >&6; }
6661
6673
 
6662
6674
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6683
6695
and GLIB_LIBS to avoid the need to call pkg-config.
6684
6696
See the pkg-config man page for more details." "$LINENO" 5
6685
6697
elif test $pkg_failed = untried; then
6686
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
6698
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6687
6699
$as_echo "no" >&6; }
6688
6700
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6689
6701
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6709
6721
 
6710
6722
 
6711
6723
pkg_failed=no
6712
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GIO" >&5
6713
 
$as_echo_n "checking for GIO... " >&6; }
 
6724
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gio-2.0 >= $GLIB_REQUIRED" >&5
 
6725
$as_echo_n "checking for gio-2.0 >= $GLIB_REQUIRED... " >&6; }
6714
6726
 
6715
6727
if test -n "$GIO_CFLAGS"; then
6716
6728
    pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
6750
6762
 
6751
6763
 
6752
6764
if test $pkg_failed = yes; then
6753
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
6765
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6754
6766
$as_echo "no" >&6; }
6755
6767
 
6756
6768
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6777
6789
and GIO_LIBS to avoid the need to call pkg-config.
6778
6790
See the pkg-config man page for more details." "$LINENO" 5
6779
6791
elif test $pkg_failed = untried; then
6780
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
6792
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6781
6793
$as_echo "no" >&6; }
6782
6794
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6783
6795
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6803
6815
 
6804
6816
 
6805
6817
pkg_failed=no
6806
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
6807
 
$as_echo_n "checking for GTK... " >&6; }
 
6818
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 >= $GTK_REQUIRED" >&5
 
6819
$as_echo_n "checking for gtk+-3.0 >= $GTK_REQUIRED... " >&6; }
6808
6820
 
6809
6821
if test -n "$GTK_CFLAGS"; then
6810
6822
    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
6844
6856
 
6845
6857
 
6846
6858
if test $pkg_failed = yes; then
6847
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
6859
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6848
6860
$as_echo "no" >&6; }
6849
6861
 
6850
6862
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6871
6883
and GTK_LIBS to avoid the need to call pkg-config.
6872
6884
See the pkg-config man page for more details." "$LINENO" 5
6873
6885
elif test $pkg_failed = untried; then
6874
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
6886
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6875
6887
$as_echo "no" >&6; }
6876
6888
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6877
6889
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6897
6909
 
6898
6910
 
6899
6911
pkg_failed=no
6900
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSTREAMER" >&5
6901
 
$as_echo_n "checking for GSTREAMER... " >&6; }
 
6912
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gstreamer-1.0 >= $GSTREAMER_REQUIRED" >&5
 
6913
$as_echo_n "checking for gstreamer-1.0 >= $GSTREAMER_REQUIRED... " >&6; }
6902
6914
 
6903
6915
if test -n "$GSTREAMER_CFLAGS"; then
6904
6916
    pkg_cv_GSTREAMER_CFLAGS="$GSTREAMER_CFLAGS"
6938
6950
 
6939
6951
 
6940
6952
if test $pkg_failed = yes; then
6941
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
6953
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6942
6954
$as_echo "no" >&6; }
6943
6955
 
6944
6956
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
6965
6977
and GSTREAMER_LIBS to avoid the need to call pkg-config.
6966
6978
See the pkg-config man page for more details." "$LINENO" 5
6967
6979
elif test $pkg_failed = untried; then
6968
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
6980
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6969
6981
$as_echo "no" >&6; }
6970
6982
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6971
6983
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6992
7004
# Automatic installation of gstreamer plugins
6993
7005
 
6994
7006
pkg_failed=no
6995
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSTREAMER_PBUTILS" >&5
6996
 
$as_echo_n "checking for GSTREAMER_PBUTILS... " >&6; }
 
7007
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gstreamer-pbutils-1.0 >= $GSTREAMER_REQUIRED" >&5
 
7008
$as_echo_n "checking for gstreamer-pbutils-1.0 >= $GSTREAMER_REQUIRED... " >&6; }
6997
7009
 
6998
7010
if test -n "$GSTREAMER_PBUTILS_CFLAGS"; then
6999
7011
    pkg_cv_GSTREAMER_PBUTILS_CFLAGS="$GSTREAMER_PBUTILS_CFLAGS"
7033
7045
 
7034
7046
 
7035
7047
if test $pkg_failed = yes; then
7036
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7048
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7037
7049
$as_echo "no" >&6; }
7038
7050
 
7039
7051
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7060
7072
and GSTREAMER_PBUTILS_LIBS to avoid the need to call pkg-config.
7061
7073
See the pkg-config man page for more details." "$LINENO" 5
7062
7074
elif test $pkg_failed = untried; then
7063
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7075
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7064
7076
$as_echo "no" >&6; }
7065
7077
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7066
7078
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7086
7098
 
7087
7099
 
7088
7100
pkg_failed=no
7089
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTHREAD" >&5
7090
 
$as_echo_n "checking for GTHREAD... " >&6; }
 
7101
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gthread-2.0 >= $GTHREAD_REQUIRED" >&5
 
7102
$as_echo_n "checking for gthread-2.0 >= $GTHREAD_REQUIRED... " >&6; }
7091
7103
 
7092
7104
if test -n "$GTHREAD_CFLAGS"; then
7093
7105
    pkg_cv_GTHREAD_CFLAGS="$GTHREAD_CFLAGS"
7127
7139
 
7128
7140
 
7129
7141
if test $pkg_failed = yes; then
7130
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7142
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7131
7143
$as_echo "no" >&6; }
7132
7144
 
7133
7145
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7154
7166
and GTHREAD_LIBS to avoid the need to call pkg-config.
7155
7167
See the pkg-config man page for more details." "$LINENO" 5
7156
7168
elif test $pkg_failed = untried; then
7157
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7169
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7158
7170
$as_echo "no" >&6; }
7159
7171
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7160
7172
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7180
7192
 
7181
7193
 
7182
7194
pkg_failed=no
7183
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUS" >&5
7184
 
$as_echo_n "checking for DBUS... " >&6; }
 
7195
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 0.8" >&5
 
7196
$as_echo_n "checking for dbus-1 >= 0.8... " >&6; }
7185
7197
 
7186
7198
if test -n "$DBUS_CFLAGS"; then
7187
7199
    pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
7221
7233
 
7222
7234
 
7223
7235
if test $pkg_failed = yes; then
7224
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7236
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7225
7237
$as_echo "no" >&6; }
7226
7238
 
7227
7239
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7248
7260
and DBUS_LIBS to avoid the need to call pkg-config.
7249
7261
See the pkg-config man page for more details." "$LINENO" 5
7250
7262
elif test $pkg_failed = untried; then
7251
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7263
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7252
7264
$as_echo "no" >&6; }
7253
7265
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7254
7266
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7277
7289
 
7278
7290
 
7279
7291
pkg_failed=no
7280
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for APP_INDICATOR" >&5
7281
 
$as_echo_n "checking for APP_INDICATOR... " >&6; }
 
7292
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for appindicator3-0.1 >= $APPINDICATOR_REQUIRED" >&5
 
7293
$as_echo_n "checking for appindicator3-0.1 >= $APPINDICATOR_REQUIRED... " >&6; }
7282
7294
 
7283
7295
if test -n "$APP_INDICATOR_CFLAGS"; then
7284
7296
    pkg_cv_APP_INDICATOR_CFLAGS="$APP_INDICATOR_CFLAGS"
7318
7330
 
7319
7331
 
7320
7332
if test $pkg_failed = yes; then
7321
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7333
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7322
7334
$as_echo "no" >&6; }
7323
7335
 
7324
7336
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
7345
7357
and APP_INDICATOR_LIBS to avoid the need to call pkg-config.
7346
7358
See the pkg-config man page for more details." "$LINENO" 5
7347
7359
elif test $pkg_failed = untried; then
7348
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
7360
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7349
7361
$as_echo "no" >&6; }
7350
7362
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7351
7363
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8923
8935
# report actual input values of CONFIG_FILES etc. instead of their
8924
8936
# values after options handling.
8925
8937
ac_log="
8926
 
This file was extended by Audio Recorder $as_me 3.3.0, which was
 
8938
This file was extended by Audio Recorder $as_me 3.3.1, which was
8927
8939
generated by GNU Autoconf 2.69.  Invocation command line was
8928
8940
 
8929
8941
  CONFIG_FILES    = $CONFIG_FILES
8980
8992
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8981
8993
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8982
8994
ac_cs_version="\\
8983
 
Audio Recorder config.status 3.3.0
 
8995
Audio Recorder config.status 3.3.1
8984
8996
configured by $0, generated by GNU Autoconf 2.69,
8985
8997
  with options \\"\$ac_cs_config\\"
8986
8998
 
9622
9634
    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9623
9635
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9624
9636
as_fn_error $? "Something went wrong bootstrapping makefile fragments
9625
 
    for automatic dependency tracking.  Try re-running configure with the
 
9637
    for automatic dependency tracking.  If GNU make was not used, consider
 
9638
    re-running the configure script with MAKE=\"gmake\" (or whatever is
 
9639
    necessary).  You can also try re-running configure with the
9626
9640
    '--disable-dependency-tracking' option to at least be able to build
9627
9641
    the package (albeit without support for automatic dependency tracking).
9628
9642
See \`config.log' for more details" "$LINENO" 5; }