summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:14:07 -0500
commitce3d56920b15facbb64b3caf0d823a3f57c0dded (patch)
tree0ea4a13885afb281237b3747e85eb6315863ae0a /autoconf
parent35a2e09c655f26067db0f51837704886d6ffff78 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/ast_c_compile_check.m42
-rw-r--r--autoconf/ast_c_declare_check.m42
-rw-r--r--autoconf/ast_c_define_check.m42
-rw-r--r--autoconf/ast_check_osptk.m43
-rw-r--r--autoconf/ast_check_pwlib.m48
-rw-r--r--autoconf/ast_pkgconfig.m41
6 files changed, 8 insertions, 10 deletions
diff --git a/autoconf/ast_c_compile_check.m4 b/autoconf/ast_c_compile_check.m4
index ebdaefa89..48fe77ceb 100644
--- a/autoconf/ast_c_compile_check.m4
+++ b/autoconf/ast_c_compile_check.m4
@@ -20,7 +20,7 @@ AC_DEFUN([AST_C_COMPILE_CHECK],
AC_DEFINE([HAVE_$1], 1, [Define if your system has the $1 headers.])
m4_ifval([$4], [AC_DEFINE([HAVE_$1_VERSION], $4, [Define $1 headers version])])
],
- [ AC_MSG_RESULT(no) ]
+ [ AC_MSG_RESULT(no) ]
)
CPPFLAGS="${saved_cppflags}"
fi
diff --git a/autoconf/ast_c_declare_check.m4 b/autoconf/ast_c_declare_check.m4
index 89fb8063d..cd4fa033f 100644
--- a/autoconf/ast_c_declare_check.m4
+++ b/autoconf/ast_c_declare_check.m4
@@ -23,7 +23,7 @@ AC_DEFUN([AST_C_DECLARE_CHECK],
AC_DEFINE([HAVE_$1], 1, [Define if your system has $2 declared.])
m4_ifval([$4], [AC_DEFINE([HAVE_$1_VERSION], $4, [Define $1 headers version])])
],
- [ AC_MSG_RESULT(no) ]
+ [ AC_MSG_RESULT(no) ]
)
CPPFLAGS="${saved_cppflags}"
diff --git a/autoconf/ast_c_define_check.m4 b/autoconf/ast_c_define_check.m4
index 52b979110..f23bdfce8 100644
--- a/autoconf/ast_c_define_check.m4
+++ b/autoconf/ast_c_define_check.m4
@@ -25,7 +25,7 @@ AC_DEFUN([AST_C_DEFINE_CHECK],
AC_DEFINE([HAVE_$1], 1, [Define if your system has the $1 headers.])
m4_ifval([$4], [AC_DEFINE([HAVE_$1_VERSION], $4, [Define $1 headers version])])
],
- [ AC_MSG_RESULT(no) ]
+ [ AC_MSG_RESULT(no) ]
)
CPPFLAGS="${saved_cppflags}"
fi
diff --git a/autoconf/ast_check_osptk.m4 b/autoconf/ast_check_osptk.m4
index e93b2951a..e42ec0e29 100644
--- a/autoconf/ast_check_osptk.m4
+++ b/autoconf/ast_check_osptk.m4
@@ -1,4 +1,4 @@
-dnl
+dnl
dnl @synopsis AST_CHECK_OSPTK([REQ_VER_MAJOR],[REQ_VER_MINOR],[REQ_VER_BUGFIX])
dnl
dnl @summary check for existence of OSP Toolkit package
@@ -64,4 +64,3 @@ AC_DEFUN([AST_CHECK_OSPTK],
fi
fi
])
-
diff --git a/autoconf/ast_check_pwlib.m4 b/autoconf/ast_check_pwlib.m4
index 8ec2d58a0..510881f3c 100644
--- a/autoconf/ast_check_pwlib.m4
+++ b/autoconf/ast_check_pwlib.m4
@@ -234,11 +234,11 @@ AC_DEFUN([AST_CHECK_PWLIB_BUILD], [
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([$4],[$5])],
- [ AC_MSG_RESULT(yes)
- ac_cv_lib_$2="yes"
+ [ AC_MSG_RESULT(yes)
+ ac_cv_lib_$2="yes"
],
- [ AC_MSG_RESULT(no)
- ac_cv_lib_$2="no"
+ [ AC_MSG_RESULT(no)
+ ac_cv_lib_$2="no"
]
)
diff --git a/autoconf/ast_pkgconfig.m4 b/autoconf/ast_pkgconfig.m4
index 8641f94a9..ae7bbc086 100644
--- a/autoconf/ast_pkgconfig.m4
+++ b/autoconf/ast_pkgconfig.m4
@@ -14,4 +14,3 @@ AC_DEFUN([AST_PKG_CONFIG_CHECK],
)
fi
])
-