Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

Diff for libplaton/configure.in between version 1.4 and 1.10

version 1.4, 2002/10/03 23:25:35 version 1.10, 2004/01/06 17:05:45
Line 1 
Line 1 
 dnl $Id$  
   dnl $Platon: libplaton/configure.in,v 1.9 2004/01/05 10:48:31 nepto Exp $
   
 AC_INIT(platon/macros.h)  AC_INIT(platon/macros.h)
   
Line 9  MANVOLNUM=3
Line 10  MANVOLNUM=3
   
 AC_ARG_ENABLE(extended,  AC_ARG_ENABLE(extended,
                           [  --enable-extended      Include some non-free sources.],                            [  --enable-extended      Include some non-free sources.],
                           [enable_extended="yes"; NET_SUBDIRS="atlantis smtp"; ],                            [enable_extended="yes"; NET_SUBDIRS="atlantis smtp pop3"; ],
                           [enable_extended="no";  NET_SUBDIRS="smtp"; ])                            [enable_extended="no";  NET_SUBDIRS="smtp pop3"; ])
   
 # AC_CONFIG_HEADER {{{  # AC_CONFIG_HEADER {{{
 AC_CONFIG_HEADER(config.h)  AC_CONFIG_HEADER(config.h)
 # }}} AC_CONFIG_HEADER  # }}} AC_CONFIG_HEADER
   
 # Checks for programs. {{{  # Checks for programs. {{{
 AC_PROG_AWK  CFLAGS=${CFLAGS-"-O2 -Wall -Wno-shadow -pedantic"}
 AC_PROG_CC  AC_PROG_CC
 AC_PROG_CXX  AC_PROG_CXX
 #AC_PROG_CPP  AC_PROG_AWK
   
 # AC_GCC_TRADITIONAL {{{  
 AC_GCC_TRADITIONAL  
 # }}} AC_GCC_TRADITIONAL  
 if test "X$CC" = "Xgcc"; then  
     CFLAGS="-Wall $CFLAGS"  
 fi  
   
 AC_PROG_LN_S  AC_PROG_LN_S
 LN_S="$LN_S -f" # adds '-f' parameter to 'ln'  LN_S="$LN_S -f" # adds '-f' parameter to 'ln'
Line 69  OUTPUT_FILES=" \
Line 63  OUTPUT_FILES=" \
 Rules.make \  Rules.make \
 Makefile \  Makefile \
 doc/Makefile \  doc/Makefile \
   platon/Makefile \
   platon/compress/Makefile \
   platon/dsn/Makefile \
 platon/html/Makefile \  platon/html/Makefile \
 platon/misc/Makefile \  platon/misc/Makefile \
 platon/net/smtp/Makefile \  
 platon/net/Makefile \  platon/net/Makefile \
   platon/net/smtp/Makefile \
   platon/net/pop3/Makefile \
 platon/str/Makefile \  platon/str/Makefile \
 platon/Makefile \  
 utils/Makefile"  utils/Makefile"
   
 if test "$enable_extended" = "yes"; then  if test "$enable_extended" = "yes"; then

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

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top