Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
bed27157
Commit
bed27157
authored
Mar 14, 2011
by
Guillaume Lazzara
Browse files
build-aux/build_unit_test.sh: Define HAVE_* for unit-tests.
parent
843b5b38
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bed27157
2011-02-17 Guillaume Lazzara <z@lrde.epita.fr>
* build-aux/build_unit_test.sh: Define HAVE_* for unit-tests.
2011-02-17 Guillaume Lazzara <z@lrde.epita.fr>
* configure.ac: scribo/src/primitive/remove.
...
...
build-aux/build_unit_test.sh
View file @
bed27157
...
...
@@ -115,7 +115,7 @@ EOF
cppflags
=
"
${
NAME
}
_CPPFLAGS="
ldflags
=
"
${
NAME
}
_LDFLAGS="
for
i
in
$IFDEF
;
do
cppflags
=
"
${
cppflags
}
\$
{
${
i
}
_CPPFLAGS} "
cppflags
=
"
${
cppflags
}
\$
{
${
i
}
_CPPFLAGS}
-DHAVE_
${
i
}
"
ldflags
=
"
${
ldflags
}
\$
{
${
i
}
_LDFLAGS} "
done
echo
"
$cppflags
\$
{AM_CPPFLAGS}"
>>
"
$output
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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