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.1 and 1.6

version 1.1, 2002/10/01 18:32:14 version 1.6, 2002/12/03 16:39:03
Line 7  VERSION="0.1"
Line 7  VERSION="0.1"
 DATE="`date '+%e %B %Y' || echo '2002-??-??'`"  DATE="`date '+%e %B %Y' || echo '2002-??-??'`"
 MANVOLNUM=3  MANVOLNUM=3
   
   AC_ARG_ENABLE(extended,
                             [  --enable-extended      Include some non-free sources.],
                             [enable_extended="yes"; NET_SUBDIRS="atlantis smtp pop3"; ],
                             [enable_extended="no";  NET_SUBDIRS="smtp pop3"; ])
   
 # AC_CONFIG_HEADER {{{  # AC_CONFIG_HEADER {{{
 AC_CONFIG_HEADER(config.h)  AC_CONFIG_HEADER(config.h)
Line 16  AC_CONFIG_HEADER(config.h)
Line 20  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 59  AC_SUBST(PACKAGE)
Line 63  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=" \
   Rules.make \
   Makefile \
   doc/Makefile \
   platon/Makefile \
   platon/html/Makefile \
   platon/misc/Makefile \
   platon/net/Makefile \
   platon/net/smtp/Makefile \
   platon/net/pop3/Makefile \
   platon/str/Makefile \
   utils/Makefile"
   
   if test "$enable_extended" = "yes"; then
           OUTPUT_FILES="$OUTPUT_FILES platon/net/atlantis/Makefile"
   fi
   
 # {{{ AC_OUTPUT  # {{{ AC_OUTPUT
 AC_OUTPUT(Makefile \  AC_OUTPUT($OUTPUT_FILES)
                   doc/Makefile \  
                   platon/html/Makefile \  
                   platon/misc/Makefile \  
                   platon/net/atlantis/Makefile \  
                   platon/net/smtp/Makefile \  
                   platon/net/Makefile \  
                   platon/str/Makefile \  
                   platon/Makefile \  
                   utils/Makefile)  
 # }}} AC_OUTPUT  # }}} AC_OUTPUT
   
 # vim600: fdm=marker fdc=3  # vim600: fdm=marker fdc=3

Legend:
Removed from v.1.1  
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