Re: simple distcheck fails

2008-11-27 Thread Ralf Wildenhues
Hi Jan, * Jan Engelhardt wrote on Thu, Nov 27, 2008 at 11:12:24PM CET: > > ---<8--- Makefile.am > AUTOMAKE_OPTIONS = foreign subdir-objects > noinst_DATA = foo.txt > make distcheck > make[1]: Entering directory `/dev/shm/t/obj/foo-0/_build' > make[1]: *** No rule to make targe

Re: building a qt library

2008-11-27 Thread Craig Sanders
Greetings Lorenzo. I have used the GNU Autotools in the past to build some simple projects which made use of the Qt Library. I prefer to use the GNU Autotools as I find them much more flexible and much more powerful than qmake. As I recall, there are 2 key steps that need to be performed when u

simple distcheck fails

2008-11-27 Thread Jan Engelhardt
Hi, here's a problem I just cannot figure out on my own -- distcheck always fails on data using the following test files: ---<8--- Makefile.am AUTOMAKE_OPTIONS = foreign subdir-objects noinst_DATA = foo.txt --->8--- ---<8--- configure.ac AC_INIT([foo], [0]) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG

building a qt library

2008-11-27 Thread Lorenzo Bettini
Hi I'd like to build a library that uses qt, and I'd like to avoid qmake in favor of autotools (which I'm uses to now); I've heard about autoqt but it's old (and looks abandoned); kde-develop does not seem to have a wizard for this... any clue please? thanks in advance Lorenzo -- Loren

Re: automake manual: distclean

2008-11-27 Thread Ralf Wildenhues
Hello Jan, Andreas, thanks for the bug report. * Andreas Schwab wrote on Wed, Nov 26, 2008 at 07:48:32PM CET: > Jan Engelhardt <[EMAIL PROTECTED]> writes: > > > This is not quite portable -- unless GNU find, which implies a > > path of "." if nothing else is specified, Solaris's explicitly requ