Adding a manpage to a autoconf/automake project (fwd)

2003-11-07 Thread Frank Aune
Hello, Pardon me if I ask this question in the wrong place. Ive created a small CL C-utility using Kdevelop (Gideon). It automatically set up autoconf and automake for me, and it works very well so far. The make dist feature is very handy. The reason for using Kdevelop, is because I have very li

Re: Aborting automake?

2003-11-07 Thread Robert Collins
On Sat, 2003-11-08 at 11:22, Harlan Stenn wrote: > I have a situation where I want every Makefile.am to 'include' one of > several files. > > If none of these files are 'include'd I want the automake run to abort. > > I know how to cause the abort at runtime, but I'd rather catch this problem > w

Re: defining xxx_PROGRAMS conditionally?

2003-11-07 Thread Alexandre Duret-Lutz
>>> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: Harlan> I know this has been discussed before, and I don't Harlan> remember seeing a good solution. Perhaps this has Harlan> changed with automake-1.7.7... It should be fixed in CVS Automake. Now that Autoconf 2.59 is out I'll try to

Re: Aborting automake?

2003-11-07 Thread Alexandre Duret-Lutz
>>> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: Harlan> I have a situation where I want every Makefile.am to Harlan> 'include' one of several files. Harlan> If none of these files are 'include'd I want the Harlan> automake run to abort. Harlan> I know how to cause the abort at runt

defining xxx_PROGRAMS conditionally?

2003-11-07 Thread Harlan Stenn
I know this has been discussed before, and I don't remember seeing a good solution. Perhaps this has changed with automake-1.7.7... I have a situation where I am using automake conditionals to control the installation directory of _PROGRAMS. In certain configurations I want them to be bin_PROGRA

Aborting automake?

2003-11-07 Thread Harlan Stenn
I have a situation where I want every Makefile.am to 'include' one of several files. If none of these files are 'include'd I want the automake run to abort. I know how to cause the abort at runtime, but I'd rather catch this problem while automake is running. Is there a way to do this? H