Compare commits
No commits in common. "40b6f8799f571c85073469c3fdfb6b5da192a140" and "c732d4f949d1305401ab944dc1a9b30089ee03eb" have entirely different histories.
40b6f8799f
...
c732d4f949
4
.gitignore
vendored
4
.gitignore
vendored
@ -17,7 +17,3 @@ compile
|
|||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
missing
|
missing
|
||||||
src/mboxgrep.exe
|
|
||||||
configure~
|
|
||||||
.gitignore
|
|
||||||
.vscode/*
|
|
||||||
|
@ -93,5 +93,7 @@ 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 doc/Makefile src/Makefile])
|
AC_CONFIG_FILES([Makefile
|
||||||
|
doc/Makefile
|
||||||
|
src/Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user