mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Cosmetic changes to configure.ac.
This commit is contained in:
parent
88ee301ec2
commit
1239649f96
1 changed files with 6 additions and 8 deletions
14
configure.ac
14
configure.ac
|
@ -341,6 +341,10 @@ fi
|
||||||
AC_MSG_RESULT([$enable_small])
|
AC_MSG_RESULT([$enable_small])
|
||||||
AM_CONDITIONAL(COND_SMALL, test "x$enable_small" = xyes)
|
AM_CONDITIONAL(COND_SMALL, test "x$enable_small" = xyes)
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Checks for programs.
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Initializing Automake:"
|
echo "Initializing Automake:"
|
||||||
|
|
||||||
|
@ -349,16 +353,10 @@ CXX=no
|
||||||
F77=no
|
F77=no
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
AC_PROG_LN_S
|
||||||
AC_USE_SYSTEM_EXTENSIONS
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Checks for programs.
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
AM_PROG_AS
|
AM_PROG_AS
|
||||||
AC_PROG_LN_S
|
AC_USE_SYSTEM_EXTENSIONS
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Threading support:"
|
echo "Threading support:"
|
||||||
|
|
Loading…
Reference in a new issue