Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d793c2a5
Commit
d793c2a5
authored
Nov 04, 2008
by
David Edelsohn
Committed by
David Edelsohn
Nov 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: Fix typo.
* configure.ac: Fix typo. * configure: Rebuild. From-SVN: r141580
parent
4d947823
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
libjava/ChangeLog
+5
-0
libjava/configure
+2
-2
libjava/configure.ac
+1
-1
No files found.
libjava/ChangeLog
View file @
d793c2a5
2008-11-04 David Edelsohn <edelsohn@gnu.org>
* configure.ac: Fix typo.
* configure: Rebuild.
2008-10-31 Andrew Haley <aph@redhat.com>
* Makefile.am (install-data-local): Correct symlink paths for
...
...
libjava/configure
View file @
d793c2a5
...
...
@@ -1930,8 +1930,8 @@ else
BUILD_GJDOC
=
maybe
fi
;
echo
"
$as_me
:
$LINENO
: checking wether to build gjdoc"
>
&5
echo
$ECHO_N
"checking wether to build gjdoc...
$ECHO_C
"
>
&6
echo
"
$as_me
:
$LINENO
: checking w
h
ether to build gjdoc"
>
&5
echo
$ECHO_N
"checking w
h
ether to build gjdoc...
$ECHO_C
"
>
&6
if
test
"x
$BUILD_GJDOC
"
=
xmaybe
;
then
if
test
-f
"
${
ANTLR_JAR
}
"
;
then
BUILD_GJDOC
=
yes
...
...
libjava/configure.ac
View file @
d793c2a5
...
...
@@ -120,7 +120,7 @@ AC_ARG_ENABLE([gjdoc],
esac],
[BUILD_GJDOC=maybe])
AC_MSG_CHECKING([wether to build gjdoc])
AC_MSG_CHECKING([w
h
ether to build gjdoc])
if test "x$BUILD_GJDOC" = xmaybe; then
if test -f "${ANTLR_JAR}"; then
BUILD_GJDOC=yes
...
...
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