diff options
author | nobody <nobody@localhost> | 2001-06-23 13:14:10 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-06-23 13:14:10 +0800 |
commit | ac29fd6152103922c310c1fbeab030fc9440b354 (patch) | |
tree | a4eb5e010ba601de261dc3f9da4dd4b86fcc46fe /autogen.sh | |
parent | 72ca61d74b9942040638b628a6f1358e02d23d42 (diff) | |
download | gsoc2013-evolution-gnomemm_1_2.tar.gz gsoc2013-evolution-gnomemm_1_2.tar.zst gsoc2013-evolution-gnomemm_1_2.zip |
This commit was manufactured by cvs2svn to create tag 'gnomemm_1_2'.gnomemm_1_2
svn path=/tags/gnomemm_1_2/; revision=10431
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 |