Merge branch 'giachello-master'

This commit is contained in:
Daniel Spiljar 2024-09-11 13:47:18 +02:00
commit 40b6f8799f
Signed by: dspiljar
GPG Key ID: A32CE9C59D8003B5
2 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@ -17,3 +17,7 @@ compile
depcomp depcomp
install-sh install-sh
missing missing
src/mboxgrep.exe
configure~
.gitignore
.vscode/*

View File

@ -93,7 +93,5 @@ AC_CHECK_FUNCS([strptime])
AC_CHECK_FUNCS(ftw) AC_CHECK_FUNCS(ftw)
AC_CHECK_FUNCS(fts_open) AC_CHECK_FUNCS(fts_open)
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile])
doc/Makefile
src/Makefile])
AC_OUTPUT AC_OUTPUT