Re: automake warning using lib_LTLIBRARIES

2002-01-26 Thread Roger Leigh
On Sat, Jan 26, 2002 at 01:37:26PM +0100, Alexandre Duret-Lutz wrote: > If Automake sees `dir_PRIMARY = fubar' it knows that it must > output some rules to build `fubar', even if `dir_PRIMARY' is > defined conditionally. > > However if it sees `dir_PRIMARY = @fubar@', Automake can't guess > what

Re: automake warning using lib_LTLIBRARIES

2002-01-26 Thread Alexandre Duret-Lutz
>>> "Roger" == Roger Leigh <[EMAIL PROTECTED]> writes: About | if BUILD_LIBGIMPPRINT | lib_LTLIBRARIES = libgimpprint.la | endif | if BUILD_LIBGIMPPRINT | bin_SCRIPTS = gimpprint-config | endif | | EXTRA_SCRIPTS = gimpprint-config | EXTRA_LTLIBRARIES = libgimpprint.la resulting in | `libgimpprin

Re: automake warning using lib_LTLIBRARIES

2002-01-25 Thread Roger Leigh
On Thu, Jan 24, 2002 at 07:32:25PM -0600, Raja R Harinath wrote: > Raja R Harinath <[EMAIL PROTECTED]> writes: > > > Roger Leigh <[EMAIL PROTECTED]> writes: > > > >> I'm getting this warning from automake: > >> > >> roger@whinlatter:~/gimp-print/newbuild$ automake > >> automake: both `configure.a

Re: automake warning using lib_LTLIBRARIES

2002-01-24 Thread Raja R Harinath
Raja R Harinath <[EMAIL PROTECTED]> writes: > Roger Leigh <[EMAIL PROTECTED]> writes: > >> I'm getting this warning from automake: >> >> roger@whinlatter:~/gimp-print/newbuild$ automake >> automake: both `configure.ac' and `configure.in' present: ignoring `configure.in' >> automake: src/main/Make

Re: automake warning using lib_LTLIBRARIES

2002-01-24 Thread Raja R Harinath
Roger Leigh <[EMAIL PROTECTED]> writes: > I'm getting this warning from automake: > > roger@whinlatter:~/gimp-print/newbuild$ automake > automake: both `configure.ac' and `configure.in' present: ignoring `configure.in' > automake: src/main/Makefile.am: `libgimpprint.la' is already going to be ins

automake warning using lib_LTLIBRARIES

2002-01-24 Thread Roger Leigh
I'm getting this warning from automake: roger@whinlatter:~/gimp-print/newbuild$ automake automake: both `configure.ac' and `configure.in' present: ignoring `configure.in' automake: src/main/Makefile.am: `libgimpprint.la' is already going to be installed in `lib' I'm sure this is not my fault.