--- Makefile.config.orig 2007-01-29 22:06:11.000000000 +0100 +++ Makefile.config 2007-03-21 00:08:54.000000000 +0100 @@ -12,7 +12,7 @@ ### documentation ### ##################### # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 +DOCS_VERSION ?= 1 #the name of the default main-user-guide document HELPDOC ?= USAGE @@ -90,12 +90,12 @@ # setting this to 1 includes code (not much) that is applicable only # to Gtk versions > 2.6, if the build-system has any such Gtk -USE_LATEST ?= 0 +USE_LATEST ?= 1 # setting this to 1 utilises replacement code for command execution. It's known # to work reasonably for some (most ?) OS's, but NOT for linux 2.4 (though it's # not fatal for that, just wasteful of CPU cycles) -NEW_COMMAND ?= 0 +NEW_COMMAND ?= 1 # setting DEBUG to 0/1 turns debugging off/on DEBUG ?= 0