The toplevel, common, and igen dirs all have their own code for setting up toolchain settings. Unify all of that in a new macro.
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(table.h)
|
|
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
|
|
|
|
SIM_AC_TOOLCHAIN
|
|
SIM_AC_OPTION_WARNINGS
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|