diff options
author | nobody <nobody@localhost> | 2001-09-17 12:32:38 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-09-17 12:32:38 +0800 |
commit | cb79e0a7dd3bc9fb0d6bef4f0205893ea9e8173a (patch) | |
tree | 6f31e70927858f2bafcfc481e337a665090bdb8e /autogen.sh | |
parent | 169d9ae19a0eb165edc757eca753a757a02f60f7 (diff) | |
download | gsoc2013-evolution-BALSA_1_2_0.tar.gz gsoc2013-evolution-BALSA_1_2_0.tar.zst gsoc2013-evolution-BALSA_1_2_0.zip |
This commit was manufactured by cvs2svn to create tag 'BALSA_1_2_0'.BALSA_1_2_0
svn path=/tags/BALSA_1_2_0/; revision=12872
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 10 |
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 |