summaryrefslogtreecommitdiffstats
path: root/aclocal.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-01-16Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill1-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.
1998-01-15Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-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.
1997-12-06Removed need for -follow option to find.Joel Sherrill1-1/+1
1997-11-30Serious cleanup to reduce the number of explicitly listed Makefiles,Joel Sherrill1-41/+23
eliminated autoconf looking for commands which are unused, and reduce the number of Makefiles generated.
1997-11-29Changes from Ralf Corsepius (corsepiu@faw.uni-ulm.de) to automaticallyJoel Sherrill1-0/+60
generate the list of Makefiles in the configure script.
1997-11-18Submitted by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+41