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 | `libgimpprint.la'

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

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.

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 installed

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/Makefile.am: