chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2be33c7
)
configure.ac: Some random formatting tweaks.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 2 Jun 2013 14:49:05 +0000
(15:49 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 28 Jun 2013 22:59:00 +0000
(23:59 +0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index c15c6478eabd3396f6e276d974a3effddb98413c..a5e85473cf046ed65f088f8c6c3b5058b9f19de9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5,7
+5,7
@@
dnl
dnl (c) 2008 Straylight/Edgeware
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
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.
])
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.
dnl--------------------------------------------------------------------------
dnl Name resolution.
@@
-129,4
+129,4
@@
AC_CONFIG_FILES(
[t/Makefile t/atlocal])
AC_OUTPUT
[t/Makefile t/atlocal])
AC_OUTPUT
-dnl
----- That's all, folks -------------------------------------------------
+dnl
-
----- That's all, folks -------------------------------------------------