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 /Build/source/libs | |
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
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-x | Build/source/libs/ncurses/configure | 7 |
1 files changed, 7 insertions, 0 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. |