Changeset 76d527ec in rtems for configure.ac


Ignore:
Timestamp:
03/28/02 13:53:19 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
321f5ff
Parents:
9fff6bf
Message:

2002-03-27 Ralf Corsepius <corsepiu@…>

  • aclocal/version.m4: New file.
  • aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4.
  • bootstrap: Use aclocal/version.m4 instead of VERSION.
  • configure.ac: Use aclocal/version.m4 instead of VERSION.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r9fff6bf r76d527ec  
    99
    1010# Abort if trying to build inside of the source tree.
    11 if test -f VERSION; then
     11if test -f aclocal/version.m4; then
    1212  rm -f config.cache config.log confdefs.h
    1313  AC_MSG_ERROR([***]
Note: See TracChangeset for help on using the changeset viewer.