home *** CD-ROM | disk | FTP | other *** search
- --- ./Makefile.in.orig Fri Mar 22 23:25:01 1996
- +++ ./Makefile.in Sun Jul 7 14:38:53 1996
- @@ -99,6 +99,7 @@
- # since there are now many packages documented with the texinfo
- # system, it is inappropriate to imply that it is part of Emacs.
- infodir=@infodir@
- +installinfodir=<installsharedir>/<prefix>lib/emacs/info
-
- # Where to look for bitmap files.
- bitmapdir=@bitmapdir@
- @@ -364,20 +365,20 @@
- (cd lisp; tar -cf - *.el *.elc)|(cd ${lispdir}; umask 0; tar -xvf - ); \
- else true; fi
- thisdir=`/bin/pwd`; \
- - if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
- + if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${installinfodir} && /bin/pwd)` ]; \
- then \
- - (cd ${infodir}; \
- + (cd ${installinfodir}; \
- if [ -f dir ]; then \
- if [ ! -f dir.old ]; then mv -f dir dir.old; \
- else mv -f dir dir.bak; fi; \
- fi; \
- cd ${srcdir}/info ; \
- - (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
- - (cd $${thisdir}; chmod a+r ${infodir}/dir); \
- + (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${installinfodir}/dir); \
- + (cd $${thisdir}; chmod a+r ${installinfodir}/dir); \
- for f in ccmode* cl* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*; do \
- (cd $${thisdir}; \
- - ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
- - chmod a+r ${infodir}/$$f); \
- + ${INSTALL_DATA} ${srcdir}/info/$$f ${installinfodir}/$$f; \
- + chmod a+r ${installinfodir}/$$f); \
- done); \
- else true; fi
- thisdir=`/bin/pwd`; \
- @@ -397,7 +398,7 @@
- ### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs
- ### instead of mkdir. Not all systems' mkdir programs have the `-p' flag.
- mkdir: FRC
- - $(srcdir)/mkinstalldirs ${COPYDESTS} ${lockdir} ${infodir} ${man1dir} \
- + $(srcdir)/mkinstalldirs ${COPYDESTS} ${lockdir} ${installinfodir} ${man1dir} \
- ${bindir} ${datadir} ${docdir} ${libexecdir} \
- `echo ${locallisppath} | sed 's/:/ /g'`
- -chmod a+rwx ${lockdir}
- @@ -425,7 +426,7 @@
- esac ; \
- fi ; \
- done
- - (cd ${infodir} && rm -f cl* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*)
- + (cd ${installinfodir} && rm -f cl* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*)
- (cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1)
- (cd ${bindir} && rm -f emacs-${version} $(EMACS))
-
- --- ./configure.orig Sat May 25 11:59:44 1996
- +++ ./configure Sun Jul 7 14:36:52 1996
- @@ -48,14 +48,14 @@
- bindir='${exec_prefix}/bin'
- sbindir='${exec_prefix}/sbin'
- libexecdir='${exec_prefix}/libexec'
- -datadir='${prefix}/share'
- +datadir='${prefix}/slib'
- sysconfdir='${prefix}/etc'
- -sharedstatedir='${prefix}/com'
- +sharedstatedir='${prefix}/slib'
- localstatedir='${prefix}/var'
- libdir='${exec_prefix}/lib'
- includedir='${prefix}/include'
- oldincludedir='/usr/include'
- -infodir='${prefix}/info'
- +infodir='/rtr.s/hack/to/fool/those/foolish/programs/that/insist/on/removing/slashes<installsharedir>/<prefix>lib/emacs/info'
- mandir='${prefix}/man'
-
- # Initialize some other variables.
- @@ -532,7 +532,7 @@
- lisppath='${locallisppath}:${lispdir}'
- etcdir='${datadir}/emacs/${version}/etc'
- lockdir='${sharedstatedir}/emacs/lock'
- -archlibdir='${libexecdir}/emacs/${version}/${configuration}'
- +archlibdir='${prefix}/lib/emacs/${version}/${configuration}'
- docdir='${datadir}/emacs/${version}/etc'
-
- # Check whether --with-gcc or --without-gcc was given.
-