From e8792894f6bd6fa1d66bacf4e718d71c97fc204f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 26 Nov 2006 01:39:25 +0000 Subject: doc fix git-svn-id: svn://tug.org/texlive/trunk@2530 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/reautoconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source/reautoconf') diff --git a/Build/source/reautoconf b/Build/source/reautoconf index 805e72c72b3..9116006b0f3 100755 --- a/Build/source/reautoconf +++ b/Build/source/reautoconf @@ -1,6 +1,6 @@ #! /bin/sh -# A replacement for the "reautoconf" script found at the root of the +# A "reautoconf" script found at the root of the # web2c/teTeX/TeX-Live tree Used to run autoconf Versions 2.13 (old) # resp. 2.59 (new) in various directories. Adapted from Peter # Breitenlohner's original version. @@ -38,7 +38,7 @@ acold () { # $dir=current $topdir/texk/autoconf2.13 -m "$topdir/texk/etc/autoconf" } -# For autoconf-2.59 two things have to be done: +# For new autoconf (2.59 and later) two things have to be done: # # 1. Rebuild aclocal.m4, using a patched version of aclocal-1.9.5. # @@ -68,7 +68,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'" + echo " Running /usr/bin/autoconf in \`$dir'" /usr/bin/autoconf --force || return #rm -rf autom4te.cache } -- cgit v1.2.3