From: zwelch Date: Mon, 11 May 2009 00:44:59 +0000 (+0000) Subject: OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro. X-Git-Tag: v0.2.0~810 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=76c0dcb324080e846dd995d0d05797e23e6e1810 OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro. git-svn-id: svn://svn.berlios.de/openocd/trunk@1696 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/configure.in b/configure.in index 8256adb7b1..5cb2af17ca 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_PREREQ(2.59) +AC_PREREQ(2.60) AC_INIT([openocd], [0.2.0-in-development], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c])