summaryrefslogtreecommitdiff
path: root/src/auto/configure
AgeCommit message (Collapse)Author
2012-06-13updated for version 7.3.555Bram Moolenaar
Problem: Building on IBM z/OS fails. Solution: Adjust configure. Use the QUOTESED value from config.mk instead of the hard coded one in Makefile. (Stephen Bovy)
2012-02-05updated for version 7.3.432Bram Moolenaar
Problem: ACLs are not supported for ZFS or NFSv4 on Solaris. Solution: Add configure check and code. (Danek Duvall)
2011-12-14updated for version 7.3.381Bram Moolenaar
Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)
2011-12-14updated for version 7.3.378Bram Moolenaar
Problem: When cross-compiling the check for uint32_t fails. Solution: Only give a warning message. (Maksim Melnikau)
2011-12-08updated for version 7.3.368Bram Moolenaar
Problem: Gcc complains about redefining _FORTIFY_SOURCE. Solution: Undefine it before redefining it.
2011-09-02updated for version 7.3.291Bram Moolenaar
Problem: Configure doesn't work properly with Python3. Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland Puntaier)
2011-07-15updated for version 7.3.245Bram Moolenaar
Problem: Python 3.2 libraries not correctly detected. Solution: Add the suffix to the library name. (Niclas Zeising)
2011-06-13updated for version 7.3.218Bram Moolenaar
Problem: Tiny configuration problem with Python 3. Solution: Add abiflags in one more place. (Andreas Behr)
2011-06-12updated for version 7.3.212Bram Moolenaar
Problem: With Python 3.2 ":py3" fails. Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland Puntaier) Check abiflags in configure. (Andreas Behr)
2011-05-10updated for version 7.3.183Bram Moolenaar
Problem: When Exuberant ctags binary is exuberant-ctags it's not found. Solution: Add configure check for exuberant-ctags.
2011-05-05updated for version 7.3.176Bram Moolenaar
Problem: Ruby linking doesn't work properly on Mac OS X. Solution: Fix the configure check for Ruby. (Bjorn Winckler)
2011-05-05updated for version 7.3.174Bram Moolenaar
Problem: When Exuberant ctags binary is exctags it's not found. Solution: Add configure check for exctags. (Hong Xu)
2011-02-09updated for version 7.3.117Bram Moolenaar
Problem: On some systems --as-needed does not work, because the "tinfo" library is included indirectly from "ncurses". (Charles Campbell) Solution: In configure prefer using "tinfo" instead of "ncurses".
2010-11-16updated for version 7.3.062Bram Moolenaar
Problem: Python doesn't work properly when installed in another directory than expected. Solution: Figure out home directory in configure and use Py_SetPythonHome() at runtime. (Roland Puntaier)
2010-11-03updated for version 7.3.050Bram Moolenaar
Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov)
2010-11-03updated for version 7.3.049Bram Moolenaar
Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev)
2010-10-27updated for version 7.3.043Bram Moolenaar
Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
2010-08-13Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar
2010-07-25Use the SONAME-versioned liblua, if it exists. (James Vega)Bram Moolenaar
2010-07-24Remove -arch flag from build flags for Perl. (Bjorn Wickler)Bram Moolenaar
2010-07-24Find python3 also in lib64 directory. (Ben Boeckel)Bram Moolenaar
2010-07-24Specify library to load for Python more precisely. (James Vega)Bram Moolenaar
2010-07-22Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar
2010-07-21Make it possible to load Perl dynamically on Unix. (James Vega)Bram Moolenaar
2010-07-19Fix configure for Python3 libs and version number. (James Vega)Bram Moolenaar
2010-07-18Make it easier to build with Lua. Remove compiler warnings.Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-14Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar
2010-07-11Filter out -pthread for cproto.Bram Moolenaar
2010-07-05Change SKIP_GTK to SKIP_GTK2 in configure.Bram Moolenaar
2010-06-26Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-06-03Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar
2010-05-31Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar
2010-05-30A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar
fail with tiny features.
2010-05-20Various smaller changes. Updated proto files. Updated dependencies.Bram Moolenaar
2010-05-19Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar
Better autoconf check for uint32_t.
2010-05-17Fixed encryption big/little endian test.Bram Moolenaar
Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building.
2010-05-15Switched from autoconf 2.63 to 2.65.Bram Moolenaar
2010-05-07updated for version 7.2.413Bram Moolenaar
Problem: Large file support is incorrect. Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
2010-03-10updated for version 7.2.393Bram Moolenaar
Problem: Mac: Can't build with different Xcode developer tools directory. Solution: make "Developer" directory name configurable. (Rainer Muller)
2010-02-24updated for version 7.2.371Bram Moolenaar
Problem: Build problems on Tandem NonStop. Solution: A few changes to #ifdefs (Joachim Schmitz)
2010-02-17updated for version 7.2.361Bram Moolenaar
Problem: Ruby 1.9 is not supported. Solution: Add Ruby 1.9 support. (Msaki Suketa)
2009-12-16updated for version 7.2-316Bram Moolenaar
2009-12-02updated for version 7.2-315Bram Moolenaar
2009-11-17updated for version 7.2-300Bram Moolenaar
2009-11-17updated for version 7.2-294Bram Moolenaar
2009-09-11updated for version 7.2-251Bram Moolenaar
2009-07-22updated for version 7.2-236Bram Moolenaar