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
|
|
|
#
|
|
|
|
make setup unix CFG="$@"
|