Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
d234115b
Commit
d234115b
authored
Jul 06, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for ./configure script on Solaris
parent
070c3554
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
configure
configure
+7
-3
No files found.
configure
View file @
d234115b
...
...
@@ -716,9 +716,13 @@ fi
# -----------------------------------------------------------------------------
mkdir
-p
generated_src/doxygen
if
test
'!'
-d
"generated_src/doxygen"
;
then
mkdir
-p
generated_src/doxygen
fi
if
test
"
$f_wizard
"
=
YES
;
then
mkdir
-p
generated_src/doxywizard
if
test
'!'
-d
"generated_src/doxywizard"
;
then
mkdir
-p
generated_src/doxywizard
fi
fi
#
...
...
@@ -960,7 +964,7 @@ echo " Generating generated_src/doxygen/lang_cfg.h..."
if
test
"
$f_english
"
=
YES
;
then
$f_python
src/lang_cfg.py ENONLY
>
generated_src/doxygen/lang_cfg.h
else
f_ulangs
=
`
echo
$f_langs
|
tr
'[a-z
,]'
'[A-Z ]
'
`
f_ulangs
=
`
echo
$f_langs
|
tr
'[a-z
]'
'[A-Z]'
|
tr
','
'
'
`
$f_python
src/lang_cfg.py
$f_ulangs
>
generated_src/doxygen/lang_cfg.h
fi
...
...
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