From 5e699b03cfde67d1a23c4dd9423e41fc7cf3b6fa Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Thu, 18 Oct 2007 22:27:50 -0700 Subject: [PATCH] Ensure en@quot and en@boldquot only appear in LINGUAS once. make distcheck lives! --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2