]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/*.test (CONFIG_SITE): Ultrix's /bin/sh fails on
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 07:45:56 +0000 (07:45 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 07:45:56 +0000 (07:45 +0000)
`. /dev/null'.  Set CONFIG_SITE to /dev/null/config/site, to make
sure we pick a non-existent file.

20 files changed:
ChangeLog
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/mdemo-conf.test
tests/mdemo-shared.test
tests/mdemo-static.test
tests/tagdemo-conf.test
tests/tagdemo-shared.test
tests/tagdemo-static.test

index a3f6661a5e4265abd8a4a5ab890edfdcb2d61a7f..136f0549ba96e36dab1f7c316657fc2c3d25fc5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-09-04  Alexandre Oliva  <aoliva@redhat.com>
 
+       * tests/*.test (CONFIG_SITE): Ultrix's /bin/sh fails on
+       `. /dev/null'.  Set CONFIG_SITE to /dev/null/config/site, to make
+       sure we pick a non-existent file.
+
        * ltcf-c.sh, ltcf-gcj.sh (hardcode_libdir_flag_spec,
        export_dynamic_flag_spec): Use ${wl}, not ${wlarc}.
 
index c6d0d161b9e70fc16baade546f5a0ea059d19362..ac5689cad98ff9a6da0bd98f6a7063f92ae56cef 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../cdemo (prefix=$prefix)"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../cdemo/configure --srcdir=$srcdir/../cdemo --prefix=$prefix || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../cdemo/configure --srcdir=$srcdir/../cdemo --prefix=$prefix || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index 004baa9ac828060edb88c3a02c3acc98f3eda714..646dcdaee26ac0fdc8c44478c38b2042f3ecdfd6 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../cdemo (prefix=$prefix) with --disable-static"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../cdemo/configure --srcdir=$srcdir/../cdemo --prefix=$prefix --disable-static || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../cdemo/configure --srcdir=$srcdir/../cdemo --prefix=$prefix --disable-static || exit 1
 
 if egrep '^build_old_libs=no' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index 67eca2e24fde23415020e7b0c532e008f4bc6c23..1a40259c7cfe6d95e4f72993da59e3469754216c 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../cdemo (prefix=$prefix) with --disable-shared"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../cdemo/configure --srcdir=$srcdir/../cdemo --prefix=$prefix --disable-shared || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../cdemo/configure --srcdir=$srcdir/../cdemo --prefix=$prefix --disable-shared || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=no' libtool > /dev/null; then :
index edb77091c5a037d050cfb775dc3cebb605f41281..f8c58f18628a4419b363cdb4e46b1f98aa826db0 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../demo (prefix=$prefix)"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index 0115a81b252919f8e2c28d2aecd8595f0a0666cd..450e9fe95db76ae17799befdbf23cb58423e9850 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../demo (prefix=$prefix)"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --enable-fast-install=no || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --enable-fast-install=no || exit 1
 
 if egrep '^hardcode_action=relink' libtool > /dev/null; then
   rm -f Makefile && exit 77
index 9c4e60e6baab98453dd15335647deed59c38185f..aea98c854eeb1ce445cbe75834dd74be9ca36762 100755 (executable)
@@ -25,6 +25,6 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../demo (prefix=$prefix) with --without-pic"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --with-pic=no || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --with-pic=no || exit 1
 
 exit 0
index 9a4224f270efcaa3637912bec625452e4c326b07..79c637dac942b3d3df75aebac3c96d23346b5f77 100755 (executable)
@@ -25,6 +25,6 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../demo (prefix=$prefix) with --with-pic"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --with-pic=yes || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --with-pic=yes || exit 1
 
 exit 0
index d3f3c987e51dab2620539d16ef95271924a6751d..4832be8a2ac453ad529b17b2755fe015f7f51ffb 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../demo (prefix=$prefix) with --disable-static"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --disable-static || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --disable-static || exit 1
 
 if egrep '^build_old_libs=no' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index f7e01589166525ec25213d3756894a4437723277..81c2a143687440012e658c32f18e855e802c47ea 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../demo (prefix=$prefix) with --disable-shared"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --disable-shared || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../demo/configure --srcdir=$srcdir/../demo --prefix=$prefix --disable-shared || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=no' libtool > /dev/null; then :
index 750b75a148cac6fc1db4800d9a88409fb4510900..0f55e4374b88a415359ad34c075c8985219f278c 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../depdemo (prefix=$prefix)"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index 606f34186b15d667b9f740ecd3b5a74b252d2af0..04b3a4b17f436af7037366882d370a0e89cb0606 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../depdemo (prefix=$prefix)"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix --enable-fast-install=no || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix --enable-fast-install=no || exit 1
 
 if egrep '^hardcode_action=relink' libtool > /dev/null; then
   rm -f Makefile && exit 77
index a5503366bed030fd2edb499a871ba8958a0b304e..cd4e72e0b4f29cd4a78bdefaf8f26823e1f2796c 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../depdemo (prefix=$prefix) with --disable-static"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix --disable-static || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix --disable-static || exit 1
 
 if egrep '^build_old_libs=no' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index e2c982ab34c6f3b9177ff2a691c98dde7fc3897f..ca167b4629f9764a379fa43d308ea90b99931e28 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../depdemo (prefix=$prefix) with --disable-shared"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix --disable-shared || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../depdemo/configure --srcdir=$srcdir/../depdemo --prefix=$prefix --disable-shared || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=no' libtool > /dev/null; then :
index aa05fed831ae4345dc0c1724e7d3a0ba37f6f679..17a3c2d14e51e9f9df5747d28914d5dde10567c0 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../mdemo (prefix=$prefix)"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../mdemo/configure --srcdir=$srcdir/../mdemo --prefix=$prefix || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../mdemo/configure --srcdir=$srcdir/../mdemo --prefix=$prefix || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index 3cbc2ffb3688a4d1596ba4e1399aede5b2cb401d..6878275ba9b9f640a7039013d8ad3de78a918f9a 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../mdemo (prefix=$prefix) with --disable-static"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../mdemo/configure --srcdir=$srcdir/../mdemo --prefix=$prefix --disable-static || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../mdemo/configure --srcdir=$srcdir/../mdemo --prefix=$prefix --disable-static || exit 1
 
 if egrep '^build_old_libs=no' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index c6f5562f486198f0f8be127ad49b37e9236c4a2e..da3aa7697049358c7f22f1beb6a609886bba3572 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../mdemo (prefix=$prefix) with --disable-shared"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../mdemo/configure --srcdir=$srcdir/../mdemo --prefix=$prefix --disable-shared || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../mdemo/configure --srcdir=$srcdir/../mdemo --prefix=$prefix --disable-shared || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=no' libtool > /dev/null; then :
index 3f7135f135d8ec24ed90ed5b787ff3f9ef454946..572e6e8c2b46995afdf7e78a187f764ecf4b8cdd 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../tagdemo (prefix=$prefix)"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../tagdemo/configure --srcdir=$srcdir/../tagdemo --prefix=$prefix || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../tagdemo/configure --srcdir=$srcdir/../tagdemo --prefix=$prefix || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index 0a738a633cdc97ae8853f5d2ad52a13ff72fb9b3..46152263d2dc94076b9fc04cc90a317f4a0699b1 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../tagdemo (prefix=$prefix) with --disable-static"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../tagdemo/configure --srcdir=$srcdir/../tagdemo --prefix=$prefix --disable-static || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../tagdemo/configure --srcdir=$srcdir/../tagdemo --prefix=$prefix --disable-static || exit 1
 
 if egrep '^build_old_libs=no' libtool > /dev/null &&
    egrep '^build_libtool_libs=yes' libtool > /dev/null; then :
index 13b03c34fe0bc2534adadeeaafa601b186a8308e..9a5bcefe7a754c5ee409fcb8315b2d8c52120662 100755 (executable)
@@ -25,7 +25,7 @@ rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../tagdemo (prefix=$prefix) with --disable-shared"
-CONFIG_SITE=/dev/null ${CONFIG_SHELL-/bin/sh} $srcdir/../tagdemo/configure --srcdir=$srcdir/../tagdemo --prefix=$prefix --disable-shared || exit 1
+CONFIG_SITE=/dev/null/config/site ${CONFIG_SHELL-/bin/sh} $srcdir/../tagdemo/configure --srcdir=$srcdir/../tagdemo --prefix=$prefix --disable-shared || exit 1
 
 if egrep '^build_old_libs=yes' libtool > /dev/null &&
    egrep '^build_libtool_libs=no' libtool > /dev/null; then :