Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer-vaapi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
135
Issues
135
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer-vaapi
Commits
fa04207d
Commit
fa04207d
authored
Dec 09, 2011
by
Gwenole Beauchesne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autogen: don't configure if NO_CONFIGURE variable is set.
parent
e6ef9ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
autogen.sh
autogen.sh
+3
-1
No files found.
autogen.sh
View file @
fa04207d
...
@@ -36,4 +36,6 @@ else
...
@@ -36,4 +36,6 @@ else
ACLOCAL
=
"
${
ACLOCAL
-aclocal
}
$ACLOCAL_FLAGS
"
autoreconf
-v
--install
||
exit
$?
ACLOCAL
=
"
${
ACLOCAL
-aclocal
}
$ACLOCAL_FLAGS
"
autoreconf
-v
--install
||
exit
$?
fi
fi
./configure
"
$@
"
&&
echo
"Now type 'make' to compile
$PROJECT
."
if
test
-z
"
$NO_CONFIGURE
"
;
then
./configure
"
$@
"
&&
echo
"Now type 'make' to compile
$PROJECT
."
fi
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