Mail Archives: djgpp-workers/1999/07/18/13:32:08
Hi folks,
Below is the config.site I'm currently using and plan on distributing with
Bash 2.03. Comments, suggestions, etc. are welcome.
Note that the DOS_TEST_HACK variable only works in the very latest
version of Bash on my site.
#! /bin/sh
# The root of the DJGPP tree serves as the default prefix
ac_default_prefix="/dev/env/DJDIR"
if test -d $ac_default_prefix; then
ac_default_prefix="\${DJDIR}"
fi
# This is required for config.status script to be run, since
# ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh}
# Needed for Bash 1.147, but unneccessary for Bash 2.03
# because it has special handling for the /bin directory
export CONFIG_SHELL=${CONFIG_SHELL='sh'}
# $INSTALL must be an absolute path name, otherwise config.status
# will try to prepend ./ and ../ to it when it goes into subdirs.
export INSTALL=${INSTALL='${DJDIR}/bin/ginstall -c'}
# Help out libtool
ac_exeext=".exe"
export PATH_SEPARATOR=:
export PATH_EXPAND=Y
# New in Bash 2.03
export DOS_TEST_HACK=Y
ac_cv_prog_LN_S="ln"
---
Mark Elbrecht, snowball3 AT bigfoot DOT com
http://snowball.frogspace.net/
- Raw text -