Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2cd47384
Commit
2cd47384
authored
May 31, 2007
by
Jason Rumney
Browse files
Add --with-font-backend option.
parent
b380397a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
nt/configure.bat
nt/configure.bat
+9
-0
No files found.
nt/configure.bat
View file @
2cd47384
...
...
@@ -106,6 +106,7 @@ if "%1" == "--without-jpeg" goto withoutjpeg
if
"
%
1"
==
"--without-gif"
goto
withoutgif
if
"
%
1"
==
"--without-tiff"
goto
withouttiff
if
"
%
1"
==
"--without-xpm"
goto
withoutxpm
if
"
%
1"
==
"--with-font-backend"
goto
withfont
if
"
%
1"
==
""
goto
checkutils
:usage
echo
Usage
:
configure
[
options
]
...
...
@@ -123,6 +124,7 @@ echo. --without-jpeg do not use jpeg-6b even if it is installed
echo
.
--without-gif
do
not
use
libungif
even
if
it
is
installed
echo
.
--without-tiff
do
not
use
libtiff
even
if
it
is
installed
echo
.
--without-xpm
do
not
use
libXpm
even
if
it
is
installed
echo
.
--with-font-backend
use
the
experimental
font
backend
goto
end
rem ----------------------------------------------------------------------
:setprefix
...
...
@@ -209,6 +211,12 @@ set HAVE_XPM=
shift
goto
again
:withfont
set
usercflags
=
%usercflags%%
sep1
%
-DUSE
_FONT_BACKEND
set
usefontbackend
=
Y
shift
goto
again
rem ----------------------------------------------------------------------
rem Check that necessary utilities (cp and rm) are present.
:checkutils
...
...
@@ -475,6 +483,7 @@ 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
if
(
%usefontbackend%
)
==
(
Y
)
echo
USE_FONTBACKEND
=
1
>>
config
.settings
echo
#
End
of
settings
from
configure
.bat>>config.settings
echo
.
>>
config
.settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment