diff options
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 4b2ed3be..29612d2b 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -701,7 +701,7 @@ this works right when one follows the installation instructions. % <<doc utils>>= AC_PATH_PROG([LATEX], [latex]) -AC_CHECK_PROG([MAKEINDEX], [makeindex]) +AC_CHECK_PROGS([MAKEINDEX], [makeindex]) if test -n "$LATEX"; then \ axiom_src_all="$axiom_src_all all-book" axiom_src_subdirs="$axiom_src_subdirs booklets" |