mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +02:00
12 lines
184 B
Bash
12 lines
184 B
Bash
#!/bin/sh
|
|
#
|
|
# Call the 'configure' script located in 'builds/unix'.
|
|
#
|
|
# This should re-generate the following files:
|
|
#
|
|
# config.mk
|
|
# Jamfile
|
|
# install
|
|
#
|
|
make setup unix CFG="$@"
|