pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bmake/files Further testing revealed that there ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d22d7071f79f
branches:  trunk
changeset: 533564:d22d7071f79f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Sep 21 13:12:30 2007 +0000

description:
Further testing revealed that there was a syntax error left. Fixed.

diffstat:

 devel/bmake/files/configure.in |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2dd9859a3e46 -r d22d7071f79f devel/bmake/files/configure.in
--- a/devel/bmake/files/configure.in    Fri Sep 21 13:06:56 2007 +0000
+++ b/devel/bmake/files/configure.in    Fri Sep 21 13:12:30 2007 +0000
@@ -1,6 +1,6 @@
 dnl
 dnl RCSid:
-dnl    $Id: configure.in,v 1.5 2007/09/21 10:36:34 rillig Exp $
+dnl    $Id: configure.in,v 1.6 2007/09/21 13:12:30 rillig Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script
 dnl
@@ -21,6 +21,7 @@
        */csh)  DEFSHELL=0; DEFAULT_CSH=$with_defshell;; # kidding right?
        */sh)  DEFSHELL=1; DEFAULT_SH=$with_defshell;;
        */ksh) DEFSHELL=2; DEFAULT_KSH=$with_defshell;;
+       esac
        ;;
 esac])
 AC_DEFINE_UNQUOTED(DEFSHELL, ${DEFSHELL}, Shell spec to use by default)



Home | Main Index | Thread Index | Old Index