Change name of Maxima function 'chinese' to 'solve_congruences'.
[maxima/cygwin.git] / interfaces / xmaxima / autoconf-variables.tcl.in
blob237a38d7294ca18059538a8562649902eedca1d9
1 # -*- tcl -*-
3 global autoconf
4 set autoconf(defaultlisp) "@DEFAULTLISP@"
5 set autoconf(prefix) "@prefix@"
6 set autoconf(exec_prefix) "@expanded_exec_prefix@"
7 set autoconf(package) "@PACKAGE@"
8 set autoconf(version) "@VERSION@"
9 set autoconf(libdir) "@expanded_libdir@"
10 set autoconf(libexecdir) "@expanded_libexecdir@"
11 set autoconf(datadir) "@expanded_datadir@"
12 set autoconf(infodir) "@expanded_infodir@"