From 198ad22677ede977cfdde0655559af4b179bf63f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 16 Jul 2006 17:37:55 +0000 Subject: regenerate configure scripts with ./reautoconf git-svn-id: svn://tug.org/texlive/trunk@1857 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/reautoconf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Build/source/reautoconf') 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 -- cgit v1.2.3