Skip to content

configure & compiler warning cleanup

Alan Coopersmith requested to merge alanc/xf86-video-chips:warnings into master
  • configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  • configure: quote call to AC_LANG_SOURCE in AC_LINK_IFELSE
  • Add X.Org's standard C warning flags to AM_CFLAGS
  • Fix -Wmisleading-indentation warning in chipsPreInitHiQV()
  • Handle 4 -Wmissing-prototypes warnings
  • AsmMacros.h: convert function definitions from K&R to C89 [fixes many -Wold-style-definition & -Wstrict-prototypes warnings]

Merge request reports