diff --git a/configure.ac b/configure.ac index 7ae240e2..4f65b7b1 100644 --- a/configure.ac +++ b/configure.ac @@ -425,7 +425,7 @@ dnl ALL_LINGUAS="cs de hr it ..." dnl The downside was that configure needed to be rebuilt whenever a dnl new language was added. dnl -ALL_LINGUAS="en@quot en@boldquot $(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')" +ALL_LINGUAS="en@quot en@boldquot $(cd ${srcdir}/po && ls *.po | grep -v 'en@.*quot' | sed -e 's/\.po$//' | tr '\012' ' ')" dnl dnl Find makeinfo. We used to provide support for Emacs processing