diff options
author | Max Kellermann <max@duempel.org> | 2009-01-04 12:30:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-04 12:30:14 +0100 |
commit | 8cdcfa4d0cf982785434075321f29eae2e1ea627 (patch) | |
tree | 1b2efa225f478c60ef4ea1bd0cf38fb822397206 /configure.ac | |
parent | 4e7244f5245756fc3b58484faf1cc2675e97ed05 (diff) | |
download | mpd-8cdcfa4d0cf982785434075321f29eae2e1ea627.tar.gz mpd-8cdcfa4d0cf982785434075321f29eae2e1ea627.tar.xz mpd-8cdcfa4d0cf982785434075321f29eae2e1ea627.zip |
configure.ac: moved ALL_LINGUAS to po/LINGUAS
ALL_LINGUAS is deprecated according to
http://live.gnome.org/GnomeGoals/PoLinguas
Keep ALL_LINGUAS in configure.ac for now, to preserve compatibility
with older tools.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 24ed5037f..120ccaf24 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl initialize variables dnl ======================================================= dnl i18n -ALL_LINGUAS="es da de fr gl no ru sk sv hu" +ALL_LINGUAS=`grep -v '^\#' po/LINGUAS` set -- $CFLAGS |