aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-11-01 02:48:15 +0800
committernobody <nobody@localhost>1999-11-01 02:48:15 +0800
commitc48faceb78e6c8a8b7f536b8475e039858f703ed (patch)
tree8cefe43740f603fea65ecbf6d8d3bf8b0d407572 /autogen.sh
parentc8d14b53ef41de80458405ffadb0721458b7add9 (diff)
downloadgsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.gz
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.bz2
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.lz
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.xz
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.tar.zst
gsoc2013-evolution-c48faceb78e6c8a8b7f536b8475e039858f703ed.zip
This commit was manufactured by cvs2svn to create tagBUG_BUDDY_0_2
'BUG_BUDDY_0_2'. svn path=/tags/BUG_BUDDY_0_2/; revision=1359
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index eec4b5f56d..0000000000
--- a/autogen.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-PKG_NAME="evolution"
-
-
-. $srcdir/macros/autogen.sh