/[pengfork]/pengfork/configure.ac
ViewVC logotype

Diff of /pengfork/configure.ac

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

revision 1.25 by chupa, Fri Dec 13 15:29:14 2002 UTC revision 1.26 by chupa, Thu Jan 2 13:43:48 2003 UTC
# Line 85  AC_HEADER_STDC Line 85  AC_HEADER_STDC
85  AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h libintl.h netdb.h netinet/in.h stdio_ext.h sys/ioctl.h sys/time.h syslog.h termios.h])  AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h libintl.h netdb.h netinet/in.h stdio_ext.h sys/ioctl.h sys/time.h syslog.h termios.h])
86    
87  # Customized checks  # Customized checks
88  AC_CHECK_HEADERS([assert.h byteswap.h ctype.h errno.h linux/if_tun.h net/if.h net/if_tun.h netinet/in_systm.h netinet/ip.h net/net_globals.h net/ppp_defs.h signal.h stdarg.h stdio.h sys/byteorder.h sys/uio.h])  AC_CHECK_HEADERS([assert.h byteswap.h ctype.h errno.h linux/if_tun.h netinet/in.h netinet/in_systm.h netinet/ip.h net/if.h net/if_tun.h net/net_globals.h net/ppp_defs.h signal.h stdarg.h stdio.h sys/byteorder.h sys/uio.h])
89    
90    
91  # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
# Line 174  AC_ARG_ENABLE(modem, Line 174  AC_ARG_ENABLE(modem,
174  if test "$modem" = yes; then  if test "$modem" = yes; then
175    AC_DEFINE([ENABLE_MODEM], 1,[ Enable/disable modem driver ])    AC_DEFINE([ENABLE_MODEM], 1,[ Enable/disable modem driver ])
176    GUILE_FLAGS    GUILE_FLAGS
   AC_CHECK_HEADERS([guile/gh.h])  
177    CFLAGS="$CFLAGS $GUILE_CFLAGS"    CFLAGS="$CFLAGS $GUILE_CFLAGS"
178    LDFLAGS="$LDFLAGS $GUILE_LDFLAGS"    LDFLAGS="$LDFLAGS $GUILE_LDFLAGS"
179      AC_CHECK_HEADERS([guile/gh.h libguile.h])
180    AC_MSG_CHECKING(whether scm_eval conforms to R5RS)    AC_MSG_CHECKING(whether scm_eval conforms to R5RS)
181    AC_CACHE_VAL(guile_r5rs_eval, [    AC_CACHE_VAL(guile_r5rs_eval, [
182      AC_TRY_COMPILE([#include <guile/gh.h>], [SCM e, m; scm_eval(e, m);],      AC_TRY_COMPILE([#include <guile/gh.h>], [SCM e, m; scm_eval(e, m);],
# Line 185  if test "$modem" = yes; then Line 185  if test "$modem" = yes; then
185    if test "$guile_r5rs_eval" = yes; then    if test "$guile_r5rs_eval" = yes; then
186      AC_DEFINE([HAVE_R5RS_EVAL], 1,[Enabled if scm_eval is R5RS compliant])      AC_DEFINE([HAVE_R5RS_EVAL], 1,[Enabled if scm_eval is R5RS compliant])
187    fi    fi
188      AC_CHECK_FUNCS([scm_c_define_gsubr gh_new_procedure scm_c_primitive_load gh_eval_file scm_c_lookup gh_lookup])
189  fi  fi
190  AM_CONDITIONAL(BUILD_MODEM, test "$modem" = yes)  AM_CONDITIONAL(BUILD_MODEM, test "$modem" = yes)
191    
# Line 356  AC_CONFIG_FILES([Makefile Line 357  AC_CONFIG_FILES([Makefile
357                   include/cable/Makefile                   include/cable/Makefile
358                   include/dsl/Makefile                   include/dsl/Makefile
359                   include/fdo/Makefile                   include/fdo/Makefile
360                     include/fdo/atoms/Makefile
361                   include/iptunnel/Makefile                   include/iptunnel/Makefile
362                   include/l2tp/Makefile                   include/l2tp/Makefile
363                   include/modem/Makefile                   include/modem/Makefile
# Line 369  AC_CONFIG_FILES([Makefile Line 371  AC_CONFIG_FILES([Makefile
371                   src/cable/Makefile                   src/cable/Makefile
372                   src/dsl/Makefile                   src/dsl/Makefile
373                   src/fdo/Makefile                   src/fdo/Makefile
374                     src/fdo/atoms/Makefile
375                   src/iptunnel/Makefile                   src/iptunnel/Makefile
376                   src/l2tp/Makefile                   src/l2tp/Makefile
377                   src/modem/Makefile                   src/modem/Makefile

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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