Searched refs:autoconf (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | config.mk.in | 2 # config.mk.in -- autoconf template for Vim on Unix vim:ts=8:sw=8: 8 # standard use of GNU autoconf, but it has two advantages: 125 ### For autoconf 2.60 and later (avoid a warning)
|
| H A D | osdef1.h.in | 1 /* autoconf cannot fiddle out declarations. Use our homebrewn tools. (jw) */
|
| H A D | Makefile | 644 AUTOCONF = autoconf 2121 autoconf: target
|
| H A D | configure.ac | 1 dnl configure.ac: autoconf script for Vim 3 dnl Process this file with autoconf 2.12 or 2.13 to produce "configure". 4 dnl Should also work with autoconf 2.54 and later. 28 dnl in autoconf needs it, where it uses STDC_HEADERS. 2545 dnl define an autoconf function to check for a specified version of GTK, and
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 61 autoconf \ 173 - name: Check autoconf 176 make -C src autoconf
|
| H A D | coverity.yml | 29 autoconf \
|
| /vim-8.2.3635/ |
| H A D | .travis.yml | 39 - autoconf 124 make -C src autoconf
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | config.vim | 11 " But I missed good highlighting when editing my GNU autoconf/automake
|
| H A D | automake.vim | 16 " autoconf-style @variable@ substitutions . Subsitutions are marked as errors
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | intro.txt | 259 MS-DOS ports, autoconf
|
| H A D | version6.txt | 2746 Motif: The autoconf check for the Xp library didn't work. 2994 When using autoconf 2.50, UNIX was not defined. Moved the comment for "#undef 3371 When running "autoconf", delete the configure cache to force starting cleanly 8809 Solution: Check tgetflag() for returning a positive value. Add an autoconf 9624 Problem: The configure script doesn't work with autoconf 2.5x. 9791 Problem: The dependency to run autoconf causes a patch for configure.in 9792 to run autoconf, even though the configure script was updated as 9794 Solution: Only run autoconf with "make autoconf". 10687 Solution: Use the Unix method for Mac OS X, with autoconf. Add "CARBONGUI" 10994 Problem: The configure checks hang when using autoconf 2.57.
|
| H A D | todo.txt | 3691 It's an autoconf bug. Remove the path from $MAKE to work around it. 4435 The patch is incomplete (needs support for more systems, autoconf). 4622 - Add autoconf check for waitpid()/wait4(). 4623 - Remove fcntl() from autoconf, all systems have it? 4624 - Set default for 'dictionary', add search for dictionary to autoconf. 6269 - Instead of using a Makefile and autoconf, use a simple shell script to
|
| H A D | version5.txt | 947 autoconf: 948 - Added autoconf check for -lXdmcp. 950 - Switched to autoconf 2.12. 3744 Used autoconf 1.13 to generate configure. 5972 Problem: The autoconf check for sizeof(int) is wrong on machines where
|
| H A D | version7.txt | 4541 Solution: Add an autoconf check for sysinfo.mem_unit. Let mch_total_mem() 4672 Switched to autoconf version 2.62. 7265 Switched from autoconf 2.63 to 2.65. 8521 version of autoconf. 8566 Solution: Change autoconf rules. Define missing macro. Some changes to 14964 Solution: Adjust autoconf. (lilydjwg)
|
| H A D | version8.txt | 1546 Solution: Adjust autoconf. (Sergey Khorev) 1803 Problem: Still using an older autoconf version. 1804 Solution: Switch to autoconf 2.69. 2100 Problem: "make autoconf" and "make reconfig" may first run configure and 2764 Solution: In autoconf do not setup for building the .mo files when it would 6446 Solution: Run autoconf on one of the builds. (James McCoy, closes #510) 12937 Solution: Change the default text. Build with newer autoconf. 18086 Solution: Use the MKDIR_P autoconf mechanism. (Eric N. Vander Weele, 22114 Solution: Adjust the autoconf check. (Kazunobu Kuriyama, closes #2242) 32906 Solution: Add autoconf check. Avoid always building the desktop files. [all …]
|