Branch: Tag:

2006-01-06

2006-01-06 08:29:34 by Peter Bortas <zino@lysator.liu.se>

Introduce PIKE_MSG_NOTE for messages that aren't really warnings, but should be prominently noted.

Converted some warning offenders to PIKE_MSG_NOTE.

Rev: src/aclocal.m4:1.108
Rev: src/configure.in:1.935

1: - AC_REVISION("$Id: configure.in,v 1.934 2006/01/06 06:38:53 peter Exp $") + AC_REVISION("$Id: configure.in,v 1.935 2006/01/06 08:29:34 peter Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
2069:    else :; fi       if test x$with_dynamic_modules = xno ; then :; else -  PIKE_MSG_WARN([Enabling dynamic modules for Win32.]) +  PIKE_MSG_NOTE([Enabling dynamic modules for Win32.])   # EXTRA_MODULE_REQUIREMENTS="${EXTRA_MODULE_REQUIREMENTS} import_functions.h"    DLOPEN_O="dlopen.o"    pike_cv_sys_dynamic_loading=yes
2166:    # MinGW system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.934 2006/01/06 06:38:53 peter Exp $. + # Automatically generated by $Id: configure.in,v 1.935 2006/01/06 08:29:34 peter Exp $.   # MinGW-version. Do NOT edit.   posix_name="`cat`"   posix_prefix="/"
2204:    # Native POSIX system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.934 2006/01/06 06:38:53 peter Exp $. + # Automatically generated by $Id: configure.in,v 1.935 2006/01/06 08:29:34 peter Exp $.   # POSIX-version. Do NOT edit.   cat   EOF
2213:    # rntcl-style    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.934 2006/01/06 06:38:53 peter Exp $. + # Automatically generated by $Id: configure.in,v 1.935 2006/01/06 08:29:34 peter Exp $.   # RNTCL-version. Do NOT edit.   sed -e "$PIKE_PATH_TRANSLATE"   EOF