automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automake warning using lib_LTLIBRARIES


From: Raja R Harinath
Subject: Re: automake warning using lib_LTLIBRARIES
Date: Thu, 24 Jan 2002 18:54:23 -0600
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu)

Roger Leigh <address@hidden> writes:

> I'm getting this warning from automake:
>
> address@hidden:~/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 ------------------------------ address@hidden
"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

[Prev in Thread] Current Thread [Next in Thread]