pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bmake/files Remove stray : that could break a su...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6829b24800f
branches: trunk
changeset: 533218:b6829b24800f
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Sep 11 14:13:51 2007 +0000
description:
Remove stray : that could break a substitutions as hinted by Sean
Boudreau.
diffstat:
devel/bmake/files/configure | 2 +-
devel/bmake/files/configure.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 89e8a83ead9e -r b6829b24800f devel/bmake/files/configure
--- a/devel/bmake/files/configure Tue Sep 11 13:52:58 2007 +0000
+++ b/devel/bmake/files/configure Tue Sep 11 14:13:51 2007 +0000
@@ -1736,7 +1736,7 @@
cat >>confdefs.h <<_ACEOF
-#define DEFSHELL ${DEFSHELL:}
+#define DEFSHELL ${DEFSHELL}
_ACEOF
diff -r 89e8a83ead9e -r b6829b24800f devel/bmake/files/configure.in
--- a/devel/bmake/files/configure.in Tue Sep 11 13:52:58 2007 +0000
+++ b/devel/bmake/files/configure.in Tue Sep 11 14:13:51 2007 +0000
@@ -1,6 +1,6 @@
dnl
dnl RCSid:
-dnl $Id: configure.in,v 1.3 2007/09/06 19:23:25 joerg Exp $
+dnl $Id: configure.in,v 1.4 2007/09/11 14:13:52 joerg Exp $
dnl
dnl Process this file with autoconf to produce a configure script
dnl
@@ -28,7 +28,7 @@
esac
;;
esac])
-AC_DEFINE_UNQUOTED(DEFSHELL, ${DEFSHELL:}, Shell spec to use by default)
+AC_DEFINE_UNQUOTED(DEFSHELL, ${DEFSHELL}, Shell spec to use by default)
AC_SUBST(DEFAULT_CSH)
AC_SUBST(DEFAULT_KSH)
AC_SUBST(DEFAULT_SH)
Home |
Main Index |
Thread Index |
Old Index