Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
83d8d300
Commit
83d8d300
authored
May 12, 2003
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes 107967
Original commit message from CVS: fixes 107967
parent
4f03b7c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
autogen.sh
autogen.sh
+4
-3
No files found.
autogen.sh
View file @
83d8d300
...
...
@@ -72,14 +72,14 @@ tool_run "$automake" "-a -c"
# if enable exists, add an -enable option for each of the lines in that file
if
test
-f
enable
;
then
for
a
in
`
cat enable
`
;
do
CONFIGURE_
OPT
=
"
$CONFIGURE_OPT
--enable-
$a
"
CONFIGURE_
FILE_OPT
=
"
--enable-
$a
"
done
fi
# if disable exists, add an -disable option for each of the lines in that file
if
test
-f
disable
;
then
for
a
in
`
cat
disable
`
;
do
CONFIGURE_
OPT
=
"
$CONFIGUR
E_OPT
--disable-
$a
"
CONFIGURE_
FILE_OPT
=
"
$CONFIGURE_FIL
E_OPT
--disable-
$a
"
done
fi
...
...
@@ -92,9 +92,10 @@ test -n "$NOCONFIGURE" && {
echo
"+ running configure ... "
test
!
-z
"
$CONFIGURE_DEF_OPT
"
&&
echo
" ./configure default flags:
$CONFIGURE_DEF_OPT
"
test
!
-z
"
$CONFIGURE_EXT_OPT
"
&&
echo
" ./configure external flags:
$CONFIGURE_EXT_OPT
"
test
!
-z
"
$CONFIGURE_FILE_OPT
"
&&
echo
" ./configure enable/disable flags:
$CONFIGURE_FILE_OPT
"
echo
./configure
$CONFIGURE_DEF_OPT
$CONFIGURE_EXT_OPT
||
{
./configure
$CONFIGURE_DEF_OPT
$CONFIGURE_EXT_OPT
$CONFIGURE_FILE_OPT
||
{
echo
" configure failed"
exit
1
}
...
...
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