--- bin/install.orig 2003-05-13 14:00:34.000000000 +0100 +++ bin/install.orig 2003-05-13 14:04:29.000000000 +0100 @@ -312,24 +312,6 @@ $make $exe endif # create the file with the URL used by meme2html - echo "" - echo "MEME output can include buttons to submit to web-based servers (e.g., MAST)?" - echo "These buttons can transmit your MEME results over the internet." - echo -n "Do you wish to have these buttons (y/n)? " - set ans = $< - if ($ans == y || $ans == Y) then - set url = "http://meme.sdsc.edu/meme"; - echo "" - echo "You must specify a MEME website URL for the buttons to work." - echo "It may be the SDSC website (default), your own, or any other one." - echo -n "Enter the URL for a MEME website ($url): " - set tmp = $< - if ($tmp != "") set url = $tmp - echo $url >! ../url - chmod 644 ../url - else - if (-e ../url) rm -f ../url - endif else echo Making serial version of $exe executable... $make $exe