mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
add missing ALL_LINGUAS
This commit is contained in:
parent
536d51183c
commit
e616f930d3
@ -1,3 +1,7 @@
|
|||||||
|
2003-02-05 Abel Cheung <maddog@linux.org.hk>
|
||||||
|
|
||||||
|
* configure.in: Added "en_GB" and "nl" to ALL_LINGUAS.
|
||||||
|
|
||||||
2003-02-05 Akira TAGOH <tagoh@gnome.gr.jp>
|
2003-02-05 Akira TAGOH <tagoh@gnome.gr.jp>
|
||||||
|
|
||||||
* src/main.c (usage): fix a typo and missing option. (#105186)
|
* src/main.c (usage): fix a typo and missing option. (#105186)
|
||||||
|
@ -116,7 +116,7 @@ AC_ARG_ENABLE(shape, [ --disable-shape disable metacity's use
|
|||||||
## try definining HAVE_BACKTRACE
|
## try definining HAVE_BACKTRACE
|
||||||
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
|
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
|
||||||
|
|
||||||
ALL_LINGUAS="am az bg ca cs da de el es fi fr gl he hu it ja ko lv mk mn ms no pl pt pt_BR ro ru sl sk sv tr uk vi zh_CN zh_TW"
|
ALL_LINGUAS="am az bg ca cs da de el en_GB es fi fr gl he hu it ja ko lv mk mn ms nl no pl pt pt_BR ro ru sl sk sv tr uk vi zh_CN zh_TW"
|
||||||
AM_GLIB_GNU_GETTEXT
|
AM_GLIB_GNU_GETTEXT
|
||||||
|
|
||||||
## here we get the flags we'll actually use
|
## here we get the flags we'll actually use
|
||||||
|
Loading…
Reference in New Issue
Block a user