From c6098531b51dd3a332c5e86d45b26161451a6a06 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Fri, 8 Jun 2001 22:52:50 +0000 Subject: [PATCH] Added a comment to output about the cross-compile warnings for newbies --- bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap b/bootstrap index 4e4f25a2c..4339f1bd2 100755 --- a/bootstrap +++ b/bootstrap @@ -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" +