Skip to content

v1.0

Choose a tag to compare

@sc0w sc0w released this 17 Apr 15:10
· 11 commits to master since this release

libkanberra 1.0

  • add GNUC_UNUSED in unused parameters
  • build:
    • update AC_INIT
    • avoid obsolete:
      • AC_PROG_CC_C99
      • AC_PROG_GCC_TRADITIONAL
      • AC_HEADER_STDC
      • AC_LANG_C
      • AC_TRY_LINK
    • avoid the warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
  • ci: some improvements