mupliple po/ directories

2002-11-29 Thread zaufi
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

Automake new features: wishes list :)

2002-12-02 Thread zaufi
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)

Re: automake 1.7

2002-12-02 Thread zaufi
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

`make' and `make install' targets with BUILT_SOURCES

2002-12-10 Thread zaufi
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...

`make install' and $(BUILT_SOURCES)

2003-03-24 Thread zaufi
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

[Q] Absent directories and automake

2004-01-02 Thread zaufi
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

Re: [Q] Absent directories and automake

2004-01-03 Thread zaufi
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

Incorrect warning

2002-04-25 Thread Zaufi
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 :)

Re: Incorrect warning

2002-04-25 Thread Zaufi
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 #