Changeset 76d527ec in rtems for bootstrap


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
  • bootstrap

    r9fff6bf r76d527ec  
    3434}
    3535
    36 if test ! -f $top_srcdir/VERSION; then
     36if test ! -f $top_srcdir/aclocal/version.m4; then
    3737  echo "${progname}:"
    38   echo "        Installation problem: Can't find file VERSION"
     38  echo "        Installation problem: Can't find file aclocal/version.m4"
    3939  exit 1;
    4040fi
Note: See TracChangeset for help on using the changeset viewer.