summaryrefslogtreecommitdiffstats
path: root/aclocal.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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