autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

should configure fail if --cache-file=FILE cannot be created or written?


From: Jim Meyering
Subject: should configure fail if --cache-file=FILE cannot be created or written?
Date: Thu, 06 Nov 2003 13:40:15 +0100

I just noticed that

  $ ./configure --cache-file=/no-such-dir/file
  configure: creating cache /no-such-dir/file
  ./configure: line 1211: /no-such-dir/file: No such file or directory

does give a diagnostic, but happily continues along
and even exits successfully.

I expected it to stop right away and fail.

Is this deliberate?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]