ltmain.sh (apr-1.6.5.tar.bz2) | : | ltmain.sh (apr-1.7.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 2050 | skipping to change at line 2050 | |||
func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` | func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` | |||
} | } | |||
fi | fi | |||
# func_fatal_configuration ARG... | # func_fatal_configuration ARG... | |||
# ------------------------------- | # ------------------------------- | |||
# Echo program name prefixed message to standard error, followed by | # Echo program name prefixed message to standard error, followed by | |||
# a configuration failure hint, and exit. | # a configuration failure hint, and exit. | |||
func_fatal_configuration () | func_fatal_configuration () | |||
{ | { | |||
func__fatal_error ${1+"$@"} \ | func_fatal_error ${1+"$@"} \ | |||
"See the $PACKAGE documentation for more information." \ | "See the $PACKAGE documentation for more information." \ | |||
"Fatal configuration error." | "Fatal configuration error." | |||
} | } | |||
# func_config | # func_config | |||
# ----------- | # ----------- | |||
# Display the configuration for all the tags in this script. | # Display the configuration for all the tags in this script. | |||
func_config () | func_config () | |||
{ | { | |||
re_begincf='^# ### BEGIN LIBTOOL' | re_begincf='^# ### BEGIN LIBTOOL' | |||
skipping to change at line 7144 | skipping to change at line 7144 | |||
# +DA*, +DD* enable 64-bit mode for the HP compiler | # +DA*, +DD* enable 64-bit mode for the HP compiler | |||
# -q* compiler args for the IBM compiler | # -q* compiler args for the IBM compiler | |||
# -m*, -t[45]*, -txscale* architecture-specific flags for GCC | # -m*, -t[45]*, -txscale* architecture-specific flags for GCC | |||
# -F/path path to uninstalled frameworks, gcc on darwin | # -F/path path to uninstalled frameworks, gcc on darwin | |||
# -p, -pg, --coverage, -fprofile-* profiling flags for GCC | # -p, -pg, --coverage, -fprofile-* profiling flags for GCC | |||
# -fstack-protector* stack protector flags for GCC | # -fstack-protector* stack protector flags for GCC | |||
# @file GCC response files | # @file GCC response files | |||
# -tp=* Portland pgcc target processor selection | # -tp=* Portland pgcc target processor selection | |||
# --sysroot=* for sysroot support | # --sysroot=* for sysroot support | |||
# -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimizati on | # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimizati on | |||
# -specs=* GCC specs files | ||||
# -stdlib=* select c++ std lib with clang | # -stdlib=* select c++ std lib with clang | |||
-64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ | -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ | |||
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ | -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ | |||
-O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) | -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| | |||
\ | ||||
-specs=*) | ||||
func_quote_for_eval "$arg" | func_quote_for_eval "$arg" | |||
arg=$func_quote_for_eval_result | arg=$func_quote_for_eval_result | |||
func_append compile_command " $arg" | func_append compile_command " $arg" | |||
func_append finalize_command " $arg" | func_append finalize_command " $arg" | |||
func_append compiler_flags " $arg" | func_append compiler_flags " $arg" | |||
continue | continue | |||
;; | ;; | |||
-Z*) | -Z*) | |||
if test os2 = "`expr $host : '.*\(os2\)'`"; then | if test os2 = "`expr $host : '.*\(os2\)'`"; then | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added |