From: Ton Voon Date: Mon, 20 Oct 2003 14:03:17 +0000 (+0000) Subject: Fix for config.h at top level. Required for intl/ X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a175e1b0ddafe74cdc425bab8cbd72617ddaacc4;p=nagiosplug.git Fix for config.h at top level. Required for intl/ git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@748 f882894a-f735-0410-b71e-b25c423dba1c --- 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) 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 5a864bf..7339c80 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -15,7 +15,7 @@ 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 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 @@ 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 #include