libftdi: (tomj) applied status byte filtering patch for large readbuffers
[libftdi] / configure.in.in
index 950cc79..c9e84b5 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.3) dnl searches for some needed programs
+AM_INIT_AUTOMAKE(libftdi, 0.4) dnl searches for some needed programs
 
 dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
 dnl
@@ -119,3 +119,4 @@ AC_SUBST(all_libraries)
 
 AC_SUBST(AUTODIRS)
 
+AC_OUTPUT([libftdi-config],[chmod a+x libftdi-config])