NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re:Perl1 on linux 2.2 (Score:1)
addition of a '*' to the check for the testcpp
output. (It's an issue of spaces.)
<PRE>
--- Configure Fri Jan 17 11:32:56 1997
+++ Configure.new Mon Nov 20 16:59:29 2000
@@ -566,7 +566,7 @@
EOT
echo 'Maybe "/lib/cpp" will work...'
-if $contains 'abc.xyz' testcpp.out >/dev/null 2>&1 ; then
+if $contains 'abc.*xyz' testcpp.out >/dev/null 2>&1 ; then
echo "Yup, it does."
cpp='/lib/cpp'
cppminus='';
</PRE>
Reply to This