Hello I am new to automake so pardon me if this is very naive question.
I am using Makefile.am and installing a shell script in a location ($prefix/bin). Lets say the script is called abc and is in $prefix/bin/abc Now i would like to create a soft link called /usr/bin/vrun to this script after installation. ln -sf does not allow me to do that in Makefile,am How can i do this in Makefile.am?? Thanks
