From 6dbe9b71241172193428d9fa77e59945dc455e78 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 19 Nov 2010 11:53:17 +0000 Subject: build: remove AC_CONFIG_AUX_DIR macro This was used during testing and should have been removed. Signed-off-by: Spencer Oliver --- configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f419d71c..a3323765 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,6 @@ AC_PREREQ(2.60) AC_INIT([openocd], [0.5.0-dev], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) -AC_CONFIG_AUX_DIR([.]) m4_include(config_subdir.m4)dnl -- cgit v1.2.3