subdir-objects and 1.7

2002-09-27 Thread Harlan Stenn
I'm noticing a change from 1.5 to 1.7 regarding subdir-objects. I had to upgrade the automake/autoconf usage of ucd-snmp. Not fun. I had things working with am-1.5. I'm having dependency issues with am-1.7. In particular, agent/Makefile.am uses configure to build a list of files: libucdmibs

Re: grub-0.92 and CVS automake...

2002-09-27 Thread Tom Tromey
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: Harlan> The problem is that grub likes the "old style" of AS rules, Harlan> and current automake/autoconf Really Want grub to use Harlan> AM_PROG_AS. Making this change means asm.S no longer Harlan> assembles because of missing -I direct

Re: Problem with 'make distcheck'

2002-09-27 Thread Tom Tromey
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: Tom> top_dir = .. Tom> foo_SOURCES = $(top_dir)/foo.c adl> Hmmm, are you sure? This construct is the one used in PR/325. adl> It breaks the dependency tracking code (the dependency file will have adl> "\$\(top_dir\)" in its name).

RE: i want to use linker ld with libtool on hpux

2002-09-27 Thread Kremp, Johannes
hello, now it works! i patched my libtool.m4 as per description (see below), linked my libraries and my binaries. i installed the binaries and started the script (made by ralph) with a little modification (-perm -111) in the install directory of the binaries. now i could move my binaries and libra

Re: Problem with 'make distcheck'

2002-09-27 Thread Alexandre Duret-Lutz
>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: [...] Tom> You could write: Tom> top_dir = .. Tom> foo_SOURCES = $(top_dir)/foo.c Hmmm, are you sure? This construct is the one used in PR/325. It breaks the dependency tracking code (the dependency file will have "\$\(top_dir\)" in its n