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
b944c2af
Commit
b944c2af
authored
Apr 26, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #161 from albert-github/feature/bug_728654
Bug 728654 - configuration stops with settings.h missing
parents
0d50c30b
fd4b42ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
configure
configure
+3
-7
lang_cfg.py
src/lang_cfg.py
+1
-1
No files found.
configure
View file @
b944c2af
...
@@ -51,7 +51,7 @@ f_libclangstatic=NO
...
@@ -51,7 +51,7 @@ f_libclangstatic=NO
# first setup the list with availabe languages, so we cannot forget any
# first setup the list with availabe languages, so we cannot forget any
# list will be in case as specified (f_langs) and in uppercase (f_ulangs) as used in the internal perl script
# list will be in case as specified (f_langs) and in uppercase (f_ulangs) as used in the internal perl script
#
#
f_langs
=
`
ls
-1
src/translator_??.h |
sed
-e
's%src/translator_%%g'
|
sed
-e
's/\.h//'
|
tr
'\012'
','
|
sed
-e
's/,$//'
`
f_langs
=
`
ls
-1
src/translator_??.h |
sed
-e
's%src/translator_%%g'
|
sed
-e
's/\.h//'
|
tr
'\012'
','
`
while
test
-n
"
$1
"
;
do
while
test
-n
"
$1
"
;
do
case
$1
in
case
$1
in
...
@@ -708,13 +708,9 @@ fi
...
@@ -708,13 +708,9 @@ fi
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
if
!
test
-d
"generated_src/doxygen"
;
then
mkdir
-p
generated_src/doxygen
mkdir
-p
generated_src/doxygen
fi
if
test
"
$f_wizard
"
=
YES
;
then
if
test
"
$f_wizard
"
=
YES
;
then
if
!
test
-d
"generated_src/doxywizard"
;
then
mkdir
-p
generated_src/doxywizard
mkdir
-p
generated_src/doxywizard
fi
fi
fi
#
#
...
...
src/lang_cfg.py
View file @
b944c2af
import
sys
import
sys
if
(
len
(
sys
.
argv
)
>
0
):
if
(
len
(
sys
.
argv
)
>
1
):
if
(
sys
.
argv
[
1
]
==
"ENONLY"
):
if
(
sys
.
argv
[
1
]
==
"ENONLY"
):
print
"#define ENGLISH_ONLY"
print
"#define ENGLISH_ONLY"
else
:
else
:
...
...
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