# HG changeset patch # User glx # Date 1191676827 0 # Node ID 18f5be95ad53006f09df3dafa4773848db00c83a # Parent 7312c357bb949d19e3c50a72776485d8051534f7 (svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help diff -r 7312c357bb94 -r 18f5be95ad53 Makefile.in --- a/Makefile.in Sat Oct 06 13:18:43 2007 +0000 +++ b/Makefile.in Sat Oct 06 13:20:27 2007 +0000 @@ -23,8 +23,6 @@ INSTALL_ICON_DIR = "$(INSTALL_DIR)/"!!ICON_DIR!! INSTALL_DATA_DIR = "$(INSTALL_DIR)/"!!DATA_DIR!! INSTALL_PERSONAL_DIR = !!PERSONAL_DIR!! -# TODO: ENABLE_INSTALL should be removed when the search path patch has been applied -ENABLE_INSTALL = !!ENABLE_INSTALL!! TTD = !!TTD!! TTDS = $(SRC_DIRS:%=%/$(TTD)) OS = !!OS!! diff -r 7312c357bb94 -r 18f5be95ad53 config.lib --- a/config.lib Sat Oct 06 13:18:43 2007 +0000 +++ b/config.lib Sat Oct 06 13:20:27 2007 +0000 @@ -2140,6 +2140,8 @@ echo " --enable-translator enable extra output for translators" echo " --enable-universal enable universal builds (OSX ONLY)" echo " --enable-osx-g5 enables optimalizations for G5 (OSX ONLY)" + echo " --disable-unicode disable unicode support to build win9x" + echo " version (Win32 ONLY)" echo " --disable-network disable network support" echo " --disable-assert disable asserts (continue on errors)" echo " --disable-strip disable any possible stripping"