configure: check for rpcgen, add new CSA_INCDIR and SPC_INCDIR
authorJon Trulson <jon@radscan.com>
Sat, 26 Oct 2019 23:08:20 +0000 (17:08 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 26 Oct 2019 23:08:20 +0000 (17:08 -0600)
cde/configure.ac

index 2347679ccde1ce2de0f111933910435bf3c7abb7..018b87fe83b0cdece8cbf42679980371c907a11f 100644 (file)
@@ -155,6 +155,8 @@ AC_SUBST(DT_INCDIR, '-I$(top_builddir)/include/Dt')
 AC_SUBST(DTI_INCDIR, '-I$(top_builddir)/include/DtI')
 AC_SUBST(TT_INCDIR, '-I$(top_builddir)/include/Tt')
 AC_SUBST(XM_INCDIR, '-I$(top_builddir)/include/Xm')
+AC_SUBST(CSA_INCDIR, '-I$(top_builddir)/include/csa')
+AC_SUBST(SPC_INCDIR, '-I$(top_builddir)/include/SPC')
 
 dnl JET FIXME/CHECKME
 AC_SUBST(XTOOLLIB, "-lICE -lSM -lXt")
@@ -217,6 +219,7 @@ AC_CHECK_PROGS(BDFTOPCF, bdftopcf)
 AC_CHECK_PROGS(MKFONTIDR, mkfontdir)
 AC_CHECK_PROGS(GZIP, gzip)
 AC_CHECK_PROGS(M4, m4)
+AC_CHECK_PROGS(RPCGEN, rpcgen)
 
 dnl headers
 AC_HEADER_STDC