Silenced autogen.sh

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@685 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2005-09-04 15:24:57 +00:00
parent 86ebda12d2
commit c3abbc2013
2 changed files with 10 additions and 9 deletions

View File

@ -1136,3 +1136,9 @@ necessary to temporarily use the X11 flags found by AC_PATH_XTRA.
**************************************************************************
(296) Added support for Open Watcom
**************************************************************************
* Changes on September 4, 2005.
**************************************************************************
(297) Silenced autogen.sh. *nix commands are silent by default.

View File

@ -1,12 +1,7 @@
#!/bin/sh
#
echo "Generating build information using aclocal, automake and autoconf"
echo "This may take a while ..."
#! /bin/sh
set -e
aclocal
autoheader
libtoolize --copy --force
automake --add-missing
libtoolize --copy --force
automake --add-missing
autoconf
echo "Now you are ready to run ./configure"