components/vim/Makefile
changeset 1482 7a1f84fbc2d7
parent 1431 9a892a7cb482
child 1871 0a2201439908
equal deleted inserted replaced
1481:246d38ae4b93 1482:7a1f84fbc2d7
   113 #   also appears to have something to do with PERL_IMPLICIT_CONTEXT.
   113 #   also appears to have something to do with PERL_IMPLICIT_CONTEXT.
   114 # CONFIGURE_OPTIONS +=	--enable-perlinterp=dynamic
   114 # CONFIGURE_OPTIONS +=	--enable-perlinterp=dynamic
   115 CONFIGURE_OPTIONS +=	--enable-pythoninterp=dynamic
   115 CONFIGURE_OPTIONS +=	--enable-pythoninterp=dynamic
   116 CONFIGURE_OPTIONS +=	--enable-rubyinterp=dynamic
   116 CONFIGURE_OPTIONS +=	--enable-rubyinterp=dynamic
   117 
   117 
       
   118 # Below option keeps using ruby 1.8, no matter which ruby version is the default.
       
   119 # When ruby 1.9 becomes available, we may change
       
   120 # the below to explicitly call $(RUBY.1.9).
       
   121 CONFIGURE_OPTIONS +=	--with-ruby-command=$(RUBY.1.8)
       
   122 
   118 # We build two variants: with and without X support.
   123 # We build two variants: with and without X support.
   119 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --without-x
   124 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --without-x
   120 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gui
   125 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gui
   121 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gtktest
   126 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gtktest
   122 $(X_VARIANT)/.configured:	CONFIGURE_OPTIONS += --with-vim-name=gvim
   127 $(X_VARIANT)/.configured:	CONFIGURE_OPTIONS += --with-vim-name=gvim