From: Andreas Jaeger Date: Sat, 12 May 2001 14:59:12 +0000 (+0000) Subject: This is the glue file for all the lt_*.def files X-Git-Tag: binary-mlb~11 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=99018a4fd2ed8320aa8930d10cf73bbc6e5b2d96;p=thirdparty%2Flibtool.git This is the glue file for all the lt_*.def files --- diff --git a/exe/ltstr.def b/exe/ltstr.def new file mode 100644 index 000000000..00ee61fb6 --- /dev/null +++ b/exe/ltstr.def @@ -0,0 +1,19 @@ + +AutoGen Definitions ltmain.tpl; + +#include lt_base.def +#include lt_clean.def +#include lt_compile.def +#include lt_execute.def +#include lt_finish.def +#include lt_install.def +#include lt_link.def + +#define ECHO_STRING 8 + +string[ECHO_STRING] = { + str-name = echo; + explain = " +This is a reimplementation of the echo command. +Some systems have broken versions.\n"; +};