Replace Python program auto-generated for documentation categories
[maxima/cygwin.git] / src / autoconf-variables.lisp.in
blobb57f4dc7404bdfd9753e91207c819d27422b2caf
1 ; -*- Lisp -*-
2 (in-package :maxima)
4 (defparameter *autoconf-prefix* "@prefix@")
5 (defparameter *autoconf-exec_prefix* "@expanded_exec_prefix@")
6 (defparameter *autoconf-package* "@PACKAGE@")
7 (defparameter *autoconf-version* "@VERSION@")
8 (defparameter *autoconf-libdir* "@expanded_libdir@")
9 (defparameter *autoconf-libexecdir* "@expanded_libexecdir@")
10 (defparameter *autoconf-datadir* "@expanded_datadir@")
11 (defparameter *autoconf-infodir* "@expanded_infodir@")
12 (defparameter *autoconf-host* "@host@")
13 ;; This variable is kept for backwards compatibiliy reasons:
14 ;; We seem to be in the fortunate position that we sometimes need to check for windows.
15 ;; But at least until dec 2015 we didn't need to check for a specific windows flavour.
16 (defparameter *autoconf-win32* "@win32@")
17 (defparameter *autoconf-windows* "@win32@")
18 (defparameter *autoconf-ld-flags* "@LDFLAGS@")
20 ;; This will be T if this was a lisp-only build
21 (defparameter *autoconf-lisp-only-build* (eq t '@lisp_only_build@))
23 (defparameter *maxima-source-root* "@expanded_top_srcdir@")
24 (defparameter *maxima-default-layout-autotools* "@default_layout_autotools@")