[project @ 1998-02-17 20:16:48 by sof]
authorsof <unknown>
Tue, 17 Feb 1998 20:16:51 +0000 (20:16 +0000)
committersof <unknown>
Tue, 17 Feb 1998 20:16:51 +0000 (20:16 +0000)
don't look for green-card binary, use the one in the
build tree instead.

configure.in
mk/config.mk.in

index 078d180..97acf32 100644 (file)
@@ -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 ####
 
 ####--------------------------------------------------
index 8e39638..a698741 100644 (file)
@@ -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