I can't compile cvs version. I do ./configure and make, and then I get the next error:
cd . && aclocal
cd . && automake --foreign ./Makefile
configure.in:76: error: m4_popdef: undefined macro: AC_Dest
/home/sergio/cd/herramientas/autoconf/autoconf-2.57/lib/autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:76: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
configure.in: `AM_INIT_AUTOMAKE' must be used
configure.in: required file `./install-sh' not found
configure.in: required file `./mkinstalldirs' not found
configure.in: required file `./missing' not found
make: *** [Makefile.in] Error 1
What can I do?
Sergio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't compile cvs version. I do ./configure and make, and then I get the next error:
cd . && aclocal
cd . && automake --foreign ./Makefile
configure.in:76: error: m4_popdef: undefined macro: AC_Dest
/home/sergio/cd/herramientas/autoconf/autoconf-2.57/lib/autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:76: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
configure.in: `AM_INIT_AUTOMAKE' must be used
configure.in: required file `./install-sh' not found
configure.in: required file `./mkinstalldirs' not found
configure.in: required file `./missing' not found
make: *** [Makefile.in] Error 1
What can I do?
Sergio