[evolution] Fix srcdir != builddir builds.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Fix srcdir != builddir builds.
- Date: Tue, 5 Oct 2010 12:39:59 +0000 (UTC)
commit 37b67ed07a834ac280d66f3a4e84ec61e01a8c02
Author: Javier Jardón <jjardon gnome org>
Date: Tue Oct 5 08:12:05 2010 -0400
Fix srcdir != builddir builds.
autogen.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 744dbf4..01010b6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,6 +4,8 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
+cd $srcdir
+
PKG_NAME="Evolution"
REQUIRED_AUTOCONF_VERSION=2.58
REQUIRED_AUTOMAKE_VERSION=1.10
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]