Re: Error because README is missing

2004-12-02 Thread Paul Smith
%% Akim Demaille <[EMAIL PROTECTED]> writes: ad> If you have a bootstrap script, why wouldn't it create a fake ad> file, run autoreconf, and them create the right file? I don't have a bootstrap script for building out of CVS. I could create one, I guess. ad> Finally, note that you are all

Re: Error because README is missing

2004-12-02 Thread Akim Demaille
>>> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes: > %% Akim Demaille <[EMAIL PROTECTED]> writes: >>> I need a way to have a file marked as a config file, but not have >>> configure (or automake) fail if the .in input file doesn't exist. ad> Hm... What is the service you are expecting? Yo

Re: Error because README is missing

2004-12-02 Thread Paul Smith
%% Akim Demaille <[EMAIL PROTECTED]> writes: >> I need a way to have a file marked as a config file, but not have >> configure (or automake) fail if the .in input file doesn't exist. ad> Hm... What is the service you are expecting? You say that ad> configure shouldn't fail, but if it's

Re: troubles with conditional install using automake

2004-12-02 Thread Guillaume Rousse
Alexandre Duret-Lutz wrote: "Guillaume" == Guillaume Rousse <[EMAIL PROTECTED]> writes: [...] Guillaume> In this situation, I have an installation target for Guillaume> initrd scripts in generated Makefile, using Guillaume> $(initrd_SCRIPTS) as dependency. However, Guillaume> initrd_SCRIPTS is

Re: svn copy conflicts with autotools ?

2004-12-02 Thread Sander Niemeijer
Hi all, We had the same problems, so for the (re)bootstrapping of our project we now use our own 'bootstrap' script (which is included in both CVS and the source package): --- #!/bin/sh echo "---removing generated files---" # products from ./configure and make if test -f Makefile ; then # touch

Re: svn copy conflicts with autotools ?

2004-12-02 Thread Stepan Kasal
Hi, On Wed, Dec 01, 2004 at 11:35:58PM +0100, Alexandre Duret-Lutz wrote: > Speaking of manuals, the FAQ section of the Automake manual also > have a node called "CVS" and listing pros, cons, and workarounds. I have noticed a typo there, see the patch below. As usual, thank you very much for nice

Re: svn copy conflicts with autotools ?

2004-12-02 Thread Eric PAIRE
Bob Friesenhahn wrote: On Wed, 1 Dec 2004, Eric PAIRE wrote: It this solution is so obvious, I don't understand why autotools developers have not already set up a tool which automatically removes the files generated by the autotools (perhaps this tool exists and I don't know about). It is calle

dist_TESTS

2004-12-02 Thread Akim Demaille
I'd like that!

Re: Error because README is missing

2004-12-02 Thread Akim Demaille
>>> "Paul" == Paul Smith <[EMAIL PROTECTED]> writes: > %% Akim Demaille <[EMAIL PROTECTED]> writes: > "Andreas" == Andreas Schwab <[EMAIL PROTECTED]> writes: >>> Untested code ahead. >>> m4_syscmd([test -f build.sh.in])dnl >>> m4_if(m4_sysval, 0, [AC_CONFIG_FILES(build.sh)]) ad> Bad id

Re: Support for precompiled C++ headers

2004-12-02 Thread Ralf Wildenhues
* Tom Tromey wrote on Thu, Dec 02, 2004 at 01:41:30AM CET: > > "Roberto" == Roberto Bagnara <[EMAIL PROTECTED]> writes: > > Roberto> Can anyone point me to a C++ project that is working with > Roberto> precompiled headers and that is doing it with the currently > Roberto> available versions of