aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-10-08 11:36:44 +0800
committerJavier Jardón <jjardon@gnome.org>2010-10-08 11:36:44 +0800
commit95d126005677d961909ae0dfeb4dd41152657c0d (patch)
tree00c908825e30105812b7565de5e835025e5607aa /autogen.sh
parent8cd5fd9653ec82b5a9ffb7dcc42a42e86ce5d20e (diff)
downloadgsoc2013-evolution-95d126005677d961909ae0dfeb4dd41152657c0d.tar
gsoc2013-evolution-95d126005677d961909ae0dfeb4dd41152657c0d.tar.gz
gsoc2013-evolution-95d126005677d961909ae0dfeb4dd41152657c0d.tar.bz2
gsoc2013-evolution-95d126005677d961909ae0dfeb4dd41152657c0d.tar.lz
gsoc2013-evolution-95d126005677d961909ae0dfeb4dd41152657c0d.tar.xz
gsoc2013-evolution-95d126005677d961909ae0dfeb4dd41152657c0d.tar.zst
gsoc2013-evolution-95d126005677d961909ae0dfeb4dd41152657c0d.zip
autogen.sh: remove unneded call to autopoint
It's already called in gnome-autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 77350849e1..ab5aa84dd0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,8 +4,6 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-olddir=`pwd`
-
PKG_NAME="Evolution"
REQUIRED_AUTOCONF_VERSION=2.58
REQUIRED_AUTOMAKE_VERSION=1.10
@@ -25,8 +23,4 @@ which gnome-autogen.sh || {
exit 1
}
-cd $srcdir
-autopoint --force || exit $?
-
-cd $olddir
USE_GNOME2_MACROS=1 . gnome-autogen.sh