diff 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
line wrap: on
line diff
--- a/configure.in	Wed Oct 24 11:12:23 2001 +0000
+++ b/configure.in	Wed Oct 24 11:38:42 2001 +0000
@@ -2274,7 +2274,7 @@
 changequote([, ])dnl
 
 echo creating src/epaths.h
-make epaths-force
+${MAKE-make} epaths-force
 
 # As of 2000-11-19, newest development versions of GNU cpp preprocess
 # `..' to `. .'  unless invoked with -traditional