Hi all,
I've looked through the documentation but can't work this out.
I am trying to use automake/autoconf with an internal development product.
The source tree contains OPTIONAL branches so we can differentiate between
flavours of the same core software. We can guarantee to have exactly ONE of
>>> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes:
Harlan> Can/should one indent automake conditionals in the
Harlan> Makefile.am,
It shouldn't work.
(That's fortunate because indented if/else usually appear
as shell commands in rules.)
--
Alexandre Duret-Lutz
>>> "Frédéric" == Frédéric L W Meunier <[EMAIL PROTECTED]> writes:
Frédéric> I don't know what's wrong. I did a cvs up Release-1-7-1 from
Frédéric> Release-1-7. 1.7 installed but 1.7.1 gives the following:
Run the `./bootstrap' script.
--
Alexandre Duret-Lutz
>>> "Cedric" == Cedric Vandenbergh <[EMAIL PROTECTED]> writes:
Cedric> Hi all,
Cedric> I've looked through the documentation but can't work this out.
Which Automake version?
The 1.7+ manual has a more detailed section about conditional
subdirectories.
http://sources.redhat.com/automake/automak
>>> "Duncan" == Duncan Gibson <[EMAIL PROTECTED]> writes:
[...]
Duncan> bin_PROGRAMS = CubeView
Duncan> CubeView_SOURCES = \
Duncan> CubeMain.cxx \
Duncan> CubeView.cxx CubeView.h \
Duncan> CubeViewUI.fl
Duncan> SUFFIXES = .cxx .h .fl
Duncan> .fl.cxx .fl.h:
Duncan>fluid -c $<
Title: Untitled Document
Problemas de
seguridad de Outlook Express: sale otro parche.
Alexandre Duret-Lutz wrote:
> I don't know what's wrong. I did a cvs up Release-1-7-1 from
> Release-1-7. 1.7 installed but 1.7.1 gives the following:
> Run the `./bootstrap' script.
Thanks, it worked, though the script silently fails if you
don't (yes, I didn't) have GNU which installed.
--
0
Here's a quote from "another list" that illustrates a problem with the
auto* approach to release mgt:
> I'm looking at trying to get autoconf to detect the right version of
> BDB (need to export some SVN_FS_GOT_DB_MAJOR variants), and getting
> the checks