libftdi: (tomj) reset internal readbuffer offsets for reset()/purge_buffers()
[libftdi] / configure.in
index b02e8fa..83d1f09 100644 (file)
@@ -38,7 +38,7 @@ dnl Perform program name transformation
 AC_ARG_PROGRAM
 
 dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(libftdi, 0.1) dnl searches for some needed programs
+AM_INIT_AUTOMAKE(libftdi, 0.3) dnl searches for some needed programs
 
 dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
 dnl
@@ -122,6 +122,7 @@ AC_SUBST(AUTODIRS)
 KDE_CREATE_SUBDIRSLIST
 AC_CONFIG_FILES([ Makefile ])
 AC_CONFIG_FILES([ ftdi/Makefile ])
+AC_OUTPUT([libftdi-config], [chmod a+x libftdi-config])
 AC_OUTPUT
 if test "$all_tests" = "bad"; then
   if test ! "$cache_file" = "/dev/null"; then