Dear Gaby,

the following patch should correct the problem that makeindex was found 
on my system and still the variable MAKEINDEX received the empty string.

Formerly in config.log
ac_cv_prog_MAKEINDEX=

now in config.log.

ac_cv_prog_MAKEINDEX=makeindex

Ralf

~/SVK/openaxiom> svk diff
=== configure.ac
==================================================================
--- configure.ac        (revision 1131)
+++ configure.ac        (local)
@@ -100,7 +100,7 @@
  AC_CHECK_PROG([AR], [ar], [ar], [AC_MSG_ERROR([program 'ar' is missing])])

  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"
=== configure.ac.pamphlet
==================================================================
--- configure.ac.pamphlet       (revision 1131)
+++ configure.ac.pamphlet       (local)
@@ -701,7 +701,7 @@
  %
  <<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"


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to