/[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.1 by gene, Fri Oct 28 23:00:29 2005 UTC revision 1.2 by gene, Sat Oct 29 05:12:15 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.3-beta1  PARGCL_VERSION=0.9.5
8  PARGCL_UPDATED="June, 2005"  PARGCL_UPDATED="October, 2005"
9    
10  dnl Checks for programs.  dnl Checks for programs.
11  AC_PROG_CC  AC_PROG_CC
# Line 122  if test ! -x "$with_gcl"; then Line 122  if test ! -x "$with_gcl"; then
122    AC_MSG_ERROR(Couldn't find gcl command    AC_MSG_ERROR(Couldn't find gcl command
123      Use ./configure --with-gcl= to specify location of gcl command );      Use ./configure --with-gcl= to specify location of gcl command );
124  fi  fi
125  libdir=`$with_gcl -batch -eval '(format t *lib-directory*)'`  libdir=`$with_gcl -batch -eval '(progn (format t *lib-directory*) (quit))'`
126  if test ! -d $libdir/h; then  if test ! -d $libdir/h; then
127    AC_MSG_ERROR(Didn't find include directory at $libdir/gmp3    AC_MSG_ERROR(Didn't find include directory at $libdir/h
128      Bad parameter given to ./configure --with-gcl= );      Bad parameter given to ./configure --with-gcl= );
129  fi  fi
130  if test ! -d $libdir/gmp3; then  if test ! -d $libdir/gmp3; then
# Line 133  if test ! -d $libdir/gmp3; then Line 133  if test ! -d $libdir/gmp3; then
133  fi  fi
134    
135  GCL=$with_gcl  GCL=$with_gcl
136  GCL_SRC=`$with_gcl -batch -eval '(write *lib-directory* :escape nil)'`  GCL_SRC=`$with_gcl -batch -eval '(progn (write *lib-directory* :escape nil) (quit))'`
137  GCL_SRC=`echo $GCL_SRC | sed -e s'#"##g'`  GCL_SRC=`echo $GCL_SRC | sed -e s'#"##g'`
138    
139  dnl Substitute shell variables  dnl Substitute shell variables

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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