diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-07-25 12:45:43 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-07-25 12:45:43 +0000 |
commit | 1190b6d108f646a9cbe235c2216e9f3247e8ddb5 (patch) | |
tree | 6c321950cf1e725a4165dfbba9729f706bfc7780 /Build/source/reautoconf | |
parent | 10c60368cd42904bd991453f02b684ebe02ef915 (diff) |
adding support for ICU library (libs/icu-xetex) to the configure/make scripts
git-svn-id: svn://tug.org/texlive/trunk@1916 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/reautoconf')
-rwxr-xr-x | Build/source/reautoconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/reautoconf b/Build/source/reautoconf index 6f7b29511ae..689f7608a28 100755 --- a/Build/source/reautoconf +++ b/Build/source/reautoconf @@ -84,6 +84,9 @@ for dir in `find utils libs texk -name configure.in | sed 's,/configure.in$,,'`; ;; */ncurses) # ncurses has it's own special configure ;; + */icu*) # ICU needs new autoconf + (cd $dir; acnew) + ;; */libgnuw32) # only for windows ;; utils/*) # Skip everything in utils for now. |