diff options
Diffstat (limited to 'sim/common/common.m4')
-rw-r--r-- | sim/common/common.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/common.m4 b/sim/common/common.m4 index 634a7b2f9cd..cf6e06ccf22 100644 --- a/sim/common/common.m4 +++ b/sim/common/common.m4 @@ -10,13 +10,13 @@ # dnl Process this file with autoconf to produce a configure script. # AC_PREREQ(2.5)dnl # AC_INIT(Makefile.in) +# AC_CONFIG_HEADER(config.h:config.in) # +# sinclude(../common/aclocal.m4) # sinclude(../common/common.m4) # # ... target specific stuff ... -# autoconf.info says this should be called right after AC_INIT. -AC_CONFIG_HEADER(config.h:config.in) AC_CANONICAL_SYSTEM AC_ARG_PROGRAM AC_PROG_CC |