diff options
Diffstat (limited to 'sim/pru/configure.ac')
-rw-r--r-- | sim/pru/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/pru/configure.ac b/sim/pru/configure.ac index 1d4474a..dcc2cba 100644 --- a/sim/pru/configure.ac +++ b/sim/pru/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) -sinclude(../common/acinclude.m4) +AC_CONFIG_MACRO_DIRS([../common ../.. ../../config]) SIM_AC_COMMON |