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

Diff of /gcl/configure.in

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

revision 1.94 by camm, Wed Nov 27 13:53:40 2002 UTC revision 1.95 by mjthomas, Mon Jan 13 07:58:05 2003 UTC
# Line 37  AC_ARG_ENABLE(infodir,[ --enable-infodir Line 37  AC_ARG_ENABLE(infodir,[ --enable-infodir
37  AC_ARG_ENABLE(emacsdir,[ --enable-emacsdir=XXXX will manually specify the location for elisp files ] ,  AC_ARG_ENABLE(emacsdir,[ --enable-emacsdir=XXXX will manually specify the location for elisp files ] ,
38  [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP="unknown"])  [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP="unknown"])
39    
40    AC_ARG_ENABLE(just486,[ --enable-just486=yes forces use of i486 compatible instructions only, (default is =yes)] ,
41    [use_just486=$enableval],[use_just486="yes"])
42    
43  #  #
44  # Host information  # Host information
45  #  #
# Line 184  case $canonical in Line 187  case $canonical in
187       use=vax;;       use=vax;;
188    
189       i*mingw*)       i*mingw*)
190           if test "$use_just486" = "yes"; then
191             host=i486-pc-mingw32
192             echo "Host is being canonicalised to $host"
193           fi
194       use=mingw;;       use=mingw;;
195    
196       i*cygwin*)       i*cygwin*)
# Line 421  if test $use_gmp = yes ; then Line 428  if test $use_gmp = yes ; then
428          GMPDIR=gmp3          GMPDIR=gmp3
429   fi   fi
430    
431   cd $GMPDIR && ./configure && cd ..   if test "$use_just486" = "yes"; then
432       cd $GMPDIR && ./configure --build=$host && cd ..
433     else
434       cd $GMPDIR && ./configure && cd ..
435     fi
436  #MY_SUBDIRS="$MY_SUBDIRS $GMPDIR"  #MY_SUBDIRS="$MY_SUBDIRS $GMPDIR"
437    
438   echo "#"   echo "#"

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

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