Skip to content
Snippets Groups Projects
Commit 6dbe9b71 authored by Spencer Oliver's avatar Spencer Oliver
Browse files

build: remove AC_CONFIG_AUX_DIR macro


This was used during testing and should have been removed.

Signed-off-by: default avatarSpencer Oliver <ntfreak@users.sourceforge.net>
parent 64751942
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ AC_PREREQ(2.60) ...@@ -2,7 +2,6 @@ AC_PREREQ(2.60)
AC_INIT([openocd], [0.5.0-dev], AC_INIT([openocd], [0.5.0-dev],
[OpenOCD Mailing List <openocd-development@lists.berlios.de>]) [OpenOCD Mailing List <openocd-development@lists.berlios.de>])
AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_SRCDIR([src/openocd.c])
AC_CONFIG_AUX_DIR([.])
m4_include(config_subdir.m4)dnl m4_include(config_subdir.m4)dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment