blob: ff11814072ed2b3628af1609148811717a93751a (
plain)
1
2
3
4
5
6
7
8
9
|
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
|