summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-08 17:54:18 +0000
committerKarl Berry <karl@freefriends.org>2008-03-08 17:54:18 +0000
commite47d98537d9aa784fc80753258238a8fb99a369b (patch)
treec324b86083405c113e59f9349879754bc352b0f4
parent06730ed6f18731710452d5db9e5f4d8678851aca (diff)
manually add --datarootdir, Peter M. 7 Mar 2008 13:34:08
git-svn-id: svn://tug.org/texlive/trunk@6893 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/libs/ncurses/configure7
-rw-r--r--TODO11
2 files changed, 10 insertions, 8 deletions
diff --git a/Build/source/libs/ncurses/configure b/Build/source/libs/ncurses/configure
index 9b6f901d628..e350566fbf1 100755
--- a/Build/source/libs/ncurses/configure
+++ b/Build/source/libs/ncurses/configure
@@ -194,6 +194,13 @@ do
| --da=*)
datadir=$ac_optarg ;;
+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+ | --dataroo | --dataro | --datar)
+ ac_prev=datarootdir ;;
+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+ datarootdir=$ac_optarg ;;
+
-disable-* | --disable-*)
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
diff --git a/TODO b/TODO
index 29b3f3b1336..69d445ab9af 100644
--- a/TODO
+++ b/TODO
@@ -90,13 +90,9 @@ thailatex NEW 08-01-27
2. Sources updates
==================
-There are some patches to apply to the sources.
-There are the program sources to update in general (e.g., dvipng).
-lcdf-typetools should be moved to texk to simplify config (it is the
- only kpathsea-using program in utils).
-The README and/or README.TL files show upstream sources where we have them.
-Integrate luatex
-Add LFS support to configure
+ncurses should be removed -- only dialog uses it, and can't it use a
+system curses? already required for texinfo. or maybe dialog is no
+longer needed at all?
3. Infrastructure
@@ -104,7 +100,6 @@ Add LFS support to configure
3a. general stuff
-----------------
-
space at the end MUST BE IGNORED!!! Currently the reading routines do
save terminal spaces ... that is bad!