From: Mark Wooding Date: Sun, 2 Jun 2013 14:49:05 +0000 (+0100) Subject: configure.ac: Some random formatting tweaks. X-Git-Tag: 2.2.1~5 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/51c4088bc2e1e19b5664e956131fff5868701c6e configure.ac: Some random formatting tweaks. --- diff --git a/configure.ac b/configure.ac index c15c647..a5e8547 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl dnl (c) 2008 Straylight/Edgeware dnl -dnl ----- Licensing notice -------------------------------------------------- +dnl----- Licensing notice --------------------------------------------------- dnl dnl This file is part of the mLib utilities library. dnl @@ -67,7 +67,7 @@ AC_CHECK_MEMBERS([struct msgdr.msg_control],,, [ ]) dnl Find out whether we're cross-compiling. -AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes ]) +AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes]) dnl-------------------------------------------------------------------------- dnl Name resolution. @@ -129,4 +129,4 @@ AC_CONFIG_FILES( [t/Makefile t/atlocal]) AC_OUTPUT -dnl ----- That's all, folks ------------------------------------------------- +dnl------ That's all, folks -------------------------------------------------