[xiph-cvs] cvs commit: vorbis autogen.sh
Chris Cheney
calc at xiph.org
Wed Jul 10 20:59:29 PDT 2002
calc 02/07/10 20:59:29
Modified: . autogen.sh
Log:
fix autogen.sh so that builddir != srcdir works
Revision Changes Path
1.7 +2 -0 vorbis/autogen.sh
Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/vorbis/autogen.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- autogen.sh 2002/07/09 13:07:56 1.6
+++ autogen.sh 2002/07/11 03:59:29 1.7
@@ -4,6 +4,7 @@
package="vorbis"
+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