summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 16:31:21 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 16:31:21 +0000
commit8e8fbcbaecd73dcc604a5d0718a6b912eedb9e5f (patch)
tree697e772eea1d303f8c1ea0dca7831ec029b4cdba /configure
parent2558c30739bd52854bde3bc6ef58177fb415b3c1 (diff)
downloadmpv-8e8fbcbaecd73dcc604a5d0718a6b912eedb9e5f.tar.bz2
mpv-8e8fbcbaecd73dcc604a5d0718a6b912eedb9e5f.tar.xz
help*.h files moved to help/ subdir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7485 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 17ff00ce91..d14113d817 100755
--- a/configure
+++ b/configure
@@ -104,7 +104,7 @@ case `echo -n` in
*) _echo_n='-n ' _echo_c= ;; # BSD echo
esac
-LANGUAGES=`echo help_mp-??.h help_mp-??_??.h | sed "s/help_mp-\(..\).h/\1/g" |sed "s/help_mp-\(.....\).h/\1/g"`
+LANGUAGES=`echo help/help_mp-??.h help/help_mp-??_??.h | sed "s/help_mp-\(..\).h/\1/g" |sed "s/help_mp-\(.....\).h/\1/g"`
for parm in "$@" ; do
if test "$parm" = "--help" || test "$parm" = "-help" || test "$parm" = "-h" ; then
@@ -1484,14 +1484,14 @@ echores "$_setlocale"
echocheck "language"
test -z "$LINGUAS" && LINGUAS="en"
-if test -f "help_mp-${LINGUAS}.h" ; then
+if test -f "help/help_mp-${LINGUAS}.h" ; then
echores "using ${LINGUAS}"
else
echores "${LINGUAS} not found, using en"
LINGUAS="en"
fi
-_mp_help="help_mp-${LINGUAS}.h"
-test -f help_mp-${LINGUAS}.h || die "help_mp-${LINGUAS}.h not found"
+_mp_help="help/help_mp-${LINGUAS}.h"
+test -f $_mp_help || die "$_mp_help not found"
echocheck "enable sighandler"
if test "$_sighandler" = yes ; then
@@ -4881,9 +4881,9 @@ cat > help_mp.h << EOF
#include "$_mp_help"
EOF
-if test $_mp_help != "help_mp-en.h"; then
+if test $_mp_help != "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
+ help/help_diff.sh $_mp_help <help/help_mp-en.h >> help_mp.h
fi
#############################################################################