Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
fc3a4561
Commit
fc3a4561
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2005-03-22 15:26:33 by afrisch] Empty log message
Original author: afrisch Date: 2005-03-22 15:26:33+00:00
parent
8437f850
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
fc3a4561
0.3.2
* Bug fix in configure
0.3.1
- Bug fix:
...
...
Makefile.distrib
View file @
fc3a4561
include
Makefile.conf
VERSION
=
0.3.
1
VERSION
=
0.3.
2
ALL_TARGET
=
cduce cduce_lib.cma
INSTALL_BINARIES
=
cduce
$(EXE)
...
...
configure.ml
View file @
fc3a4561
...
...
@@ -238,7 +238,7 @@ let pxp,expat =
match
pxp
,
expat
with
|
true
,
true
->
warning
"Both PXP and expat are available. Will build both and use expat by default."
;
fals
e
,
true
tru
e
,
true
|
false
,
false
->
warning
"No package for parsing XML documents."
;
false
,
false
...
...
@@ -250,7 +250,7 @@ let () =
List
.
iter
need_pkg
required_packages
;
if
pxp
then
(
need_pkg
"pxp-engine"
;
need_pkg
"pxp-iso88591"
;
need_pkg
"pxp-
lex-
iso88591"
;
if
not
pxp_wlex
then
need_pkg
"pxp-lex-utf8"
;
);
...
...
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