diff options
Diffstat (limited to 'libada/configure.ac')
-rw-r--r-- | libada/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libada/configure.ac b/libada/configure.ac index 837e083..a266812 100644 --- a/libada/configure.ac +++ b/libada/configure.ac @@ -15,13 +15,14 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +sinclude(../config/acx.m4) +sinclude(../config/override.m4) + AC_INIT 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 |