diff options
Diffstat (limited to 'libada/configure.ac')
-rw-r--r-- | libada/configure.ac | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/libada/configure.ac b/libada/configure.ac index a9b4a69..837e083 100644 --- a/libada/configure.ac +++ b/libada/configure.ac @@ -20,6 +20,19 @@ AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([Makefile.in]) +sinclude(../config/acx.m4) + +# Determine the host, build, and target systems +AC_CANONICAL_BUILD +AC_CANONICAL_HOST +AC_CANONICAL_TARGET + +# Determine the noncanonical target name, for directory use. +ACX_NONCANONICAL_TARGET + +# Determine the target- and build-specific subdirectories +GCC_TOPLEV_SUBDIRS + # Command-line options. # Very limited version of AC_MAINTAINER_MODE. AC_ARG_ENABLE([maintainer-mode], @@ -56,12 +69,6 @@ esac ], [enable_shared=yes]) AC_SUBST([enable_shared]) -# Start of actual configure tests - -AC_CANONICAL_BUILD -AC_CANONICAL_HOST -AC_CANONICAL_TARGET - # Need to pass this down for now :-P AC_PROG_LN_S |