mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 14:36:44 +02:00
- Converted reports/command to return strings
This commit is contained in:
parent
ce561a6c43
commit
b176591261
7 changed files with 466 additions and 368 deletions
|
@ -19,7 +19,7 @@ AC_CHECK_LIB(ncurses,endwin)
|
|||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS([stdlib.h sys/file.h sys/stat.h sys/time.h unistd.h])
|
||||
AC_CHECK_HEADERS([string vector map])
|
||||
AC_CHECK_HEADERS([sstream string vector map])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_HEADER_STDBOOL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue