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
> "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
> "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).
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
>>> "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