aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-04-16 17:30:54 +0800
committernobody <nobody@localhost>2001-04-16 17:30:54 +0800
commitf9ea6ed16a12b9a280737789980b55f87205d05f (patch)
treeaaa46c1cf6c9a87e8f291ef7673bd9463803e8c9 /autogen.sh
parent75a16468d369f58587f27ab4655fbe1c1091fc95 (diff)
downloadgsoc2013-evolution-GNOME-VFS_1_0_1.tar
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.gz
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.bz2
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.lz
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.xz
gsoc2013-evolution-GNOME-VFS_1_0_1.tar.zst
gsoc2013-evolution-GNOME-VFS_1_0_1.zip
This commit was manufactured by cvs2svn to create tagGNOME-VFS_1_0_1
'GNOME-VFS_1_0_1'. svn path=/tags/GNOME-VFS_1_0_1/; revision=9347
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