aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-06-18 05:00:40 +0800
committernobody <nobody@localhost>2000-06-18 05:00:40 +0800
commit4873d50a914ad0c3041010195808f3e596e8ba0f (patch)
tree808e62d8d3c48ad32fa4ecafe0b79aa353230079 /autogen.sh
parent3144d402b542be9fcfcb6f7b3e24692f9fe44f46 (diff)
downloadgsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.gz
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.bz2
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.lz
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.xz
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.zst
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.zip
This commit was manufactured by cvs2svn to create taggnome-debug-0-1-3
'gnome-debug-0-1-3'. svn path=/tags/gnome-debug-0-1-3/; revision=3621
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