aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-06 21:47:17 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-06 21:47:17 +0200
commit1239649f96132b18e3b7e2dd152ecf53a195caa8 (patch)
tree28c0ea66001f57f5438e422895d015d0b62511bc /configure.ac
parentAutomatically disable assembler code on Darwin x86. (diff)
downloadxz-1239649f96132b18e3b7e2dd152ecf53a195caa8.tar.xz
Cosmetic changes to configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 6 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index da2944cd..f4998374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,6 +341,10 @@ fi
AC_MSG_RESULT([$enable_small])
AM_CONDITIONAL(COND_SMALL, test "x$enable_small" = xyes)
+###############################################################################
+# Checks for programs.
+###############################################################################
+
echo
echo "Initializing Automake:"
@@ -349,16 +353,10 @@ CXX=no
F77=no
AM_INIT_AUTOMAKE
-
-AC_USE_SYSTEM_EXTENSIONS
-
-###############################################################################
-# Checks for programs.
-###############################################################################
-
+AC_PROG_LN_S
AM_PROG_CC_C_O
AM_PROG_AS
-AC_PROG_LN_S
+AC_USE_SYSTEM_EXTENSIONS
echo
echo "Threading support:"