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.11

version 1.2, 2002/10/02 16:35:36 version 1.11, 2004/08/27 19:18:47
Line 1 
Line 1 
 dnl $Id$  
   dnl $Platon: libplaton/configure.in,v 1.10 2004/01/06 17:05:45 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)
 # }}} 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 63  AC_SUBST(PACKAGE)
Line 57  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/hash/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.11

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