aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-08-02 12:57:30 +0800
committernobody <nobody@localhost>1999-08-02 12:57:30 +0800
commit988d4b6d0e60d1bfb375db9e22cd46e35cdb1757 (patch)
tree56c82631ac33d24a80837896ee606c4631d03ad0 /autogen.sh
parentf812a77ab63149367d289b9aea02ca7e813c7058 (diff)
downloadgsoc2013-evolution-988d4b6d0e60d1bfb375db9e22cd46e35cdb1757.tar
gsoc2013-evolution-988d4b6d0e60d1bfb375db9e22cd46e35cdb1757.tar.gz
gsoc2013-evolution-988d4b6d0e60d1bfb375db9e22cd46e35cdb1757.tar.bz2
gsoc2013-evolution-988d4b6d0e60d1bfb375db9e22cd46e35cdb1757.tar.lz
gsoc2013-evolution-988d4b6d0e60d1bfb375db9e22cd46e35cdb1757.tar.xz
gsoc2013-evolution-988d4b6d0e60d1bfb375db9e22cd46e35cdb1757.tar.zst
gsoc2013-evolution-988d4b6d0e60d1bfb375db9e22cd46e35cdb1757.zip
This commit was manufactured by cvs2svn to create tagGNOME_PYTHON_1_0_4
'GNOME_PYTHON_1_0_4'. svn path=/tags/GNOME_PYTHON_1_0_4/; revision=1061
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 fa1229708c..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="gnome-mailer"
-
-
-. $srcdir/macros/autogen.sh