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:
parent
86ebda12d2
commit
c3abbc2013
@ -1136,3 +1136,9 @@ necessary to temporarily use the X11 flags found by AC_PATH_XTRA.
|
|||||||
**************************************************************************
|
**************************************************************************
|
||||||
|
|
||||||
(296) Added support for Open Watcom
|
(296) Added support for Open Watcom
|
||||||
|
|
||||||
|
**************************************************************************
|
||||||
|
* Changes on September 4, 2005.
|
||||||
|
**************************************************************************
|
||||||
|
|
||||||
|
(297) Silenced autogen.sh. *nix commands are silent by default.
|
@ -1,12 +1,7 @@
|
|||||||
#!/bin/sh
|
#! /bin/sh
|
||||||
#
|
set -e
|
||||||
echo "Generating build information using aclocal, automake and autoconf"
|
|
||||||
echo "This may take a while ..."
|
|
||||||
|
|
||||||
aclocal
|
aclocal
|
||||||
autoheader
|
autoheader
|
||||||
libtoolize --copy --force
|
libtoolize --copy --force
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
echo "Now you are ready to run ./configure"
|
|
||||||
|
Reference in New Issue
Block a user