/[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.184 by rlb, Thu Apr 11 04:41:30 2002 UTC revision 1.185 by mvo, Wed Apr 17 17:37:29 2002 UTC
# Line 20  dnl  along with GUILE; see the file COPY Line 20  dnl  along with GUILE; see the file COPY
20  dnl  Free Software Foundation, Inc., 59 Temple Place - Suite 330,  dnl  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  dnl  Boston, MA 02111-1307, USA.  dnl  Boston, MA 02111-1307, USA.
22    
23  AC_PREREQ(2.50)  AC_PREREQ(2.53)
24    
25  AC_INIT  AC_INIT
26  AC_CONFIG_SRCDIR([Makefile.in])  AC_CONFIG_SRCDIR([Makefile.in])
# Line 143  AC_ARG_ENABLE(elisp, Line 143  AC_ARG_ENABLE(elisp,
143    [  --disable-elisp         omit Emacs Lisp support],,    [  --disable-elisp         omit Emacs Lisp support],,
144    enable_elisp=yes)    enable_elisp=yes)
145    
146    #--------------------------------------------------------------------
147    
148    dnl Some more checks for Win32
149    AC_CYGWIN
150    AC_MINGW32
151    AC_LIBTOOL_WIN32_DLL
152    
153    AC_LIBLTDL_INSTALLABLE
154    AC_CONFIG_SUBDIRS(libltdl)
155    
156    AC_PROG_INSTALL
157    AC_PROG_CC
158    AC_PROG_CPP
159    AC_LIBTOOL_DLOPEN
160    
161    AC_AIX
162    AC_ISC_POSIX
163    AC_MINIX
164    
165    AM_PROG_CC_STDC
166    AM_PROG_LIBTOOL
167    
168    AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no)
169    AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes)
170    
171  dnl files which are destined for separate modules.  dnl files which are destined for separate modules.
172    
173  if test "$enable_arrays" = yes; then  if test "$enable_arrays" = yes; then
# Line 175  if test "$enable_elisp" = yes; then Line 200  if test "$enable_elisp" = yes; then
200       [Define this if you want Elisp support (in addition to Scheme).])       [Define this if you want Elisp support (in addition to Scheme).])
201  fi  fi
202    
 #--------------------------------------------------------------------  
   
 dnl Some more checks for Win32  
 AC_CYGWIN  
 AC_MINGW32  
 AC_LIBTOOL_WIN32_DLL  
   
 AC_LIBLTDL_INSTALLABLE  
 AC_CONFIG_SUBDIRS(libltdl)  
   
 AC_PROG_INSTALL  
 AC_PROG_CC  
 AC_PROG_CPP  
 AC_LIBTOOL_DLOPEN  
   
 AC_AIX  
 AC_ISC_POSIX  
 AC_MINIX  
   
 AM_PROG_CC_STDC  
 AM_PROG_LIBTOOL  
   
 AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no)  
 AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes)  
203    
204  AC_C_CONST  AC_C_CONST
205  AC_C_INLINE  AC_C_INLINE

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185

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