Re: [libvirt] [PATCH 5/5] build: drop more redundant configure checks

2010-04-29 Thread Jim Meyering
Eric Blake wrote: > * configure.ac (AC_CHECK_FUNCS_ONCE, AC_SYS_LARGEFILE): Rely on > gnulib for strtok_r and large file support. > (AC_OBJEXT): Drop call now done by AC_PROG_CC. > (m4_foreach_w): Drop macro guaranteed by gnulib. > (AC_C_CONST): Drop call declared obsolete by autoconf. > > Signed-o

[libvirt] [PATCH 5/5] build: drop more redundant configure checks

2010-04-28 Thread Eric Blake
* configure.ac (AC_CHECK_FUNCS_ONCE, AC_SYS_LARGEFILE): Rely on gnulib for strtok_r and large file support. (AC_OBJEXT): Drop call now done by AC_PROG_CC. (m4_foreach_w): Drop macro guaranteed by gnulib. (AC_C_CONST): Drop call declared obsolete by autoconf. Signed-off-by: Eric Blake --- configu