forked from Imagelibrary/rtems
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:
@@ -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>
|
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||||
|
|
||||||
SUBDIRS = @subdirs@
|
SUBDIRS = @subdirs@
|
||||||
|
|||||||
@@ -17,9 +17,7 @@ RTEMS_TOOLPATHS
|
|||||||
AC_SUBST(program_prefix)
|
AC_SUBST(program_prefix)
|
||||||
|
|
||||||
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
|
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
|
||||||
if test -d $srcdir/$RTEMS_CPU; then
|
RTEMS_CPU_SUBDIRS
|
||||||
AC_CONFIG_SUBDIRS($RTEMS_CPU)
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|||||||
@@ -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>
|
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||||
|
|
||||||
SUBDIRS = @subdirs@
|
SUBDIRS = @subdirs@
|
||||||
|
|||||||
@@ -17,9 +17,7 @@ RTEMS_TOOLPATHS
|
|||||||
AC_SUBST(program_prefix)
|
AC_SUBST(program_prefix)
|
||||||
|
|
||||||
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
|
RTEMS_CONFIG_BUILD_SUBDIRS(generic)
|
||||||
if test -d $srcdir/$RTEMS_CPU; then
|
RTEMS_CPU_SUBDIRS
|
||||||
AC_CONFIG_SUBDIRS($RTEMS_CPU)
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|||||||
Reference in New Issue
Block a user