Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
b044f2dd
Commit
b044f2dd
authored
Oct 26, 2016
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Nov 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: sidplay2: use the same autoreconf than other projects
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
b409b390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
contrib/src/sidplay2/rules.mak
contrib/src/sidplay2/rules.mak
+1
-1
No files found.
contrib/src/sidplay2/rules.mak
View file @
b044f2dd
...
...
@@ -30,7 +30,7 @@ sidplay-libs: sidplay-libs-$(SID_VERSION).tar.gz .sum-sidplay2
for
d
in
.
libsidplay resid builders/resid-builder
\
builders/hardsid-builder libsidutils
;
\
do
\
(
cd
$<
/
$$
d
&&
autoreconf
-fiv
-I
unix
)
||
exit
$$
?
;
\
(
cd
$<
/
$$
d
&&
$(AUTORECONF)
-fiv
-I
unix
$(ACLOCAL_AMFLAGS)
)
||
exit
$$
?
;
\
done
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
...
...
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