Skip to content

configure & compiler warning cleanup

Alan Coopersmith requested to merge alanc/xf86-video-vbox:warnings into master
  • configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  • Add X.Org's standard C warning flags to AM_CFLAGS
  • Silence some standard X.Org warnings that cause too much noise
  • Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
  • Fix 142 instances of -Wredundant-decls warning for RTASSERTVAR
  • Stop building helpers.c
  • COPYING: include all three MIT/X11 license variants from source files

Merge request reports