The form of AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) has
been deprecated, we need to modernize it in new form.
Fixes: https://tracker.ceph.com/issues/48365
Signed-off-by: Xiubo Li <xiubli@redhat.com>
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(main.c)
-AM_INIT_AUTOMAKE(ffsb, 6.0-RC2)
+AC_INIT(ffsb, 6.0-RC2)
+AC_CONFIG_SRCDIR([main.c])
+AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST