Hi all
Possible this is offtopic, but I'm not found gettext related mail list...
I try to make configuration scripts using autoconf/automake for my new
project. I have a few source code directories inside wich is contain code for
different binaries. For example:
---
$(top_srcdir)/tool_1/Makefil
Hi all
I would like to make a little resume of my experience of automake using and
introduce a couple of features that will improve (I hope :) this tool...
I work in a project wich have a LOT of static libs and binary programs (wich
is uses this libs). So situation whan list of -I $(top_srcdir)
and installed
> >>autoconf2.57, rebooted but still the same msgs. I am new at linux and
> >>runnong SuSE 8.0 Pro.
> >>Thanks
> >>David
> >
> >Try the following in automake directory:
> >% WANT_AUTOCONF_2_5=1 ./configure
> >
> >I suppose
Hi all!
I'm found another bug or feature :) I have no solution for...
I have a project with BUILT_SOURCES defined, moreover it _must_ be builded
_before_ any source code will be compiled.
In projects without BUILT_SOURCES defined it is OK to type `make install' to
compile and install sources...
Hi,
I found a problem running `make install' in my project.
It contain generation of valued file (needed to success compile sources) as
BUILT_SOURCES definition. Targes such as `all' and `check' work fine, except
`install', becouse it is not depended on $(BUILT_SOURCES).
As I can see in generat
Hi all!
I have little 'strange' (from automake's point of view :) configuration:
in my CVS there is 2 modules present: mylib and mylib-tests -- 2nd is
interested for developers (of mylib) only, while mylib is available for
public (usual users) by `cvs co mylib` command. Developers of mylib may
On Saturday 03 January 2004 16:01, Alexandre Duret-Lutz wrote:
> zaufi> Is there is any way to avoid this behaviour of automake?
>
> Try
> SUBDIRS = ... $(TESTS_MAYBE) ...
> DIST_SUBDIRS = $(SUBDIRS)
>
> And define TESTS_MAYBE conditionally with an AC_SUBST.
> Au
Hi all!
I'm nitice that automake dont like comments with backspashes at the end in
Makefile.am (warning issued)... I don't know what is this bug or feature but
it is annoyed me... :)
Smbd know how to fix it? ('cept remove backspashes in comments :)
In addition to my previous message:
I'm just install automake form cvs and for simple Makefile.am got another
error:
---{Makefile.am}
bin_PROGRAMS = maketest
# qq \
maketest_SOURCES = main.cc
---
$ aclocal
$ autoconf
$ automake -a
Makefile.am:1: bin_PROGRAMS multiply defined in condition TRUE
#