From: Micah Cowan Date: Fri, 19 Oct 2007 05:27:50 +0000 (-0700) Subject: Ensure en@quot and en@boldquot only appear in LINGUAS once. make distcheck lives! X-Git-Tag: v1.13~493 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=5e699b03cfde67d1a23c4dd9423e41fc7cf3b6fa Ensure en@quot and en@boldquot only appear in LINGUAS once. make distcheck lives! --- 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