/[mcrypt]/libmcrypt/configure.in
ViewVC logotype

Diff of /libmcrypt/configure.in

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

revision 1.29 by nmav, Fri Sep 7 12:34:47 2001 UTC revision 1.30 by nmav, Tue Sep 18 10:20:04 2001 UTC
# Line 3  AC_INIT(lib/mcrypt.c) Line 3  AC_INIT(lib/mcrypt.c)
3    
4  LIBMCRYPT_MAJOR_VERSION=2  LIBMCRYPT_MAJOR_VERSION=2
5  LIBMCRYPT_MINOR_VERSION=4  LIBMCRYPT_MINOR_VERSION=4
6  LIBMCRYPT_MICRO_VERSION=16  LIBMCRYPT_MICRO_VERSION=16b
7  LIBMCRYPT_VERSION=$LIBMCRYPT_MAJOR_VERSION.$LIBMCRYPT_MINOR_VERSION.$LIBMCRYPT_MICRO_VERSION  LIBMCRYPT_VERSION=$LIBMCRYPT_MAJOR_VERSION.$LIBMCRYPT_MINOR_VERSION.$LIBMCRYPT_MICRO_VERSION
8    
9  LIBMCRYPT_MOST_RECENT_INTERFACE=6  LIBMCRYPT_MOST_RECENT_INTERFACE=6
# Line 33  AC_ARG_ENABLE(maintainer-mode, Line 33  AC_ARG_ENABLE(maintainer-mode,
33  opt_maintainer_mode=$enableval)  opt_maintainer_mode=$enableval)
34  AC_MSG_RESULT($opt_maintainer_mode)  AC_MSG_RESULT($opt_maintainer_mode)
35    
36  if test $ac_cv_prog_gcc = yes; then  if test x$ac_cv_prog_gcc = xyes; then
37          if test $opt_maintainer_mode = yes; then          if test x$opt_maintainer_mode = xyes; then
38            CFLAGS=" -ggdb3 -O0 -Wall -Wpointer-arith"            CFLAGS=" -ggdb3 -O0 -Wall -Wpointer-arith"
39          fi          fi
40  fi  fi
# Line 45  AC_ARG_WITH(included-algos, Line 45  AC_ARG_WITH(included-algos,
45  [  --with-included-algos=algo1 algo2 ... include algorithms/modes into the library],  [  --with-included-algos=algo1 algo2 ... include algorithms/modes into the library],
46  opt_include_algos=$withval)  opt_include_algos=$withval)
47    
48  if test $opt_include_algos = yes; then  if test x$opt_include_algos = xyes; then
49          opt_include_algos=""          opt_include_algos=""
50  fi  fi
51  if test $opt_include_algos = no; then  if test x$opt_include_algos = xno; then
52          opt_include_algos=""          opt_include_algos=""
53  fi  fi
54    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26