diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-16 17:37:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-16 17:37:55 +0000 |
commit | 198ad22677ede977cfdde0655559af4b179bf63f (patch) | |
tree | 993db467b0b9b516fcfedde97c389c59e062e75f /Build/source/reautoconf | |
parent | 5fff74807ab16d24983d39ba647292555217ff73 (diff) |
regenerate configure scripts with ./reautoconf
git-svn-id: svn://tug.org/texlive/trunk@1857 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/reautoconf')
-rwxr-xr-x | Build/source/reautoconf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/reautoconf b/Build/source/reautoconf index bc912de65cb..6f7b29511ae 100755 --- a/Build/source/reautoconf +++ b/Build/source/reautoconf @@ -69,7 +69,7 @@ acnew () { # $dir=current, $dir/$rdir->./texk/m4 with the KPSE macros. #echo "Running aclocal-1.9 (patched) in \`$dir'" #$topdir/config/aclocal-1.9peb --force $arg || return echo " Running autoconf-2.59 in \`$dir'" - /usr/bin/autoconf2.50 --force || return + /usr/bin/autoconf --force || return #rm -rf autom4te.cache } @@ -84,6 +84,8 @@ for dir in `find utils libs texk -name configure.in | sed 's,/configure.in$,,'`; ;; */ncurses) # ncurses has it's own special configure ;; + */libgnuw32) # only for windows + ;; utils/*) # Skip everything in utils for now. ;; */curl) # Is automade. @@ -93,7 +95,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 - */dvipng|*/devnag|*/dvipdfmx) + */devnag|*/dvipdfmx) (cd $dir; acnew);; *) (cd $dir; acold);; esac |