diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | lib/fsusage.c | 2 | ||||
-rw-r--r-- | lib/mountlist.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 8634b0a..912f43e 100644 --- a/configure.in +++ b/configure.in | |||
@@ -4,7 +4,7 @@ AC_PREREQ(2.50) | |||
4 | AC_INIT(nagios-plugins,1.3.99) | 4 | AC_INIT(nagios-plugins,1.3.99) |
5 | AC_CONFIG_SRCDIR(Helper.pm) | 5 | AC_CONFIG_SRCDIR(Helper.pm) |
6 | AM_INIT_AUTOMAKE | 6 | AM_INIT_AUTOMAKE |
7 | AM_CONFIG_HEADER(plugins/config.h) | 7 | AC_CONFIG_HEADER(config.h) |
8 | AC_CANONICAL_HOST | 8 | AC_CANONICAL_HOST |
9 | 9 | ||
10 | RELEASE=1 | 10 | RELEASE=1 |
diff --git a/lib/fsusage.c b/lib/fsusage.c index 5a864bf..7339c80 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c | |||
@@ -15,7 +15,7 @@ | |||
15 | along with this program; if not, write to the Free Software Foundation, | 15 | along with this program; if not, write to the Free Software Foundation, |
16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
17 | 17 | ||
18 | #include "../plugins/config.h" | 18 | #include "config.h" |
19 | 19 | ||
20 | #if HAVE_INTTYPES_H | 20 | #if HAVE_INTTYPES_H |
21 | # include <inttypes.h> | 21 | # include <inttypes.h> |
diff --git a/lib/mountlist.c b/lib/mountlist.c index d171858..1af3cbb 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c | |||
@@ -15,7 +15,7 @@ | |||
15 | along with this program; if not, write to the Free Software Foundation, | 15 | along with this program; if not, write to the Free Software Foundation, |
16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
17 | 17 | ||
18 | #include "../plugins/config.h" | 18 | #include "config.h" |
19 | 19 | ||
20 | #include <stdio.h> | 20 | #include <stdio.h> |
21 | #include <sys/types.h> | 21 | #include <sys/types.h> |