Mercurial > urweb
comparison configure.ac @ 1441:8524a1709821
'--without-emacs' configure option
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 20 Mar 2011 13:47:39 -0400 |
parents | 1a78ca089bd0 |
children | 969b90b1f2f9 |
comparison
equal
deleted
inserted
replaced
1440:6064ddd90ca6 | 1441:8524a1709821 |
---|---|
47 | 47 |
48 if test [-z $SITELISP]; then | 48 if test [-z $SITELISP]; then |
49 SITELISP=$prefix/share/emacs/site-lisp/urweb-mode | 49 SITELISP=$prefix/share/emacs/site-lisp/urweb-mode |
50 fi | 50 fi |
51 | 51 |
52 AC_ARG_WITH([emacs], | |
53 [AS_HELP_STRING([--without-emacs], | |
54 [disable installation of Emacs mode])], | |
55 [], | |
56 [with_emacs=yes]) | |
57 | |
58 AM_CONDITIONAL(USE_EMACS, test "x$with_emacs" = xyes) | |
59 | |
52 AC_SUBST(BIN) | 60 AC_SUBST(BIN) |
53 AC_SUBST(LIB) | 61 AC_SUBST(LIB) |
54 AC_SUBST(INCLUDE) | 62 AC_SUBST(INCLUDE) |
55 AC_SUBST(SITELISP) | 63 AC_SUBST(SITELISP) |
56 AC_SUBST(GCCARGS) | 64 AC_SUBST(GCCARGS) |