[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error because README is missing
From: |
Paul Smith |
Subject: |
Re: Error because README is missing |
Date: |
06 Dec 2004 09:14:46 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
%% Ralf Wildenhues <address@hidden> writes:
>> I suppose I could tell those folks to run the config.status step by
>> hand, but I'd really like to get this built through the configure
>> script. Ideas?
rw> dnl ...
rw> AC_CONFIG_FILES([Makefile])
rw> AC_OUTPUT
rw> touch foo.in
rw> ./config.status --file foo
rw> What am I missing?
I wasn't sure config.status would be available while (my part of)
configure was still running. I guess if all AC_OUTPUT does is run
config.status --file then that would make sense, but it could also do
the translation "inline".
I'll give it a try; cheers!
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> HASMAT--HA Software Mthds & Tools
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
These are my opinions---Nortel Networks takes no responsibility for them.
- Re: Error because README is missing, Akim Demaille, 2004/12/01
- Re: Error because README is missing, Paul Smith, 2004/12/01
- Re: Error because README is missing, Akim Demaille, 2004/12/02
- Re: Error because README is missing, Paul Smith, 2004/12/02
- Re: Error because README is missing, Akim Demaille, 2004/12/02
- Re: Error because README is missing, Paul Smith, 2004/12/02
- Re: Error because README is missing, Paul Smith, 2004/12/06
- Re: Error because README is missing, Ralf Wildenhues, 2004/12/06
- Re: Error because README is missing, Stepan Kasal, 2004/12/06
- Re: Error because README is missing, Ralf Wildenhues, 2004/12/06
- Re: Error because README is missing,
Paul Smith <=