summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Mallet <anthony.mallet@laas.fr>2012-01-10 16:36:54 +0100
committerAnthony Mallet <anthony.mallet@laas.fr>2012-01-10 16:36:54 +0100
commit293cc074d8ecd82c8b14a0a274a09ad0cdfe9b1d (patch)
treefd3acb905cfb395e55977341431ce581acacb300
parent664230222d8b8163e62189715c42646b48bd78c8 (diff)
downloadeltclsh-293cc074d8ecd82c8b14a0a274a09ad0cdfe9b1d.tar.gz
Improve README: no options are normally passed to configure on most systems
From Russell Treleaven
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ee69302..d2f0f42 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-# $Id: README 2011/11/15 10:57:29 mallet $
+# $Id: README 2012/01/10 16:36:51 mallet $
-Copyright (c) 2001-2011 LAAS/CNRS
+Copyright (c) 2001-2012 LAAS/CNRS
eltclsh stands for ``editline tcl shell''. This is an interactive shell
for the TCL programming language. It provides command line editing,
@@ -53,7 +53,7 @@ http://homepages.laas.fr/mallet/soft/shell/eltclsh
--- INSTALLATION INSTRUCTIONS -------------------------------------------
eltclsh uses the GNU configure system to handle most of the system
-dependancies configuration. So you can build and install it with the
+dependencies configuration. So you can build and install it with the
following commands:
./autogen.sh
@@ -62,7 +62,7 @@ following commands:
make install
Use './configure --help' to find out all the available configure
-options. On most systems, --with-tcl=DIR and --with-tk=DIR will be
+options. On some systems, --with-tcl=DIR and --with-tk=DIR may be
required to specify where to find tclConfig.sh (resp. tkConfig.h).
You might also need to use --with-includes and --with-libraries to
specify the path to editline headers and library, respectively.