X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.ac;h=501dc7c774c5bea88a0f7c41fe7f587770212908;hb=0e6c42eb421529d1aeca1f3c315a4e8b0977c15a;hp=51d43baacde696bf285bec8aaf2dbf90c28ee4e8;hpb=adb8ec32dc7439aa3e34ab19f026e390ec129c10;p=openocd.git diff --git a/configure.ac b/configure.ac index 51d43baacd..501dc7c774 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([openocd], [0.7.0-dev], +AC_INIT([openocd], [0.7.0-rc1], [OpenOCD Mailing List ]) AC_CONFIG_SRCDIR([src/openocd.c]) @@ -8,7 +8,7 @@ m4_include([config_subdir.m4])dnl AM_INIT_AUTOMAKE([-Wall -Wno-portability dist-bzip2 dist-zip]) AM_MAINTAINER_MODE -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AH_BOTTOM([ #include #include