X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=configure.in;h=83d1f09a0bccaea4f13e106c82e0af6156df23e3;hp=b02e8fa1bcb17c4570d69fb7b5fe1b119c4b4686;hb=bfcee05be17aa91f9a73efa8207eafc99f0b03c9;hpb=ed475f5524f52e9242c24cc7a2f03248f3552594 diff --git a/configure.in b/configure.in index b02e8fa..83d1f09 100644 --- a/configure.in +++ b/configure.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.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