comparison configure.in @ 40253:a303509b9c29

Use $MAKE for `make' if set.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 Oct 2001 11:38:42 +0000
parents 52a687c4840a
children f53d3da02996
comparison
equal deleted inserted replaced
40252:111fc7634b28 40253:a303509b9c29
2272 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \ 2272 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g' \
2273 `" 2273 `"
2274 changequote([, ])dnl 2274 changequote([, ])dnl
2275 2275
2276 echo creating src/epaths.h 2276 echo creating src/epaths.h
2277 make epaths-force 2277 ${MAKE-make} epaths-force
2278 2278
2279 # As of 2000-11-19, newest development versions of GNU cpp preprocess 2279 # As of 2000-11-19, newest development versions of GNU cpp preprocess
2280 # `..' to `. .' unless invoked with -traditional 2280 # `..' to `. .' unless invoked with -traditional
2281 2281
2282 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then 2282 if test "x$GCC" = xyes && test "x$CPP_NEED_TRADITIONAL" = xyes; then