Branch: Tag:

2006-07-03

2006-07-03 03:22:28 by Martin Nilsson <mani@lysator.liu.se>

Added facet configure option

Rev: src/acconfig.h:1.150
Rev: src/configure.in:1.969

1: - AC_REVISION("$Id: configure.in,v 1.968 2006/07/02 21:09:23 nilsson Exp $") + AC_REVISION("$Id: configure.in,v 1.969 2006/07/03 03:22:28 nilsson Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1528:    [enable experimental code for multicpu machines (EXPERIMENTAL).]),    [],[AC_DEFINE(PIKE_RUN_UNLOCKED)])    + AC_ARG_WITH(facets, MY_DESCR([--with-facets], +  [enable experimental facet support (EXPERIMENTAL).]), +  [AC_DEFINE(WITH_FACETS)]) +    AC_ARG_WITH(pike-type, MY_DESCR([--without-pike-type],    [disable struct pike_type (IGNORED).]))   
2255:    # MinGW system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.968 2006/07/02 21:09:23 nilsson Exp $. + # Automatically generated by $Id: configure.in,v 1.969 2006/07/03 03:22:28 nilsson Exp $.   # MinGW-version. Do NOT edit.   posix_name="`cat`"   posix_prefix="/"
2293:    # Native POSIX system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.968 2006/07/02 21:09:23 nilsson Exp $. + # Automatically generated by $Id: configure.in,v 1.969 2006/07/03 03:22:28 nilsson Exp $.   # POSIX-version. Do NOT edit.   cat   EOF
2302:    # rntcl-style    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.968 2006/07/02 21:09:23 nilsson Exp $. + # Automatically generated by $Id: configure.in,v 1.969 2006/07/03 03:22:28 nilsson Exp $.   # RNTCL-version. Do NOT edit.   sed -e "$PIKE_PATH_TRANSLATE"   EOF