/[hurd]/hurd-l4/configure.ac
ViewVC logotype

Diff of /hurd-l4/configure.ac

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

revision 1.3 by marcus, Sun Aug 17 03:17:17 2003 UTC revision 1.4 by neal, Sun Sep 7 21:49:30 2003 UTC
# Line 34  AC_PROG_CC Line 34  AC_PROG_CC
34  AM_PROG_AS  AM_PROG_AS
35  AC_PROG_RANLIB  AC_PROG_RANLIB
36    
37    # Required for building the documentation
38    AC_PATH_PROG([LATEX], [latex], no)
39    if test "x$LATEX" = xno; then
40      missing_progs="$missing_progs latex"
41    fi
42    AC_PATH_PROG([DVIPS], [dvips], no)
43    if test "x$DVIPS" = xno; then
44      missing_progs="$missing_progs dvips"
45    fi
46    AC_PATH_PROG([PS2PDF], [ps2pdf], no)
47    if test "x$PS2PDF" = xno; then
48      missing_progs="$missing_progs ps2pdf"
49    fi
50    
51  # Checks for libraries.  # Checks for libraries.
52    
53  # Checks for header files.  # Checks for header files.
# Line 56  esac Line 70  esac
70  m4_include([libhurd-slab/headers.m4])  m4_include([libhurd-slab/headers.m4])
71  m4_include([libhurd-ihash/headers.m4])  m4_include([libhurd-ihash/headers.m4])
72    
73    if test "x$missing_progs" != "x"; then
74      AC_MSG_ERROR([The following programs were not found:$missing_progs])
75    fi
76    
77  # Checks for library functions.  # Checks for library functions.
78  AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
79                   laden/Makefile                   laden/Makefile
80                   libl4/ia32/Makefile libl4/Makefile                   libl4/ia32/Makefile libl4/Makefile
81                   libhurd-slab/Makefile                   libhurd-slab/Makefile
82                   libhurd-ihash/Makefile])                   libhurd-ihash/Makefile
83                     doc/Makefile])
84  AC_OUTPUT  AC_OUTPUT

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