This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake warning using lib_LTLIBRARIES
- From: Raja R Harinath <harinath at cs dot umn dot edu>
- To: Roger Leigh <rl117 at york dot ac dot uk>
- Cc: automake at gnu dot org
- Date: Thu, 24 Jan 2002 18:54:23 -0600
- Subject: Re: automake warning using lib_LTLIBRARIES
- References: <20020125004713.GE14317@whinlatter.uklinux.net>
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.
- 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