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
1641b9d2
Commit
1641b9d2
authored
Feb 07, 2002
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smallish fixes
Original commit message from CVS: smallish fixes
parent
16da17ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
autogen.sh
autogen.sh
+10
-11
No files found.
autogen.sh
View file @
1641b9d2
...
...
@@ -2,7 +2,7 @@
# Run this to generate all the initial makefiles, etc.
DIE
=
0
package
=
gst
reamer
-plugins
package
=
gst-plugins
srcfile
=
gst/law/alaw.c
# a quick cvs co if necessary to alleviate the pain - may remove this
...
...
@@ -33,15 +33,14 @@ version_check "pkg-config" "http://www.freedesktop.org/software/pkgconfig" 0 8 0
autoconf_2.52d_check
||
DIE
=
1
CONFIGURE_OPT
=
'--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
CONFIGURE_
DEF_
OPT
=
'--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
# if no arguments specified then this will be printed
if
test
-z
"
$*
"
;
then
echo
"+ C
hecking for autogen.sh options"
echo
" This autogen script will automatically run ./configure as:"
echo
" ./configure
$CONFIGURE_DEF_OPT
"
echo
" To pass any additional options, please specify them on the
$0
"
echo
" command line."
echo
"+ c
hecking for autogen.sh options"
echo
" This autogen script will automatically run ./configure as:"
echo
" ./configure
$CONFIGURE_DEF_OPT
"
echo
" To pass any additional options, please specify them on the
$0
"
echo
" command line."
fi
toplevel_check
$srcfile
...
...
@@ -75,9 +74,9 @@ if test -f disable; then
fi
test
-n
"
$NOCONFIGURE
"
&&
{
echo
"+ skipping configure stage for package
$package
, as requested."
echo
"+ autogen.sh done."
exit
0
echo
"+ skipping configure stage for package
$package
, as requested."
echo
"+ autogen.sh done."
exit
0
}
echo
"+ running configure ... "
...
...
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