I am installing a software on a raspberry pi model B+ with the newest (29.3.2015) version of Raspbian freshly installed.
The software I am opting to install is OWFS. First I install the required software for installation
sudo apt-get install automake autoconf autotools-dev gcc-4.7 libtool
then in the unpacked software folder i run:
sudo ./configure
and then
sudo make
which gives this error message
pi@raspberrypi ~/owfs-3.1p0 $ sudo make
cd . && /bin/bash /home/pi/owfs-3.1p0/src/scripts/install/missing
automake-1.14 --foreign
/home/pi/owfs-3.1p0/src/scripts/install/missing: line 81:
automake-1.14: command not found
WARNING: 'automake-1.14' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
Makefile:494: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1