summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 16:37:08 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 16:37:08 +0000
commitfc377acae2fa9629d79c30383dabd12ac32d4d9c (patch)
tree154509f5711cd1baf51492da32b1ecda205ccb64 /configure
parent8e8fbcbaecd73dcc604a5d0718a6b912eedb9e5f (diff)
downloadmpv-fc377acae2fa9629d79c30383dabd12ac32d4d9c.tar.bz2
mpv-fc377acae2fa9629d79c30383dabd12ac32d4d9c.tar.xz
put some comemnts into teh generated help_mp.h file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7486 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index d14113d817..c60455ee0e 100755
--- a/configure
+++ b/configure
@@ -4878,11 +4878,16 @@ EOF
echo "Creating help_mp.h"
cat > help_mp.h << EOF
+//
+// WARNING! This is a generated file. Do NOT edit.
+// See the help/ subdir for the editable files.
+//
#include "$_mp_help"
EOF
if test $_mp_help != "help/help_mp-en.h"; then
echo "Adding untranslated messages to help_mp.h"
+ echo '// untranslated messages from the english master-file:' >> help_mp.h
help/help_diff.sh $_mp_help <help/help_mp-en.h >> help_mp.h
fi