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 
>in `lib'
[snip]
> ## Programs
>
> if BUILD_LIBGIMPPRINT
> lib_LTLIBRARIES = libgimpprint.la
> endif
> if BUILD_LIBGIMPPRINT
> bin_SCRIPTS = gimpprint-config
> endif
>
> EXTRA_SCRIPTS = gimpprint-config
> EXTRA_LTLIBRARIES = libgimpprint.la
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

My guess is that it complains about the EXTRA_LTLIBRARIES line.  You
don't need that line, since automake is supposed to figure it out
itself.  I'm not sure whether it's a bug or not.

- Hari
-- 
Raja R Harinath ------------------------------ [EMAIL PROTECTED]
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

Reply via email to