From b2242c9921c21dea4c27f9b164fd13f45d8e758f Mon Sep 17 00:00:00 2001 From: spanne Date: Fri, 13 Feb 2009 18:32:26 +0000 Subject: [PATCH] Mention autogen.sh git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@773 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/README | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/freeglut/freeglut/README b/freeglut/freeglut/README index b362708..67d30a1 100644 --- a/freeglut/freeglut/README +++ b/freeglut/freeglut/README @@ -29,16 +29,12 @@ Use the following commands to build from scratch on a *nix X11 platform: - autoheader - aclocal - libtoolize --copy --force - automake --add-missing - autoconf + ./autogen.sh ./configure make - The first four of these commands are automated in a system script called - "autoreconf". + The first command is only needed after a fresh checkout, a source distribution + already contains all necessary files for the last two steps. CONTRIBUTING