On Wed, 2003-11-19 at 00:43, Alexandre Duret-Lutz wrote:
> >>> "Lulin" == Lulin Song <[EMAIL PROTECTED]> writes:
>
> [...]
>
> Lulin> I have "AM_MAINTAINER_MODE' in configure.in file.
>
> This macros is documented to do what you reported.
Hmm, from automake-1.7.8's automake.info:
`AM_MAINTAINE
Hi,
I am porting an existing library to make it gnu compliant by using
autotools. For building libraries I am using libtool but I am facing a
problem when trying to link some programs against those libraries with
undefined references. I have located the problem during compiling stage
(When generat
>>> "Lulin" == Lulin Song <[EMAIL PROTECTED]> writes:
[...]
Lulin> I have "AM_MAINTAINER_MODE' in configure.in file.
This macros is documented to do what you reported.
--
Alexandre Duret-Lutz
Hi,
Does anyone have the following problem?
After Makefile.am is changed, type 'make' won't create a new Makefile. In my
Makefile which is generated by 'automake', there are lines like
$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
Hi people,
This is the second beta release of the next version of Automake (1.8).
Please let us know of any problem you encounter so we can fix as
much bugs as possible before the release.
Thanks to all people who have reported bugs so far. The changes
since 1.7b are listed below. I've also app
Hi people,
This is the second beta release of the next version of Automake (1.8).
Please let us know of any problem you encounter so we can fix as
much bugs as possible before the release.
Thanks to all people who have reported bugs so far. The changes
since 1.7b are listed below. I've also app
Gary V. Vaughan wrote:
with the simpler:
~pkglibexec_LTLIBRARIES = gnu.la . traditional.la
~AM_LDFLAGS = -module
but unfortunately Automake wants to build `gnu.la' from `gnu.la.c', so the
repetitive sources declarations are necessary, unless I rename all my
source
files.
This would
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Currently m4 builds a dozen or so modules with the LTLIBRARIES primary. I had
hoped that the default source file name would be set appropriately so that I
could replace a whole lot of:
~pkglibexec_LTLIBRARIES = gnu.la . traditional.la
~AM_
Thanks for your help. I've got `make dist' to work. I need to check the
other required targets, but I think I'll be able to get things working
now.
Laurence Finston