configure: add some more error checking/reporting for required programs
authorJon Trulson <jon@radscan.com>
Fri, 3 Jan 2020 01:28:02 +0000 (18:28 -0700)
committerJon Trulson <jon@radscan.com>
Fri, 3 Jan 2020 01:35:36 +0000 (18:35 -0700)
commit3b1a54ca81be650c299d95287ad07318b23a2b75
treeea0a71c410ec55160389853182ece16f63c6f144
parentf634c682df23c2b78c774407127bd4e120acfc68
configure: add some more error checking/reporting for required programs

A list of major things like ksh, cpp, etc are saved in a list if they
are not found.  If this list is non-empty when configure is nearly
done, an error message is displayed listing the missing programs.
This is less annoying than stopping after every missing programs.

Also, removed the X11/Xm header checks for now.  Those need to take
into account X_CFLAGS in some way since these files are located in
dirfferent areas on different OS's (obsd puts them in
/usr/X11R6/include for example).
cde/configure.ac