mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
bump version 2.3.5, require newer GTK release
2001-09-06 Havoc Pennington <hp@pobox.com> * configure.in: bump version 2.3.5, require newer GTK release
This commit is contained in:
parent
1c6c7350e1
commit
bc787fc1f3
@ -1,3 +1,7 @@
|
|||||||
|
2001-09-06 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* configure.in: bump version 2.3.5, require newer GTK release
|
||||||
|
|
||||||
2001-09-04 Havoc Pennington <hp@pobox.com>
|
2001-09-04 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/wm-tester/Makefile.am (noinst_PROGRAMS): make test apps
|
* src/wm-tester/Makefile.am (noinst_PROGRAMS): make test apps
|
||||||
|
@ -2,7 +2,7 @@ AC_INIT(src/display.c)
|
|||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(metacity, 2.3.3)
|
AM_INIT_AUTOMAKE(metacity, 2.3.5)
|
||||||
|
|
||||||
GETTEXT_PACKAGE=metacity
|
GETTEXT_PACKAGE=metacity
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
@ -41,7 +41,7 @@ ALL_LINGUAS=""
|
|||||||
dnl AM_GNU_GETTEXT
|
dnl AM_GNU_GETTEXT
|
||||||
|
|
||||||
## here we get the flags we'll actually use
|
## here we get the flags we'll actually use
|
||||||
PKG_CHECK_MODULES(METACITY, gtk+-2.0 >= 1.3.6)
|
PKG_CHECK_MODULES(METACITY, gtk+-2.0 >= 1.3.7)
|
||||||
|
|
||||||
CFLAGS="$METACITY_CFLAGS $CFLAGS"
|
CFLAGS="$METACITY_CFLAGS $CFLAGS"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user