Browse Source

build: remove AC_CONFIG_AUX_DIR macro

This was used during testing and should have been removed.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
tags/v0.5.0-rc1
Spencer Oliver 13 years ago
parent
commit
6dbe9b7124
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      configure.in

+ 0
- 1
configure.in View File

@@ -2,7 +2,6 @@ AC_PREREQ(2.60)
AC_INIT([openocd], [0.5.0-dev],
[OpenOCD Mailing List <openocd-development@lists.berlios.de>])
AC_CONFIG_SRCDIR([src/openocd.c])
AC_CONFIG_AUX_DIR([.])

m4_include(config_subdir.m4)dnl



Loading…
Cancel
Save