~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): Christophe Sauthier
  • Date: 2009-07-13 15:38:41 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090713153841-gtux06oun30kuuo7
Tags: 5.17.1-1ubuntu1
* Merge from debian unstable, remaining changes (LP: #296643, LP: #242243):
   - debian/maxima-doc.doc-base.{tips, plotting}:
    + Use .shtml instead of .html to fix lintian errors.
   - debian/maxima-emacs.emacsen-install:
    + Install symlinks for source files rather than copying them.  This
      makes find-function work.
    + Install symlink for *.lisp so that we don't need to add
      /usr/share/emacs/site-lisp/maxima to load-path.
  - debian/maxima-emacs.emacsen-startup:
    + Remove use of /usr/share/emacs/site-lisp/maxima, since this
      causes load-path shadows and is not needed anymore.

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.13.0")
 
8
(defparameter *autoconf-version* "5.17.1")
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
13
(defparameter *autoconf-host* "i686-pc-linux-gnu")
14
14
(defparameter *autoconf-win32* "false")
 
15
(defparameter *autoconf-ld-flags* "")
15
16
 
16
 
(defparameter *maxima-source-root* "/tmp/maxima-5.13.0/maxima")
 
17
(defparameter *maxima-source-root* "/home/robertdodier/tmp/maxima-cvs-tag-version-5_17_1-build/maxima")
17
18
(defparameter *maxima-default-layout-autotools* "true")