Branch: Tag:

2005-11-22

2005-11-22 16:40:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: src/configure.in:1.928

1: - AC_REVISION("$Id: configure.in,v 1.927 2005/11/22 14:01:02 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.928 2005/11/22 16:40:42 grubba Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
58:    AC_PATH_PROG(bash_prog, bash, no)    if test "x$ac_cv_path_bash_prog" = "xno"; then :; else    AC_MSG_CHECKING([if $ac_cv_path_bash_prog works]) -  if "$ac_cv_path_bash_prog" -norc -c : 2>&AC_FD_CC; then +  if "$ac_cv_path_bash_prog" --norc -c : 2>&AC_FD_CC; then    AC_MSG_RESULT(yes)    else    AC_MSG_RESULT(no)
69:    AC_MSG_WARN([Found bash as $ac_cv_path_bash_prog.   Will attempt to restart configure with bash for performance.   If this fails, please set CONFIG_SHELL to /bin/sh before starting configure.]) -  CONFIG_SHELL="$ac_cv_path_bash_prog -norc" +  CONFIG_SHELL="$ac_cv_path_bash_prog --norc"    export CONFIG_SHELL    echo $CONFIG_SHELL "$srcdir/configure" $ac_configure_args    eval exec $CONFIG_SHELL "$srcdir/configure" $ac_configure_args
2334:    # MinGW system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.927 2005/11/22 14:01:02 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.928 2005/11/22 16:40:42 grubba Exp $.   # MinGW-version. Do NOT edit.   posix_name="`cat`"   posix_prefix="/"
2372:    # Native POSIX system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.927 2005/11/22 14:01:02 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.928 2005/11/22 16:40:42 grubba Exp $.   # POSIX-version. Do NOT edit.   cat   EOF
2381:    # rntcl-style    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.927 2005/11/22 14:01:02 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.928 2005/11/22 16:40:42 grubba Exp $.   # RNTCL-version. Do NOT edit.   sed -e "$PIKE_PATH_TRANSLATE"   EOF