summaryrefslogtreecommitdiff
path: root/m4/perror.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-22 14:21:19 +0200
committerBruno Haible <bruno@clisp.org>2011-10-22 14:21:19 +0200
commit3258ce39ae1d5833c693ac4b75cb4a4b218a2159 (patch)
tree776130a910b5cf21fa0d04f7b9707350ce232e4b /m4/perror.m4
parenta76da24458afd3758386c60ab5c0bed4e100509e (diff)
downloadgnulib-3258ce39ae1d5833c693ac4b75cb4a4b218a2159.tar.gz
perror: Fix indentation.
* m4/perror.m4 (gl_FUNC_PERROR): Fix indentation.
Diffstat (limited to 'm4/perror.m4')
-rw-r--r--m4/perror.m421
1 files changed, 13 insertions, 8 deletions
diff --git a/m4/perror.m4 b/m4/perror.m4
index 8c28d44b32..6a2d9b2423 100644
--- a/m4/perror.m4
+++ b/m4/perror.m4
@@ -1,4 +1,4 @@
-# perror.m4 serial 4
+# perror.m4 serial 5
dnl Copyright (C) 2008-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,
@@ -46,12 +46,17 @@ AC_DEFUN([gl_FUNC_PERROR],
rm -rf conftest.txt1 conftest.txt2],
[gl_cv_func_perror_works=no],
[dnl Guess no when cross-compiling.
- gl_cv_func_perror_works="guessing no"])])
- if test "$gl_cv_func_perror_works" != yes; then
- REPLACE_PERROR=1
- fi ;;
- *) dnl The system's perror() probably inherits the bugs in the
- dnl system's strerror_r(). Replace it.
- REPLACE_PERROR=1 ;;
+ gl_cv_func_perror_works="guessing no"
+ ])
+ ])
+ if test "$gl_cv_func_perror_works" != yes; then
+ REPLACE_PERROR=1
+ fi
+ ;;
+ *)
+ dnl The system's perror() probably inherits the bugs in the
+ dnl system's strerror_r(). Replace it.
+ REPLACE_PERROR=1
+ ;;
esac
])