+2008-05-14 Jason Rumney <jasonr@gnu.org>
+
+ * configure.bat: Remove code dealing with --disable-font-backend.
+
2008-05-09 Eli Zaretskii <eliz@gnu.org>
* inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
set doldflags=\r
set sep1=\r
set sep2=\r
-set usefontbackend=Y\r
\r
rem ----------------------------------------------------------------------\r
rem Handle arguments.\r
if "%1" == "--without-gif" goto withoutgif\r
if "%1" == "--without-tiff" goto withouttiff\r
if "%1" == "--without-xpm" goto withoutxpm\r
-if "%1" == "--disable-font-backend" goto withoutfont\r
if "%1" == "" goto checkutils\r
:usage\r
echo Usage: configure [options]\r
echo. --without-gif do not use GIF library even if it is installed\r
echo. --without-tiff do not use TIFF library even if it is installed\r
echo. --without-xpm do not use XPM library even if it is installed\r
-echo. --disable-font-backend build without font backend support\r
goto end\r
rem ----------------------------------------------------------------------\r
:setprefix\r
shift\r
goto again\r
\r
-:withoutfont\r
-set usefontbackend=N\r
-shift\r
-goto again\r
-\r
rem ----------------------------------------------------------------------\r
rem Check that necessary utilities (cp and rm) are present.\r
:checkutils\r
if (%docflags%)==(Y) echo USER_CFLAGS=%usercflags%>>config.settings\r
for %%v in (%userldflags%) do if not (%%v)==() set doldflags=Y\r
if (%doldflags%)==(Y) echo USER_LDFLAGS=%userldflags%>>config.settings\r
-if (%usefontbackend%) == (Y) echo USE_FONTBACKEND=1 >>config.settings\r
echo # End of settings from configure.bat>>config.settings\r
echo. >>config.settings\r
\r