lyx_mirror/config
Enrico Forestieri bde1bee24e Make it compile on cygwin in c++11 mode
When using -std=c++11, the cygwin compiler automatically defines
__STRICT_ANSI__ which is used as a guard for not declaring essential
unix standard calls such as setenv, popen, etc. As a result,
compilation stops with errors such as "xxxx has not been declared".
By undefining the guard, compilation succeeds and lyx works Ok.
2015-09-09 01:54:49 +02:00
..
.gitignore Autotools: configure AR program 2015-05-06 17:08:56 +02:00
common.am Cleanup the code for boost configuration 2014-05-05 10:11:18 +02:00
config.rpath
lyxinclude.m4 Make it compile on cygwin in c++11 mode 2015-09-09 01:54:49 +02:00
lyxpython.m4 Autotool python support: allow to set version in configure.ac. 2015-03-24 12:09:21 +01:00
Makefile.am Autotools: check for python >= 2.7.0 or >= 3.3.0 2015-03-24 10:34:08 +01:00
pkg.m4
qt4.m4 Do not forget QtSvg when using pkgconfig in autoconf 2015-07-12 19:12:51 +02:00
spell.m4 restore old hunspell library detection code as fallback when pkg-config is not available - for Mac OS X 2011-08-14 07:17:12 +00:00