/[mcrypt]/module-skipjack/configure.in
ViewVC logotype

Diff of /module-skipjack/configure.in

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

revision 1.2 by nmav, Wed Sep 27 13:45:22 2000 UTC revision 1.4 by nmav, Sat Oct 7 18:27:38 2000 UTC
# Line 1  Line 1 
1  dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
2  AC_INIT(lib/libdefs.h)  AC_INIT(lib/libdefs.h)
3    
4  AM_INIT_AUTOMAKE(libmcrypt, skipjack-0.3)  AM_INIT_AUTOMAKE(libmcrypt, skipjack-0.4)
5  AM_CONFIG_HEADER(config.h)  AM_CONFIG_HEADER(config.h)
6    
7  #AM_MAINTAINER_MODE  #AM_MAINTAINER_MODE
# Line 31  if test $ac_cv_prog_gcc = yes; then Line 31  if test $ac_cv_prog_gcc = yes; then
31  fi  fi
32    
33  AC_HEADER_STDC  AC_HEADER_STDC
34  AC_CHECK_HEADERS(unistd.h strings.h)  AC_CHECK_HEADERS(unistd.h strings.h endian.h machine/endian.h sys/endian.h machine/endian.h byteswap.h)
35  AC_CHECK_HEADERS(sys/types.h sys/mman.h dirent.h)  AC_CHECK_HEADERS(sys/types.h sys/mman.h dirent.h)
36  AC_CHECK_HEADERS(limits.h)  AC_CHECK_HEADERS(limits.h)
37  AC_CHECK_FUNCS(bzero memset mlock,,)  AC_CHECK_FUNCS(bzero memset mlock,,)

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26