diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-03-04 16:37:41 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-03-04 16:37:41 +0000 |
commit | f756a0d5b750dfcf192617a850f2932a84038537 (patch) | |
tree | 32b0257d0bfa5c1e799de75788f77105eb85101c /Build/source/reautoconf | |
parent | 213b85a19e01794d1a6a30f313885699b433ffe9 (diff) |
I forgot this one
git-svn-id: svn://tug.org/texlive/trunk@6851 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 b822e97ab91..f8b8663cf16 100755 --- a/Build/source/reautoconf +++ b/Build/source/reautoconf @@ -109,7 +109,7 @@ do_one () { # $base=configure.{in,ac}, $dir=current, $dir/$rdir->./texk/m4 with if grep '^kpse_include \.\./make/config.mk$' Makefile.in >/dev/null 2>&1; then do_it "$TL_AUTOHEADER && date >stamp-auto.in" fi - do_it $TL_AUTOCONF + do_it "$TL_AUTOCONF && date >stamp-configure" elif grep '# Generated by GNU Autoconf 2.6' configure >/dev/null 2>&1; then if test "$force" = yes; then $do_say "$0: $dir/$base ... uses modern autoconf, forced" |