Compare commits
2 Commits
c732d4f949
...
40b6f8799f
Author | SHA1 | Date | |
---|---|---|---|
40b6f8799f | |||
|
13bf23b9a2 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -17,3 +17,7 @@ compile
|
|||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
missing
|
missing
|
||||||
|
src/mboxgrep.exe
|
||||||
|
configure~
|
||||||
|
.gitignore
|
||||||
|
.vscode/*
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user