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:
parent
bb85488e6f
commit
28ea7ae220
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue