aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/configure.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake updates in 'cmake' directory.Arnold D. Robbins2016-12-271-1/+1
|
* Update CMake support after adding support directory.Arnold D. Robbins2016-12-271-2/+11
|
* Copyright notice updated.Juergen Kahrs2014-08-121-1/+1
|
* Definition of _GL_ATTRIBUTE_PURE is needed by dfa.h for some strange reason.Juergen Kahrs2014-06-241-1/+2
|
* HAVE_LIBREADLINE is now detected and used.Juergen Kahrs2013-05-121-0/+1
|
* Found better way to auto-detect GETGROUPS_T and GETPGRP_VOID.Juergen Kahrs2013-05-061-3/+13
|
* Auto-detection is now mostly free from explicite conditionals.Juergen Kahrs2013-05-011-22/+16
|
* Found a clean way to auto-detect wctype_t and wint_t.Juergen Kahrs2013-04-301-13/+5
|
* New macro DefineIfSourceCompiles helps in auto-detection of wint_t.Juergen Kahrs2013-04-301-2/+16
|
* Extension readdir can now be built; now the extensions are complete.Juergen Kahrs2013-04-301-0/+1
|
* Cleaned up some more auto-detection macros.Juergen Kahrs2013-04-301-12/+8
|
* Search for bison on all platforms and let it generate awkgram.c. Use ↵Juergen Kahrs2013-03-111-5/+10
| | | | existing awkgram.c otherwise.
* Dynamic extensions can be invoked now on Windows. DYNAMIC 1 will be set if ↵Juergen Kahrs2013-03-091-4/+4
| | | | CMAKE_SHARED_LIBRARY_SUFFIX exists (and not if CMAKE_DL_LIBS, as it was up to now). ext.c can now be compiled with DYNAMIC set because of include_directories(${CMAKE_SOURCE_DIR}/pc (thanks to Eli for the hint).
* Testing, documentation, gettext and bison only on UNIX-based systems.Juergen Kahrs2013-02-181-18/+22
|
* USE_CONFIG_H is now ON be default. Found clean implementation for DYNAMIC ↵Juergen Kahrs2013-02-171-5/+14
| | | | and SHLIBEXT.
* Moved all configuration stuff into cmake/configure.cmake so that config.h ↵Juergen Kahrs2013-02-171-0/+34
| | | | contains all settings. All 265 basic test cases pass now with USE_CONFIG_H set to ON.
* Pass a few more defined via config.h.Juergen Kahrs2013-02-171-9/+16
|
* CMake option USE_CONFIG_H allows to generate config.h. Some test cases with ↵Juergen Kahrs2013-02-171-24/+30
| | | | extensions still fail with this option switched ON.
* Moved much code into new files for configuring and packaging.Juergen Kahrs2013-02-131-0/+226