summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-03 20:41:39 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-03 20:41:39 +0000
commita90a0bc8b4bffeeab40f1851b18be0b3ca269103 (patch)
tree7afeb87a565fdf564364f6237d55751f98ab8c2e /configure
parent237b5a606f624868f1067544c33e313924e58feb (diff)
downloadmpv-a90a0bc8b4bffeeab40f1851b18be0b3ca269103.tar.bz2
mpv-a90a0bc8b4bffeeab40f1851b18be0b3ca269103.tar.xz
don't run help_diff on english help
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6290 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index e55bdec388..817ac2b353 100755
--- a/configure
+++ b/configure
@@ -4340,8 +4340,10 @@ cat > help_mp.h << EOF
#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
#############################################################################