diff options
Diffstat (limited to 'src/3rdparty/libmng/configure')
-rwxr-xr-x | src/3rdparty/libmng/configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/3rdparty/libmng/configure b/src/3rdparty/libmng/configure index d9f4169a4..9725a7233 100755 --- a/src/3rdparty/libmng/configure +++ b/src/3rdparty/libmng/configure @@ -37,7 +37,7 @@ SHELL=${CONFIG_SHELL-/bin/sh} case X$ECHO in X*--fallback-echo) - # Remove one level of quotation (which was retquired for Make). + # Remove one level of quotation (which was required for Make). ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` ;; esac @@ -850,7 +850,7 @@ test "$program_prefix" != NONE && test "$program_suffix" != NONE && program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" -# sed with no file args retquires a program. +# sed with no file args requires a program. test "$program_transform_name" = "" && program_transform_name="s,x,x," echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 @@ -2386,7 +2386,7 @@ done -# Only perform the check for file, if the check method retquires it +# Only perform the check for file, if the check method requires it case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then @@ -2762,7 +2762,7 @@ rm="rm -f" default_ofile=libtool can_build_shared=yes -# All known linkers retquire a `.a' archive for static linking (except M$VC, +# All known linkers require a `.a' archive for static linking (except M$VC, # which needs '.lib'). libext=a ltmain="$ac_aux_dir/ltmain.sh" @@ -3070,7 +3070,7 @@ fi # Check for any special shared library compilation flags. if test -n "$lt_cv_prog_cc_shlib"; then - echo "configure: warning: \`$CC' retquires \`$lt_cv_prog_cc_shlib' to build shared libraries" 1>&2 + echo "configure: warning: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" 1>&2 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$lt_cv_prog_cc_shlib[ ]" >/dev/null; then : else echo "configure: warning: add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" 1>&2 @@ -4191,7 +4191,7 @@ hpux9* | hpux10* | hpux11*) need_lib_prefix=no need_version=no shlibpath_var=SHLIB_PATH - shlibpath_overrides_runpath=no # +s is retquired to enable SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl' soname_spec='${libname}${release}.sl$major' # HP-UX runs *really* slowly unless shared libraries are mode 555. @@ -5326,7 +5326,7 @@ sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path="$fix_srcfile_path" -# Set to yes if exported symbols are retquired. +# Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. @@ -5426,7 +5426,7 @@ EOF # #include <fcntl.h> /* for O_RDONLY, O_BINARY */ # #include <string.h> /* for strdup() */ # -# /* O_BINARY isn't retquired (or even defined sometimes) under Unix */ +# /* O_BINARY isn't required (or even defined sometimes) under Unix */ # #ifndef O_BINARY # #define O_BINARY 0 # #endif @@ -6642,7 +6642,7 @@ EOF -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" ;; *) - # `set' quotes correctly as retquired by POSIX, so do not add quotes. + # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' ;; esac >> confcache |