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