summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-07-31 14:49:36 +0200
committerBruno Haible <bruno@clisp.org>2011-07-31 14:50:17 +0200
commitcd19e83484e2c0ff9fd68e7439dd97128c6a2703 (patch)
treee864e4a043a708ababee48906f859f812fe749df
parentfb733077fcd97a36e1ffdb292387943df8e1b9b4 (diff)
downloadgnulib-cd19e83484e2c0ff9fd68e7439dd97128c6a2703.tar.gz
snippet/warn-on-use: Fix indentation.
* m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Fix indentation.
-rw-r--r--ChangeLog5
-rw-r--r--m4/warn-on-use.m46
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2160e20423..6159ee2771 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-31 Bruno Haible <bruno@clisp.org>
+
+ snippet/warn-on-use: Fix indentation.
+ * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Fix indentation.
+
2011-07-25 Jim Meyering <meyering@redhat.com>
tests: test-update-copyright.sh: remove unnecessary "rm" commands
diff --git a/m4/warn-on-use.m4 b/m4/warn-on-use.m4
index e958580e2e..f09deef456 100644
--- a/m4/warn-on-use.m4
+++ b/m4/warn-on-use.m4
@@ -1,4 +1,4 @@
-# warn-on-use.m4 serial 3
+# warn-on-use.m4 serial 4
dnl Copyright (C) 2010-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -37,8 +37,8 @@ dnl autoconf 2.64 or newer.
[@%:@undef $gl_func
(void) $gl_func;])],
[AS_VAR_SET(gl_Symbol, [yes])], [AS_VAR_SET(gl_Symbol, [no])])])
- AS_VAR_IF(gl_Symbol, [yes],
- [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_RAW_DECL_$gl_func]), [1])
+ AS_VAR_IF(gl_Symbol, [yes],
+ [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_RAW_DECL_$gl_func]), [1])
dnl shortcut - if the raw declaration exists, then set a cache
dnl variable to allow skipping any later AC_CHECK_DECL efforts
eval ac_cv_have_decl_$gl_func=yes])