Added a comment to output about the cross-compile warnings for newbies

This commit is contained in:
Joseph Carter 2001-06-08 22:52:50 +00:00
parent 0186732130
commit c6098531b5
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf
echo "If you see a couple warnings about cross-compiling above, don't worry"