~ubuntu-branches/ubuntu/oneiric/mutter/oneiric-201109070806

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-30 10:56:20 UTC
  • Revision ID: james.westby@ubuntu.com-20101130105620-5pg8qjx4fn4nt00b
Tags: 2.91.3-0ubuntu1
New upstream release

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.66 for mutter 2.91.2.
 
3
# Generated by GNU Autoconf 2.66 for mutter 2.91.3.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=mutter>.
6
6
#
563
563
# Identity of this package.
564
564
PACKAGE_NAME='mutter'
565
565
PACKAGE_TARNAME='mutter'
566
 
PACKAGE_VERSION='2.91.2'
567
 
PACKAGE_STRING='mutter 2.91.2'
 
566
PACKAGE_VERSION='2.91.3'
 
567
PACKAGE_STRING='mutter 2.91.3'
568
568
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=mutter'
569
569
PACKAGE_URL=''
570
570
 
843
843
with_gnu_ld
844
844
enable_libtool_lock
845
845
enable_glibtest
846
 
enable_compile_warnings
847
846
enable_gconf
848
847
enable_verbose_mode
849
848
enable_sm
862
861
with_omf_dir
863
862
with_help_formats
864
863
enable_scrollkeeper
 
864
enable_compile_warnings
865
865
'
866
866
      ac_precious_vars='build_alias
867
867
host_alias
1434
1434
  # Omit some internal or obsolete options to make the list less imposing.
1435
1435
  # This message is too long to be a string in the A/UX 3.1 sh.
1436
1436
  cat <<_ACEOF
1437
 
\`configure' configures mutter 2.91.2 to adapt to many kinds of systems.
 
1437
\`configure' configures mutter 2.91.3 to adapt to many kinds of systems.
1438
1438
 
1439
1439
Usage: $0 [OPTION]... [VAR=VALUE]...
1440
1440
 
1508
1508
 
1509
1509
if test -n "$ac_init_help"; then
1510
1510
  case $ac_init_help in
1511
 
     short | recursive ) echo "Configuration of mutter 2.91.2:";;
 
1511
     short | recursive ) echo "Configuration of mutter 2.91.3:";;
1512
1512
   esac
1513
1513
  cat <<\_ACEOF
1514
1514
 
1529
1529
                          optimize for fast installation [default=yes]
1530
1530
  --disable-libtool-lock  avoid locking (might break parallel builds)
1531
1531
  --disable-glibtest      do not try to compile and run a test GLIB program
1532
 
  --enable-compile-warnings=[no/minimum/yes/maximum/error]
1533
 
                          Turn on compiler warnings
1534
1532
  --disable-gconf         disable gconf usage, for embedded/size-sensitive
1535
1533
                          non-GNOME builds
1536
1534
  --disable-verbose-mode  disable mutter's ability to do verbose logging, for
1547
1545
                          Disable the schemas installation
1548
1546
  --enable-debug                enable debugging
1549
1547
  --disable-scrollkeeper  do not make updates to the scrollkeeper database
 
1548
  --enable-compile-warnings=[no/minimum/yes/maximum/error]
 
1549
                          Turn on compiler warnings
1550
1550
 
1551
1551
Optional Packages:
1552
1552
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1669
1669
test -n "$ac_init_help" && exit $ac_status
1670
1670
if $ac_init_version; then
1671
1671
  cat <<\_ACEOF
1672
 
mutter configure 2.91.2
 
1672
mutter configure 2.91.3
1673
1673
generated by GNU Autoconf 2.66
1674
1674
 
1675
1675
Copyright (C) 2010 Free Software Foundation, Inc.
2216
2216
This file contains any messages produced by compilers while
2217
2217
running configure, to aid debugging if configure makes a mistake.
2218
2218
 
2219
 
It was created by mutter $as_me 2.91.2, which was
 
2219
It was created by mutter $as_me 2.91.3, which was
2220
2220
generated by GNU Autoconf 2.66.  Invocation command line was
2221
2221
 
2222
2222
  $ $0 $@
3036
3036
 
3037
3037
# Define the identity of the package.
3038
3038
 PACKAGE='mutter'
3039
 
 VERSION='2.91.2'
 
3039
 VERSION='2.91.3'
3040
3040
 
3041
3041
 
3042
3042
cat >>confdefs.h <<_ACEOF
3114
3114
 
3115
3115
MUTTER_MAJOR_VERSION=2
3116
3116
MUTTER_MINOR_VERSION=91
3117
 
MUTTER_MICRO_VERSION=2
 
3117
MUTTER_MICRO_VERSION=3
3118
3118
MUTTER_PLUGIN_API_VERSION=3
3119
3119
 
3120
3120
 
13392
13392
 esac
13393
13393
 
13394
13394
 
13395
 
#### Warnings
13396
 
 
13397
 
# Stay command-line compatible with the gnome-common configure option. Here
13398
 
# minimum/yes/maximum are the same, however.
13399
 
# Check whether --enable-compile_warnings was given.
13400
 
if test "${enable_compile_warnings+set}" = set; then :
13401
 
  enableval=$enable_compile_warnings;
13402
 
else
13403
 
  enable_compile_warnings=error
13404
 
fi
13405
 
 
13406
 
 
13407
 
if test "$enable_compile_warnings" != no ; then
13408
 
  if test "x$GCC" = "xyes"; then
13409
 
    case " $CFLAGS " in
13410
 
    *[\ \       ]-Wall[\ \      ]*) ;;
13411
 
    *) CFLAGS="$CFLAGS -Wall" ;;
13412
 
    esac
13413
 
 
13414
 
#   case " $CFLAGS " in
13415
 
#   *[\ \       ]-Wshadow[\ \   ]*) ;;
13416
 
#   *) CFLAGS="$CFLAGS -Wshadow" ;;
13417
 
#   esac
13418
 
 
13419
 
    case " $CFLAGS " in
13420
 
    *[\ \       ]-Wchar-subscripts[\ \  ]*) ;;
13421
 
    *) CFLAGS="$CFLAGS -Wchar-subscripts" ;;
13422
 
    esac
13423
 
 
13424
 
    case " $CFLAGS " in
13425
 
    *[\ \       ]-Wmissing-declarations[\ \     ]*) ;;
13426
 
    *) CFLAGS="$CFLAGS -Wmissing-declarations" ;;
13427
 
    esac
13428
 
 
13429
 
    case " $CFLAGS " in
13430
 
    *[\ \       ]-Wmissing-prototypes[\ \       ]*) ;;
13431
 
    *) CFLAGS="$CFLAGS -Wmissing-prototypes" ;;
13432
 
    esac
13433
 
 
13434
 
    case " $CFLAGS " in
13435
 
    *[\ \       ]-Wnested-externs[\ \   ]*) ;;
13436
 
    *) CFLAGS="$CFLAGS -Wnested-externs" ;;
13437
 
    esac
13438
 
 
13439
 
    case " $CFLAGS " in
13440
 
    *[\ \       ]-Wpointer-arith[\ \    ]*) ;;
13441
 
    *) CFLAGS="$CFLAGS -Wpointer-arith" ;;
13442
 
    esac
13443
 
 
13444
 
    case " $CFLAGS " in
13445
 
    *[\ \       ]-Wcast-align[\ \       ]*) ;;
13446
 
    *) CFLAGS="$CFLAGS -Wcast-align" ;;
13447
 
    esac
13448
 
 
13449
 
    case " $CFLAGS " in
13450
 
    *[\ \       ]-Wsign-compare[\ \     ]*) ;;
13451
 
    *) CFLAGS="$CFLAGS -Wsign-compare" ;;
13452
 
    esac
13453
 
 
13454
 
    if test "$enable_compile_warnings" = error; then
13455
 
      case " $CFLAGS " in
13456
 
      *[\ \     ]-Werror[\ \    ]*) ;;
13457
 
      *) CFLAGS="$CFLAGS -Werror" ;;
13458
 
      esac
13459
 
    fi
13460
 
  fi
13461
 
fi
13462
 
 
13463
13395
GTK_MIN_VERSION=2.90.7
13464
13396
CANBERRA_GTK=libcanberra-gtk3
13465
13397
CANBERRA_GTK_VERSION=0.26
16655
16587
 
16656
16588
 
16657
16589
 
 
16590
#### Warnings (last since -Werror can disturb other tests)
 
16591
 
 
16592
# Stay command-line compatible with the gnome-common configure option. Here
 
16593
# minimum/yes/maximum are the same, however.
 
16594
# Check whether --enable-compile_warnings was given.
 
16595
if test "${enable_compile_warnings+set}" = set; then :
 
16596
  enableval=$enable_compile_warnings;
 
16597
else
 
16598
  enable_compile_warnings=error
 
16599
fi
 
16600
 
 
16601
 
 
16602
if test "$enable_compile_warnings" != no ; then
 
16603
  if test "x$GCC" = "xyes"; then
 
16604
    case " $CFLAGS " in
 
16605
    *[\ \       ]-Wall[\ \      ]*) ;;
 
16606
    *) CFLAGS="$CFLAGS -Wall" ;;
 
16607
    esac
 
16608
 
 
16609
#   case " $CFLAGS " in
 
16610
#   *[\ \       ]-Wshadow[\ \   ]*) ;;
 
16611
#   *) CFLAGS="$CFLAGS -Wshadow" ;;
 
16612
#   esac
 
16613
 
 
16614
    case " $CFLAGS " in
 
16615
    *[\ \       ]-Wchar-subscripts[\ \  ]*) ;;
 
16616
    *) CFLAGS="$CFLAGS -Wchar-subscripts" ;;
 
16617
    esac
 
16618
 
 
16619
    case " $CFLAGS " in
 
16620
    *[\ \       ]-Wmissing-declarations[\ \     ]*) ;;
 
16621
    *) CFLAGS="$CFLAGS -Wmissing-declarations" ;;
 
16622
    esac
 
16623
 
 
16624
    case " $CFLAGS " in
 
16625
    *[\ \       ]-Wmissing-prototypes[\ \       ]*) ;;
 
16626
    *) CFLAGS="$CFLAGS -Wmissing-prototypes" ;;
 
16627
    esac
 
16628
 
 
16629
    case " $CFLAGS " in
 
16630
    *[\ \       ]-Wnested-externs[\ \   ]*) ;;
 
16631
    *) CFLAGS="$CFLAGS -Wnested-externs" ;;
 
16632
    esac
 
16633
 
 
16634
    case " $CFLAGS " in
 
16635
    *[\ \       ]-Wpointer-arith[\ \    ]*) ;;
 
16636
    *) CFLAGS="$CFLAGS -Wpointer-arith" ;;
 
16637
    esac
 
16638
 
 
16639
    case " $CFLAGS " in
 
16640
    *[\ \       ]-Wcast-align[\ \       ]*) ;;
 
16641
    *) CFLAGS="$CFLAGS -Wcast-align" ;;
 
16642
    esac
 
16643
 
 
16644
    case " $CFLAGS " in
 
16645
    *[\ \       ]-Wsign-compare[\ \     ]*) ;;
 
16646
    *) CFLAGS="$CFLAGS -Wsign-compare" ;;
 
16647
    esac
 
16648
 
 
16649
    if test "$enable_compile_warnings" = error; then
 
16650
      case " $CFLAGS " in
 
16651
      *[\ \     ]-Werror[\ \    ]*) ;;
 
16652
      *) CFLAGS="$CFLAGS -Werror" ;;
 
16653
      esac
 
16654
    fi
 
16655
  fi
 
16656
fi
 
16657
 
16658
16658
ac_config_files="$ac_config_files Makefile doc/Makefile doc/man/Makefile src/Makefile src/wm-tester/Makefile src/libmutter-private.pc src/mutter-plugins.pc src/tools/Makefile src/compositor/plugins/Makefile po/Makefile.in"
16659
16659
 
16660
16660
 
17213
17213
# report actual input values of CONFIG_FILES etc. instead of their
17214
17214
# values after options handling.
17215
17215
ac_log="
17216
 
This file was extended by mutter $as_me 2.91.2, which was
 
17216
This file was extended by mutter $as_me 2.91.3, which was
17217
17217
generated by GNU Autoconf 2.66.  Invocation command line was
17218
17218
 
17219
17219
  CONFIG_FILES    = $CONFIG_FILES
17279
17279
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17280
17280
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17281
17281
ac_cs_version="\\
17282
 
mutter config.status 2.91.2
 
17282
mutter config.status 2.91.3
17283
17283
configured by $0, generated by GNU Autoconf 2.66,
17284
17284
  with options \\"\$ac_cs_config\\"
17285
17285
 
19117
19117
   stable_version=`expr $MUTTER_MINOR_VERSION - 1`
19118
19118
   echo "This is the UNSTABLE branch of mutter"
19119
19119
   echo -n "Use 2.$stable_version.x for stable "
19120
 
   echo    "(gnome-2-$stable_version branch in Subversion)"
 
19120
   echo    "(gnome-2-$stable_version branch in git)"
19121
19121
else
19122
19122
   echo "This is the stable branch of mutter"
19123
19123
fi