[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH: spurious error in config.status when no AC_DEFINEs happen
From: |
Akim Demaille |
Subject: |
Re: PATCH: spurious error in config.status when no AC_DEFINEs happen |
Date: |
18 Jun 2001 18:54:18 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor) |
| If a configure script does no AC_DEFINEs, the config.status
| produced by 2.50 emits a spurious "sed: confdefs.h not found"
| error. This patch fixes the bug by ensuring that confdefs.h
| exists when sed is invoked.
Hi,
Well, I don't understand how there could be no confdefs.h. Could you
give some more details on your problem?
confdefs.h is always created.
The only situation I can imagine would be if you interrupt configure
*before* it could create confdefs.h. Is that what you are referring
to? But then, how could it create and launch config.status?