diff -c a//Makefile b//Makefile
*** a//Makefile 2011-07-05 21:05:08.000000000 -0400
--- b//Makefile 2011-07-05 21:05:21.000000000 -0400
***************
*** 14,20 ****
EMACS=emacs
# Where local software is found
! prefix=/usr/local
# Where local lisp files go.
lispdir = $(prefix)/share/emacs/site-lisp
--- 14,23 ----
EMACS=emacs
# Where local software is found
! #prefix=/usr/local
! # solve debian and slackware prefix problem.
! # if using slackware or debian uncomment next line and comment line above
this line.
! prefix=/usr
# Where local lisp files go.
lispdir = $(prefix)/share/emacs/site-lisp
***************
*** 51,57 ****
CP = cp -p
# Name of the program to install info files
! INSTALL_INFO=install-info
##----------------------------------------------------------------------
## BELOW THIS LINE ON YOUR OWN RISK!
--- 54,63 ----
CP = cp -p
# Name of the program to install info files
! #INSTALL_INFO=install-info
! # solve debian install-info program name problem.
! # if using debian uncomment next line and comment line above this line.
! INSTALL_INFO=ginstall-info
##----------------------------------------------------------------------
## BELOW THIS LINE ON YOUR OWN RISK!