summaryrefslogtreecommitdiffstats
path: root/aclocal.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1998-01-161-0/+2
| | | | | | | | | | > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-01-151-3/+5
| | | | | | | | | | | RTEMS_CHECK_FILES_IN uses a sequence of find, sort and sed to collect all *.in files in a given subdirectory. The current version uses : `find $1 -name $2 -print | sed 's%\.in%%' | sort` with $1 being a subdirectory $2 set to Makefile.in. This works as long all subdirectories start with a letter that is lexically bigger than the letter M, but will fail otherwise.
* Removed need for -follow option to find.Joel Sherrill1997-12-061-1/+1
|
* Serious cleanup to reduce the number of explicitly listed Makefiles,Joel Sherrill1997-11-301-41/+23
| | | | | eliminated autoconf looking for commands which are unused, and reduce the number of Makefiles generated.
* Changes from Ralf Corsepius (corsepiu@faw.uni-ulm.de) to automaticallyJoel Sherrill1997-11-291-0/+60
| | | | generate the list of Makefiles in the configure script.
* Submitted by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1997-11-181-0/+41