]>
Commit | Line | Data |
---|---|---|
e0709f50 | 1 | dnl Process this file with autoconf to produce a configure script. |
e0709f50 | 2 | AC_INIT(Makefile.in) |
760b3e8b | 3 | AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config]) |
e0709f50 AC |
4 | |
5 | dnl Options available in this module | |
9d903352 | 6 | SIM_AC_OPTION_HARDWARE(\ |
88f68ee2 | 7 | m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram) |
e0709f50 | 8 | |
e0709f50 | 9 | SIM_AC_OUTPUT |