Mention autogen.sh
authorSven Panne <sven.panne@aedion.de>
Fri, 13 Feb 2009 18:32:26 +0000 (18:32 +0000)
committerSven Panne <sven.panne@aedion.de>
Fri, 13 Feb 2009 18:32:26 +0000 (18:32 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@773 7f0cb862-5218-0410-a997-914c9d46530a

README

diff --git a/README b/README
index b362708..67d30a1 100644 (file)
--- a/README
+++ b/README
 
     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