summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerreicks@digium.com>2012-09-21 19:43:49 +0000
committerRuss Meyerriecks <rmeyerreicks@digium.com>2012-09-21 19:43:49 +0000
commit4a58a2d5d9c1582cd6ec566637db0549f7a7d98b (patch)
treeffec7250a62f45aa916bb7a25de11d32c7962751 /README
parent96a9ac4772a0585473fd113284605edcf5d21535 (diff)
menuselect: Remove last bits completely from the repoHEADsvn_trunkmaster
menuselect has not been used in dahdi-tools since r10411 (7 months ago). This patch removes menuselect from the repository completely. Reported-by: Sean Bright Internal-Issue-ID: DAHTOOL-61 Patches: kill-menuselect.patch by Sean Bright (license #5060) Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10721 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5e97c30..29ef174 100644
--- a/README
+++ b/README
@@ -73,9 +73,9 @@ This can be useful for any partial install target from the list above.
Options For ./configure
^^^^^^^^^^^^^^^^^^^^^^^
-The configure script various several tests and based on them generates
-some files ( build_tools/menuselect-deps and makeopts). You can pass it
---with options and variable settings, for instance:
+The configure script executes various tests and based on them generates
+makeopts. You can pass it --with options and variable settings, for
+instance:
./configure --without-ncurses CC="gcc-4.10"