]> git.decadent.org.uk Git - ion3.git/blobdiff - README
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / README
diff --git a/README b/README
index 29fcb90f136728946dbc68e07df631dcac2c4990..226bbe43ef8ffa83c1d0a6142fafd2ec78d296ad 100644 (file)
--- a/README
+++ b/README
@@ -17,17 +17,8 @@ Building and installing
     * GNU make
     * Lua 5.1 (see <http://www.lua.org/>). 
 
-2. a) Edit `system.mk` to suit your system. Most GNU/Linux users should
-      need very few changes.
-
-   b) Alternatively, go to the directory `build/ac`, run `autoreconf`
-      and then `./configure`. Switch back to the top lvel directory 
-      afterwards. See `build/ac/README.autoconf` for details on parameters, 
-      especially if you are using the Debian Lua packages. If you try 
-      this method and it fails for some reason, please make sure 
-      `build/ac/system-ac.mk` does not exist before falling back to
-      alternative a). Also in such a case, find someone else to complain
-      to: I (tuomov) will have nothing to do with autoconf.
+2. Edit `system.mk` to suit your system. Most GNU/Linux users should
+   need very few changes.
 
 3. If you want to build some extra modules now or do not want to build
    some of the standard modules, edit `modulelist.mk`.
@@ -118,8 +109,6 @@ Credits
 
 Ion was written by Tuomo Valkonen.
 
-The autoconf script written by Tom Payne for the most part.
-
 The dock module was written by Tom Payne and Per Olofsson.
 
 `utils/ion-completefile/ion-completefile.c` is based on editline, (c)