/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

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

revision 1.210 by gene, Tue Nov 8 09:17:29 2005 UTC revision 1.211 by gene, Fri Nov 11 08:19:07 2005 UTC
# Line 1608  AC_ARG_WITH(mpicc, Line 1608  AC_ARG_WITH(mpicc,
1608  [  --with-mpicc=PATH       define path to mpicc (default is built-in MPI subset)],  [  --with-mpicc=PATH       define path to mpicc (default is built-in MPI subset)],
1609  , with_mpicc=no)  , with_mpicc=no)
1610    
1611    # ansi lisp
1612    AC_ARG_ENABLE(ansi,
1613    [ --enable-ansi          builds a large gcl aiming for ansi compliance,
1614                             --disable-ansi builds the smaller
1615                             traditional CLtL1 image],
1616    ,enable_ansi="no")
1617    
1618    if test "$enable_ansi" = "yes" ; then
1619            SYSTEM=ansi_gcl
1620            AC_DEFINE(ANSI_COMMON_LISP)
1621            CLSTANDARD=ANSI
1622    else
1623            SYSTEM=gcl
1624            CLSTANDARD=CLtL1
1625    fi
1626    
1627  if test "$enable_pargcl" != "no" ; then                  if test "$enable_pargcl" != "no" ; then                
1628    
1629           AC_MSG_CHECKING([enable_pargcl=yes, doing configure in pargcl directory])           AC_MSG_CHECKING([enable_pargcl=yes, doing configure in pargcl directory])
# Line 1622  if test "$enable_pargcl" != "no" ; then Line 1638  if test "$enable_pargcl" != "no" ; then
1638           echo "#"           echo "#"
1639           echo "#"           echo "#"
1640    
1641             #SYSTEM is either gcl or ansi_gcl.  This must come after def of SYSTEM
1642           PARGCL_GCLDIR=`pwd`           PARGCL_GCLDIR=`pwd`
1643           ( cd $PARGCLDIR && ./configure --with-gcl=$PARGCL_GCLDIR/bin/gcl \           ( cd $PARGCLDIR && ./configure --with-gcl=$PARGCL_GCLDIR/bin/$SYSTEM \
1644                  --with-gcl-build-dir=$PARGCL_GCLDIR --with-mpicc=$with_mpicc )                  --with-gcl-build-dir=$PARGCL_GCLDIR --with-mpicc=$with_mpicc )
1645          #MY_SUBDIRS="$MY_SUBDIRS $PARGCLDIR"          #MY_SUBDIRS="$MY_SUBDIRS $PARGCLDIR"
1646    
# Line 1637  if test "$enable_pargcl" != "no" ; then Line 1654  if test "$enable_pargcl" != "no" ; then
1654    
1655  fi  fi
1656    
 # ansi lisp  
 AC_ARG_ENABLE(ansi,  
 [ --enable-ansi          builds a large gcl aiming for ansi compliance,  
                          --disable-ansi builds the smaller  
                          traditional CLtL1 image],  
 ,enable_ansi="no")  
   
 if test "$enable_ansi" = "yes" ; then  
         SYSTEM=ansi_gcl  
         AC_DEFINE(ANSI_COMMON_LISP)  
         CLSTANDARD=ANSI  
 else  
         SYSTEM=gcl  
         CLSTANDARD=CLtL1  
 fi  
   
1657  FLISP="saved_$SYSTEM"  FLISP="saved_$SYSTEM"
1658  AC_SUBST(FLISP)  AC_SUBST(FLISP)
1659  AC_SUBST(SYSTEM)  AC_SUBST(SYSTEM)

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

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