small Makefile.in patch
Robin Gruyters
r.gruyters at yirdis.nl
Fri Jun 9 03:33:18 EDT 2006
Hi ya,
Here is a small update for both the client and server Makefile.in.
One thing, the clients installation wants to install "ntasbug" tool,
but it is not available. Don't know if it suppose to be there or not,
but I think Carter knows it.
argus-3.0.0.0.rc.5:
--- Makefile.in.orig Thu Jun 8 20:20:12 2006
+++ Makefile.in Fri Jun 9 09:27:05 2006
@@ -33,7 +33,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
srcdir = @srcdir@
-docdir = /usr/share/doc/argus-2.0
+docdir = @datadir@/doc/argus-3.0
#### End of system configuration section. ####
argus-clients-3.0.0.0.rc.4:
--- Makefile.in.orig Thu Jun 8 20:20:12 2006
+++ Makefile.in Fri Jun 9 09:29:05 2006
@@ -34,7 +34,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
srcdir = @srcdir@
-docdir = /usr/share/doc/argus-3.0
+docdir = @datadir@/doc/argus-clients-3.0
#### End of system configuration section. ####
@@ -112,8 +112,6 @@
$(INSTALL) -m 0644 $(srcdir)/COPYING $(docdir)
$(INSTALL) -m 0644 $(srcdir)/support/Config/rarc
$(prefix)/argus
-
- $(INSTALL) -m 0755 $(srcdir)/bin/ntasbug @bindir@/ntasbug
[ -d @mandir@ ] || \
(mkdir -p @mandir@; chmod 755 @mandir@)
Regards,
Robin
More information about the argus
mailing list