mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
trying to fix some of the issues here
Original commit message from CVS: trying to fix some of the issues here
This commit is contained in:
parent
ca06615762
commit
b7b4eafce7
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,8 @@ automake -a -c || {
|
||||||
CONFIGURE_OPT='--enable-maintainer-mode'
|
CONFIGURE_OPT='--enable-maintainer-mode'
|
||||||
|
|
||||||
# work around some wierd sort of autotools buglet
|
# work around some wierd sort of autotools buglet
|
||||||
for i in config.sub config.guess missing ltmain.sh; do
|
for i in install-sh mkinstalldirs config.sub config.guess missing ltmain.sh; do
|
||||||
ln -s ../../$i $i
|
ln -sf ../../$i $i
|
||||||
done
|
done
|
||||||
|
|
||||||
test -n "$NOCONFIGURE" && {
|
test -n "$NOCONFIGURE" && {
|
||||||
|
|
Loading…
Reference in a new issue