Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
26a3b310
Commit
26a3b310
authored
May 14, 2008
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove code dealing with --disable-font-backend.
parent
e5e29349
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/configure.bat
nt/configure.bat
+0
-9
No files found.
nt/ChangeLog
View file @
26a3b310
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
...
...
nt/configure.bat
View file @
26a3b310
...
...
@@ -88,7 +88,6 @@ set userldflags=
set
doldflags
=
set
sep1
=
set
sep2
=
set
usefontbackend
=
Y
rem ----------------------------------------------------------------------
rem Handle arguments.
...
...
@@ -108,7 +107,6 @@ 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"
==
"--disable-font-backend"
goto
withoutfont
if
"
%
1"
==
""
goto
checkutils
:usage
echo
Usage
:
configure
[
options
]
...
...
@@ -126,7 +124,6 @@ echo. --without-jpeg do not use JPEG library even if it is installed
echo
.
--without-gif
do
not
use
GIF
library
even
if
it
is
installed
echo
.
--without-tiff
do
not
use
TIFF
library
even
if
it
is
installed
echo
.
--without-xpm
do
not
use
XPM
library
even
if
it
is
installed
echo
.
--disable-font-backend
build
without
font
backend
support
goto
end
rem ----------------------------------------------------------------------
:setprefix
...
...
@@ -213,11 +210,6 @@ set HAVE_XPM=
shift
goto
again
:withoutfont
set
usefontbackend
=
N
shift
goto
again
rem ----------------------------------------------------------------------
rem Check that necessary utilities (cp and rm) are present.
:checkutils
...
...
@@ -492,7 +484,6 @@ for %%v in (%usercflags%) do if not (%%v)==() set docflags=Y
if
(
%docflags%
)==(
Y
)
echo
USER_CFLAGS
=
%usercflags%
>>
config
.settings
for
%%v
in
(
%userldflags%
)
do
if
not
(
%%v
)==()
set
doldflags
=
Y
if
(
%doldflags%
)==(
Y
)
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