File 'support/base.tcl' (part of 'Makedist_Support')


Home | Packages | Files | Procedures | Keywords | External packages


Written by
Andreas Kupries
Description
Basic supporting commands.
Depends on
Tcl, Pool_Base
Keywords
support, base support

mConfigure (args)

Executes 'autoconf' in all directories named in the list args.
Dangers: Restricted to usage on a unix system, because /dev/null is used here.
Notes: Requires existence of 'autoconf' command, must be found in the path.
Argument: argsList of directories to configure.

mExclude (args)

Removes the files specified in args from the distribution directory.
Argument: argsList of files and/or directories to remove from the distribution.

mInsertInfo (args)

Inserts the information contained in the array 'mInfo' into the files named in args.
Argument: argslist of files to manipulate

mSupport (args)

The files named in the list args are copied to the support folder and will be distributed side by side to the complete distribution.
Argument: argsList of files to be marked as supporting data.


Generated by AutoDoc 2.0 at 02/06/1999, invoked by Andreas Kupries