configure: add programs/ dthelp, dsdm, dtmail, dtpad, and dtfile
authorJon Trulson <jon@radscan.com>
Tue, 29 Oct 2019 00:39:21 +0000 (18:39 -0600)
committerJon Trulson <jon@radscan.com>
Tue, 29 Oct 2019 00:54:17 +0000 (18:54 -0600)
commit24171c319412232a3ed34154e45f734bc92a44af
treea14b4a0ed143e00a40eabe917e135137944ee325
parent4b8a65e884751e8100e3f116df724caba2072507
configure: add programs/ dthelp, dsdm, dtmail, dtpad, and dtfile

At this stage, these certainly won't actually build yet.

Just fix up the relevent Makefile.am files so that autogen does not
emit errors and warnings for them.

Removed AIX/HPUX support in Makefile.am files.  No point in
propogating that stuff when we've already removed much of that
unmaintained code from the codebase.

Commented out all of the Sun Pro stuff.  Someone whos using that will
need to go through and fix it.  This is mostly in dtmail and dthelp.

In fact, someone who does Solaris in general will need to go through
this stuff.

Next up, we'll replace any remaining 'if SUN' conditionals with 'if
SOLARIS' which is a more appropriate name and was already defined in
configure.ac.

Then we'll see about getting these new directories building.
15 files changed:
cde/configure.ac
cde/programs/dsdm/Makefile.am
cde/programs/dtfile/Makefile.am
cde/programs/dtfile/dtcopy/Makefile.am
cde/programs/dthelp/dthelpgen/Makefile.am
cde/programs/dthelp/dthelpprint/Makefile.am
cde/programs/dthelp/parser/pass1/build/Makefile.am
cde/programs/dthelp/parser/pass1/eltdef/Makefile.am
cde/programs/dthelp/parser/pass1/helptag/Makefile.am
cde/programs/dtmail/MotifApp/Makefile.am
cde/programs/dtmail/dtmail/Makefile.am
cde/programs/dtmail/dtmailpr/Makefile.am
cde/programs/dtmail/libDtMail/Common/Makefile.am
cde/programs/dtmail/libDtMail/RFC/Makefile.am
cde/programs/dtpad/Makefile.am