summaryrefslogtreecommitdiff
path: root/Build/source/reautoconf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-11-26 01:39:25 +0000
committerKarl Berry <karl@freefriends.org>2006-11-26 01:39:25 +0000
commite8792894f6bd6fa1d66bacf4e718d71c97fc204f (patch)
treea0aa915db5c45573c67f0561b39305f711d6eb5a /Build/source/reautoconf
parent4d5182da1606547570595a1e7626b9f6d38564ab (diff)
doc fix
git-svn-id: svn://tug.org/texlive/trunk@2530 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/reautoconf')
-rwxr-xr-xBuild/source/reautoconf6
1 files changed, 3 insertions, 3 deletions
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
}