change autoconf #include in configure.in
authorZachary T Welch <zw@superlucidity.net>
Sun, 29 Nov 2009 00:25:30 +0000 (16:25 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 09:59:24 +0000 (01:59 -0800)
Updates "system.h" and "replacements.h" with <helpers/system.h> and
<helpers/replacements.h> respectively.

configure.in

index 5020ed6430e87af8f506f401e6955077545b97f9..12270eb09e2e2b64c9c1e8e10d7e030868e5b5fa 100644 (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