# HG changeset patch # User arpi # Date 1023136899 0 # Node ID fdf1f9fb5a6a5a60d45c1d224bb812833ba0300f # Parent 7336fdaff773d1162e64ff37af8defb5266ff7e6 don't run help_diff on english help diff -r 7336fdaff773 -r fdf1f9fb5a6a configure --- 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.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.h +fi #############################################################################