2 exec_prefix=@exec_prefix@
10 echo "Binaries are going to be installed into $LOCALBIN,"
11 echo "Manual pages are going to be installed into $LOCALMAN."
13 echo "creating Makefile"
14 cat Makefile.munge | sed s:@LOCALMAN@:$LOCALMAN:g | sed s:@LOCALBIN@:$LOCALBIN:g > Makefile
16 echo "Have you read the README file?"