|
|
Subject: Passing configure options to make distcheck - msg#00047
List: sysutils.automake.general
We have some code that is built by default, but cannot be successfully
used with separate srcdir/objdir. However, a configure option can be
used that doesn't need this code.
make distcheck fails by default, but if I could pass in a configure
option, it would work. Can I do this ?
I'm using automake 1.5 upwards, autoconf 2.13 upwards
thanks
john
--
"Anyone who says you can have a lot of widely dispersed people hack away on
a complicated piece of code and avoid total anarchy has never managed a
software project."
- Andy Tanenbaum
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Modifying installed script names ?
Hi, we have three scripts that need to be installed differently
depending on an configure option.
If a condition is set, then op_start_25,op_dump_25,op_stop_25 need to
be installed as op_start,op_dump,op_stop, otherwise we can just install
the existing op_start/dump/stop in the source tree.
How can I do this so make dist and separate objdir/srcdir will still
work properly ?
I'm using automake 1.5 upwards and autoconf 2.13 upwards
thanks
john
--
"Anyone who says you can have a lot of widely dispersed people hack away on
a complicated piece of code and avoid total anarchy has never managed a
software project."
- Andy Tanenbaum
Next Message by Date:
click to view message preview
Re: make distcheck fails: permission denied
On Thursday 12 December 2002 06:56, Alexandre Duret-Lutz wrote:
> >>> "Dan" == Dan Christian <Daniel.A.Christian@xxxxxxxx> writes:
...
> Dan> Second, why didn't it fix the permissions?
>
> No idea, Automake 1.5 is old.
> Does it still fail with Automake 1.7.2?
I can't upgrade to 1.7.2, because it depends on autoconf-2.54. Redhat
7.3/8.0 only includes 2.53.
I tried 1.6.3. That worked OK.
However, when I do a "make check" on 1.6.3 it fails test "lex5.test".
Any ideas what is going wrong?
-Dan
Previous Message by Thread:
click to view message preview
Modifying installed script names ?
Hi, we have three scripts that need to be installed differently
depending on an configure option.
If a condition is set, then op_start_25,op_dump_25,op_stop_25 need to
be installed as op_start,op_dump,op_stop, otherwise we can just install
the existing op_start/dump/stop in the source tree.
How can I do this so make dist and separate objdir/srcdir will still
work properly ?
I'm using automake 1.5 upwards and autoconf 2.13 upwards
thanks
john
--
"Anyone who says you can have a lot of widely dispersed people hack away on
a complicated piece of code and avoid total anarchy has never managed a
software project."
- Andy Tanenbaum
Next Message by Thread:
click to view message preview
Re: Passing configure options to make distcheck
>>> "John" == John Levon <levon@xxxxxxxxxxxxxxxxx> writes:
[...]
John> make distcheck fails by default, but if I could pass in a configure
John> option, it would work. Can I do this ?
Starting with Automake 1.6 you can set DISTCHECK_CONFIGURE_FLAGS.
[...]
--
Alexandre Duret-Lutz
|
|