Compare commits

..

No commits in common. "40b6f8799f571c85073469c3fdfb6b5da192a140" and "c732d4f949d1305401ab944dc1a9b30089ee03eb" have entirely different histories.

2 changed files with 3 additions and 5 deletions

4
.gitignore vendored
View File

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

View File

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