summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2018-04-15 16:27:10 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2018-04-15 16:27:10 -0400
commit843193b9d51a6c1acbf48b580160220e90110561 (patch)
tree56ff39e17d619a9e6d434a67bc32dfdc63a1b2ff /configure
parent235b1e2fe6ca325f449c5a73c75432d62d73f524 (diff)
downloadfreetype2-843193b9d51a6c1acbf48b580160220e90110561.tar.gz
[build] Use `info' function of make 3.81.
* configure, docs/INSTALL, docs/INSTALL.CROSS, docs/INSTALL.GNU, docs/INSTALL.UNIX, docs/MAKEPP: Bump make version requirements. * builds/detect.mk (std_setup): Replace `echo' with `info'. (dos_setup): Removed. * builds/unix/install.mk, builds/modules.mk, builds/dos/detect.mk, builds/windows/detect.mk, builds/os2/detect.mk: Updated. * builds/newline: No longer needed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8ee0d4029..f9d218667 100755
--- a/configure
+++ b/configure
@@ -29,7 +29,7 @@ else
fi
if test "x`$MAKE -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
- echo "GNU make (>= 3.80) or makepp (>= 1.19) is required to build FreeType2." >&2
+ echo "GNU make (>= 3.81) or makepp (>= 2.0) is required to build FreeType2." >&2
echo "Please try" >&2
echo >&2
echo " MAKE=<GNU make command name> $0" >&2