Skip to content

configure & compiler warning cleanups

Alan Coopersmith requested to merge alanc/xf86-video-tdfx: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
  • Quiet warning: redundant redeclaration of ‘timingsafe_memcmp’
  • Fix 3 -Wmissing-prototypes warnings in tdfx_driver.c

Merge request reports