/[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.157.2.17 by rlb, Tue Apr 9 17:34:47 2002 UTC revision 1.157.2.18 by mvo, Sun Apr 14 20:01:19 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 140  AC_DEFINE(DEBUG_EXTENSIONS, 1, Line 140  AC_DEFINE(DEBUG_EXTENSIONS, 1,
140  AC_DEFINE(READER_EXTENSIONS, 1,  AC_DEFINE(READER_EXTENSIONS, 1,
141    [Define if you want support for debugging Scheme programs.])    [Define if you want support for debugging Scheme programs.])
142    
143    
144    #--------------------------------------------------------------------
145    
146    AC_LIBLTDL_INSTALLABLE
147    AC_CONFIG_SUBDIRS(libltdl)
148    
149    AC_PROG_CC
150    AC_PROG_CPP
151    AC_LIBTOOL_DLOPEN
152    
153    AC_AIX
154    AC_ISC_POSIX
155    AC_MINIX
156    
157    AM_PROG_CC_STDC
158    AM_PROG_LIBTOOL
159    
160    AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no)
161    AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes)
162    
163  dnl files which are destined for separate modules.  dnl files which are destined for separate modules.
164    
165  if test "$enable_arrays" = yes; then  if test "$enable_arrays" = yes; then
# Line 167  if test "$enable_debug_malloc" = yes; th Line 187  if test "$enable_debug_malloc" = yes; th
187     AC_LIBOBJ([debug-malloc])     AC_LIBOBJ([debug-malloc])
188  fi  fi
189    
 #--------------------------------------------------------------------  
   
 AC_LIBLTDL_INSTALLABLE  
 AC_CONFIG_SUBDIRS(libltdl)  
   
 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)  
190    
191  AC_C_CONST  AC_C_CONST
192  AC_C_INLINE  AC_C_INLINE

Legend:
Removed from v.1.157.2.17  
changed lines
  Added in v.1.157.2.18

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