~timo-jyrinki/ubuntu/utopic/rhythmbox/enable_grilo_rhythmbox

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-12 12:07:21 UTC
  • mfrom: (1.2.28)
  • Revision ID: package-import@ubuntu.com-20120312120721-ubdep6yl0sgfbr7i
Tags: 2.96-1
* New upstream release.
* Update Build-Depends:
  - Bump libgtk-3-dev to (>= 3.2.0).
  - Drop gir1.2-gtk-3.0, pulled via libgtk-3-dev.
  - Bump libglib2.0-dev (>= 2.28.0).
* Re-add magnatune plugin.

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 rhythmbox 2.95.
 
3
# Generated by GNU Autoconf 2.68 for rhythmbox 2.96.
4
4
#
5
5
# Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox>.
6
6
#
631
631
# Identity of this package.
632
632
PACKAGE_NAME='rhythmbox'
633
633
PACKAGE_TARNAME='rhythmbox'
634
 
PACKAGE_VERSION='2.95'
635
 
PACKAGE_STRING='rhythmbox 2.95'
 
634
PACKAGE_VERSION='2.96'
 
635
PACKAGE_STRING='rhythmbox 2.96'
636
636
PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox'
637
637
PACKAGE_URL=''
638
638
 
1649
1649
  # Omit some internal or obsolete options to make the list less imposing.
1650
1650
  # This message is too long to be a string in the A/UX 3.1 sh.
1651
1651
  cat <<_ACEOF
1652
 
\`configure' configures rhythmbox 2.95 to adapt to many kinds of systems.
 
1652
\`configure' configures rhythmbox 2.96 to adapt to many kinds of systems.
1653
1653
 
1654
1654
Usage: $0 [OPTION]... [VAR=VALUE]...
1655
1655
 
1723
1723
 
1724
1724
if test -n "$ac_init_help"; then
1725
1725
  case $ac_init_help in
1726
 
     short | recursive ) echo "Configuration of rhythmbox 2.95:";;
 
1726
     short | recursive ) echo "Configuration of rhythmbox 2.96:";;
1727
1727
   esac
1728
1728
  cat <<\_ACEOF
1729
1729
 
1958
1958
test -n "$ac_init_help" && exit $ac_status
1959
1959
if $ac_init_version; then
1960
1960
  cat <<\_ACEOF
1961
 
rhythmbox configure 2.95
 
1961
rhythmbox configure 2.96
1962
1962
generated by GNU Autoconf 2.68
1963
1963
 
1964
1964
Copyright (C) 2010 Free Software Foundation, Inc.
2505
2505
This file contains any messages produced by compilers while
2506
2506
running configure, to aid debugging if configure makes a mistake.
2507
2507
 
2508
 
It was created by rhythmbox $as_me 2.95, which was
 
2508
It was created by rhythmbox $as_me 2.96, which was
2509
2509
generated by GNU Autoconf 2.68.  Invocation command line was
2510
2510
 
2511
2511
  $ $0 $@
3324
3324
 
3325
3325
# Define the identity of the package.
3326
3326
 PACKAGE='rhythmbox'
3327
 
 VERSION='2.95'
 
3327
 VERSION='2.96'
3328
3328
 
3329
3329
 
3330
3330
cat >>confdefs.h <<_ACEOF
13851
13851
Report bugs to <bug-libtool@gnu.org>."
13852
13852
 
13853
13853
lt_cl_version="\
13854
 
rhythmbox config.lt 2.95
 
13854
rhythmbox config.lt 2.96
13855
13855
configured by $0, generated by GNU Autoconf 2.68.
13856
13856
 
13857
13857
Copyright (C) 2010 Free Software Foundation, Inc.
15072
15072
 
15073
15073
 
15074
15074
 
15075
 
GTK_REQS=2.91.4
 
15075
GTK_REQS=3.2.0
15076
15076
 
15077
15077
GST_0_10_REQS=0.10.32
15078
15078
GDK_PIXBUF_REQS=2.18.0
15079
 
GLIB_REQS=2.26.0
 
15079
GLIB_REQS=2.28.0
15080
15080
LIBGPOD_REQS=0.6
15081
15081
MUSICBRAINZ3_REQS=3.0.2
15082
15082
TOTEM_PLPARSER_REQS=2.32.1
15226
15226
fi
15227
15227
  gsettingsschemadir=${datadir}/glib-2.0/schemas
15228
15228
 
15229
 
  GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
 
15229
  if test x$cross_compiling != xyes; then
 
15230
    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
 
15231
  else
 
15232
    # Extract the first word of "glib-compile-schemas", so it can be a program name with args.
 
15233
set dummy glib-compile-schemas; ac_word=$2
 
15234
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
15235
$as_echo_n "checking for $ac_word... " >&6; }
 
15236
if ${ac_cv_path_GLIB_COMPILE_SCHEMAS+:} false; then :
 
15237
  $as_echo_n "(cached) " >&6
 
15238
else
 
15239
  case $GLIB_COMPILE_SCHEMAS in
 
15240
  [\\/]* | ?:[\\/]*)
 
15241
  ac_cv_path_GLIB_COMPILE_SCHEMAS="$GLIB_COMPILE_SCHEMAS" # Let the user override the test with a path.
 
15242
  ;;
 
15243
  *)
 
15244
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
15245
for as_dir in $PATH
 
15246
do
 
15247
  IFS=$as_save_IFS
 
15248
  test -z "$as_dir" && as_dir=.
 
15249
    for ac_exec_ext in '' $ac_executable_extensions; do
 
15250
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
15251
    ac_cv_path_GLIB_COMPILE_SCHEMAS="$as_dir/$ac_word$ac_exec_ext"
 
15252
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15253
    break 2
 
15254
  fi
 
15255
done
 
15256
  done
 
15257
IFS=$as_save_IFS
 
15258
 
 
15259
  ;;
 
15260
esac
 
15261
fi
 
15262
GLIB_COMPILE_SCHEMAS=$ac_cv_path_GLIB_COMPILE_SCHEMAS
 
15263
if test -n "$GLIB_COMPILE_SCHEMAS"; then
 
15264
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_COMPILE_SCHEMAS" >&5
 
15265
$as_echo "$GLIB_COMPILE_SCHEMAS" >&6; }
 
15266
else
 
15267
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
15268
$as_echo "no" >&6; }
 
15269
fi
 
15270
 
 
15271
 
 
15272
  fi
15230
15273
 
15231
15274
  if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
15232
15275
    as_fn_error $? "glib-compile-schemas not found." "$LINENO" 5
 
15276
  else
 
15277
    :
15233
15278
  fi
15234
15279
 
15235
15280
  GSETTINGS_RULES='
15237
15282
 
15238
15283
mostlyclean-am: clean-gsettings-schemas
15239
15284
 
15240
 
%.gschema.valid: %.gschema.xml
15241
 
        $(AM_V_GEN) if test -f "$^"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --dry-run --schema-file=$${d}$^ && touch $@
 
15285
gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
 
15286
 
 
15287
%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
 
15288
        $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch $@
15242
15289
 
15243
15290
all-am: $(gsettings_SCHEMAS:.xml=.valid)
15244
15291
uninstall-am: uninstall-gsettings-schemas
15248
15295
 
15249
15296
install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
15250
15297
        @$(NORMAL_INSTALL)
15251
 
        test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"
15252
 
        $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"
15253
 
        test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
 
15298
        if test -n "$^"; then \
 
15299
                test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
 
15300
                $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
 
15301
                test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
 
15302
        fi
15254
15303
 
15255
15304
uninstall-gsettings-schemas:
15256
15305
        @$(NORMAL_UNINSTALL)
15257
 
        @list='\''$(gsettings_SCHEMAS)'\''; test -n "$(gsettingsschemadir)" || list=; \
 
15306
        @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
15258
15307
        files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
15259
15308
        test -n "$$files" || exit 0; \
15260
15309
        echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
15261
15310
        cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
15262
 
        test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) --uninstall $(gsettingsschemadir)
 
15311
        test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
15263
15312
 
15264
15313
clean-gsettings-schemas:
15265
 
        rm -f $(gsettings_SCHEMAS:.xml=.valid)
 
15314
        rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
15266
15315
 
 
15316
ifdef gsettings_ENUM_NAMESPACE
 
15317
$(gsettings__enum_file): $(gsettings_ENUM_FILES)
 
15318
        $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@
 
15319
endif
15267
15320
'
15268
15321
 
15269
15322
 
18957
19010
        -Wunused-label -Wunused-value \
18958
19011
        -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
18959
19012
        -Wnested-externs -Wpointer-arith \
18960
 
        -Wcast-align -Wall \
 
19013
        -Wcast-align -Wformat-security -Wall \
18961
19014
        -Werror -std=gnu89"
18962
19015
 
18963
19016
        if echo "$CFLAGS" | grep -q -- '-O' && echo "$CFLAGS" | grep -q -v -- '-O0'; then
19037
19090
fi
19038
19091
 
19039
19092
 
 
19093
$as_echo "#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_28" >>confdefs.h
 
19094
 
 
19095
 
 
19096
$as_echo "#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_28" >>confdefs.h
 
19097
 
 
19098
 
 
19099
$as_echo "#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_2" >>confdefs.h
 
19100
 
 
19101
 
 
19102
$as_echo "#define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_2" >>confdefs.h
 
19103
 
 
19104
 
19040
19105
FLAGS="-fno-strict-aliasing"
19041
19106
save_CFLAGS="$CFLAGS"
19042
19107
CFLAGS="$CFLAGS $FLAGS"
21119
21184
# report actual input values of CONFIG_FILES etc. instead of their
21120
21185
# values after options handling.
21121
21186
ac_log="
21122
 
This file was extended by rhythmbox $as_me 2.95, which was
 
21187
This file was extended by rhythmbox $as_me 2.96, which was
21123
21188
generated by GNU Autoconf 2.68.  Invocation command line was
21124
21189
 
21125
21190
  CONFIG_FILES    = $CONFIG_FILES
21185
21250
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21186
21251
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
21187
21252
ac_cs_version="\\
21188
 
rhythmbox config.status 2.95
 
21253
rhythmbox config.status 2.96
21189
21254
configured by $0, generated by GNU Autoconf 2.68,
21190
21255
  with options \\"\$ac_cs_config\\"
21191
21256