diff options
author | nobody <nobody@localhost> | 2001-05-23 02:44:11 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-05-23 02:44:11 +0800 |
commit | 4f33d16f161a48a5ac77ad706a88c2b6f4e2732d (patch) | |
tree | 95dc85a352a224a01f4569713aff91034dffc2b0 /autogen.sh | |
parent | 4c2d071302d73e50d1a549959eeba7e5acf295d2 (diff) | |
download | gsoc2013-evolution-GNOME_LIBS_1_4_1_7.tar.gz gsoc2013-evolution-GNOME_LIBS_1_4_1_7.tar.zst gsoc2013-evolution-GNOME_LIBS_1_4_1_7.zip |
This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_7
'GNOME_LIBS_1_4_1_7'.
svn path=/tags/GNOME_LIBS_1_4_1_7/; revision=9932
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 |