autoupdate: replace old version of AC_INIT by the new one

- old AC_INIT by AC_INIT + AC_CONFIG_SRC_DIR
  https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fINIT-3
This commit is contained in:
Matthieu Longo 2024-05-28 10:49:45 +01:00 committed by Alan Modra
parent bb85488e6f
commit 28ea7ae220

View file

@ -32,7 +32,8 @@ m4_include([ltversion.m4])
m4_include([lt~obsolete.m4])
m4_include([config/isl.m4])
AC_INIT(move-if-change)
AC_INIT
AC_CONFIG_SRCDIR([move-if-change])
AC_DISABLE_OPTION_CHECKING
progname=$0