/[gcl]/gcl/pargcl/configure.ac
ViewVC logotype

Diff of /gcl/pargcl/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by gene, Tue Nov 8 09:17:30 2005 UTC revision 1.8 by gene, Fri Nov 11 08:13:06 2005 UTC
# Line 4  dnl Process this file with autoconf to p Line 4  dnl Process this file with autoconf to p
4  AC_INIT(src/mpi_defglue.lsp)  AC_INIT(src/mpi_defglue.lsp)
5    
6  dnl Set version number  dnl Set version number
7  PARGCL_VERSION=0.9.7  PARGCL_VERSION=0.9.8
8  PARGCL_UPDATED="November, 2005"  PARGCL_UPDATED="November, 2005"
9    
10  # Checks for programs.  # Checks for programs.
# Line 141  dnl     Bad parameter given to ./configu Line 141  dnl     Bad parameter given to ./configu
141  dnl fi  dnl fi
142    
143  GCL=$with_gcl  GCL=$with_gcl
144    GCL_SCRIPT=`basename $with_gcl`
145  if test "$with_gcl_build_dir" = "no"; then  if test "$with_gcl_build_dir" = "no"; then
146    GCL_SRC=`$with_gcl -batch \    GCL_SRC=`$with_gcl -batch \
147                       -eval '(progn (write *lib-directory* :escape nil) (quit))'`                       -eval '(progn (write *lib-directory* :escape nil) (quit))'`
# Line 160  AC_SUBST(PARGCL_VERSION) Line 161  AC_SUBST(PARGCL_VERSION)
161  AC_SUBST(PARGCL_UPDATED)  AC_SUBST(PARGCL_UPDATED)
162  AC_SUBST(GCL)  AC_SUBST(GCL)
163  AC_SUBST(GCL_SRC)  AC_SUBST(GCL_SRC)
164    AC_SUBST(GCL_SCRIPT)
165  AC_SUBST(PWD)  AC_SUBST(PWD)
166  AC_SUBST(HOSTNAME)  AC_SUBST(HOSTNAME)
167  AC_SUBST(LIBSFORSOCKETS)  AC_SUBST(LIBSFORSOCKETS)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26