summaryrefslogtreecommitdiff
path: root/cmake/configure.cmake
Commit message (Expand)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 existing...Juergen Kahrs2013-03-111-5/+10
* Dynamic extensions can be invoked now on Windows. DYNAMIC 1 will be set if CM...Juergen Kahrs2013-03-091-4/+4
* 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 and...Juergen Kahrs2013-02-171-5/+14
* Moved all configuration stuff into cmake/configure.cmake so that config.h con...Juergen Kahrs2013-02-171-0/+34
* 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 e...Juergen Kahrs2013-02-171-24/+30
* Moved much code into new files for configuring and packaging.Juergen Kahrs2013-02-131-0/+226