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
This commit is contained in:
arpi 2002-09-22 16:37:08 +00:00
parent 8e8fbcbaec
commit fc377acae2
1 changed files with 5 additions and 0 deletions

5
configure vendored
View File

@ -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