mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
configure: Remove some no longer needed program checks.
This commit is contained in:
parent
76a44d758b
commit
ec2e77c63f
3 changed files with 81 additions and 351 deletions
397
configure
vendored
397
configure
vendored
|
@ -782,18 +782,14 @@ LDDLLFLAGS
|
|||
DLLFLAGS
|
||||
OPENGL_LIBS
|
||||
I386_LIBS
|
||||
MSGFMT
|
||||
ICOTOOL
|
||||
CONVERT
|
||||
RSVG
|
||||
FONTFORGE
|
||||
PKG_CONFIG
|
||||
MSGFMT
|
||||
LDCONFIG
|
||||
LN_S
|
||||
RANLIB
|
||||
STRIP
|
||||
ac_ct_AR
|
||||
AR
|
||||
BISON
|
||||
FLEX
|
||||
SED_CMD
|
||||
|
@ -6687,118 +6683,6 @@ fi
|
|||
printf "%s\n" "$wine_cv_recent_bison" >&6; }
|
||||
test $wine_cv_recent_bison != no || as_fn_error $? "Your bison version is too old. Please install bison version 3.0 or newer." "$LINENO" 5
|
||||
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
for ac_prog in ar gar
|
||||
do
|
||||
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
printf %s "checking for $ac_word... " >&6; }
|
||||
if test ${ac_cv_prog_AR+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else case e in #(
|
||||
e) if test -n "$AR"; then
|
||||
ac_cv_prog_AR="$AR" # Let the user override the test.
|
||||
else
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
case $as_dir in #(((
|
||||
'') as_dir=./ ;;
|
||||
*/) ;;
|
||||
*) as_dir=$as_dir/ ;;
|
||||
esac
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
||||
ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
|
||||
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
fi ;;
|
||||
esac
|
||||
fi
|
||||
AR=$ac_cv_prog_AR
|
||||
if test -n "$AR"; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
|
||||
printf "%s\n" "$AR" >&6; }
|
||||
else
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
test -n "$AR" && break
|
||||
done
|
||||
fi
|
||||
if test -z "$AR"; then
|
||||
ac_ct_AR=$AR
|
||||
for ac_prog in ar gar
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
printf %s "checking for $ac_word... " >&6; }
|
||||
if test ${ac_cv_prog_ac_ct_AR+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else case e in #(
|
||||
e) if test -n "$ac_ct_AR"; then
|
||||
ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
|
||||
else
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
case $as_dir in #(((
|
||||
'') as_dir=./ ;;
|
||||
*/) ;;
|
||||
*) as_dir=$as_dir/ ;;
|
||||
esac
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
||||
ac_cv_prog_ac_ct_AR="$ac_prog"
|
||||
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
fi ;;
|
||||
esac
|
||||
fi
|
||||
ac_ct_AR=$ac_cv_prog_ac_ct_AR
|
||||
if test -n "$ac_ct_AR"; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
|
||||
printf "%s\n" "$ac_ct_AR" >&6; }
|
||||
else
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
test -n "$ac_ct_AR" && break
|
||||
done
|
||||
|
||||
if test "x$ac_ct_AR" = x; then
|
||||
AR="ar"
|
||||
else
|
||||
case $cross_compiling:$ac_tool_warned in
|
||||
yes:)
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
||||
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
||||
ac_tool_warned=yes ;;
|
||||
esac
|
||||
AR=$ac_ct_AR
|
||||
fi
|
||||
fi
|
||||
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
||||
set dummy ${ac_tool_prefix}strip; ac_word=$2
|
||||
|
@ -6903,110 +6787,6 @@ else
|
|||
STRIP="$ac_cv_prog_STRIP"
|
||||
fi
|
||||
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
|
||||
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
printf %s "checking for $ac_word... " >&6; }
|
||||
if test ${ac_cv_prog_RANLIB+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else case e in #(
|
||||
e) if test -n "$RANLIB"; then
|
||||
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
||||
else
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
case $as_dir in #(((
|
||||
'') as_dir=./ ;;
|
||||
*/) ;;
|
||||
*) as_dir=$as_dir/ ;;
|
||||
esac
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
||||
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
||||
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
fi ;;
|
||||
esac
|
||||
fi
|
||||
RANLIB=$ac_cv_prog_RANLIB
|
||||
if test -n "$RANLIB"; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
|
||||
printf "%s\n" "$RANLIB" >&6; }
|
||||
else
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
fi
|
||||
if test -z "$ac_cv_prog_RANLIB"; then
|
||||
ac_ct_RANLIB=$RANLIB
|
||||
# Extract the first word of "ranlib", so it can be a program name with args.
|
||||
set dummy ranlib; ac_word=$2
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
printf %s "checking for $ac_word... " >&6; }
|
||||
if test ${ac_cv_prog_ac_ct_RANLIB+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else case e in #(
|
||||
e) if test -n "$ac_ct_RANLIB"; then
|
||||
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
|
||||
else
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
case $as_dir in #(((
|
||||
'') as_dir=./ ;;
|
||||
*/) ;;
|
||||
*) as_dir=$as_dir/ ;;
|
||||
esac
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
||||
ac_cv_prog_ac_ct_RANLIB="ranlib"
|
||||
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
fi ;;
|
||||
esac
|
||||
fi
|
||||
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
|
||||
if test -n "$ac_ct_RANLIB"; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
|
||||
printf "%s\n" "$ac_ct_RANLIB" >&6; }
|
||||
else
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
fi
|
||||
|
||||
if test "x$ac_ct_RANLIB" = x; then
|
||||
RANLIB=":"
|
||||
else
|
||||
case $cross_compiling:$ac_tool_warned in
|
||||
yes:)
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
|
||||
printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
|
||||
ac_tool_warned=yes ;;
|
||||
esac
|
||||
RANLIB=$ac_ct_RANLIB
|
||||
fi
|
||||
else
|
||||
RANLIB="$ac_cv_prog_RANLIB"
|
||||
fi
|
||||
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
|
||||
printf %s "checking whether ln -s works... " >&6; }
|
||||
LN_S=$as_ln_s
|
||||
|
@ -7018,102 +6798,6 @@ else
|
|||
printf "%s\n" "no, using $LN_S" >&6; }
|
||||
fi
|
||||
|
||||
# Extract the first word of "ldconfig", so it can be a program name with args.
|
||||
set dummy ldconfig; ac_word=$2
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
printf %s "checking for $ac_word... " >&6; }
|
||||
if test ${ac_cv_path_LDCONFIG+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else case e in #(
|
||||
e) case $LDCONFIG in
|
||||
[\\/]* | ?:[\\/]*)
|
||||
ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
|
||||
;;
|
||||
*)
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in /sbin /usr/sbin $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
case $as_dir in #(((
|
||||
'') as_dir=./ ;;
|
||||
*/) ;;
|
||||
*) as_dir=$as_dir/ ;;
|
||||
esac
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
||||
ac_cv_path_LDCONFIG="$as_dir$ac_word$ac_exec_ext"
|
||||
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
|
||||
;;
|
||||
esac ;;
|
||||
esac
|
||||
fi
|
||||
LDCONFIG=$ac_cv_path_LDCONFIG
|
||||
if test -n "$LDCONFIG"; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
|
||||
printf "%s\n" "$LDCONFIG" >&6; }
|
||||
else
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
for ac_prog in msgfmt
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
printf %s "checking for $ac_word... " >&6; }
|
||||
if test ${ac_cv_prog_MSGFMT+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else case e in #(
|
||||
e) if test -n "$MSGFMT"; then
|
||||
ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
|
||||
else
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
case $as_dir in #(((
|
||||
'') as_dir=./ ;;
|
||||
*/) ;;
|
||||
*) as_dir=$as_dir/ ;;
|
||||
esac
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
||||
ac_cv_prog_MSGFMT="$ac_prog"
|
||||
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
fi ;;
|
||||
esac
|
||||
fi
|
||||
MSGFMT=$ac_cv_prog_MSGFMT
|
||||
if test -n "$MSGFMT"; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
|
||||
printf "%s\n" "$MSGFMT" >&6; }
|
||||
else
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
test -n "$MSGFMT" && break
|
||||
done
|
||||
test -n "$MSGFMT" || MSGFMT="false"
|
||||
|
||||
if test ${ac_tool_prefix+y}
|
||||
then :
|
||||
# Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
|
||||
|
@ -7485,10 +7169,60 @@ printf "%s\n" "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
|
|||
enable_werror=yes
|
||||
fi
|
||||
|
||||
test "x$with_gettext" != xno || MSGFMT=false
|
||||
if test "$MSGFMT" != "false"
|
||||
if test "x$with_gettext" != xno
|
||||
then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
|
||||
for ac_prog in msgfmt
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
printf %s "checking for $ac_word... " >&6; }
|
||||
if test ${ac_cv_prog_MSGFMT+y}
|
||||
then :
|
||||
printf %s "(cached) " >&6
|
||||
else case e in #(
|
||||
e) if test -n "$MSGFMT"; then
|
||||
ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
|
||||
else
|
||||
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
for as_dir in $PATH
|
||||
do
|
||||
IFS=$as_save_IFS
|
||||
case $as_dir in #(((
|
||||
'') as_dir=./ ;;
|
||||
*/) ;;
|
||||
*) as_dir=$as_dir/ ;;
|
||||
esac
|
||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
|
||||
ac_cv_prog_MSGFMT="$ac_prog"
|
||||
printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
|
||||
break 2
|
||||
fi
|
||||
done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
fi ;;
|
||||
esac
|
||||
fi
|
||||
MSGFMT=$ac_cv_prog_MSGFMT
|
||||
if test -n "$MSGFMT"; then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
|
||||
printf "%s\n" "$MSGFMT" >&6; }
|
||||
else
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
printf "%s\n" "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
test -n "$MSGFMT" && break
|
||||
done
|
||||
test -n "$MSGFMT" || MSGFMT="false"
|
||||
|
||||
if test "$MSGFMT" != "false"
|
||||
then
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
|
||||
printf %s "checking whether msgfmt supports contexts... " >&6; }
|
||||
if test ${wine_cv_msgfmt_contexts+y}
|
||||
then :
|
||||
|
@ -7500,17 +7234,20 @@ msgctxt "ctxt"
|
|||
msgid "id"
|
||||
msgstr "str"
|
||||
EOF
|
||||
if $MSGFMT -o /dev/null conftest.po 2>&5
|
||||
then
|
||||
wine_cv_msgfmt_contexts=yes
|
||||
else
|
||||
wine_cv_msgfmt_contexts=no
|
||||
fi ;;
|
||||
if $MSGFMT -o /dev/null conftest.po 2>&5
|
||||
then
|
||||
wine_cv_msgfmt_contexts=yes
|
||||
else
|
||||
wine_cv_msgfmt_contexts=no
|
||||
fi ;;
|
||||
esac
|
||||
fi
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
|
||||
printf "%s\n" "$wine_cv_msgfmt_contexts" >&6; }
|
||||
test $wine_cv_msgfmt_contexts != no || MSGFMT=false
|
||||
test $wine_cv_msgfmt_contexts != no || MSGFMT=false
|
||||
fi
|
||||
else
|
||||
MSGFMT=false
|
||||
fi
|
||||
if test "$MSGFMT" = false
|
||||
then :
|
||||
|
@ -24105,18 +23842,14 @@ RUNTESTFLAGS = $RUNTESTFLAGS
|
|||
SED_CMD = $SED_CMD
|
||||
FLEX = $FLEX
|
||||
BISON = $BISON
|
||||
AR = $AR
|
||||
ac_ct_AR = $ac_ct_AR
|
||||
STRIP = $STRIP
|
||||
RANLIB = $RANLIB
|
||||
LN_S = $LN_S
|
||||
LDCONFIG = $LDCONFIG
|
||||
MSGFMT = $MSGFMT
|
||||
PKG_CONFIG = $PKG_CONFIG
|
||||
FONTFORGE = $FONTFORGE
|
||||
RSVG = $RSVG
|
||||
CONVERT = $CONVERT
|
||||
ICOTOOL = $ICOTOOL
|
||||
MSGFMT = $MSGFMT
|
||||
I386_LIBS = $I386_LIBS
|
||||
OPENGL_LIBS = $OPENGL_LIBS
|
||||
DLLFLAGS = $DLLFLAGS
|
||||
|
|
31
configure.ac
31
configure.ac
|
@ -241,12 +241,8 @@ EOF
|
|||
fi])
|
||||
test $wine_cv_recent_bison != no || AC_MSG_ERROR([Your bison version is too old. Please install bison version 3.0 or newer.])
|
||||
|
||||
AC_CHECK_TOOLS(AR,[ar gar],ar)
|
||||
AC_CHECK_TOOL(STRIP,strip,strip)
|
||||
AC_PROG_RANLIB
|
||||
AC_PROG_LN_S
|
||||
AC_PATH_PROG(LDCONFIG, ldconfig, true, [/sbin /usr/sbin $PATH])
|
||||
AC_CHECK_PROGS(MSGFMT, msgfmt, false)
|
||||
WINE_PATH_PKG_CONFIG
|
||||
|
||||
if test "x$enable_maintainer_mode" != "xyes"
|
||||
|
@ -323,23 +319,28 @@ else
|
|||
enable_werror=yes
|
||||
fi
|
||||
|
||||
test "x$with_gettext" != xno || MSGFMT=false
|
||||
if test "$MSGFMT" != "false"
|
||||
if test "x$with_gettext" != xno
|
||||
then
|
||||
AC_CACHE_CHECK([whether msgfmt supports contexts],wine_cv_msgfmt_contexts,
|
||||
[cat >conftest.po <<EOF
|
||||
AC_CHECK_PROGS(MSGFMT, msgfmt, false)
|
||||
if test "$MSGFMT" != "false"
|
||||
then
|
||||
AC_CACHE_CHECK([whether msgfmt supports contexts],wine_cv_msgfmt_contexts,
|
||||
[cat >conftest.po <<EOF
|
||||
# comment
|
||||
msgctxt "ctxt"
|
||||
msgid "id"
|
||||
msgstr "str"
|
||||
EOF
|
||||
if $MSGFMT -o /dev/null conftest.po 2>&AS_MESSAGE_LOG_FD
|
||||
then
|
||||
wine_cv_msgfmt_contexts=yes
|
||||
else
|
||||
wine_cv_msgfmt_contexts=no
|
||||
fi])
|
||||
test $wine_cv_msgfmt_contexts != no || MSGFMT=false
|
||||
if $MSGFMT -o /dev/null conftest.po 2>&AS_MESSAGE_LOG_FD
|
||||
then
|
||||
wine_cv_msgfmt_contexts=yes
|
||||
else
|
||||
wine_cv_msgfmt_contexts=no
|
||||
fi])
|
||||
test $wine_cv_msgfmt_contexts != no || MSGFMT=false
|
||||
fi
|
||||
else
|
||||
MSGFMT=false
|
||||
fi
|
||||
WINE_WARNING_WITH(gettext,[test "$MSGFMT" = false],
|
||||
[gettext tools not found (or too old), translations won't be built.],
|
||||
|
|
|
@ -151,8 +151,6 @@ static const char *fontforge;
|
|||
static const char *convert;
|
||||
static const char *flex;
|
||||
static const char *bison;
|
||||
static const char *ar;
|
||||
static const char *ranlib;
|
||||
static const char *rsvg;
|
||||
static const char *icotool;
|
||||
static const char *msgfmt;
|
||||
|
@ -4570,8 +4568,6 @@ int main( int argc, char *argv[] )
|
|||
convert = get_expanded_make_variable( top_makefile, "CONVERT" );
|
||||
flex = get_expanded_make_variable( top_makefile, "FLEX" );
|
||||
bison = get_expanded_make_variable( top_makefile, "BISON" );
|
||||
ar = get_expanded_make_variable( top_makefile, "AR" );
|
||||
ranlib = get_expanded_make_variable( top_makefile, "RANLIB" );
|
||||
rsvg = get_expanded_make_variable( top_makefile, "RSVG" );
|
||||
icotool = get_expanded_make_variable( top_makefile, "ICOTOOL" );
|
||||
msgfmt = get_expanded_make_variable( top_makefile, "MSGFMT" );
|
||||
|
|
Loading…
Reference in a new issue