Line
Link Here
|
0 |
-- maxima-5.37.3.orig/configure.ac |
0 |
++ maxima-5.37.3/configure.ac |
Lines 513-518
Link Here
|
513 |
fi |
513 |
fi |
514 |
fi |
514 |
fi |
515 |
|
515 |
|
|
|
516 |
AC_ARG_ENABLE(emacs, |
517 |
[ --enable-emacs Emacs support], |
518 |
[case "${enableval}" in |
519 |
yes) enable_emacs=true ;; |
520 |
no) enable_emacs=false ;; |
521 |
*) AC_MSG_ERROR(bad value ${enableval} for --enable-emacs) ;; |
522 |
esac], |
523 |
[enable_emacs=true]) |
524 |
|
525 |
AM_CONDITIONAL(WANT_EMACS, test x$enable_emacs = xtrue) |
526 |
|
516 |
dnl xgettext |
527 |
dnl xgettext |
517 |
AC_ARG_ENABLE(gettext, |
528 |
AC_ARG_ENABLE(gettext, |
518 |
[ --enable-gettext Locale support], |
529 |
[ --enable-gettext Locale support], |
519 |
-- maxima-5.37.3.orig/interfaces/Makefile.am |
530 |
++ maxima-5.37.3/interfaces/Makefile.am |
Lines 1-5
Link Here
|
|
|
1 |
if WANT_EMACS |
2 |
MAYBE_EMACS = emacs |
3 |
endif |
1 |
if WANT_TK |
4 |
if WANT_TK |
2 |
MAYBE_XMAXIMA = xmaxima |
5 |
MAYBE_XMAXIMA = xmaxima |
3 |
endif |
6 |
endif |
4 |
SUBDIRS = emacs $(MAYBE_XMAXIMA) |
7 |
SUBDIRS = $(MAYBE_EMACS) $(MAYBE_XMAXIMA) |
5 |
EXTRA_DIST = bin/xmaxima.iss |
8 |
EXTRA_DIST = bin/xmaxima.iss |