0
0
mirror of https://github.com/vim/vim.git synced 2025-10-15 07:14:09 -04:00

updated for version 7.1a

This commit is contained in:
Bram Moolenaar
2007-05-06 12:54:06 +00:00
parent 9e1d2839c6
commit 24b231793e

View File

@@ -319,7 +319,7 @@ CClink = $(CC)
#CONF_OPT_GUI = --disable-gui #CONF_OPT_GUI = --disable-gui
# Uncomment one of these lines if you have that GUI but don't want to use it. # Uncomment one of these lines if you have that GUI but don't want to use it.
# The automatic check will use another one that can be found # The automatic check will use another one that can be found.
# Gnome is disabled by default, it may cause trouble. # Gnome is disabled by default, it may cause trouble.
#CONF_OPT_GUI = --disable-gtk-check #CONF_OPT_GUI = --disable-gtk-check
#CONF_OPT_GUI = --disable-gtk2-check #CONF_OPT_GUI = --disable-gtk2-check
@@ -336,9 +336,10 @@ CClink = $(CC)
# GTK versions that are known not to work 100% are rejected. # GTK versions that are known not to work 100% are rejected.
# Use "--disable-gtktest" to accept them anyway. # Use "--disable-gtktest" to accept them anyway.
# #
# GNOME means GTK with Gnome support. If using GTK, then GNOME will # GNOME means GTK with Gnome support. If using GTK and --enable-gnome-check
# automatically be used if it is found. If you have GNOME, but do not want to # is used then GNOME will automatically be used if it is found. If you have
# use it (e.g., want a GTK-only version), then use --enable-gui=gtk. # GNOME, but do not want to use it (e.g., want a GTK-only version), then use
# --enable-gui=gtk or leave out --enable-gnome-check.
# #
# If the selected GUI isn't found, the GUI is disabled automatically # If the selected GUI isn't found, the GUI is disabled automatically
#CONF_OPT_GUI = --enable-gui=gtk #CONF_OPT_GUI = --enable-gui=gtk
@@ -885,7 +886,7 @@ MAN1DIR = /man1
### Vim version (adjusted by a script) ### Vim version (adjusted by a script)
VIMMAJOR = 7 VIMMAJOR = 7
VIMMINOR = 0 VIMMINOR = 1a
### Location of Vim files (should not need to be changed, and {{{1 ### Location of Vim files (should not need to be changed, and {{{1
### some things might not work when they are changed!) ### some things might not work when they are changed!)