~ubuntu-branches/debian/squeeze/maxima/squeeze

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2010-04-30 13:30:33 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100430133033-wtewap0zdnmsix1y
Tags: upstream-5.21.1
ImportĀ upstreamĀ versionĀ 5.21.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1592
1592
 
1593
1593
# Define the identity of the package.
1594
1594
 PACKAGE=maxima
1595
 
 VERSION=5.20.1
 
1595
 VERSION=5.21.1
1596
1596
 
1597
1597
 
1598
1598
cat >>confdefs.h <<_ACEOF
2660
2660
  ecl=true
2661
2661
        explicit_lisp=true
2662
2662
        if test "$withval" = "yes"; then
2663
 
                ECL_NAME="${ecl}"
 
2663
                ECL_NAME="${ecl_default_name}"
2664
2664
        else
2665
2665
                ECL_NAME="$withval"
2666
2666
        fi
3766
3766
          ac_config_files="$ac_config_files xmaxima-local"
3767
3767
 
3768
3768
 
3769
 
                                                                                                                                                                                                                                                                                                                                                                                                                                    ac_config_files="$ac_config_files Makefile maxima.spec maxima.iss src/Makefile src/maxima src/maxima.bat src/rmaxima src/autoconf-variables.lisp lisp-utils/Makefile tests/Makefile doc/Makefile doc/emaxima/Makefile doc/info/Makefile doc/info/include-maxima.texi doc/info/es/Makefile doc/info/es.utf8/Makefile doc/info/pt/Makefile doc/info/pt.utf8/Makefile doc/info/pt_BR/Makefile doc/info/pt_BR.utf8/Makefile doc/intromax/Makefile doc/man/Makefile doc/man/maxima.1 doc/man/ru/maxima.1 doc/share/Makefile interfaces/Makefile interfaces/emacs/Makefile interfaces/emacs/emaxima/Makefile interfaces/emacs/imaxima/Makefile interfaces/emacs/misc/Makefile interfaces/xmaxima/Makefile interfaces/xmaxima/autoconf-variables.tcl interfaces/xmaxima/Tkmaxima/Header.tcl interfaces/xmaxima/doc/Makefile interfaces/xmaxima/doc/figures/Makefile interfaces/xmaxima/msgs/Makefile interfaces/xmaxima/win32/Makefile plotting/mgnuplot share/Makefile demo/Makefile plotting/Makefile locale/Makefile"
 
3769
                                                                                                                                                                                                                                                                                                                                                                                                                                              ac_config_files="$ac_config_files Makefile maxima.spec maxima.iss src/Makefile src/maxima src/maxima.bat src/rmaxima src/autoconf-variables.lisp lisp-utils/Makefile tests/Makefile doc/Makefile doc/emaxima/Makefile doc/info/Makefile doc/info/include-maxima.texi doc/info/es/Makefile doc/info/es.utf8/Makefile doc/info/pt/Makefile doc/info/pt.utf8/Makefile doc/info/pt_BR/Makefile doc/info/pt_BR.utf8/Makefile doc/intromax/Makefile doc/man/Makefile doc/man/maxima.1 doc/man/ru/maxima.1 doc/share/Makefile interfaces/Makefile interfaces/emacs/Makefile interfaces/emacs/emaxima/Makefile interfaces/emacs/imaxima/Makefile interfaces/emacs/misc/Makefile interfaces/xmaxima/Makefile interfaces/xmaxima/autoconf-variables.tcl interfaces/xmaxima/Tkmaxima/Header.tcl interfaces/xmaxima/doc/Makefile interfaces/xmaxima/doc/figures/Makefile interfaces/xmaxima/msgs/Makefile interfaces/xmaxima/win32/Makefile plotting/mgnuplot share/Makefile demo/Makefile plotting/Makefile locale/Makefile src/lisp"
3770
3770
cat >confcache <<\_ACEOF
3771
3771
# This file is a shell script that caches the results of configure
3772
3772
# tests run on this system so they can be shared between configure
4488
4488
  "demo/Makefile" ) CONFIG_FILES="$CONFIG_FILES demo/Makefile" ;;
4489
4489
  "plotting/Makefile" ) CONFIG_FILES="$CONFIG_FILES plotting/Makefile" ;;
4490
4490
  "locale/Makefile" ) CONFIG_FILES="$CONFIG_FILES locale/Makefile" ;;
 
4491
  "src/lisp" ) CONFIG_FILES="$CONFIG_FILES src/lisp" ;;
4491
4492
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4492
4493
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4493
4494
   { (exit 1); exit 1; }; };;