]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/pdemo-inst.test: Correction for mis-application of
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Sun, 10 Oct 2004 15:20:17 +0000 (15:20 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Sun, 10 Oct 2004 15:20:17 +0000 (15:20 +0000)
Charles Wilson's earlier patch.

ChangeLog
tests/pdemo-inst.test

index 241440521e14da62dc657b93e668c0aba14b7fc1..367c445c031d4e1862c34f10a96787610e84ea4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-10  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
+
+       * tests/pdemo-inst.test: Correction for mis-application of
+       Charles Wilson's earlier patch.
+
 2004-10-09  Gary V. Vaughan  <gary@gnu.org>
 
        * m4/libtool.m4 (_LT_LANG_F77_CONFIG): Make sure the save and
index a2571968bffa73f754ee42205c9fa5a5a09ba2cf..b54acf5637676862539b41fcc64c6e98fd865544 100755 (executable)
@@ -23,7 +23,7 @@
 
 . ./defs || exit 1
 
-func_require "pdemo-make" "demo/hell$EXEEXT"
+func_require "pdemo-make" "pdemo/hell$EXEEXT"
 
 func_mkprefixdir
 func_cd "pdemo"
@@ -34,3 +34,4 @@ func_exec "$prefix/bin/hell" 'Welcome to GNU Hell'
 func_exec "$prefix/bin/helldl" '(Welcome to .*GNU Hell|unsupported)'
 
 exit $status
+