Re: make distcheck fails for simple Makefile.am

2005-06-20 Thread Ralf Wildenhues
Hi Roger, * Roger Leigh wrote on Mon, Jun 20, 2005 at 11:11:10AM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > * Roger Leigh wrote on Sat, Jun 18, 2005 at 12:47:08PM CEST: > >> > >> pamdir = /etc/pam.d > >> pam_DATA = schroot > >> EXTRA_DIST = $(pam_DATA) > >> > >> make distcheck fails

Re: make distcheck fails for simple Makefile.am

2005-06-20 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues <[EMAIL PROTECTED]> writes: > * Roger Leigh wrote on Sat, Jun 18, 2005 at 12:47:08PM CEST: >> >> In a simple Makefile.am: >> >> pamdir = /etc/pam.d >> pam_DATA = schroot >> EXTRA_DIST = $(pam_DATA) >> >> make distcheck fails: > > Ma

Re: how to run a test file with command line options...

2005-06-20 Thread Ralf Wildenhues
* Harald Dunkel wrote on Mon, Jun 20, 2005 at 10:11:05AM CEST: > Ed Hartnett wrote: > > > > check_PROGRAMS = tst_parallel > > TESTS = run_par_test.sh > > > > Where run_par_test.sh is: > > > > MP_TASKS_PER_NODE=4 MP_PROCS=4 poe ./tst_parallel > > Since Automake is based on Perl it should be pret

Re: how to run a test file with command line options...

2005-06-20 Thread Harald Dunkel
Ed Hartnett wrote: > Howdy all! > > If I have some tests, and want to run them with command line options, > how do I do it? > > For example, I have to have a shell script to run tst_parallel below, > because it needs to be called with the poe command, and some env vars > set. In other cases, I ne

Re: make distcheck fails for simple Makefile.am

2005-06-20 Thread Ralf Wildenhues
* Roger Leigh wrote on Sat, Jun 18, 2005 at 12:47:08PM CEST: > > In a simple Makefile.am: > > pamdir = /etc/pam.d > pam_DATA = schroot > EXTRA_DIST = $(pam_DATA) > > make distcheck fails: Make that pamdir = $(prefix)/etc/pam.d but you really should be using sysconfdir: pamdir = $(sysconfd