* We run r4rstest.scm after having built elk.

git-svn-id: svn://svn.zoy.org/elk/trunk@203 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-26 16:21:24 +00:00
parent 7d9cacb04c
commit 6193f32c39
4 changed files with 20 additions and 3 deletions

View File

@ -21,7 +21,7 @@ AC_C_INLINE
AC_TYPE_SIZE_T
# Check whether we are doing a native build
AM_CONDITIONAL(NATIVE_BUILD, test "${cross_compile}" = "no")
AM_CONDITIONAL(NATIVE_BUILD, test "${cross_compiling}" = "no")
AC_CHECK_HEADERS(inttypes.h,
[STDINT_HEADER="<inttypes.h>"],
@ -462,7 +462,7 @@ AC_CHECK_LIB(Xmu, XmuDrawLogo,
[xmu_libraries=""],
[[-lXt -lSM -lICE -lXext -lX11 -L${x_libraries}]])
if test "${cross_compile}" = "no"; then
if test "${cross_compiling}" = "no"; then
AC_CHECK_LIB(Xaw, XawTextSearch,
[ac_cv_my_have_xaw=yes
XAW_CFLAGS="-I${x_includes}"
@ -476,7 +476,7 @@ AM_CONDITIONAL(HAVE_XAW, test "${ac_cv_my_have_xaw}" = "yes")
AC_SUBST(XAW_CFLAGS)
AC_SUBST(XAW_LIBS)
if test "${cross_compile}" = "no"; then
if test "${cross_compiling}" = "no"; then
AC_CHECK_LIB(Xm, XmStringConcat,
[ac_cv_my_have_motif=yes
MOTIF_CFLAGS="-I${x_includes} -I/usr/include/Xm"
@ -533,6 +533,7 @@ AC_OUTPUT([
doc/xlib/Makefile
doc/xt/Makefile
examples/Makefile
examples/tests/Makefile
include/Makefile
lib/Makefile
lib/misc/Makefile

View File

@ -1,5 +1,6 @@
NULL =
SUBDIRS = tests
EXTRA_DIST = $(DATA)
examplesdir = $(datadir)/doc/@PACKAGE@/examples

View File

@ -0,0 +1,14 @@
CLEANFILES = $(allstamps) tmp1 tmp2 tmp3
allstamps = stamp-r4rs
if NATIVE_BUILD
all-local: $(allstamps)
endif
stamp-r4rs:
-$(top_builddir)/src/elk -p .:$(top_srcdir)/scm -l r4rstest.scm
rm -f tmp1 tmp2 tmp3
touch $@

View File

@ -1226,4 +1226,5 @@
(newline)
(display "(test-cont) (test-sc4) (test-delay)")
(newline)
(test-cont) (test-sc4) (test-delay)
"last item in file"