From 4bbe7d174f1d307487db1db86da62676a8a9fb6c Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Sat, 28 Nov 2009 16:25:30 -0800 Subject: change autoconf #include in configure.in Updates "system.h" and "replacements.h" with and respectively. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 +#include ]) AC_LANG_C -- cgit v1.2.3