namazu-dev(ring)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

--with-emacs=EMACS, --with-lispdir=DIR



Lookup <http://openlab.ring.gr.jp/lookup/> の configure では 
--with-emacs=EMACS, --with-lispdir=DIR というオプションが使
えます。

  % ./configure --help
  (snip)
  --enable and --with options recognized:
    --with-emacs=EMACS      compile with EMACS [EMACS=emacs, xemacs...]
    --with-lispdir=DIR      emacs lisp files go to DIR [guessed]

が、Namazuの configure ではこれらのオプションは存在しません。

なぜだろう、と思って調べてみると、これらの acinclude.m4 には
独自に AM_PATH_LISPDIR マクロが定義されていました。

というわけで Namazu の acinclude.m4 に追加しておきました。:-)

-- Satoru Takabayashi