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

Diff for libplaton/configure.in between version 1.5 and 1.13

version 1.5, 2002/10/21 13:40:16 version 1.13, 2008/09/22 18:54:28
Line 1 
Line 1 
 dnl $Id$  
   dnl $Platon: libplaton/configure.in,v 1.12 2004/08/27 19:24:00 nepto Exp $
   
 AC_INIT(platon/macros.h)  AC_INIT(platon/macros.h)
   
Line 17  AC_CONFIG_HEADER(config.h)
Line 18  AC_CONFIG_HEADER(config.h)
 # }}} AC_CONFIG_HEADER  # }}} AC_CONFIG_HEADER
   
 # Checks for programs. {{{  # Checks for programs. {{{
 AC_PROG_AWK  # -Wno-long-long is due to <platon/hash/tiger.c>
   CFLAGS=${CFLAGS-"-O2 -Wall -Wno-shadow -Wno-long-long -pedantic -fPIC"}
 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 64  OUTPUT_FILES=" \
 Rules.make \  Rules.make \
 Makefile \  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/Makefile \
 platon/net/smtp/Makefile \  platon/net/smtp/Makefile \
 platon/net/pop3/Makefile \  platon/net/pop3/Makefile \
 platon/net/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.5  
changed lines
  Added in v.1.13

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