diff options
Diffstat (limited to 'sim/msp430/configure.ac')
-rw-r--r-- | sim/msp430/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/msp430/configure.ac b/sim/msp430/configure.ac index f74cd7e..68e9467 100644 --- a/sim/msp430/configure.ac +++ b/sim/msp430/configure.ac @@ -19,7 +19,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see <http://www.gnu.org/licenses/>. dnl AC_INIT(Makefile.in) -AC_CONFIG_MACRO_DIRS([../common ../.. ../../config]) +AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config]) SIM_AC_COMMON |