/[guile]/guile/guile-core/configure.in
ViewVC logotype

Diff of /guile/guile-core/configure.in

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

revision 1.176 by mvo, Wed Dec 26 15:39:06 2001 UTC revision 1.177 by ossau, Tue Jan 22 23:46:01 2002 UTC
# Line 129  dnl a required part of the distribution. Line 129  dnl a required part of the distribution.
129  AC_DEFINE(DEBUG_EXTENSIONS)  AC_DEFINE(DEBUG_EXTENSIONS)
130  AC_DEFINE(READER_EXTENSIONS)  AC_DEFINE(READER_EXTENSIONS)
131    
132    AC_ARG_ENABLE(elisp,
133      [  --disable-elisp         omit Emacs Lisp support],,
134      enable_elisp=yes)
135    
136  dnl files which are destined for separate modules.  dnl files which are destined for separate modules.
137    
138  if test "$enable_arrays" = yes; then  if test "$enable_arrays" = yes; then
# Line 150  if test "$enable_debug_malloc" = yes; th Line 154  if test "$enable_debug_malloc" = yes; th
154     LIBOBJS="$LIBOBJS debug-malloc.o"     LIBOBJS="$LIBOBJS debug-malloc.o"
155  fi  fi
156    
157    if test "$enable_elisp" = yes; then
158       AC_DEFINE(SCM_ENABLE_ELISP)
159    fi
160    
161  #--------------------------------------------------------------------  #--------------------------------------------------------------------
162    
163  dnl Some more checks for Win32  dnl Some more checks for Win32
# Line 660  AC_CONFIG_FILES([ Line 668  AC_CONFIG_FILES([
668    libguile/guile-snarf-docs-texi    libguile/guile-snarf-docs-texi
669    libguile/version.h    libguile/version.h
670    ice-9/Makefile    ice-9/Makefile
671      lang/Makefile
672      lang/elisp/Makefile
673      lang/elisp/internals/Makefile
674      lang/elisp/primitives/Makefile
675    oop/Makefile    oop/Makefile
676    oop/goops/Makefile    oop/goops/Makefile
677    scripts/Makefile    scripts/Makefile

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177

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