diff options
Diffstat (limited to 'sim/frv/configure.ac')
-rw-r--r-- | sim/frv/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/frv/configure.ac b/sim/frv/configure.ac index b62cccd..35d1d7c 100644 --- a/sim/frv/configure.ac +++ b/sim/frv/configure.ac @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. -sinclude(../common/aclocal.m4) AC_PREREQ(2.59)dnl AC_INIT(Makefile.in) -SIM_AC_COMMON +sinclude(../common/common.m4) +sinclude(../common/aclocal.m4) SIM_AC_OPTION_ENDIAN(BIG_ENDIAN) SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT) |