[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-patch] [PATCH 03/15] maint: add some m4 quoting
From: |
Jim Meyering |
Subject: |
[bug-patch] [PATCH 03/15] maint: add some m4 quoting |
Date: |
Sat, 26 Mar 2011 14:31:58 +0100 |
From: Jim Meyering <address@hidden>
* m4/setmode.m4 (AC_FUNC_SETMODE_DOS): Use proper M4 quoting.
---
m4/setmode.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/m4/setmode.m4 b/m4/setmode.m4
index 74ead44..9b6e6b4 100644
--- a/m4/setmode.m4
+++ b/m4/setmode.m4
@@ -18,7 +18,7 @@
# USA.
AC_DEFUN([AC_FUNC_SETMODE_DOS],
- [AC_CHECK_HEADERS(fcntl.h unistd.h)
+ [AC_CHECK_HEADERS([fcntl.h unistd.h])
AC_CACHE_CHECK([for DOS-style setmode],
[ac_cv_func_setmode_dos],
[AC_TRY_LINK(
@@ -33,6 +33,6 @@ AC_DEFUN([AC_FUNC_SETMODE_DOS],
[ac_cv_func_setmode_dos=yes],
[ac_cv_func_setmode_dos=no])])
if test $ac_cv_func_setmode_dos = yes; then
- AC_DEFINE(HAVE_SETMODE_DOS, 1,
+ AC_DEFINE([HAVE_SETMODE_DOS], [1],
[Define to 1 if you have the DOS-style `setmode' function.])
fi])
--
1.7.1.354.ge64bd
- [bug-patch] [PATCH 00/15] *** SUBJECT HERE ***, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 03/15] maint: add some m4 quoting,
Jim Meyering <=
- [bug-patch] [PATCH 08/15] tests: temporarily disable failing syntax-check rules, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 01/15] maint: use gnulib's maintainer-makefile module, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 02/15] maint: arrange for the sc_require_config_h_first test to pass, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 04/15] maint: remove trailing blanks, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 09/15] build: avoid three gcc warnings, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 15/15] build: don't turn off -Wmissing-declarations, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 13/15] maint: remove now-unneeded macro definitions, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 14/15] build: don't turn off -Wmissing-prototypes, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 05/15] maint: allow the sc_prohibit_empty_lines_at_EOF test to pass, Jim Meyering, 2011/03/26