@@ -105,15 +105,24 @@ endif
# updates makefile.config if it's outdated
ifneq ($(MAKEFILE_VERSION),$(CONFIG_VERSION))
UPDATECONFIG:=upgradeconf
CONFIG_INCLUDED:=
ifndef MANUAL_CONFIG # manual config should not check this
else
# this should define SDL-CONFIG for manual configuration
ifeq ($(shell uname),FreeBSD)
SDL-CONFIG:=sdl11-config
SDL-CONFIG:=sdl-config
endif
ifndef CONFIG_INCLUDED
Status change: