[evolution-data-server] Fix srcdir != builddir builds.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix srcdir != builddir builds.
- Date: Tue, 5 Oct 2010 15:34:03 +0000 (UTC)
commit 6954a545ac771ab999251c43c56ed4d4f673acb0
Author: Javier Jardón <jjardon gnome org>
Date: Tue Oct 5 08:10:41 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 e16daa8..4e87cdc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,6 +4,8 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
+cd $srcdir
+
PKG_NAME="evolution-data-server"
REQUIRED_AUTOCONF_VERSION=2.58
REQUIRED_AUTOMAKE_VERSION=1.10
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]