RTEMS Logo

RTEMS 4.9.5 On-Line Library


Installing AUTOCONF Without RPM

PREV UP NEXT Bookshelf Getting Started with RTEMS

4.2.4: Installing AUTOCONF Without RPM

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.


PREV UP NEXT Bookshelf Getting Started with RTEMS

Copyright © 1988-2008 OAR Corporation