~ubuntu-branches/ubuntu/karmic/maxima/karmic

« back to all changes in this revision

Viewing changes to src/autoconf-variables.lisp.in

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-11-13 18:39:14 UTC
  • mto: (2.1.2 hoary) (3.2.1 sid) (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041113183914-ttig0evwuatnqosl
Tags: upstream-5.9.1
ImportĀ upstreamĀ versionĀ 5.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
; -*- Lisp -*-
2
2
(in-package :maxima)
3
3
 
 
4
(defparameter *autoconf-variables-set* "@variables_set@")
4
5
(defparameter *autoconf-prefix* "@prefix@")
5
6
(defparameter *autoconf-exec_prefix* "@expanded_exec_prefix@")
6
7
(defparameter *autoconf-package* "@PACKAGE@")
10
11
(defparameter *autoconf-datadir* "@expanded_datadir@")
11
12
(defparameter *autoconf-infodir* "@expanded_infodir@")
12
13
(defparameter *autoconf-host* "@host@")
 
14
(defparameter *autoconf-win32* "@win32@")
13
15
 
 
16
(defparameter *maxima-source-root* "@expanded_top_srcdir@")
 
17
(defparameter *maxima-default-layout-autotools* "@default_layout_autotools@")