When "autoreconf; ./configure; "DESTDIR=$HOME make install", the installation directory changes to $HOME/emacs/site-lisp/egg/ from $HOME/usr/local/share/emacs/site-lisp/egg/.
I pre released the fix in prerel branch.
修正版をprerel branchに入れました。 ご確認願います。
fiexed. closed.
autoreconfでconfigureを作り直したとき、DESTDIR=$HOME make installのinstall先が変わってしまう。
The datarootdir is undefined. I think that we shoud define in Makefile.in
datarootdir= @datarootdir@
.