]> git.decadent.org.uk Git - ion3.git/blobdiff - build/ac/README.autoconf
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / build / ac / README.autoconf
diff --git a/build/ac/README.autoconf b/build/ac/README.autoconf
deleted file mode 100644 (file)
index 9af494e..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-
-Ion autoconf script README
-
-
-CONFIGURE SCRIPT OPTIONS
-
-The Ion-specific options to ./configure are:
-
-    --disable-xinerama
-    --disable-xfree86-textprop-bug-workaround
-    --enable-Xutf8
-    --disable-shared
-    --with-lua* (see DEBIAN NOTES below)
-    --enable-c99-source
-    --enable-xopen-source
-    --disable-locale
-    --enable-sun-f1x-remap
-
-Run ./configure --help for more information on these options. The
-defaults are chosen to generate a configuration very similar to the
-Ion default.
-
-
-DEBIAN NOTES
-
-If you are using the Lua 5.1 package on Debian then use
-
-    ./configure --with-lua-suffix=5.1 \
-    --with-lua-includes=/usr/include/lua5.1
-
-This will allow the script to find the Lua headers, binaries and
-libraries as renamed and located on Debian.
-
-
-CYGWIN NOTES
-
-Under Cygwin you must use statically linked modules:
-
-    ./configure --disabled-shared
-
-
-AUTHORS
-
-Tom Payne <ion@tompayne.org>
-