summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-20 14:23:33 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-20 14:23:33 +0000
commit4087f6eccec3580d8b532ac3ebccde50dbe4f99a (patch)
tree35dfdbca7ea3f218a41b379d75870b8d334d492b /configure
parent49ec55840e6bf586499e35290bee7c7c60aa9ad1 (diff)
downloadmpv-4087f6eccec3580d8b532ac3ebccde50dbe4f99a.tar.bz2
mpv-4087f6eccec3580d8b532ac3ebccde50dbe4f99a.tar.xz
Move help_mp.h generation to Makefile, so it's easier to maintain on
help/*.h changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13704 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 1 insertions, 17 deletions
diff --git a/configure b/configure
index b6f3457824..af594015e4 100755
--- a/configure
+++ b/configure
@@ -6328,6 +6328,7 @@ INSTALL = $_install
EXTRA_INC = $_inc_extra $_inc_gtk
OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
STRIPBINARIES = $_stripbinaries
+HELP_FILE = $_mp_help
PRG = $_prg
PRG_MENCODER = $_prg_mencoder
@@ -7117,23 +7118,6 @@ 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
-
-#############################################################################
-
cat << EOF
Config files successfully generated by ./configure !