u want to refer to a built component you should use $top_builddir instead
of $top_srcdir, or everyone who uses separate build directories as standard
(in other words, me ;-)) will be very annoyed...
Regards,
Philip Willoughby
Systems Programmer, Department of Computing, Imperial College, London,
Today, Alexandre Duret-Lutz wrote:
>>>> "Philip" == Philip Willoughby <[EMAIL PROTECTED]> writes:
>
>[...]
>
> Philip> Unfortunately I couldn't find an env var to modify the
> Philip> search path for aclocal
>
>There is an envvar calle
f you use `cvs checkout', the timestamps
will be updated. You want to use `cvs update' for your day-to-day updating
of your source tree...
This should solve it - just get everyone else on your project to use update
too or it won't help.
Regards,
Philip Willoughby
Systems Programme
I attach a revised patch - it's a little too large to inline this time. It
uses the style Mr Dawe suggested as it fits in better with the existing
code style.
Regards,
Philip Willoughby
Systems Programmer, Department of Computing, Imperial College, London, UK
--
echo [EMAIL PROTECTED] |
been
changed that's an interesting bug, but probably not a bug in automake (I'd
blame make itself).
Regards,
Philip Willoughby
Systems Programmer, Department of Computing, Imperial College, London, UK
--
echo [EMAIL PROTECTED] | tr "bizndfohces" "pwgd9ociaku"
Why reinvent the wheel? . . . . . . . . . Because we can make it rounder...
l Thu Feb 20 19:55:32 2003
+++ 1.7.3-phil1/bin/aclocal Wed Mar 5 13:01:19 2003
@@ -26,6 +26,7 @@
# 02111-1307, USA.
# Written by Tom Tromey <[EMAIL PROTECTED]>.
+# Slightly hacked on by Philip Willoughby <[EMAIL PROTECTED]>.
BEGIN
{
@@ -218,6 +219,9 @@
close (DEFAUL
d to tell aclocal the path to gtk.m4
and/or gtkmm.m4. If gtk.m4 was in /opt/gnome/share/aclocal for instance,
you'd need to run:
aclocal -I /opt/gnome/share/aclocal
to avoid the error.
HTH,
Regards,
Philip Willoughby
Systems Programmer, Department of Computing, Imperial College, London,
It would be interesting to see what happens if you list the conditionally
compiled sources in an EXTRA_program_SOURCES variable.
I know the manual says you don't need to.
Do the other methods listed in
info '(automake)Conditional Sources'
work for you?
Regards,
Philip Will
libapttlog.la must be installed prior to the installation of
libaptttest.la.
Is there a way to hint to automake that the order is important without
moving to recursive make? Alternatively, does anyone have a patch to
automagically do the right thing?
Regards,
Philip Willoughby
Systems