what does parameter 'move-if-change' stands for in AC_INIT()? I've read the documentation of AC_INIT but it is mentioned nowhere. And also read the manual page for 'autoconf' but no chance, it wasn't described there.
The code that I'm reviewing is bellow.
AC_INIT(move-if-change)
AC_DISABLE_OPTION_CHECKING
:NOTE: I could not make it to work on 2.69 it keep asking for version 2.64, I'm trying to compile crossgcc for coreboot. And I delete the line AC_PREQ line between them but it still keep asking for 2.64.
autoconfat InitializingconfigureshowsAC_INITwith two mandatory and 3 optional arguments:AC_INIT (package, version, [bug-report], [tarname], [url]). Thus your initialization seems to be out of date. Nominally, 'move-if-change' is the package name.