Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CCache: Do not rely on C89-only features in configure.ac | Florian Weimer | 2023-01-12 | 1 | -1/+4 |
| | | | | | | Add missing #include directives to obtain additional function prototypes. This avoids altering the result of this test with C99 compilers which do not support implicit function declarations. | ||||
* | configure.ac tidyup after update (ccache) | William S Fulton | 2021-04-26 | 1 | -14/+1 |
| | | | | | | | | We don't use TIME_WITH_SYS_TIME Don't check for sys/time.h twice Minimum version was 2.52 before upgrade, no need to enforce 2.71 Set it to 2.60 (same as main swig configure.ac) - new macros introduced by autoupdate are in 2.60. | ||||
* | configure.ac update (ccache) | William S Fulton | 2021-04-26 | 1 | -12/+21 |
| | | | | Updated using autoupdate from autoconf 2.71 | ||||
* | Apply changes requested for this pull request | FUTATSUKI YASUHITO | 2017-06-21 | 1 | -6/+6 |
| | |||||
* | Add header file in CCache for _WIN32 environment | FUTATSUKI YASUHITO | 2017-06-20 | 1 | -0/+1 |
| | |||||
* | CCache: take care of program prefix/suffix on configure | FUTATSUKI YASUHITO | 2017-06-19 | 1 | -0/+14 |
| | |||||
* | Rename configure.in files to expected modern name configure.ac | William S Fulton | 2013-01-12 | 1 | -0/+87 |