configure.ac: update AC_INIT params

change package name to libwebp, correct version and add bug & project
urls

Change-Id: I3b980ab8088729f90794ffd1ac7b33383983c812
This commit is contained in:
James Zern 2011-09-09 20:00:30 -07:00
parent 7a8d8762c1
commit 377ef43c3e

View File

@ -1,4 +1,6 @@
AC_INIT([webpdecode], [0.1])
AC_INIT([libwebp], [0.1.3],
[http://code.google.com/p/webp/issues],,
[http://code.google.com/speed/webp])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_PROG_LIBTOOL