[Xfce4-commits] <xfce4-mount-plugin:master> Use @LINGUAS@ instead of a hardcoded list, and rename configure.ac{, .in}
Landry Breuil
noreply at xfce.org
Tue Apr 10 19:26:01 CEST 2012
Updating branch refs/heads/master
to a5ac4af6339064a044a74146d5841db05cc163ff (commit)
from f53faa96cce001341dbdf80f8511e751b1c50eb2 (commit)
commit a5ac4af6339064a044a74146d5841db05cc163ff
Author: Landry Breuil <landry at xfce.org>
Date: Tue Apr 10 11:19:22 2012 +0200
Use @LINGUAS@ instead of a hardcoded list, and rename configure.ac{,.in}
configure.ac => configure.ac.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac.in
similarity index 96%
rename from configure.ac
rename to configure.ac.in
index 0eff5fd..ac7bab7 100644
--- a/configure.ac
+++ b/configure.ac.in
@@ -63,7 +63,7 @@ XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.20])
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
dnl Check for i18n support
-XDT_I18N([ca cs de el en_GB eu fr gl hu ja ko lt nb_NO pl pt_PT pt_BR ru sq uk vi zh_TW])
+XDT_I18N([@LINGUAS@])
dnl Check for debugging support
XDT_FEATURE_DEBUG()
More information about the Xfce4-commits
mailing list