autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 17d9a33cc29cf0ac5a08b528709baf4c49ee9b3b
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 3 16:45:40 2007 +0100
fix name of project
diff --git a/autogen.sh b/autogen.sh
index 04e60a1..39a9359 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="swfdec-thumbnailer"
+PKG_NAME="swfdec-gnome"
(test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not
look like the"