[project @ 2000-04-04 15:14:18 by rrt]
authorrrt <unknown>
Tue, 4 Apr 2000 15:14:19 +0000 (15:14 +0000)
committerrrt <unknown>
Tue, 4 Apr 2000 15:14:19 +0000 (15:14 +0000)
Added FIND as a symbol so that it can be changed on OSes which have
different ideas as to what "find" should do.

configure.in
mk/config.mk.in

index 2418a6b..8eecf21 100644 (file)
@@ -434,6 +434,8 @@ AC_PROG_CPP
 dnl ** figure out how to do context diffs
 FPTOOLS_PROG_DIFF
 
+dnl ** Find find command (for Win32's benefit)
+AC_PATH_PROG(FindCmd, find)
 
 dnl ** look for a decent parser generator (bison preferred)
 dnl (FPTOOLS_PROG_YACCY is AC_PROG_YACC, but with some extra testing 
index 75a4510..f18a1e7 100644 (file)
@@ -557,6 +557,7 @@ CP                  = cp
 CPP                    = @CPP@
 CTAGS                  = $(ETAGS)
 RAWCPP                  = $(CPP) -undef -traditional
+FIND                   = @FindCmd@
 INSTALL                        = @INSTALL@
 #
 # Sigh - the autoconf macro for INSTALL will subst a relative path to the fallback