X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=configure.in.in;h=c9e84b549008ba69ec6f57673f83cb16423656ae;hp=0408233cd89eee849e39d8a54650c761f5c7a56a;hb=1c733d337b6383a0202220a52a2fbe74209180a4;hpb=ed475f5524f52e9242c24cc7a2f03248f3552594 diff --git a/configure.in.in b/configure.in.in index 0408233..c9e84b5 100644 --- a/configure.in.in +++ b/configure.in.in @@ -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.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])