tt: begin to get it building under autotools
This commit is contained in:
@@ -185,7 +185,7 @@ dnl headers
|
|||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|
||||||
dnl libraries
|
dnl libraries
|
||||||
AC_CHECK_LIB(tirpc, main, [TIRPCINC=-I/usr/include/tirpc; TIRPCLIB=-ltirpc])
|
AC_CHECK_LIB(tirpc, main, [TIRPCINC="-DOPT_TIRPC -I/usr/include/tirpc"; TIRPCLIB=-ltirpc])
|
||||||
AC_SUBST(TIRPCINC)
|
AC_SUBST(TIRPCINC)
|
||||||
AC_SUBST(TIRPCLIB)
|
AC_SUBST(TIRPCLIB)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
include ../tooltalk.tmpl
|
include ../tooltalk.inc
|
||||||
|
|
||||||
noinst_LIBRARIES= libisam.a
|
noinst_LIBRARIES= libisam.a
|
||||||
|
|
||||||
|
|||||||
13
cde/lib/tt/tooltalk.inc
Normal file
13
cde/lib/tt/tooltalk.inc
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# This file is imbedded near the top of every ToolTalk Imakefile.
|
||||||
|
# It contains definitions and redefinitions that are common to all
|
||||||
|
# of ToolTalk but which aren't referred to anywhere else in the
|
||||||
|
# build.
|
||||||
|
|
||||||
|
# It should match tooltalk.tmpl in terms of definitions...
|
||||||
|
|
||||||
|
# TT_VERSION defines the version string which is imbedded in all the
|
||||||
|
# binaries and shipped libraries.
|
||||||
|
|
||||||
|
TT_VERSION = "CDE Version 2.3.0a"
|
||||||
|
TT_VERSION_DEFINE = -DTT_VERSION_STRING=\"$(TT_VERSION)\"
|
||||||
|
|
||||||
Reference in New Issue
Block a user