Fix the build with gcc 4.4 and newer versions of libtool.
authorMichael Poole <mdpoole@troilus.org>
Thu, 7 Jan 2010 02:28:45 +0000 (21:28 -0500)
committerMichael Poole <mdpoole@troilus.org>
Thu, 7 Jan 2010 02:28:45 +0000 (21:28 -0500)
commit056748e33d1b3d773de40697dd8925ad0be4a35f
tree8b9073bc86378037ca7bf233711d81a2867923ad
parenta0db5f020908f6ff739f20ae7c1bc1c197521b8e
Fix the build with gcc 4.4 and newer versions of libtool.

configure.in: Update AC_PREREQ to autoconf 2.64.  Use LT_INIT instead
  of AC_PROG_LIBTOOL.  Remove the deprecated AC_TYPE_SIGNAL (which we
  didn't use anyway).  Fix the indentation of the explanatory text for
  --without-kevent and --with-win32.

src/sar.c: Convert "struct sockaddr_storage" to "void *" to comply
  with C99's strict(er) aliasing rules.  Allocate off the stack or
  heap, as appropriate.  Add new function sar_free_nameserver() to
  clean up the heap-allocated data.
configure.in
src/sar.c