configure.ac   configure.ac 
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT([xcb-util],0.3.0,[xcb@lists.freedesktop.org]) AC_INIT([xcb-util],0.3.1,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_CHECK_PROGS(M4, m4) AC_CHECK_PROGS(M4, m4, [no])
if test $M4 = "no"; then
AC_MSG_ERROR([Can't find m4, please install it and try again])
fi
AC_CHECK_PROGS(GPERF, gperf, [no]) AC_CHECK_PROGS(GPERF, gperf, [no])
if test $GPERF = "no"; then if test $GPERF = "no"; then
AC_MSG_ERROR([Can't find gperf, please install it and try again]) AC_MSG_ERROR([Can't find gperf, please install it and try again])
fi fi
AC_PROG_CC AC_PROG_CC
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
if test "x$GCC" = xyes ; then if test "x$GCC" = xyes ; then
CWARNFLAGS="-Wall" CWARNFLAGS="-Wall"
else else
 End of changes. 2 change blocks. 
2 lines changed or deleted 5 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/