[SOLVED] current cannot use MAKE it broke ....
by BW-userx from LinuxQuestions.org on (#4XBYF)
I am lost one this one.... I just installed current on this laptop, updated it, and am adding what I need and I see this...
Code:
$ make
make: Warning: File 'Makefile' has modification time 10013 s in the future
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/userx/Downloads/wmbutton-0.7.1/missing aclocal-1.15
/home/userx/Downloads/wmbutton-0.7.1/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [Makefile:395: aclocal.m4] Error 127


Code:
$ make
make: Warning: File 'Makefile' has modification time 10013 s in the future
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/userx/Downloads/wmbutton-0.7.1/missing aclocal-1.15
/home/userx/Downloads/wmbutton-0.7.1/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [Makefile:395: aclocal.m4] Error 127