summaryrefslogtreecommitdiff
path: root/CCache/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* CCache: Do not rely on C89-only features in configure.acFlorian Weimer2023-01-121-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 Fulton2021-04-261-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 Fulton2021-04-261-12/+21
| | | | Updated using autoupdate from autoconf 2.71
* Apply changes requested for this pull requestFUTATSUKI YASUHITO2017-06-211-6/+6
|
* Add header file in CCache for _WIN32 environmentFUTATSUKI YASUHITO2017-06-201-0/+1
|
* CCache: take care of program prefix/suffix on configureFUTATSUKI YASUHITO2017-06-191-0/+14
|
* Rename configure.in files to expected modern name configure.acWilliam S Fulton2013-01-121-0/+87