- Eleminated leading tabs/white space
[fw/openocd] / configure.in
index ade6785e6b9b73232d3f7c7d0c0fe1c7d01119a6..fd2584bbf80bc40d95dd9f911aa22f81c5ab5297 100644 (file)
@@ -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)