About DeskWay.

2003-01-08 Thread Chan Chi Pan
Title: DeskWay 1    DeskWay 1.1 Great utility and an excellent companion to Windows.   Hello,I'm Chan Chi Pan, the author of "THE DESKWAY PROGRAM". I 

Re: Bug byte-compiling lisp, automake 1.7.2

2003-01-08 Thread Alexandre Duret-Lutz
>>> "Ryan" == Ryan T Sammartino <[EMAIL PROTECTED]> writes: [...] Ryan> I guess what I should have said was "this patch solves Ryan> the problem in my particular instance" :) Ryan> I see now a little more is needed. >> Wouldn't it be better to teach Automake to byte-compile all >> files at

Re: Bug byte-compiling lisp, automake 1.7.2

2003-01-08 Thread Ryan T. Sammartino
On Wed, Jan 08, 2003 at 02:46:34PM +0100, Alexandre Duret-Lutz wrote: > Hi Ryan, > > As far as I can tell the other sources files are not necessarily > in `..'. For instance during a VPATH-build we'd have to search > them in `../$srcdir' (in case `$srcdir' is a relative path) or > in `$srcdir' (i

Re: Bug byte-compiling lisp, automake 1.7.2

2003-01-08 Thread Alexandre Duret-Lutz
Hi Ryan, Thanks for your report and the patch. >>> "Ryan" == Ryan T Sammartino <[EMAIL PROTECTED]> writes: [...] Ryan> doxymacs.el requires xml-parse.el. Unfortunately the Ryan> rule that automake generates: [...] Ryan> byte compiles each file one at a time, whereas elisp-comp Ryan> is exp

Re: Extending VPATH

2003-01-08 Thread Alexandre Duret-Lutz
>>> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: Harlan> I find that automake-1.7* (at least) complains about lines like: Harlan> if COND_FOO Harlan> VPATH=$(srcdir):$(srcdir)/../foo Harlan> endif Harlan> in Makefile.am's (VPATH was already defined in Harlan> condition TRUE, which i

Re: help in installing binaries in both /bin and /usr/bin

2003-01-08 Thread Alexandre Duret-Lutz
>>> "Aneesh" == Aneesh Kumar K V <[EMAIL PROTECTED]> writes: Aneesh> Hello, Aneesh> I want to write Makefile.am that need to install Aneesh> binaries in both /bin and /usr/bin. `bin_PROGRAMS = foo' installs foo in `${bindir}'. `barexec_PROGRAMS = baz' installs baz in `${barexecdir}'. If you

Re: Absolute directories for tests.

2003-01-08 Thread Alexandre Duret-Lutz
>>> "David" == David Kirkby <[EMAIL PROTECTED]> writes: [...] David> The problem is that if run from the 'tests' directory, this runs okay, David> as the paths given in the test '../tools/src/mycksum' and David> '../examples/cop1.bmp' are correct relative to that 'tests' directory. David> How

Absolute directories for tests.

2003-01-08 Thread Dr. David Kirkby
I have some tests listed in the 'tests' directory. These reference files in other directories. One such test is: #!/bin/sh # There should be a bitmap included in the distribution # in the 'examples' directory called 'file cop1.bmp' # The checksum of this will be checked. CKSUM=`../tools/src/mycksu