Re: make distcheck fails for simple Makefile.am

2005-07-02 Thread Bob Friesenhahn
On Sat, 2 Jul 2005, Roger Leigh wrote: I was probably not clear. CUPS has a configure script, with which I can specify --prefix and whatever other configure options I like. For any given CUPS installation, there will therefore be a defined set of directories in which to install backend drivers

Re: make distcheck fails for simple Makefile.am

2005-07-02 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Friesenhahn <[EMAIL PROTECTED]> writes: > On Sat, 2 Jul 2005, Roger Leigh wrote: >> >> Thanks. I read this, but I still don't think this is the correct >> solution. I can see this would work well for a user-extensible >> program, such as the GIM

Re: make distcheck fails for simple Makefile.am

2005-07-02 Thread Bob Friesenhahn
On Sat, 2 Jul 2005, Roger Leigh wrote: Thanks. I read this, but I still don't think this is the correct solution. I can see this would work well for a user-extensible program, such as the GIMP, which has system and user plugin and module directories. For system-level programs, there is only o

Re: make distcheck fails for simple Makefile.am

2005-07-02 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes: > > Roger> It's often the case that a package installs files in locations picked > Roger> up by configure. e.g. in gimp-print the CUPS PPD file

Re: make distcheck fails for simple Makefile.am

2005-06-23 Thread Alexandre Duret-Lutz
>>> "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes: Roger> It's often the case that a package installs files in locations picked Roger> up by configure. e.g. in gimp-print the CUPS PPD files get installed Roger> in `cups-config --datadir`, and the drivers in `cups-config Roger> --serverbin

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: 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

make distcheck fails for simple Makefile.am

2005-06-18 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In a simple Makefile.am: pamdir = /etc/pam.d pam_DATA = schroot EXTRA_DIST = $(pam_DATA) make distcheck fails: make[4]: Entering directory `/home/rleigh/schroot/schroot-0.1.0/_build/schroot/pam' make[4]: Nothing to be done for `install-exec-am'. te