]> git.meshlink.io Git - catta/commitdiff
aesthetics
authorSven M. Hallberg <pesco@khjk.org>
Thu, 28 Aug 2014 18:18:19 +0000 (20:18 +0200)
committerSven M. Hallberg <pesco@khjk.org>
Thu, 28 Aug 2014 18:18:19 +0000 (20:18 +0200)
configure.ac

index 21d24b57ec17eec19843e1b5f4741f5bd749ad67..3c872a06d1bf51a2e6bdc5b91b5a84eb93baa475 100644 (file)
@@ -339,14 +339,11 @@ AC_OUTPUT
 echo "
  ---{ $PACKAGE_NAME $VERSION }---
 
-    prefix:                                    ${prefix}
-    sysconfdir:                                ${sysconfdir}
-    localstatedir:                             ${localstatedir}
-    C Compiler:                                ${CC}
-    CFLAGS:                                    ${CFLAGS}
-    Enable stack-smashing protection:          ${enable_ssp}
-"
-
-echo "\
+    prefix:                             ${prefix}
+    sysconfdir:                         ${sysconfdir}
+    localstatedir:                      ${localstatedir}
+    C Compiler:                         ${CC}
+    CFLAGS:                             ${CFLAGS}
+    Enable stack-smashing protection:   ${enable_ssp}
     Building tests:                     ${ENABLE_TESTS}
 "