Module Name: othersrc
Committed By: lukem
Date: Thu Mar 21 03:21:08 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
Tweak quotes in a description to avoid syntax highlight fubar
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 othersrc/libexec/tnftpd/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.33 othersrc/libexec/tnftpd/configure.ac:1.34
--- othersrc/libexec/tnftpd/configure.ac:1.33 Thu Mar 21 02:56:56 2013
+++ othersrc/libexec/tnftpd/configure.ac Thu Mar 21 03:21:08 2013
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.33 2013/03/21 02:56:56 lukem Exp $
+# $NetBSD: configure.ac,v 1.34 2013/03/21 03:21:08 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -9,7 +9,7 @@ AC_COPYRIGHT([
Copyright (c) 2001-2013 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.33 $])
+AC_REVISION([$Revision: 1.34 $])
AS_SHELL_SANITIZE
@@ -71,10 +71,10 @@ AH_TEMPLATE([HAVE_DIRFD_AS_MACRO],
AH_TEMPLATE([HAVE_POLL],
[Define if we have poll() and it is not emulated.])
AH_TEMPLATE([HAVE_PRINTF_QD],
- [Define if *printf() uses %qd to print `long long'
+ [Define if *printf() uses %qd to print 'long long'
(otherwise uses %lld).])
AH_TEMPLATE([HAVE_PRINTF_LONG_LONG],
- [Define if `long long' is supported and
+ [Define if 'long long' is supported and
*printf() supports %lld or %qd to print them.])
AH_TEMPLATE([NO_INTERNAL_LS],
[Define if not using in-built /bin/ls code.])