Skip to content
Snippets Groups Projects
Commit f7280908 authored by Chris Cheney's avatar Chris Cheney
Browse files

fix allows autogen.sh to work when srcdir != builddir

git-svn-id: http://svn.xiph.org/trunk/ao@3570 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 4c299663
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
package="libao"
olddir=`pwd`
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
......@@ -58,4 +59,5 @@ automake --add-missing $AUTOMAKE_FLAGS
echo " autoconf"
autoconf
cd $olddir
$srcdir/configure "$@" && echo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment