[xiph-cvs] cvs commit: ao autogen.sh
Chris Cheney
calc at xiph.org
Wed Jul 10 20:52:47 PDT 2002
calc 02/07/10 20:52:47
Modified: . autogen.sh
Log:
fix allows autogen.sh to work when srcdir != builddir
Revision Changes Path
1.4 +2 -0 ao/autogen.sh
Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/ao/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- autogen.sh 2001/08/23 17:39:53 1.3
+++ autogen.sh 2002/07/11 03:52:46 1.4
@@ -4,6 +4,7 @@
package="libao"
+olddir=`pwd`
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
@@ -58,4 +59,5 @@
echo " autoconf"
autoconf
+cd $olddir
$srcdir/configure "$@" && echo
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list