Skip to content
Snippets Groups Projects
Commit 8e0fe80e authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-04-04 15:14:18 by rrt]

Added FIND as a symbol so that it can be changed on OSes which have
different ideas as to what "find" should do.
parent 3f567845
No related branches found
No related tags found
No related merge requests found
...@@ -434,6 +434,8 @@ AC_PROG_CPP ...@@ -434,6 +434,8 @@ AC_PROG_CPP
dnl ** figure out how to do context diffs dnl ** figure out how to do context diffs
FPTOOLS_PROG_DIFF 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 ** look for a decent parser generator (bison preferred)
dnl (FPTOOLS_PROG_YACCY is AC_PROG_YACC, but with some extra testing dnl (FPTOOLS_PROG_YACCY is AC_PROG_YACC, but with some extra testing
......
...@@ -557,6 +557,7 @@ CP = cp ...@@ -557,6 +557,7 @@ CP = cp
CPP = @CPP@ CPP = @CPP@
CTAGS = $(ETAGS) CTAGS = $(ETAGS)
RAWCPP = $(CPP) -undef -traditional RAWCPP = $(CPP) -undef -traditional
FIND = @FindCmd@
INSTALL = @INSTALL@ INSTALL = @INSTALL@
# #
# Sigh - the autoconf macro for INSTALL will subst a relative path to the fallback # Sigh - the autoconf macro for INSTALL will subst a relative path to the fallback
......
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