Re: DLLTOOL without LIBTOOL

2007-11-02 Thread NightStrike
On 11/2/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * NightStrike wrote on Fri, Nov 02, 2007 at 05:43:05PM CET: > > On 11/2/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > > AC_CHECK_TOOL(DLLTOOL, dlltool, false) > > > > How does that handle cross configurations? For instance, if the t

Re: DLLTOOL without LIBTOOL

2007-11-02 Thread Ralf Wildenhues
* NightStrike wrote on Fri, Nov 02, 2007 at 05:43:05PM CET: > On 11/2/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > AC_CHECK_TOOL(DLLTOOL, dlltool, false) > > How does that handle cross configurations? For instance, if the tool > is x86_64-pc-mingw32-dlltool? $ info --index-search=AC_CH

Re: DLLTOOL without LIBTOOL

2007-11-02 Thread NightStrike
On 11/2/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello NightStrike, whoever you are, Hi :) > * NightStrike wrote on Fri, Nov 02, 2007 at 05:29:01PM CET: > > Currently, the macro AC_PROG_LIBTOOL will search for dlltool and > > define $(DLLTOOL) appropriately. If I only want dlltool itself

Re: DLLTOOL without LIBTOOL

2007-11-02 Thread Ralf Wildenhues
Hello NightStrike, whoever you are, * NightStrike wrote on Fri, Nov 02, 2007 at 05:29:01PM CET: > Currently, the macro AC_PROG_LIBTOOL will search for dlltool and > define $(DLLTOOL) appropriately. If I only want dlltool itself and > not the rest of the libtool package, is there some sort of > AC

DLLTOOL without LIBTOOL

2007-11-02 Thread NightStrike
Currently, the macro AC_PROG_LIBTOOL will search for dlltool and define $(DLLTOOL) appropriately. If I only want dlltool itself and not the rest of the libtool package, is there some sort of AC_PROG_DLLTOOL macro available? The issue is that I need ranlib, and using both AC_PROG_RANLIB And AC_PRO

RE: How to put right files in to "doc" directory

2007-11-02 Thread Hongliang Wang
Thanks! it works! > Date: Fri, 2 Nov 2007 09:51:58 +0100 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: automake@gnu.org > Subject: Re: How to put right files in to "doc" directory > > Hello, > > * Hongliang Wang wrote on Fri, Nov 02, 2007 at 09:38:35AM CET: >> >> Currently I have all t

Re: How to put right files in to "doc" directory

2007-11-02 Thread Ralf Wildenhues
Hello, * Hongliang Wang wrote on Fri, Nov 02, 2007 at 09:38:35AM CET: > > Currently I have all the document files in top-level directory, [...] > My boss would like to put AUTHORS, COPYING, ChangeLog, NEWS, TODO into "doc" > directory. In the source tree or after installation? For the former:

How to put right files in to "doc" directory

2007-11-02 Thread Hongliang Wang
Hello all, Currently I have all the document files in top-level directory, $ ls AUTHORSMakefile.am aclocal.m4 config.status* install-sh* util/ COPYINGMakefile.in compile* configure* missing*zizzy.man ChangeLog NEWS