summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-25 16:17:30 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-25 16:17:30 -0600
commita687af1e72b59d4159f8eefac97e78c419319821 (patch)
tree2c753a8d9c1527c1e8c28815654bbadb945128d9 /configure.ac
parent70529c3b400cf9944251cd0ecad0fa599ef40e84 (diff)
downloadlibpng-a687af1e72b59d4159f8eefac97e78c419319821.tar.gz
[devel] Changed "libpng-pc.in" to "libpng.pc.in" in configure.ac, configure,
and Makefile.in to be consistent with changes in libpng-1.4.0rc03
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 00626a368..4c1d850e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,12 +18,12 @@ AC_PREREQ(2.59)
dnl Version number stuff here:
-AC_INIT([libpng], [1.4.0rc04], [png-mng-implement@lists.sourceforge.net])
+AC_INIT([libpng], [1.4.0rc05], [png-mng-implement@lists.sourceforge.net])
AM_INIT_AUTOMAKE
dnl stop configure from automagically running automake
AM_MAINTAINER_MODE
-PNGLIB_VERSION=1.4.0rc04
+PNGLIB_VERSION=1.4.0rc05
PNGLIB_MAJOR=1
PNGLIB_MINOR=4
PNGLIB_RELEASE=0
@@ -117,7 +117,7 @@ AC_ARG_WITH(binconfigs,
AC_SUBST([binconfigs])
# Config files, substituting as above
-AC_CONFIG_FILES([Makefile libpng.pc:libpng-pc.in])
+AC_CONFIG_FILES([Makefile libpng.pc:libpng.pc.in])
AC_CONFIG_FILES([libpng-config:libpng-config.in],
[chmod +x libpng-config])