This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: automake warning using lib_LTLIBRARIES


Raja R Harinath <harinath@cs.umn.edu> writes:

> Roger Leigh <rl117@york.ac.uk> 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.
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I meant, I'm not sure whether the warning above is a bug or not.

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]