summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJaromir Capik <jcapik@redhat.com>2014-09-15 15:30:08 +0200
committerJaromir Capik <jcapik@redhat.com>2014-09-15 15:30:08 +0200
commitd63ef52995a186ea0e14c58cfcc38164f0c79cc9 (patch)
treefde337e3db46b5b544375edcc6f818391fbbb7dd /configure.ac
parent515ef90b93a3525e6872fa168205aff5def2db53 (diff)
downloadprocps-ng-d63ef52995a186ea0e14c58cfcc38164f0c79cc9.tar.gz
configure.ac: re-enabling the ALL_LINGUAS related checks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 8de2535..79ba3c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,12 +75,12 @@ AC_SUBST([usrbin_execdir])
AM_GNU_GETTEXT_VERSION([0.14.1])
AM_GNU_GETTEXT([external])
-dnl if test -d "$srcdir/po"
-dnl then
-dnl ALL_LINGUAS=`cd $srcdir/po > /dev/null && echo *.po | sed 's/\.po//g'`
-dnl else
-dnl ALL_LINGUAS="af am ar as be bg bn_IN bn ca cs cy da de el en_GB es et eu_ES fa fi fr gl gu he hi hr hu hy id is it ja ka kn ko ku lo lt lv mk ml mr ms my nb nl nn no nso or pa pl pt_BR pt ro ru si sk sl sq sr@Latn sr sv ta te th tr uk ur vi zh_CN zh_TW zu"
-dnl fi
+if test -d "$srcdir/po"
+then
+ ALL_LINGUAS=`cd $srcdir/po > /dev/null && echo *.po | sed 's/\.po//g'`
+else
+ ALL_LINGUAS="af am ar as be bg bn_IN bn ca cs cy da de el en_GB es et eu_ES fa fi fr gl gu he hi hr hu hy id is it ja ka kn ko ku lo lt lv mk ml mr ms my nb nl nn no nso or pa pl pt_BR pt ro ru si sk sl sq sr@Latn sr sv ta te th tr uk ur vi zh_CN zh_TW zu"
+fi
AC_CHECK_HEADERS(error.h, [], [], AC_INCLUDES_DEFAULT)