changeset 35101:73acaa7d1cb9

Be careful not to add trailing spaces when outputting to config.settings.
author Andrew Innes <andrewi@gnu.org>
date Sat, 06 Jan 2001 21:16:12 +0000
parents dc7adc956a5e
children 3bb820a403c0
files nt/configure.bat
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/nt/configure.bat	Sat Jan 06 21:07:39 2001 +0000
+++ b/nt/configure.bat	Sat Jan 06 21:16:12 2001 +0000
@@ -235,13 +235,13 @@
 rem   Pass on chosen settings to makefiles.
 echo # Start of settings from configure.bat >config.settings
 echo COMPILER=%COMPILER% >>config.settings
-if (%nodebug%) == (Y) echo NODEBUG=1 >>config.settings
-if (%noopt%) == (Y) echo NOOPT=1 >>config.settings
-if (%nocygwin%) == (Y) echo NOCYGWIN=1 >>config.settings
-if not "(%prefix%)" == "()" echo INSTALL_DIR=%prefix% >>config.settings
-if not "(%usercflags%)" == "()" echo USER_CFLAGS=%usercflags% >>config.settings
-if not "(%userldflags%)" == "()" echo USER_LDFLAGS=%userldflags% >>config.settings
-echo # End of settings from configure.bat >>config.settings
+if (%nodebug%) == (Y) echo NODEBUG=1>>config.settings
+if (%noopt%) == (Y) echo NOOPT=1>>config.settings
+if (%nocygwin%) == (Y) echo NOCYGWIN=1>>config.settings
+if not "(%prefix%)" == "()" echo INSTALL_DIR=%prefix%>>config.settings
+if not "(%usercflags%)" == "()" echo USER_CFLAGS=%usercflags%>>config.settings
+if not "(%userldflags%)" == "()" echo USER_LDFLAGS=%userldflags%>>config.settings
+echo # End of settings from configure.bat>>config.settings
 echo. >>config.settings
 
 copy config.nt ..\src\config.h