source: rtems/aclocal/project-root.m4 @ 6b2b4a36

4.104.114.84.95
Last change on this file since 6b2b4a36 was ba748523, checked in by Joel Sherrill <joel.sherrill@…>, on 12/20/01 at 17:33:23

2001-12-20 Ralf Corsepius <corsepiu@…>

  • configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
  • aclocal/subdirs.m4: New file.
  • aclocal/multi.m4: New file, adopted from autoconf-2.52 w/ modifications.
  • aclocal/check-posix.m4: Apply AS_IF.
  • aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
  • aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE. Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
  • aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs. Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
  • aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's OUTPUT_COMMANDS.
  • aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
  • aclocal/rtems-debug.m4: Minor cleanups.
  • aclocal/rtems-top.m4: Minor cleanups.
  • automake/compile.am: Further steps towards automake's rules.
  • Property mode set to 100644
File size: 656 bytes
Line 
1dnl
2dnl $Id$
3dnl
4
5dnl
6dnl PROJECT_TOPdir     .. relative path to the top of the build-tree
7dnl PROJECT_ROOT       .. relative path to the top of the temporary
8dnl                       installation directory inside the build-tree
9dnl RTEMS_TOPdir       .. relative path of a subpackage's configure.in to the
10dnl                       toplevel configure.in of the source-tree
11dnl RTEMS_ROOT         .. path to the top of a bsp's build directory
12dnl                       [Applied by custom/*.cfg, depredicated otherwise]
13dnl
14
15AC_DEFUN(RTEMS_PROJECT_ROOT,
16[dnl
17AC_REQUIRE([RTEMS_TOP])
18
19PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
20AC_SUBST(PACKHEX)
21])
22
Note: See TracBrowser for help on using the repository browser.