summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 82ffcf8)
raw | patch | inline | side by side (parent: 82ffcf8)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 20 Oct 2003 14:03:17 +0000 (14:03 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 20 Oct 2003 14:03:17 +0000 (14:03 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@748 f882894a-f735-0410-b71e-b25c423dba1c
configure.in | patch | blob | history | |
lib/fsusage.c | patch | blob | history | |
lib/mountlist.c | patch | blob | history |
diff --git a/configure.in b/configure.in
index 8634b0af7a40ed3e59552b3f29d952880a7ff181..912f43eded2350a4f1052f431d3d07c3219c4e78 100644 (file)
--- a/configure.in
+++ b/configure.in
AC_INIT(nagios-plugins,1.3.99)
AC_CONFIG_SRCDIR(Helper.pm)
AM_INIT_AUTOMAKE
-AM_CONFIG_HEADER(plugins/config.h)
+AC_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
RELEASE=1
diff --git a/lib/fsusage.c b/lib/fsusage.c
index 5a864bf2048ce7fd151fe237a4c686a863a0b143..7339c8051466ecad850fb942c4780f488e7d4da0 100644 (file)
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include "../plugins/config.h"
+#include "config.h"
#if HAVE_INTTYPES_H
# include <inttypes.h>
diff --git a/lib/mountlist.c b/lib/mountlist.c
index d171858a811989953cfca5924cdb66917daf0851..1af3cbbd0fdf68beaed4fcbc6a7e15deaccfaeb4 100644 (file)
--- a/lib/mountlist.c
+++ b/lib/mountlist.c
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include "../plugins/config.h"
+#include "config.h"
#include <stdio.h>
#include <sys/types.h>