Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
0d5bd4b2
Commit
0d5bd4b2
authored
Jul 11, 2002
by
calc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix autogen.sh so that builddir != srcdir works
svn path=/trunk/icecast/; revision=3572
parent
f661756d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
autogen.sh
autogen.sh
+2
-0
No files found.
autogen.sh
View file @
0d5bd4b2
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
package
=
"icecast"
package
=
"icecast"
olddir
=
`
pwd
`
srcdir
=
`
dirname
$0
`
srcdir
=
`
dirname
$0
`
test
-z
"
$srcdir
"
&&
srcdir
=
.
test
-z
"
$srcdir
"
&&
srcdir
=
.
...
@@ -58,4 +59,5 @@ automake --add-missing
...
@@ -58,4 +59,5 @@ automake --add-missing
echo
" autoconf"
echo
" autoconf"
autoconf
autoconf
cd
$olddir
$srcdir
/configure
"
$@
"
&&
echo
$srcdir
/configure
"
$@
"
&&
echo
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