Selecting between directories?

2002-10-19 Thread Cedric Vandenbergh
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

Re: Can automake conditional tests be indented?

2002-10-19 Thread Alexandre Duret-Lutz
>>> "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

Re: Automake-1.7.1: make problem

2002-10-19 Thread 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

Re: Selecting between directories?

2002-10-19 Thread 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

Re: How to specify 2 stage build in Makefile.am

2002-10-19 Thread Alexandre Duret-Lutz
>>> "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 $<

Re:

2002-10-19 Thread Josep Maria
Title: Untitled Document   Problemas de seguridad de Outlook Express: sale otro parche.

Re: Automake-1.7.1: make problem

2002-10-19 Thread Frédéric L. W. Meunier
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

Re: proposal to fork the build-tools projects

2002-10-19 Thread Richard Stallman
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