summaryrefslogtreecommitdiff
path: root/src/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar2019-06-181-1/+1
* patch 8.1.1529: libcanberra is linked with even when not usedv8.1.1529Bram Moolenaar2019-06-141-19/+36
* patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar2019-06-091-8/+27
* patch 8.1.1487: older msgfmt cannot generate proper .desktop filev8.1.1487Bram Moolenaar2019-06-071-2/+8
* patch 8.1.1313: warnings for using localtime() and ctime()v8.1.1313Bram Moolenaar2019-05-101-1/+2
* patch 8.1.1225: cannot create a pty to use with :terminal on FreeBSDv8.1.1225Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1149: building desktop files fails with older msgfmtv8.1.1149Bram Moolenaar2019-04-111-0/+9
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-11/+2
* patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar2019-01-261-1/+1
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-3/+1
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-16/+0
* patch 8.1.0733: too many #ifdefs for the multi-byte featurev8.1.0733Bram Moolenaar2019-01-121-19/+6
* patch 8.1.0664: configure "fail-if-missing" does not apply to enable-guiv8.1.0664Bram Moolenaar2018-12-301-3/+8
* patch 8.1.0612: cannot use two global runtime dirs with configurev8.1.0612Bram Moolenaar2018-12-211-2/+8
* patch 8.1.0578: cannot disable arabic, rightleft and farsi in configurev8.1.0578Bram Moolenaar2018-12-121-0/+39
* patch 8.1.0379: build dependencies are incompletev8.1.0379Bram Moolenaar2018-09-131-2/+2
* patch 8.1.0371: argument types for select() may be wrongv8.1.0371Bram Moolenaar2018-09-121-0/+1
* patch 8.1.0237: Ruby on Cygwin doesn't always workv8.1.0237Bram Moolenaar2018-08-041-0/+3
* patch 8.1.0215: no error if configure --with-x cannot configure Xv8.1.0215Bram Moolenaar2018-07-271-0/+8
* patch 8.0.1832: cannot use :unlet for an environment variablev8.0.1832Bram Moolenaar2018-05-131-1/+1
* patch 8.0.1826: configure uses old compiler flagv8.0.1826Bram Moolenaar2018-05-121-1/+1
* patch 8.0.1736: check for C99 features is incompletev8.0.1736Bram Moolenaar2018-04-191-18/+32
* patch 8.0.1735: flexible array member feature not supported by HP-UXv8.0.1735Bram Moolenaar2018-04-181-7/+3
* patch 8.0.1730: no configure check for the used C99 featuresv8.0.1730Bram Moolenaar2018-04-171-0/+23
* patch 8.0.1719: cannot specify which Python executable configure should usev8.0.1719Bram Moolenaar2018-04-151-4/+20
* patch 8.0.1717: C89 check causes too much troublev8.0.1717Bram Moolenaar2018-04-151-10/+0
* patch 8.0.1710: building with Ruby failsv8.0.1710Bram Moolenaar2018-04-141-3/+4
* patch 8.0.1709: some non-C89 code may slip throughv8.0.1709Bram Moolenaar2018-04-141-2/+11
* patch 8.0.1699: leftover stuff for Python 1.4v8.0.1699Bram Moolenaar2018-04-111-13/+2
* patch 8.0.1692: Python may not work when using statically linked libraryv8.0.1692Bram Moolenaar2018-04-101-2/+2
* patch 8.0.1686: Python does not work when configuring with specific dirv8.0.1686Bram Moolenaar2018-04-101-2/+11
* patch 8.0.1683: Python upgrade breaks Vim when defining PYTHON_HOMEv8.0.1683Bram Moolenaar2018-04-101-4/+4
* patch 8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problemsv8.0.1444Bram Moolenaar2018-01-311-0/+14
* patch 8.0.1437: pkg-config doesn't work with cross compilingv8.0.1437Bram Moolenaar2018-01-281-12/+12
* patch 8.0.1392: build fails with --with-features=huge --disable-channelv8.0.1392Bram Moolenaar2017-12-161-1/+1
* patch 8.0.1379: configure check for selinux does not check for header filev8.0.1379Bram Moolenaar2017-12-071-1/+2
* patch 8.0.1300: file permissions may end up wrong when writingv8.0.1300Bram Moolenaar2017-11-161-2/+2
* patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar2017-11-121-0/+9
* patch 8.0.1256: typo in configure variable vim_cv_tgentv8.0.1256Bram Moolenaar2017-11-021-4/+4
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-33/+53
* patch 8.0.1235: cannot disable the terminal feature in a huge buildv8.0.1235Bram Moolenaar2017-10-281-1/+1
* patch 8.0.1185: Ruby library includes minor version numberv8.0.1185Bram Moolenaar2017-10-121-2/+2
* patch 8.0.1156: trouble from removing one -W argument from Perl CFLAGSv8.0.1156Bram Moolenaar2017-09-271-3/+5
* patch 8.0.1111: syntax error in configure when using Perlv8.0.1111Bram Moolenaar2017-09-151-1/+1
* patch 8.0.1110: FORTIFY_SOURCE from Perl causes problemsv8.0.1110Bram Moolenaar2017-09-141-2/+4
* patch 8.0.1050: terminal window feature not included by defaultv8.0.1050Bram Moolenaar2017-09-031-4/+14
* patch 8.0.0729: the help for the terminal configure option is wrongv8.0.0729Bram Moolenaar2017-07-181-8/+8
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-0/+22
* patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not neededv8.0.0620Bram Moolenaar2017-06-051-5/+0
* patch 8.0.0587: configure check for return value of tgetent skippedv8.0.0587Bram Moolenaar2017-04-281-15/+13