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

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

version 1.4, 2002/10/03 23:25:35 version 1.6, 2002/12/03 16:39:03
Line 9  MANVOLNUM=3
Line 9  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)
Line 69  OUTPUT_FILES=" \
Line 69  OUTPUT_FILES=" \
 Rules.make \  Rules.make \
 Makefile \  Makefile \
 doc/Makefile \  doc/Makefile \
   platon/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.6

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