summaryrefslogtreecommitdiff
path: root/src/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-4/+4
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.923v7.3.923Bram Moolenaar2013-05-041-1/+6
| | | | | Problem: Check for X11 header files fails on Solaris. Solution: Only use -Werror for gcc. (Laurent Blume)
* updated for version 7.3.897v7.3.897Bram Moolenaar2013-04-151-9/+18
| | | | | Problem: Configure doesn't always find the shared library. Solution: Change the configure script. (Ken Takata)
* updated for version 7.3.836v7.3.836Bram Moolenaar2013-02-261-0/+15
| | | | | | Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata)
* updated for version 7.3.805v7.3.805Bram Moolenaar2013-02-061-6/+8
| | | | | Problem: Lua version 5.2 is not detected properly on Arch Linux. Solution: Adjust autoconf. (lilydjwg)
* updated for version 7.3.791v7.3.791Bram Moolenaar2013-01-301-1/+6
| | | | | Problem: MzScheme interface doesn't work propely. Solution: Make it work better. (Sergey Khorev)
* updated for version 7.3.755v7.3.755Bram Moolenaar2012-12-121-2/+2
| | | | | Problem: Autoconf doesn't find Python 3 if it's called "python". Solution: Search for "python2" and "python3" first, then "python".
* updated for version 7.3.728v7.3.728Bram Moolenaar2012-11-231-5/+22
| | | | | Problem: Cannot compile with MzScheme interface on Ubuntu 12.10. Solution: Find the collects directory under /usr/share.
* updated for version 7.3.679v7.3.679Bram Moolenaar2012-10-031-9/+15
| | | | | Problem: Ruby detection uses Config, newer Ruby versions use RbConfig. Solution: Detect the need to use RbConfig. (Vit Ondruch)
* updated for version 7.3.678v7.3.678Bram Moolenaar2012-10-031-1/+1
| | | | | Problem: Ruby .so name may not be correct. Solution: Use the LIBRUBY_SO entry from the config. (Vit Ondruch)
* updated for version 7.3.674v7.3.674Bram Moolenaar2012-10-031-24/+29
| | | | | Problem: Can't compile with Lua/dyn on Cygwin. Solution: Adjust configure to use the right library name. (Ken Takata)
* updated for version 7.3.669v7.3.669Bram Moolenaar2012-09-211-0/+8
| | | | | Problem: When building with Cygwin loading Python dynamically fails. Solution: Use DLLLIBRARY instead of INSTSONAME. (Ken Takata)
* updated for version 7.3.631v7.3.631Bram Moolenaar2012-08-151-1/+1
| | | | | Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
* updated for version 7.3.613v7.3.613Bram Moolenaar2012-07-251-12/+2
| | | | | | Problem: Including Python's config.c in the build causes trouble. It is not clear why it was there. Solution: Omit the config file. (James McCoy)
* updated for version 7.3.555v7.3.555Bram Moolenaar2012-06-131-6/+19
| | | | | | 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)
* updated for version 7.3.432v7.3.432Bram Moolenaar2012-02-051-1/+3
| | | | | Problem: ACLs are not supported for ZFS or NFSv4 on Solaris. Solution: Add configure check and code. (Danek Duvall)
* updated for version 7.3.381v7.3.381Bram Moolenaar2011-12-141-0/+28
| | | | | Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)
* updated for version 7.3.378v7.3.378Bram Moolenaar2011-12-141-1/+1
| | | | | Problem: When cross-compiling the check for uint32_t fails. Solution: Only give a warning message. (Maksim Melnikau)
* updated for version 7.3.368v7.3.368Bram Moolenaar2011-12-081-1/+2
| | | | | Problem: Gcc complains about redefining _FORTIFY_SOURCE. Solution: Undefine it before redefining it.
* updated for version 7.3.291v7.3.291Bram Moolenaar2011-09-021-2/+4
| | | | | | Problem: Configure doesn't work properly with Python3. Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland Puntaier)
* updated for version 7.3.245v7.3.245Bram Moolenaar2011-07-151-1/+1
| | | | | Problem: Python 3.2 libraries not correctly detected. Solution: Add the suffix to the library name. (Niclas Zeising)
* updated for version 7.3.218v7.3.218Bram Moolenaar2011-06-131-2/+1
| | | | | Problem: Tiny configuration problem with Python 3. Solution: Add abiflags in one more place. (Andreas Behr)
* updated for version 7.3.212v7.3.212Bram Moolenaar2011-06-121-4/+19
| | | | | | Problem: With Python 3.2 ":py3" fails. Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland Puntaier) Check abiflags in configure. (Andreas Behr)
* updated for version 7.3.183v7.3.183Bram Moolenaar2011-05-101-3/+5
| | | | | Problem: When Exuberant ctags binary is exuberant-ctags it's not found. Solution: Add configure check for exuberant-ctags.
* updated for version 7.3.176v7.3.176Bram Moolenaar2011-05-051-14/+11
| | | | | Problem: Ruby linking doesn't work properly on Mac OS X. Solution: Fix the configure check for Ruby. (Bjorn Winckler)
* updated for version 7.3.174v7.3.174Bram Moolenaar2011-05-051-3/+5
| | | | | Problem: When Exuberant ctags binary is exctags it's not found. Solution: Add configure check for exctags. (Hong Xu)
* updated for version 7.3.117v7.3.117Bram Moolenaar2011-02-091-3/+4
| | | | | | 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".
* updated for version 7.3.062v7.3.062Bram Moolenaar2010-11-161-9/+58
| | | | | | | 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)
* updated for version 7.3.050v7.3.050Bram Moolenaar2010-11-031-0/+17
| | | | | | Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov)
* updated for version 7.3.049v7.3.049Bram Moolenaar2010-11-031-6/+40
| | | | | Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev)
* updated for version 7.3.043v7.3.043Bram Moolenaar2010-10-271-2/+8
| | | | | Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
* Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar2010-08-131-5/+57
|
* Use the SONAME-versioned liblua, if it exists. (James Vega)Bram Moolenaar2010-07-251-2/+10
|
* Remove -arch flag from build flags for Perl. (Bjorn Wickler)Bram Moolenaar2010-07-241-1/+6
|
* Find python3 also in lib64 directory. (Ben Boeckel)Bram Moolenaar2010-07-241-1/+1
|
* Specify library to load for Python more precisely. (James Vega)Bram Moolenaar2010-07-241-2/+4
|
* Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar2010-07-221-2/+7
|
* Make it possible to load Perl dynamically on Unix. (James Vega)Bram Moolenaar2010-07-211-3/+10
|
* Fix configure for Python3 libs and version number. (James Vega)Bram Moolenaar2010-07-191-8/+8
|
* Make it easier to build with Lua. Remove compiler warnings.Bram Moolenaar2010-07-181-6/+7
|
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-1/+179
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-0/+75
|
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-141-16/+17
|
* Filter out -pthread for cproto.Bram Moolenaar2010-07-111-7/+2
|
* Change SKIP_GTK to SKIP_GTK2 in configure.Bram Moolenaar2010-07-051-1/+1
|
* Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar2010-06-261-1/+0
|
* Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar2010-06-251-182/+37
|
* Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar2010-06-031-9/+19
|
* Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar2010-05-311-46/+4
|
* A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar2010-05-301-0/+23
| | | | fail with tiny features.