mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Added a comment to output about the cross-compile warnings for newbies
This commit is contained in:
parent
0186732130
commit
c6098531b5
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue