diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fdd23aa92..2c6d26433 100644 --- a/configure.ac +++ b/configure.ac @@ -1908,6 +1908,12 @@ AC_CHECK_PROG(SGMLTOOLS, sgmltools, sgmltools, no) AC_CHECK_PROG(FIG2DEV, fig2dev, fig2dev, no) +dnl -------------------------- +dnl Newest automake workaround +dnl -------------------------- +AC_SUBST(mkdir_p) + + dnl --------------------------------------------- dnl Output configuration files dnl --------------------------------------------- |