autoupdate

This commit is contained in:
Barak A. Pearlmutter 2020-07-18 16:26:32 +01:00
parent 9c763c0d59
commit 0699dd0841
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.60]) AC_PREREQ([2.69])
AC_INIT([simple-mtpfs], [0.3.0], [phatina@gmail.com]) AC_INIT([simple-mtpfs],[0.3.0],[phatina@gmail.com])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
@ -78,11 +78,12 @@ else
AC_MSG_WARN([Mounting by real device path is not supported. Fallback to <bus>/<device> notation]); AC_MSG_WARN([Mounting by real device path is not supported. Fallback to <bus>/<device> notation]);
fi fi
AC_OUTPUT([ AC_CONFIG_FILES([
makefile makefile
src/makefile src/makefile
man/makefile man/makefile
]) ])
AC_OUTPUT
AC_MSG_NOTICE([ AC_MSG_NOTICE([