jpm wrote:
I am trying to install the calibration program for the 1056. I have run ./configure
but it does not work. I am not an expert of automake but
there is a problem with the missing and config.sub script which are
link /usr/share/automake-1.10/missing
link /usr/share/automake-1.10/config.sub
link should have two arguments and not one
There is the same error in config.guess.
I have substituted config.sub by
/usr/share/automake-1.11/config.sub $1
and have suceeded in creating the Makefile. But now I have the same problem with depcomp
Hello jpm,
This error is the result of wrong configure files. To fix this run these commands:
Code:
rm -f configure
autoreconf -fi
automake -f
./configure
make
You should be alright with that!