diff options
author | nobody <nobody@localhost> | 2001-11-28 09:38:38 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-11-28 09:38:38 +0800 |
commit | 08377c5ea21aa6c29a912833febb05adddfd096e (patch) | |
tree | 79560a393da3e5e67ae5f3bf03d952ba22cfe72d /autogen.sh | |
parent | 267d5ca986ef09f508f7163956bd4fc55f3e5817 (diff) | |
download | gsoc2013-evolution-twodaysago.tar.gz gsoc2013-evolution-twodaysago.tar.zst gsoc2013-evolution-twodaysago.zip |
This commit was manufactured by cvs2svn to create tag 'twodaysago'.twodaysago
svn path=/tags/twodaysago/; revision=14812
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 |