summaryrefslogtreecommitdiff
path: root/src/auto/configure
AgeCommit message (Collapse)Author
2014-11-30updated for version 7.4.538Bram Moolenaar
Problem: Tests fail with small features plus Python. Solution: Disallow weird combination of options. Do not set "fdm" when folding is disabled.
2014-10-11updated for version 7.4.475Bram Moolenaar
Problem: Can't compile on a system where Xutf8SetWMProperties() is not in the X11 library. Issue 265. Solution: Add a configure check.
2014-08-17updated for version 7.4.409Bram Moolenaar
Problem: Can't build with Perl on Fedora 20. Solution: Find xsubpp in another directory. (Michael Henry)
2014-07-30updated for version 7.4.385Bram Moolenaar
Problem: When building with tiny or small features building the .mo files fails. Solution: In autoconf do not setup for building the .mo files when it would fail.
2014-05-22updated for version 7.4.299Bram Moolenaar
Problem: When running configure twice DYNAMIC_PYTHON_DLL may become empty. Solution: Use AC_CACHE_VAL. (Ken Takata)
2014-04-12updated for version 7.4.258Bram Moolenaar
Problem: Configure fails if $CC contains options. Solution: Remove quotes around $CC. (Paul Barker)
2014-04-10updated for version 7.4.255Bram Moolenaar
Problem: Configure check for smack doesn't work with all shells. (David Larson) Solution: Remove spaces in set command.
2014-04-10updated for version 7.4.254Bram Moolenaar
Problem: Smack support detection is incomplete. Solution: Check for attr/xattr.h and specific macro.
2014-04-05updated for version 7.4.246Bram Moolenaar
Problem: Configure message for detecting smack are out of sequence. Solution: Put the messages in the right place. (Kazunobu Kuriyama)
2014-04-02updated for version 7.4.238Bram Moolenaar
Problem: Vim does not support the smack library. Solution: Add smack support (Jose Bollo)
2014-03-27updated for version 7.4.224Bram Moolenaar
Problem: /usr/bin/grep on Solaris does not support -F. Solution: Add configure check to find a good grep. (Danek Duvall)
2014-03-27updated for version 7.4.223Bram Moolenaar
Problem: Still using an older autoconf version. Solution: Switch to autoconf 2.69.
2014-03-27updated for version 7.4.222Bram Moolenaar
Problem: The Ruby directory is constructed from parts. Solution: Use 'rubyarchhdrdir' if it exists. (James McCoy)
2014-02-23updated for version 7.4.188Bram Moolenaar
Problem: SIZEOF_LONG clashes with similar defines in header files. Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT.
2013-11-21updated for version 7.4.095Bram Moolenaar
Problem: Regexp for LuaJIT version doesn't work on BSD. Solution: Use "*" instead of "\+" and "\?". (Ozaki)
2013-11-17updated for version 7.4.094Bram Moolenaar
Problem: Configure may not find that -lint is needed for gettext(). Solution: Check for gettext() with empty $LIBS. (Thomas De Schampheleire)
2013-11-17updated for version 7.4.093Bram Moolenaar
Problem: Configure can't use LuaJIT on ubuntu 12.04. Solution: Adjust the configure regexp that locates the version number. (Charles Strahan)
2013-11-04updated for version 7.4.068Bram Moolenaar
Problem: Cannot build Vim on Mac with non-Apple compilers. Solution: Remove the -no-cpp-precomp flag. (Misty De Meo)
2013-11-03updated for version 7.4.062Bram Moolenaar
Problem: Configure check for AvailabilityMacros.h is wrong. Solution: Use AC_CHECK_HEADERS().
2013-11-03updated for version 7.4.061Bram Moolenaar
Problem: Availability macros configure check in wrong place. Solution: Also check when not using Darwin. Remove version check.
2013-11-02updated for version 7.4.055Bram Moolenaar
Problem: Mac: Where availability macros are defined depends on the system. Solution: Add a configure check. (Felix Bünemann)
2013-10-02updated for version 7.4.048Bram Moolenaar
Problem: Recent clang version complains about -fno-strength-reduce. Solution: Add a configure check for the clang version. (Kazunobu Kuriyama)
2013-08-07updated for version 7.4b.016Bram Moolenaar
Problem: Ruby detection fails on Fedora 19. Solution: Use one way to get the Ruby version. (Michael Henry)
2013-07-28updated for version 7.4a.045Bram Moolenaar
Problem: Configure does not always find the right library for Lua. Missing support for LuaJit. Solution: Improve the configure detection of Lua. (Hiroshi Shirosaki)
2013-07-17updated for version 7.4a.029Bram Moolenaar
Problem: Can't build with MzScheme on Ubuntu 13.04. Solution: Add configure check for the "ffi" library.
2013-07-12updated for version 7.4a.011Bram Moolenaar
Problem: Configure check for Python 3 config name isn't right. Solution: Always include vi_cv_var_python3_version. (Tim Harder)
2013-07-09updated for version 7.4a.010Bram Moolenaar
Problem: Test 86 and 97 fail when building with Python or Python 3 and using a static library. Solution: Add configure check to add -fPIE compiler flag.
2013-07-03updated for version 7.3.1300Bram Moolenaar
Problem: Mac: tiny and small build fails. Solution: Don't include os_macosx.m in tiny build. Include mouse support in small build. (Kazunobu Kuriyama)
2013-06-18updated for version 7.3.1221Bram Moolenaar
Problem: When build flags change "make distclean" run into a configure error. Solution: When CFLAGS changes delete auto/config.cache. Also avoid adding duplicate text to flags.
2013-06-17updated for version 7.3.1216Bram Moolenaar
Problem: Configure can't find Motif on Ubuntu. Solution: Search for libXm in /usr/lib/*-linux-gnu.
2013-06-14updated for version 7.3.1193Bram Moolenaar
Problem: fail_if_missing not used for Python 3. Solution: Give an error when Python 3 can't be configured. (Andrei Olsen)
2013-06-11updated for version 7.3.1168Bram Moolenaar
Problem: Python "sane" configure checks give a warning message. Solution: Use single quotes intead of escaped double quotes. (Ben Fritz)
2013-06-11updated for version 7.3.1167Bram Moolenaar
Problem: Python configure check doesn't reject Python 2 when requesting Python 3. Some systems need -pthreads instead of -pthread. Solution: Adjust configure accordingly. (Andrei Olsen)
2013-06-10updated for version 7.3.1163Bram Moolenaar
Problem: Not easy to load Python modules. Solution: Search "python2", "python3" and "pythonx" directories in 'runtimepath' for Python modules. (ZyX)
2013-06-02updated for version 7.3.1101Bram Moolenaar
Problem: Configure doesn't find Python 3 on Ubuntu 13.04. Solution: First try distutils.sysconfig. Also fix some indents. (Ken Takata)
2013-05-15updated for version 7.3.948Bram Moolenaar
Problem: Cannot build with Python 2.2 Solution: Make Python interface work with Python 2.2 Make 2.2 the first supported version. (ZyX)
2013-05-06updated for version 7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-05-04updated for version 7.3.923Bram Moolenaar
Problem: Check for X11 header files fails on Solaris. Solution: Only use -Werror for gcc. (Laurent Blume)
2013-04-15updated for version 7.3.897Bram Moolenaar
Problem: Configure doesn't always find the shared library. Solution: Change the configure script. (Ken Takata)
2013-02-26updated for version 7.3.836Bram Moolenaar
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)
2013-02-06updated for version 7.3.805Bram Moolenaar
Problem: Lua version 5.2 is not detected properly on Arch Linux. Solution: Adjust autoconf. (lilydjwg)
2013-01-30updated for version 7.3.791Bram Moolenaar
Problem: MzScheme interface doesn't work propely. Solution: Make it work better. (Sergey Khorev)
2012-12-12updated for version 7.3.755Bram Moolenaar
Problem: Autoconf doesn't find Python 3 if it's called "python". Solution: Search for "python2" and "python3" first, then "python".
2012-11-23updated for version 7.3.728Bram Moolenaar
Problem: Cannot compile with MzScheme interface on Ubuntu 12.10. Solution: Find the collects directory under /usr/share.
2012-10-03updated for version 7.3.679Bram Moolenaar
Problem: Ruby detection uses Config, newer Ruby versions use RbConfig. Solution: Detect the need to use RbConfig. (Vit Ondruch)
2012-10-03updated for version 7.3.678Bram Moolenaar
Problem: Ruby .so name may not be correct. Solution: Use the LIBRUBY_SO entry from the config. (Vit Ondruch)
2012-10-03updated for version 7.3.674Bram Moolenaar
Problem: Can't compile with Lua/dyn on Cygwin. Solution: Adjust configure to use the right library name. (Ken Takata)
2012-09-21updated for version 7.3.669Bram Moolenaar
Problem: When building with Cygwin loading Python dynamically fails. Solution: Use DLLLIBRARY instead of INSTSONAME. (Ken Takata)
2012-08-15updated for version 7.3.631Bram Moolenaar
Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
2012-07-25updated for version 7.3.613Bram Moolenaar
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)