From 7a4ff15ff356a484a498249f01354dce549eaec2 Mon Sep 17 00:00:00 2001 From: kergoth Date: Tue, 19 Mar 2002 02:41:55 +0000 Subject: ugh.. configure couldnt handle the translation variables properly in its translation = appname sanity check. --- (limited to 'configure') diff --git a/configure b/configure index 1652527..e81bc95 100755 --- a/configure +++ b/configure @@ -174,7 +174,7 @@ for a in $TOMAKE ; do ) echo -n "." appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | sed 's/ //g'` - translation=`grep '^TRANSLATION' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` + translation=`grep '^TRANSLATION.*[^+]=.*' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` if [ -n "$translation" -a -n "$appname" ] then if [ $appname != $translation ] -- cgit v0.9.0.2