Broken autotools scipts?
Posted: 26.11.2007, 13:39
Hello,
Running make -f Makefile.cvs on a recent CVS checkout produced this:
This is with autoconf-2.61 and automake-1.10. According to Google, AM_PROG_MKDIR_P is obsolete so I guess a older version of some autotools program is needed, does anyone know what version that would be?
Running make -f Makefile.cvs on a recent CVS checkout produced this:
Code: Select all
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
*** Creating aclocal.m4
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
This is with autoconf-2.61 and automake-1.10. According to Google, AM_PROG_MKDIR_P is obsolete so I guess a older version of some autotools program is needed, does anyone know what version that would be?