/usr/share/maxima/5.32.1/src/autoconf-variables.lisp is in maxima-src 5.32.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ; -*- Lisp -*-
(in-package :maxima)
(defparameter *autoconf-variables-set* "@variables_set@")
(defparameter *autoconf-prefix* "/usr")
(defparameter *autoconf-exec_prefix* "/usr")
(defparameter *autoconf-package* "maxima")
(defparameter *autoconf-version* "5.32.1")
(defparameter *autoconf-libdir* "/usr/lib")
(defparameter *autoconf-libexecdir* "/usr/lib")
(defparameter *autoconf-datadir* "/usr/share")
(defparameter *autoconf-infodir* "/usr/share/info")
(defparameter *autoconf-host* "i686-pc-linux-gnu")
(defparameter *autoconf-win32* "false")
(defparameter *autoconf-ld-flags* "")
(defparameter *maxima-source-root* "/build/buildd/maxima-5.32.1")
(defparameter *maxima-default-layout-autotools* "true")
|