diff options
author | nobody <nobody@localhost> | 2002-01-20 21:41:39 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-01-20 21:41:39 +0800 |
commit | 30751ff188cbc46f50f404c312b92632a15939b2 (patch) | |
tree | 32cb6f4702fe446ea804947fa4479b5431a3d24a /autogen.sh | |
parent | 7a987fd4d3a3a860a34ef061d62f1ef780e1a0b4 (diff) | |
download | gsoc2013-evolution-version_1_6_1.tar.gz gsoc2013-evolution-version_1_6_1.tar.zst gsoc2013-evolution-version_1_6_1.zip |
This commit was manufactured by cvs2svn to create tagversion_1_6_1
'version_1_6_1'.
svn path=/tags/version_1_6_1/; revision=15409
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 |