diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-28 16:25:30 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 01:59:24 -0800 |
commit | 4bbe7d174f1d307487db1db86da62676a8a9fb6c (patch) | |
tree | c358e2b6ee3984a778bfaa55892fb392e681acf2 | |
parent | 896ac8d4ef3212f80887bf009d626c5becb1240a (diff) | |
download | openocd_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.
-rw-r--r-- | configure.in | 4 |
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 |