/[auctex]/auctex/preview/aclocal.m4
ViewVC logotype

Diff of /auctex/preview/aclocal.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by dak, Fri Apr 29 10:19:52 2005 UTC revision 1.61 by dak, Sat Apr 30 15:28:06 2005 UTC
# Line 186  AC_DEFUN(EMACS_PATH_LISPDIR, [ Line 186  AC_DEFUN(EMACS_PATH_LISPDIR, [
186    AC_ARG_WITH(lispdir,    AC_ARG_WITH(lispdir,
187      [  --with-lispdir=DIR      Where to install the $1 file, note      [  --with-lispdir=DIR      Where to install the $1 file, note
188                            that most of the package will be relative to it.],                            that most of the package will be relative to it.],
189      [[lispdir="${withval}"]],      [[lispdir="${withval}"]])
190      [if test "${EMACS_FLAVOR}" = 'emacs'; then    if test "X${lispdir}" = X; then
191         if test "${EMACS_FLAVOR}" = 'emacs'; then
192         # Test paths relative to prefixes         # Test paths relative to prefixes
193         EMACS_EXAMINE_INSTALLATION_DIR(lispdir,         EMACS_EXAMINE_INSTALLATION_DIR(lispdir,
194           [['${datadir}/emacs' '${libdir}/emacs' "${emacsprefix}/share/emacs" \           [['${datadir}/emacs' '${libdir}/emacs' "${emacsprefix}/share/emacs" \
# Line 203  use  --with-lispdir, --datadir, or possi Line 204  use  --with-lispdir, --datadir, or possi
204         # XEmacs         # XEmacs
205         lispdir="${packagedir}/lisp"         lispdir="${packagedir}/lisp"
206       fi       fi
207      ])      fi
208    AC_MSG_RESULT([[${lispdir}]])    AC_MSG_RESULT([[${lispdir}]])
209    AC_SUBST(lispdir)    AC_SUBST(lispdir)
210  ])  ])

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26