%% 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
>>> "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
%% 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
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
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
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
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
I'd like that!
>>> "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
* 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
10 matches
Mail list logo