diff configure @ 6289:fdf1f9fb5a6a

don't run help_diff on english help
author arpi
date Mon, 03 Jun 2002 20:41:39 +0000
parents 0b73c83bc47f
children aa9aca7772de
line wrap: on
line diff
--- a/configure	Mon Jun 03 20:32:14 2002 +0000
+++ b/configure	Mon Jun 03 20:41:39 2002 +0000
@@ -4340,8 +4340,10 @@
 #include "$_mp_help"
 EOF
 
-echo "Adding untranslated messages to help_mp.h"
-./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
+if test $_mp_help != "help_mp-en.h"; then
+  echo "Adding untranslated messages to help_mp.h"
+  ./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
+fi
 
 #############################################################################