diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 21d3e231e..2be9410ec 100644 --- a/configure.in +++ b/configure.in @@ -875,6 +875,13 @@ dnl Check for doxygen (dynamic documentation generator) dnl AC_CHECK_PROG(DOXYGEN, doxygen, doxygen, no) +dnl +dnl It seems automake 1.5 don't take care about this script +dnl +if test ! -z $am_depcomp; then + DEPCOMP="depcomp" +fi +AC_SUBST(DEPCOMP) dnl dnl Output configuration files |