diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-08 17:54:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-08 17:54:18 +0000 |
commit | e47d98537d9aa784fc80753258238a8fb99a369b (patch) | |
tree | c324b86083405c113e59f9349879754bc352b0f4 | |
parent | 06730ed6f18731710452d5db9e5f4d8678851aca (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-x | Build/source/libs/ncurses/configure | 7 | ||||
-rw-r--r-- | TODO | 11 |
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. @@ -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! |