Skip to content

Commit

Permalink
updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroemme committed May 16, 2008
1 parent 0a29ab5 commit a8d3ba0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes version 0.4.2 (2008-05-16)
==================================

* updated for latest libmpq-0.4.2 API.

Initial version 0.4.1 (2008-04-02)
==================================

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# the autoconf initilization.
AC_INIT(mpq-tools, 0.4.1, [[email protected]], [mpq-tools])
AC_INIT(mpq-tools, 0.4.2, [[email protected]], [mpq-tools])

# detect the canonical host and target build environment.
AC_CANONICAL_SYSTEM
Expand All @@ -21,7 +21,7 @@ AC_SYS_LARGEFILE
AC_FUNC_FSEEKO

# check for libmpq.
PKG_CHECK_MODULES([LIBMPQ], [libmpq >= 0.4.1], [HAVE_LIBMPQ="yes"], [AC_MSG_ERROR([*** $LIBMPQ_PKG_ERRORS])])
PKG_CHECK_MODULES([LIBMPQ], [libmpq >= 0.4.2], [HAVE_LIBMPQ="yes"], [AC_MSG_ERROR([*** $LIBMPQ_PKG_ERRORS])])
AC_SUBST(LIBMPQ_CFLAGS)
AC_SUBST(LIBMPQ_LIBS)

Expand Down

0 comments on commit a8d3ba0

Please sign in to comment.