pkgconf 1.4.0.

pull/173/head pkgconf-1.4.0
William Pitcock 2018-01-05 11:33:21 -06:00
parent 7cce958d78
commit 1c9f36036a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ dnl implied. In no event shall the authors be liable for any damages arising
dnl from the use of this software.
AC_PREREQ([2.68])
AC_INIT([pkgconf], [1.3.90], [http://github.com/pkgconf/pkgconf/issues])
AC_INIT([pkgconf], [1.4.0], [http://github.com/pkgconf/pkgconf/issues])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_MACRO_DIRS([m4])
AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])