freetype2/configure

23 lines
432 B
Plaintext
Raw Normal View History

2002-01-08 19:34:11 +01:00
#!/bin/sh
#
2002-01-09 22:01:18 +01:00
# Call the 'configure' script located in 'builds/unix'.
#
# This should re-generate the following files:
#
# config.mk
# Jamfile
# install
2002-01-08 19:34:11 +01:00
#
if [ "x$GNUMAKE" = x ]; then
GNUMAKE=make
fi
if [ `$GNUMAKE -v 2>/dev/null|grep -ic gnu` -eq 0 ]; then
echo "Sorry, GNU make is required to build FreeType2." >&2
echo "Please try \`GNUMAKE=<GNU make command name> $0'." >&2
exit 1
fi
CFG="$@" $GNUMAKE setup unix