mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
fix autogen.sh so that builddir != srcdir works
svn path=/trunk/icecast/; revision=3572
This commit is contained in:
parent
f661756d42
commit
0d5bd4b2b0
@ -4,6 +4,7 @@
|
||||
|
||||
package="icecast"
|
||||
|
||||
olddir=`pwd`
|
||||
srcdir=`dirname $0`
|
||||
test -z "$srcdir" && srcdir=.
|
||||
|
||||
@ -58,4 +59,5 @@ automake --add-missing
|
||||
echo " autoconf"
|
||||
autoconf
|
||||
|
||||
cd $olddir
|
||||
$srcdir/configure "$@" && echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user