change autoconf #include in configure.in

Updates "system.h" and "replacements.h" with <helpers/system.h> and
<helpers/replacements.h> respectively.
This commit is contained in:
Zachary T Welch 2009-11-28 16:25:30 -08:00
parent 896ac8d4ef
commit 4bbe7d174f
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
AH_BOTTOM([
#include "system.h"
#include "replacements.h"
#include <helper/system.h>
#include <helper/replacements.h>
])
AC_LANG_C