The following example illustrates the invocation of configure
and make
to build and install autoconf-<version>. This tool is
installed as a native utility and is independent of any RTEMS target.
mkdir b-autoconf cd b-autoconf ../autoconf-<VERSION>/configure --prefix=/opt/rtems-4.9 make all make info make install
After autoconf-<VERSION> is built and installed the build directory
b-autoconf
may be removed.
For more information on the invocation of configure
, please
refer to the documentation for autoconf-<VERSION> or invoke the
autoconf-VERSION> configure
command with the --help
option.
Copyright © 1988-2008 OAR Corporation