SF.net SVN: nagiosplug:[2100] nagiosplug/trunk/plugins

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
Revision: 2100
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2100&view=rev
Author:   dermoth
Date:     2008-11-25 13:53:23 +0000 (Tue, 25 Nov 2008)

Log Message:
-----------
Workaround to support more make programs

Avoid the use of "-include". Since "include" is interpreted by Automake, we have to use a special macro instead.

Modified Paths:
--------------
    nagiosplug/trunk/plugins/Makefile.am
    nagiosplug/trunk/plugins-root/Makefile.am
    nagiosplug/trunk/plugins-scripts/Makefile.am

Modified: nagiosplug/trunk/plugins/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins/Makefile.am	2008-11-25 05:31:18 UTC (rev 2099)
+++ nagiosplug/trunk/plugins/Makefile.am	2008-11-25 13:53:23 UTC (rev 2100)
@@ -4,7 +4,10 @@
 	@$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN
 .FORCE-NP-VERSION-FILE:
 
--include NP-VERSION-FILE
+## This is undocumented and could possibly break in future versions of
+## automake. See:
+## http://article.gmane.org/gmane.comp.sysutils.automake.general/10036
+@am__include@ @am__quote@NP-VERSION-FILE@am__quote@
 
 AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"'
 

Modified: nagiosplug/trunk/plugins-root/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins-root/Makefile.am	2008-11-25 05:31:18 UTC (rev 2099)
+++ nagiosplug/trunk/plugins-root/Makefile.am	2008-11-25 13:53:23 UTC (rev 2100)
@@ -4,7 +4,10 @@
 	@$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN
 .FORCE-NP-VERSION-FILE:
 
--include NP-VERSION-FILE
+## This is undocumented and could possibly break in future versions of
+## automake. See:
+## http://article.gmane.org/gmane.comp.sysutils.automake.general/10036
+@am__include@ @am__quote@NP-VERSION-FILE@am__quote@
 
 AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"'
 

Modified: nagiosplug/trunk/plugins-scripts/Makefile.am
===================================================================
--- nagiosplug/trunk/plugins-scripts/Makefile.am	2008-11-25 05:31:18 UTC (rev 2099)
+++ nagiosplug/trunk/plugins-scripts/Makefile.am	2008-11-25 13:53:23 UTC (rev 2100)
@@ -4,7 +4,10 @@
 	@$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN
 .FORCE-NP-VERSION-FILE:
 
--include NP-VERSION-FILE
+## This is undocumented and could possibly break in future versions of
+## automake. See:
+## http://article.gmane.org/gmane.comp.sysutils.automake.general/10036
+@am__include@ @am__quote@NP-VERSION-FILE@am__quote@
 
 SUFFIXES = .pl .sh
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.