Fixed project name in autogen.sh

This commit is contained in:
Gergely Polonkai 2013-09-05 17:14:51 +02:00
parent 7abaa3520b
commit e2d3bab5a0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="astrognome"
PKG_NAME="swe-glib"
(test -f $srcdir/configure.ac \
&& test -f $srcdir/src/swe-glib.c) || {