Broken autotools scipts?

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
ni1s
Posts: 14
Joined: 01.03.2007
With us: 17 years 4 months

Broken autotools scipts?

Post #1by ni1s » 26.11.2007, 13:39

Hello,

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?

Topic author
ni1s
Posts: 14
Joined: 01.03.2007
With us: 17 years 4 months

Post #2by ni1s » 27.11.2007, 08:48

Ah!
admin/detect-autoconf.sh appeares to be outdated.
Changing

Code: Select all

KDE_AUTOMAKE_VERS="-1.7 17 -1.6"

to

Code: Select all

KDE_AUTOMAKE_VERS="-1.10 -1.7 17 -1.6"

fixed it.


Return to “Development”