/[adonthell]/doc/configure.ac
ViewVC logotype

Diff of /doc/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ksterker, Mon Nov 1 17:30:22 2004 UTC revision 1.4 by ksterker, Mon Nov 15 09:01:12 2004 UTC
# Line 16  if test "$PDFLATEX" = "no" ; then Line 16  if test "$PDFLATEX" = "no" ; then
16      AC_MSG_ERROR([*** 'pdflatex' is required to build the documentation!])      AC_MSG_ERROR([*** 'pdflatex' is required to build the documentation!])
17  fi  fi
18    
19    dnl *********
20    dnl makeindex
21    dnl *********
22    
23    AC_PATH_PROG(MAKEINDEX, makeindex, no)
24    if test "$MAKEINDEX" = "no" ; then
25        AC_MSG_ERROR([*** 'makeindex' is required to build the documentation!])
26    fi
27    
28  dnl ***  dnl ***
29  dnl dot  dnl dot
30  dnl ***  dnl ***
# Line 91  AC_OUTPUT([ Line 100  AC_OUTPUT([
100  Makefile  Makefile
101  architecture/Makefile  architecture/Makefile
102  dlgedit_manual/Makefile  dlgedit_manual/Makefile
103    library/Makefile
104  plot_guideline/Makefile  plot_guideline/Makefile
105  scripting_guide/Makefile  scripting_guide/Makefile
106  rules/Makefile  rules/Makefile

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26