Skip to content
Snippets Groups Projects
Commit 9e233cb4 authored by sof's avatar sof
Browse files

[project @ 1998-02-17 20:16:48 by sof]

don't look for green-card binary, use the one in the
build tree instead.
parent 3be16457
No related merge requests found
......@@ -418,11 +418,6 @@ dnl ** check for installed lx binary
#
AC_PATH_PROG(LxCmd,lx)
#
dnl ** check for installed green-card binary
#
AC_PATH_PROG(GreencardCmd,green-card)
#### program checking section ends here ####
####--------------------------------------------------
......
......@@ -642,7 +642,7 @@ RUNTEST = $(RUNTEST_PREFIX)runstdtest
HAPPY = @HappyCmd@
HAPPY_VERSION = @HappyVersion@
LX = @LxCmd@
GREENCARD = @GreencardCmd@
GREENCARD = $(FPTOOLS_TOP)/green-card/src/green-card
#
# Stuff from fptools/literate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment