From: Andreas Jaeger Date: Sat, 12 May 2001 14:43:45 +0000 (+0000) Subject: This is synced too X-Git-Tag: binary-mlb~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bc3a7f2849bb0762d26a5f9a8d6bd45f909813f;p=thirdparty%2Flibtool.git This is synced too --- diff --git a/exe/lt_base.def b/exe/lt_base.def new file mode 100644 index 000000000..b37389e86 --- /dev/null +++ b/exe/lt_base.def @@ -0,0 +1,45 @@ + +AutoGen Definitions ltmain.tpl; + +#define BASE_STRING 0 + +string[0] = { + str-name = base; + + text = <<_END_OF_BASE_TEXT_ +# Global variables. +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" +magic="%%%MAGIC variable%%%" +mkdir="mkdir" +mv="mv -f" +rm="rm -f" + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='sed -e 1s/^X//' +sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g' +SP2NL='tr \040 \012' +NL2SP='tr \015\012 \040\040' + +# NLS nuisances. +# Only set LANG and LC_ALL to C if already set. +# These must not be set unconditionally because not all systems understand +# e.g. LANG=C (notably SCO). +# We save the old values to restore during execute mode. +if test "${LC_ALL+set}" = set; then + save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL +fi +if test "${LANG+set}" = set; then + save_LANG="$LANG"; LANG=C; export LANG +fi +_END_OF_BASE_TEXT_; +}; + +/* + * Local Variables: + * mode:shell-script + * sh-indentation:2 + * End: + * + * lt_base.def ends here */