X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=configure.in;h=fd2584bbf80bc40d95dd9f911aa22f81c5ab5297;hp=ade6785e6b9b73232d3f7c7d0c0fe1c7d01119a6;hb=0d2b289048e603fd529cfceb82b589661946bea7;hpb=8c634335b41a805998e5bae05328bb47057cce0b diff --git a/configure.in b/configure.in index ade6785e6b..fd2584bbf8 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,4 @@ +AC_PREREQ(2.59) AC_INIT(configure.in) AC_SEARCH_LIBS([ioperm], [ioperm]) @@ -222,7 +223,7 @@ else fi AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(openocd, 0.1) +AM_INIT_AUTOMAKE(openocd, 1.0) AM_CONDITIONAL(PARPORT, test $build_parport = yes) AM_CONDITIONAL(GIVEIO, test $parport_use_giveio = yes)