/make/Templates/

>
summaryrefslogtreecommitdiffstats
path: root/aclocal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-10-116-34/+18
| | | | | | | | Removed all go32 configuration tests. This patch also comments out some special treatment for Cygwin from *.m4 macros. According to reports from David Fiddes. these should not be necessary anymore.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move librdbgJoel Sherrill1999-10-111-1/+1
| | | | to its own top level package.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-10-0414-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test for a valid path, exit if not found # test_path() { test -d $* || fatal_error "cannot find $*" return 0 } # # Create a directory and check it was made correctly. # checked_mkdir() { mkdir -p $1 check_fatal $? "unable to make directory $1" return 0 }