/[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.7 by marcus, Fri Sep 12 18:45:56 2003 UTC revision 1.8 by marcus, Sat Sep 13 00:25:50 2003 UTC
# Line 33  AC_GNU_SOURCE Line 33  AC_GNU_SOURCE
33  AC_PROG_CC  AC_PROG_CC
34  AM_PROG_AS  AM_PROG_AS
35  AC_PROG_RANLIB  AC_PROG_RANLIB
36    AC_CHECK_TOOL([AR], [ar], :)
37    AC_CHECK_TOOL([NM], [nm], :)
38    AC_PATH_PROG([SED], [sed], :)
39    AC_PATH_PROG([SORT], [sort], :)
40    
41  # Required for building the documentation  # Required for building the documentation
42  AC_PATH_PROG([LATEX], [latex], no)  AC_PATH_PROG([LATEX], [latex], no)
# Line 49  if test "x$PS2PDF" = xno; then Line 53  if test "x$PS2PDF" = xno; then
53  fi  fi
54    
55  # Checks for libraries.  # Checks for libraries.
56    AC_MSG_CHECKING([for static GNU C library])
57    STATIC_GLIBC=`$CC -print-file-name=libc.a`
58    if test "x$STATIC_GLIBC" = xlibc.a; then
59      AC_MSG_RESULT([none])
60      AC_MSG_ERROR([Could not find static version of the GNU C library])
61    else
62      AC_MSG_RESULT([$STATIC_GLIBC])
63    fi
64    AC_SUBST(STATIC_GLIBC)
65    
66    
67  # Checks for header files.  # Checks for header files.
68    
# Line 79  fi Line 93  fi
93  # Checks for library functions.  # Checks for library functions.
94  AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
95                   libl4/ia32/Makefile libl4/Makefile                   libl4/ia32/Makefile libl4/Makefile
96                     libc-parts/Makefile
97                   laden/Makefile                   laden/Makefile
98                   wortel/Makefile                   wortel/Makefile
99                   physmem/Makefile                   physmem/Makefile

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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