1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

fix autogen.sh so that builddir != srcdir works

svn path=/trunk/icecast/; revision=3572
This commit is contained in:
calc 2002-07-11 04:00:04 +00:00
parent f661756d42
commit 0d5bd4b2b0

View File

@ -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