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

« back to all changes in this revision

Viewing changes to src/autoconf-variables.lisp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-06 17:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706170452-j9ypoqc1kjfnz221
Tags: 5.9.3-1ubuntu1
* Re-sync with Debian
* Comment out backward-delete-char-untabify in maxima.el (Closes Malone #5273)
* debian/control: build-dep automake -> automake1.9 (Closes BTS: #374663)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
(defparameter *autoconf-prefix* "/usr/local")
6
6
(defparameter *autoconf-exec_prefix* "/usr/local")
7
7
(defparameter *autoconf-package* "maxima")
8
 
(defparameter *autoconf-version* "5.9.2")
 
8
(defparameter *autoconf-version* "5.9.3")
9
9
(defparameter *autoconf-libdir* "/usr/local/lib")
10
10
(defparameter *autoconf-libexecdir* "/usr/local/libexec")
11
11
(defparameter *autoconf-datadir* "/usr/local/share")
12
12
(defparameter *autoconf-infodir* "/usr/local/info")
13
 
(defparameter *autoconf-host* "i686-redhat-linux-gnu")
 
13
(defparameter *autoconf-host* "i686-pc-linux-gnu")
14
14
(defparameter *autoconf-win32* "false")
15
15
 
16
 
(defparameter *maxima-source-root* "/home/robert/tmp/maxima-clean/maxima")
 
16
(defparameter *maxima-source-root* "/home/robert/tmp/maxima-clean-as-driven-snow-593/maxima")
17
17
(defparameter *maxima-default-layout-autotools* "true")