configure: Fix use of obsolete macros
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 5 Jan 2022 22:02:05 +0000 (14:02 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:53 +0000 (14:55 +0530)
commitab275622b15c0d7e5b2623d585dc6d298ad60c03
tree149786232b7768a4e62b1c3fec0fa6e7bdcebf1a
parentb3e71b7d3a4caec6b6c958ad387a8a05466422ef
configure: Fix use of obsolete macros

This fixes the following warnings when using autoconf >= 2.70:

  configure.ac:19: warning: The macro `AC_LANG_C' is obsolete.
  configure.ac:45: warning: The macro `AC_HELP_STRING' is obsolete.
  configure.ac:440: warning: AC_OUTPUT should be used without arguments.

The macros are replacing following the autoconf documentation:

https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Obsolete-Macros.html

Fixes: https://github.com/bluez/bluez/issues/246
Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
acinclude.m4
configure.ac