mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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.
This commit is contained in:
parent
4b8a65e884
commit
24171c3194
15 changed files with 130 additions and 163 deletions
|
@ -1,7 +1,7 @@
|
|||
AC_INIT([cde-desktop], [2.3.1], [jon@radscan.com])
|
||||
AC_CONFIG_HEADERS([include/autotools_config.h])
|
||||
AC_CONFIG_MACRO_DIRS([m4])
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
AC_PREFIX_DEFAULT(/usr/dt)
|
||||
|
||||
|
||||
|
@ -314,6 +314,34 @@ lib/DtMrm/Makefile
|
|||
|
||||
lib/csa/Makefile
|
||||
|
||||
programs/Makefile
|
||||
programs/dthelp/Makefile
|
||||
programs/dthelp/dthelpgen/Makefile
|
||||
programs/dthelp/dthelpprint/Makefile
|
||||
programs/dthelp/parser/pass1/helptag/Makefile
|
||||
programs/dthelp/parser/pass1/Makefile
|
||||
programs/dthelp/parser/pass1/eltdef/Makefile
|
||||
programs/dthelp/parser/pass1/build/Makefile
|
||||
programs/dthelp/parser/Makefile
|
||||
programs/dthelp/parser/canon1/Makefile
|
||||
programs/dthelp/parser/pass2/Makefile
|
||||
programs/dthelp/dthelpview/Makefile
|
||||
|
||||
programs/dsdm/Makefile
|
||||
|
||||
programs/dtmail/Makefile
|
||||
programs/dtmail/dtmail/Makefile
|
||||
programs/dtmail/MotifApp/Makefile
|
||||
programs/dtmail/dtmailpr/Makefile
|
||||
programs/dtmail/libDtMail/Makefile
|
||||
programs/dtmail/libDtMail/RFC/Makefile
|
||||
programs/dtmail/libDtMail/Common/Makefile
|
||||
|
||||
programs/dtpad/Makefile
|
||||
|
||||
programs/dtfile/Makefile
|
||||
programs/dtfile/dtcopy/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue