Message-Id: <199907181731.RAA253906@out2.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 18 Jul 1999 13:32:07 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: config.site review request X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com 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/