Hmmm, I found some problems with this:

+print NEWMAKE  <<EOF;

shouldn't that be printf ?

+       \@if test -f /etc/ld.so.conf -a -z "`grep \$(libdir)
/etc/ld.so.conf`" ; \\

shouldn't that be \$(LIBDIR)

+               echo "  Add the line '\$(libdir)' to
/etc/ld.so.conf" ; \\

I think that escaping the $ in this line is
unnecessary as it this prints "$(libdir)" instead of
the contents of that variable, and also libdir should
be capitalized there too...

+               echo "  export
LD_LIBRARY_PATH=\$(libdir):\$LD_LIBRARY_PATH" ; \\

Same as above except that it doesn't apply to
\$LD_LIBRARY_PATH as we want "$LD_LIBRARY_PATH" to be
printed...

-Dustin


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply via email to