diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-09-29 15:16:54 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-09-29 15:16:54 +0000 |
commit | 5a5a0cfe6591879503969974251ef9b52cde23fb (patch) | |
tree | 7f93f653a50af2328c47bd6fe90b7dc644854a07 /Build/source/reautoconf | |
parent | 387cf3625583fb046baf756f72f188924f35cfe2 (diff) |
added xdvipdfmx support to configure scripts
git-svn-id: svn://tug.org/texlive/trunk@2221 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/reautoconf')
-rwxr-xr-x | Build/source/reautoconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/reautoconf b/Build/source/reautoconf index 689f7608a28..805e72c72b3 100755 --- a/Build/source/reautoconf +++ b/Build/source/reautoconf @@ -98,7 +98,7 @@ for dir in `find utils libs texk -name configure.in | sed 's,/configure.in$,,'`; ;; texk/*) rdir=`echo $dir | sed -e 's,^texk/,,' -e 's,[^/]*,..,g'`/m4 case $dir in - */devnag|*/dvipdfmx) + */devnag|*/dvipdfmx|*/xdvipdfmx) (cd $dir; acnew);; *) (cd $dir; acold);; esac |