aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-23 00:51:59 +0000
committerJoão Valverde <j@v6e.pt>2016-03-23 02:07:59 +0000
commit17371523e1da11fdba14785d4975e33776419d45 (patch)
tree7a4391c0bf6c8e29a1a64407ec4766e1a84fccc8 /aclocal-fallback
parent3a9feb4118c99d26fae843b0dc57d2cb0a092c0e (diff)
Clean autoconf macros whitespace
Change-Id: Ib57e9255991b63bb47c8e9821938d3b38a82d140 Reviewed-on: https://code.wireshark.org/review/14576 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'aclocal-fallback')
-rw-r--r--aclocal-fallback/ax_check_compile_flag.m41
-rw-r--r--aclocal-fallback/libgcrypt.m44
-rw-r--r--aclocal-fallback/libsmi.m42
3 files changed, 2 insertions, 5 deletions
diff --git a/aclocal-fallback/ax_check_compile_flag.m4 b/aclocal-fallback/ax_check_compile_flag.m4
index 979f904303..51df0c09a7 100644
--- a/aclocal-fallback/ax_check_compile_flag.m4
+++ b/aclocal-fallback/ax_check_compile_flag.m4
@@ -72,4 +72,3 @@ AS_IF([test x"AS_VAR_GET(CACHEVAR)" = xyes],
[m4_default([$3], :)])
AS_VAR_POPDEF([CACHEVAR])dnl
])dnl AX_CHECK_COMPILE_FLAGS
-
diff --git a/aclocal-fallback/libgcrypt.m4 b/aclocal-fallback/libgcrypt.m4
index 20bd105561..d8c2007547 100644
--- a/aclocal-fallback/libgcrypt.m4
+++ b/aclocal-fallback/libgcrypt.m4
@@ -15,7 +15,7 @@ dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libgcrypt and define LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS.
dnl MINIMUN-VERSION is a string with the version number optionalliy prefixed
dnl with the API version to also check the API compatibility. Example:
-dnl a MINIMUN-VERSION of 1:1.2.5 won't pass the test unless the installed
+dnl a MINIMUN-VERSION of 1:1.2.5 won't pass the test unless the installed
dnl version of libgcrypt is at least 1.2.5 *and* the API number is 1. Using
dnl this features allows to prevent build against newer versions of libgcrypt
dnl with a changed API.
@@ -59,7 +59,7 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'`
if test "$major" -gt "$req_major"; then
ok=yes
- else
+ else
if test "$major" -eq "$req_major"; then
if test "$minor" -gt "$req_minor"; then
ok=yes
diff --git a/aclocal-fallback/libsmi.m4 b/aclocal-fallback/libsmi.m4
index 4019528f1f..d719438edc 100644
--- a/aclocal-fallback/libsmi.m4
+++ b/aclocal-fallback/libsmi.m4
@@ -123,5 +123,3 @@ AC_DEFUN([AX_LIBSMI],
fi
fi
])
-
-