summaryrefslogtreecommitdiff
path: root/tests/depdemo-conf.test
diff options
context:
space:
mode:
authorRichard Dawe <rich@phekda.freeserve.co.uk>2003-03-29 05:06:46 +0000
committerRobert Boehne <rboehne@gnu.org>2003-03-29 05:06:46 +0000
commitb9f8f1036e98766c068a51cb84d16f67247fa9c8 (patch)
treebf992104aebe154c49369240760cbf0ac0e0c3d1 /tests/depdemo-conf.test
parenteeb3d9cc7c07965a5d3817321e67491c6eb097f4 (diff)
downloadlibtool-b9f8f1036e98766c068a51cb84d16f67247fa9c8.tar.gz
* Makefile.am: Define CONF_SUBDIRS.
* tests/defs: Set CONFIG_SITE to /nonexistent, except on DJGPP, which requires its config.site, to work correctly. * tests/cdemo-conf.test, tests/cdemo-shared.test, tests/cdemo-static.test, tests/demo-conf.test, tests/demo-nofast.test, tests/demo-nopic.test, tests/demo-pic.test, tests/demo-shared.test, tests/demo-static.test, tests/depdemo-conf.test, tests/depdemo-nofast.test, tests/depdemo-shared.test, tests/depdemo-static.test, tests/f77demo-conf.test, tests/f77demo-shared.test, tests/f77demo-static.test, tests/mdemo-conf.test, tests/mdemo-shared.test, tests/mdemo-static.test, tests/pdemo-conf.test, tests/tagdemo-conf.test, tests/tagdemo-shared.test, tests/tagdemo-static.test: Don't set CONFIG_SITE, now that tests/defs sets it. * tests/cdemo-exec.test, tests/demo-exec.test, tests/demo-inst.test, tests/depdemo-exec.test, tests/depdemo-inst.test, tests/f77demo-exec.test, tests/mdemo-exec.test, tests/mdemo-inst.test, tests/pdemo-exec.test, tests/pdemo-inst.test, tests/tagdemo-exec.test: When checking for the existence of executables, use the executable file extension from $EXEEXT.
Diffstat (limited to 'tests/depdemo-conf.test')
-rwxr-xr-xtests/depdemo-conf.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/depdemo-conf.test b/tests/depdemo-conf.test
index 97e3e50d..92754663 100755
--- a/tests/depdemo-conf.test
+++ b/tests/depdemo-conf.test
@@ -25,7 +25,7 @@ rm -f config.cache
# Configure the demonstration.
echo "= Configuring in ../depdemo (prefix=$prefix)"
-CONFIG_SITE=/nonexistent ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix || exit 1
+${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix || exit 1
if grep '^build_old_libs=yes' libtool > /dev/null &&
grep '^build_libtool_libs=yes' libtool > /dev/null; then :