From 377ef43c3e53a31e4a8b1fb66988e23898fa4f5b Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 9 Sep 2011 20:00:30 -0700 Subject: [PATCH] configure.ac: update AC_INIT params change package name to libwebp, correct version and add bug & project urls Change-Id: I3b980ab8088729f90794ffd1ac7b33383983c812 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 375f524f..a05cbe55 100644 --- a/configure.ac +++ b/configure.ac @@ -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