summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* fix CXX for windowsv3.2.21William Joye2019-12-201-1/+1
|
* fix CXX for windowsWilliam Joye2019-12-191-1/+9
|
* fix TEA for CXXWilliam Joye2019-12-181-0/+1
|
* update TEA 3.13William Joye2019-01-021-7/+16
|
* Set MSVC cflags on Cygwin when the compiler is not GCCAdrián Medraño Calvo2017-08-291-3/+3
| | | | The GCC variable is set by autoconf and inspected by TEA for this same purpose.
* comment out MSVB flags, need a better wayv3.2.7William Joye2017-08-081-3/+3
|
* Don't remove pkgIndex.tcl on 'make clean'Adrián Medraño Calvo2017-07-271-1/+1
| | | | It's created by configure, not make.
* Don't remove tkbltConfig.sh on 'make clean'Adrián Medraño Calvo2017-07-211-2/+1
| | | | | This file is regenerated upon 'configure'; it should not be deleted by make.
* Add Windows-specific CFLAGSAdrián Medraño Calvo2017-07-201-1/+3
| | | | | | | | -TP: C++ -EHsc: specify exception handling -D_USE_MATH_DEFINES: cmath constants -D_CRT_SECURE_NO_WARNINGS: ignore *strncpy*/*printf* warnings; alternatives have different signatures.
* Better align with TEA's expected file layoutAdrián Medraño Calvo2017-07-181-53/+53
| | | | | | TEA is quite picky about packages placing their sources in the generic/, unix/, etc. directories. An immediate benefit of this change is support for building in a separate directory.
* minor config changev3.2.5William Joye2017-04-211-0/+1
|
* updated TEA 3.10William Joye2017-01-051-0/+235