forked from Imagelibrary/rtems
* Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5. * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make autoconf-2.52 happy.
104 lines
3.1 KiB
Plaintext
104 lines
3.1 KiB
Plaintext
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
|
|
* configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
|
|
autoconf-2.52 happy.
|
|
|
|
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
|
* configure.in: Remove.
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
|
|
|
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
|
|
|
|
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
|
|
|
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
|
|
|
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: Switch to GNU-canonicalization.
|
|
* Makefile.am: Reflect changes to configure.in.
|
|
* acinclude.m4: Remove.
|
|
|
|
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: add lib/libbsp to the GNU canonicalized
|
|
subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
|
|
* Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
|
|
* ChangeLog: Fix typos.
|
|
|
|
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: add tests to the GNU canonicalized subdirectories.
|
|
|
|
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
|
|
|
|
2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: add lib to the GNU canonicalized subdirectories,
|
|
make the lib directory before configuring lib/.
|
|
|
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in, Makefile.am: add exec to the GNU canonicalized
|
|
subdirectories.
|
|
|
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: add librtems++ to the GNU canonicalized subdirectories.
|
|
|
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: add libnetworking, librpc and librdb to the GNU
|
|
canonicalized subdirectories.
|
|
|
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: add libmisc and libchip to the GNU canonicalized
|
|
subdirectories.
|
|
|
|
2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am, acinclude.m4, configure.in: Introduce GNU
|
|
canonicalization to libfs/.
|
|
The approach is currently a bit of a hack as GNU canonicalization
|
|
does not support the per-BSP build some of the other directories
|
|
require. As more of the tree is converted, this will become less
|
|
of an issue.
|
|
|
|
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* wrapup/Makefile.am: Added libfs.
|
|
|
|
2000-10-18 Chris Johns <ccj@acm.org>
|
|
|
|
* libfs created.
|
|
* configure.in: Added libfs subdirectory.
|
|
|
|
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
|
|
RTEMS_CANONICALIZE_TOOLS.
|
|
|
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* wrapup/Makefile.am: Include compile.am.
|
|
|
|
2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|