> "rtnet" is a startup/shutdown script located in tools, there is no need
> to build it. However, I added those installation rules yesterday without
> consulting our autotools guru Marc, maybe I did something wrong. For me
> it works so far...
I see (should have noticed earlier;). Indeed your solution only works if
you don't use a build directory for compiling.
I think this should solve the problem (although I'm not an autotools guru
:).
Index: Makefile.am
===================================================================
RCS file: /cvsroot/rtnet/rtnet/tools/Makefile.am,v
retrieving revision 1.9
diff -u -r1.9 Makefile.am
--- Makefile.am 16 Feb 2004 09:16:06 -0000 1.9
+++ Makefile.am 16 Feb 2004 16:47:16 -0000
@@ -14,4 +14,4 @@
install-exec-local:
$(mkinstalldirs) $(DESTDIR)$(sbindir)
- $(INSTALL_SCRIPT) rtnet $(DESTDIR)$(sbindir)
+ $(INSTALL_SCRIPT) $(top_srcdir)/tools/rtnet $(DESTDIR)$(sbindir)
Regards,
klaas
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
RTnet-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/rtnet-users