~mp/ubuntu/lucid/metacity/bug530769

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-10 10:14:16 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20060710101416-9xyx9jgqe5e5mc3r
Tags: 1:2.15.5-0ubuntu1
* New upstream release.
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/patches/001_strict_focus.patch
    debian/patches/005-strict-focus-approximation-patch-326159.patch
    debian/patches/002_ubuntu-theme.patch
    debian/patches/010-transience-for-plugs.patch:
    - Distro fixes.
* debian/patches/010-transience-for-plugs.patch: 
  - dropped, fixed upstream in window-props.c
* debian/patches/020-CVS-fix-closing-of-minimized-apps.patch:
  - dropped, fixed upstream.
* debian/rules:
  - bumped shlibs, new interfaces added.
* debian/watch:
  - updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Fibonacci sequence for micro version numbering:
4
4
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
5
 
AC_INIT([metacity], [2.14.3],
 
5
AC_INIT([metacity], [2.15.5],
6
6
        [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
7
7
 
8
8
AC_CONFIG_SRCDIR(src/display.c)
18
18
AC_SUBST(GETTEXT_PACKAGE)
19
19
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext domain])
20
20
 
21
 
AC_PROG_INTLTOOL([0.21])
 
21
IT_PROG_INTLTOOL([0.35.0])
22
22
AC_PROG_CC
23
23
AC_ISC_POSIX
24
24
AC_HEADER_STDC
155
155
## try definining HAVE_BACKTRACE
156
156
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
157
157
 
158
 
ALL_LINGUAS="am ar az be bg bn br bs ca cs cy da de dz el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka ko ku lt lv mk ml mn ms nb ne nl nn no or pa pl pt pt_BR ro ru rw sl sk sq sr sr@Latn sv ta th tk tr uk vi wa xh zh_CN zh_TW"
159
158
AM_GLIB_GNU_GETTEXT
160
159
 
161
160
## here we get the flags we'll actually use
484
483
 
485
484
if test x$enable_gconf = xno; then
486
485
        echo "*** WARNING WARNING WARNING WARNING WARNING"
487
 
        echo "*** Building without GConf"
488
 
        echo "*** This means there's no way to change prefs except"
489
 
        echo "*** hacking source code, at least for now."
490
 
        echo "*** Also, some prefs may have broken defaults."
491
 
        echo "*** Patches needed for a simple no-gconf config file."
 
486
        echo "*** Building without GConf.  This means there's no"
 
487
        echo "*** way to change prefs except hacking source code."
492
488
        echo "*** This is intended for embedded systems etc., not for normal use."
493
489
fi
494
490
 
520
516
        Render:                   ${have_xrender}
521
517
        Xcursor:                  ${have_xcursor}
522
518
"
523
 
#echo "This is the UNSTABLE branch of metacity"
524
 
#echo "Use 2.14.x for stable (gnome-2-14 branch in CVS)"
 
519
echo "This is the UNSTABLE branch of metacity"
 
520
echo "Use 2.14.x for stable (gnome-2-14 branch in CVS)"