2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs.
	* Makefile.am: Require automake-1.5.
This commit is contained in:
Joel Sherrill
2001-10-17 13:12:24 +00:00
parent 4ef484fed4
commit 002612f024
6 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs.
* Makefile.am: Require automake-1.5.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,7 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = @subdirs@

View File

@@ -17,9 +17,7 @@ RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
if test -d $srcdir/$RTEMS_CPU; then
AC_CONFIG_SUBDIRS($RTEMS_CPU)
fi
RTEMS_CPU_SUBDIRS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])

View File

@@ -1,3 +1,8 @@
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs.
* Makefile.am: Require automake-1.5.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,7 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = @subdirs@

View File

@@ -17,9 +17,7 @@ RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
if test -d $srcdir/$RTEMS_CPU; then
AC_CONFIG_SUBDIRS($RTEMS_CPU)
fi
RTEMS_CPU_SUBDIRS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])