[xiph-cvs] cvs commit: ogg-tools/oggmerge autogen.sh

Chris Cheney calc at xiph.org
Wed Jul 10 20:57:31 PDT 2002



calc        02/07/10 20:57:31

  Modified:    oggmerge autogen.sh
  Log:
  fix autogen.sh so that builddir != srcdir works

Revision  Changes    Path
1.3       +2 -0      ogg-tools/oggmerge/autogen.sh

Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/ogg-tools/oggmerge/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autogen.sh	2001/10/15 04:56:23	1.2
+++ autogen.sh	2002/07/11 03:57:30	1.3
@@ -4,6 +4,7 @@
 
 package="oggmerge"
 
+olddir=`pwd`
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
@@ -53,4 +54,5 @@
 echo "  autoconf" && autoconf
 echo "  automake --add-missing" && automake --add-missing 
 
+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