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.2 and 1.9

version 1.2, 2002/10/02 16:35:36 version 1.9, 2004/01/05 10:48:31
Line 1 
Line 1 
 dnl $Id$  
   dnl $Platon: libplaton/configure.in,v 1.8 2003/04/21 23:55:04 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"],                            [enable_extended="yes"; NET_SUBDIRS="atlantis smtp pop3"; ],
                           [enable_extended="no"])                            [enable_extended="no";  NET_SUBDIRS="smtp pop3"; ])
   
 # AC_CONFIG_HEADER {{{  # AC_CONFIG_HEADER {{{
 AC_CONFIG_HEADER(config.h)  AC_CONFIG_HEADER(config.h)
Line 20  AC_CONFIG_HEADER(config.h)
Line 21  AC_CONFIG_HEADER(config.h)
 AC_PROG_AWK  AC_PROG_AWK
 AC_PROG_CC  AC_PROG_CC
 AC_PROG_CXX  AC_PROG_CXX
 AC_PROG_CPP  #AC_PROG_CPP
   
 # AC_GCC_TRADITIONAL {{{  # AC_GCC_TRADITIONAL {{{
 AC_GCC_TRADITIONAL  AC_GCC_TRADITIONAL
Line 63  AC_SUBST(PACKAGE)
Line 64  AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)  AC_SUBST(VERSION)
 AC_SUBST(DATE)  AC_SUBST(DATE)
 AC_SUBST(MANVOLNUM)  AC_SUBST(MANVOLNUM)
   AC_SUBST(NET_SUBDIRS)
   
 OUTPUT_FILES="Makefile \  OUTPUT_FILES=" \
   Rules.make \
   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.2  
changed lines
  Added in v.1.9

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