Re: making script executable?

2003-02-03 Thread Steve M. Robbins
On Mon, Feb 03, 2003 at 05:20:02PM -0500, [EMAIL PROTECTED] wrote: I have a shell script which I want to run as part of a testsuite. However when I do a 'make distcheck' this script (which does not get configured or anything at build time) ends up with execute permissions turned off.

Re: Java class files, again

2003-01-31 Thread Steve M. Robbins
On Fri, Jan 31, 2003 at 11:19:29PM -0500, Eric Siegerman wrote: Java requires a dependency model beyond what make can easily support: - a makedepend program for Java pretty much has to be a full parser, to notice that any reference to some class Foo makes This.class depend on

Re: automake question

2002-06-13 Thread Steve M. Robbins
On Thu, Jun 13, 2002 at 10:55:16AM +0100, David Churches wrote: Hi, I am using automake to test codes by using make check. However, one of my test codes needs an argument in order to run. How do I give this argument to automake in the Makefile.am file? You can use a shell script as your

Re: first time automaking question

2002-04-11 Thread Steve M. Robbins
On Wed, Apr 10, 2002 at 02:15:24PM -0500, Sean Finney wrote: On Wed, Apr 10, 2002 at 09:34:48AM +0200, Alexandre Duret-Lutz wrote: Sean == Sean Finney [EMAIL PROTECTED] writes: Sean - ./configure now tests for auto* and makeinfo Sean is that really necessary? Yes. Automake

Re: How can I make the Makefile pass options to autoconf when configure.ac is updated?

2002-03-16 Thread Steve M. Robbins
On Sat, Mar 16, 2002 at 08:40:06PM -, Stephano Mariani wrote: I need to pass a --m4dir to autoconf to generate the configure script correctly, how can I do this so that whenever configure regenerated by the automake rule: cd . /bin/sh /path/to/project/missing --run aclocal cd . \

Re: automake parallel install

2002-01-14 Thread Steve M. Robbins
On Sun, Jan 13, 2002 at 11:45:12AM -0500, Havoc Pennington wrote: Alexandre Duret-Lutz [EMAIL PROTECTED] writes: Maybe `automake' should not be a symlink but a script that select the right automake version to use for a project. I heard Debian has had poor results with that, but I

Re: Automake 1.5: Documentation generation

2001-10-04 Thread Steve M. Robbins
On Thu, Oct 04, 2001 at 10:07:36AM +0200, Lars von Wedel wrote: Hi Steve, I think the way you propose is the best alternative. Hoever, did you come up with some approach to clean up the documentation? As far as I know, there is no such thing like a clean-hook... Though I didn't worry

Re: Automake 1.5: Documentation generation

2001-09-29 Thread Steve M. Robbins
On the topic of automatically-generated documentation, how does one handle installing all the zillions of HTML files that doxygen generates? I don't know their filenames in advance, so I can't list them all in noinst_DATA. The best I have come up with is to use an install hook as follows.

Re: built files in CVS

2001-09-24 Thread Steve M. Robbins
On Sat, Sep 22, 2001 at 04:59:31PM -0400, Derek Robert Price wrote: Steve M. Robbins wrote: Hello, I presume the automake developers track the CVS tree and frequently build new versions of automake for testing. Could you let us in on the secret to minimizing the following annoyance

built files in CVS

2001-09-22 Thread Steve M. Robbins
Hello, I presume the automake developers track the CVS tree and frequently build new versions of automake for testing. Could you let us in on the secret to minimizing the following annoyance? The CVS tree includes things like Makefile.in. But this file is also generated from Makefile.am when

Re: AM_CFLAGS and sub/foo.c

2001-06-14 Thread Steve M. Robbins
On Thu, Jun 14, 2001 at 06:51:09PM -0600, Tom Tromey wrote: Steve == Steve M Robbins [EMAIL PROTECTED] writes: Steve Given the following Makefile.am Stevebin_PROGRAMS = foo Stevefoo_SOURCES = foo.c sub/foo2.c Steve it turns out that foo.c is compiled using $(COMPILE

1.4-p1 chokes after autoupdate

2001-05-23 Thread Steve M. Robbins
Hi, I've switched to autoconf-2.50. After running autoupdate (it seemed like a good idea at the time), I discovered that automake 1.4 can't find any of the Makefile.am's. This is because autoupdate replaced the AC_OUTPUT with AC_CONFIG_FILES in configure.in. I think this patch fixes it, and I

Re: automake 1.4d

2001-03-31 Thread Steve M. Robbins
On Tue, Feb 13, 2001 at 12:19:17AM -0700, Tom Tromey wrote: I just released Automake 1.4d, the latest prerelease leading up to 1.5. Find it here: ftp://sources.redhat.com/pub/automake/automake-1.4d.tar.gz This release is mostly bug fixes. There are some minor known bugs and some