Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lst
lst-data-process-128
Commits
9669c664
Commit
9669c664
authored
Sep 07, 2018
by
legoc
Browse files
Added autoreconf -i in build.sh for fippslnx
parent
1065c273
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9669c664
...
...
@@ -12,3 +12,4 @@
/missing
/.settings/
/cmake-build/
/Debug/
build.sh
View file @
9669c664
...
...
@@ -5,7 +5,10 @@ aclocal -I m4 --install
autoconf
automake
--gnu
--add-missing
# For Ubuntu
autoreconf
-i
if
[
!
-d
build
]
then
mkdir
build
;
fi
\ No newline at end of file
fi
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