summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-28 16:25:30 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 01:59:24 -0800
commit4bbe7d174f1d307487db1db86da62676a8a9fb6c (patch)
treec358e2b6ee3984a778bfaa55892fb392e681acf2 /configure.in
parent896ac8d4ef3212f80887bf009d626c5becb1240a (diff)
downloadopenocd+libswd-4bbe7d174f1d307487db1db86da62676a8a9fb6c.tar.gz
openocd+libswd-4bbe7d174f1d307487db1db86da62676a8a9fb6c.tar.bz2
openocd+libswd-4bbe7d174f1d307487db1db86da62676a8a9fb6c.tar.xz
openocd+libswd-4bbe7d174f1d307487db1db86da62676a8a9fb6c.zip
change autoconf #include in configure.in
Updates "system.h" and "replacements.h" with <helpers/system.h> and <helpers/replacements.h> respectively.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 5020ed64..12270eb0 100644
--- a/configure.in
+++ b/configure.in
@@ -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