mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
(chdir_init) might hang when stat'ing mounted directories. Reported by Vance Shipley.
This commit is contained in:
parent
5bcbc9d67a
commit
c751364a4a
@ -1,3 +1,9 @@
|
||||
2002-09-13 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* bin/autoreconf.in: Don't use Cwd::chdir, since in its internals
|
||||
(chdir_init) might hang when stat'ing mounted directories.
|
||||
Reported by Vance Shipley.
|
||||
|
||||
2002-09-12 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* bin/autoscan.in (&parse_args): Pass a reference to the lists, not
|
||||
|
1
THANKS
1
THANKS
@ -177,6 +177,7 @@ Tom Tromey tromey@cygnus.com
|
||||
Tom Yu tlyu@mit.edu
|
||||
Tony Leneis tony@plaza.ds.adp.com
|
||||
Uwe Seimet us@orbacus.com
|
||||
Vance Shipley vances@motivity.ca
|
||||
Viktor Dukhovni viktor@anaheim.esm.com
|
||||
Vladimir Volovich vvv@vsu.ru
|
||||
Volker Borchert bt@teknon.de
|
||||
|
@ -34,7 +34,8 @@ BEGIN
|
||||
|
||||
use Autom4te::General;
|
||||
use Autom4te::XFile;
|
||||
use Cwd 'chdir', 'cwd';
|
||||
# Do not use Cwd::chdir, since it might hang.
|
||||
use Cwd 'cwd';
|
||||
use strict;
|
||||
|
||||
## ----------- ##
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
|
||||
.TH AUTOSCAN "1" "September 2002" "autoscan 2.53d" "User Commands"
|
||||
.SH NAME
|
||||
autoscan \- Generate a preliminary configure.in
|
||||
|
Loading…
Reference in New Issue
Block a user