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 ep/configure.in between version 1.16 and 1.23

version 1.16, 2002/10/29 15:44:49 version 1.23, 2004/01/06 17:05:05
Line 1 
Line 1 
 dnl $Platon: ep/configure.in,v 1.15 2002/10/14 22:36:33 nepto Exp $  dnl $Platon: ep/configure.in,v 1.22 2003/12/25 20:01:59 nepto Exp $
   
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/main.c)  AC_INIT(src/main.c)
   
 PACKAGE="ep"  PACKAGE="ep"
 VERSION="1.0pre3"  VERSION="1.0pre6"
   DATE="2003-12-25"
   DATE_HUMAN="25th December 2003"
   MANVOLNUM=1
   
 AC_SUBST(PACKAGE)  AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)  AC_SUBST(VERSION)
   AC_SUBST(DATE)
   AC_SUBST(DATE_HUMAN)
   AC_SUBST(MANVOLNUM)
   
 PLATON_LIBCFGPLUS_NOT_FOUND='  PLATON_LIBCFGPLUS_NOT_FOUND='
 ============================================================  ============================================================
Line 16  PLATON_LIBCFGPLUS_NOT_FOUND='
Line 22  PLATON_LIBCFGPLUS_NOT_FOUND='
   libcfg+ is command line and config file parsing library.    libcfg+ is command line and config file parsing library.
   You can get libcfg+ sources and binary packages from    You can get libcfg+ sources and binary packages from
   
           http://www.platon.sk/projects/libcfg+/              http://platon.sk/projects/libcfg+/
   
 ============================================================';  ============================================================';
   
Line 26  AC_CONFIG_HEADER(config.h)
Line 32  AC_CONFIG_HEADER(config.h)
   
 dnl Checks for programs.  dnl Checks for programs.
 # Checks for programs. {{{  # Checks for programs. {{{
   CFLAGS=${CFLAGS-"-O2 -Wall -Wno-shadow -pedantic"}
 AC_PROG_CC  AC_PROG_CC
   
 # We don't need C++ compiler test now  
 # Nepto [30/5/2002]  
 #AC_PROG_CXX  
 #AC_PROG_CPP  
   
 AC_GCC_TRADITIONAL  
 #if test "X$CC" = "Xgcc"; then  
 #    CFLAGS="-Wall $CFLAGS"  
 #fi  
 AC_PROG_AWK  AC_PROG_AWK
 AC_PROG_INSTALL  AC_PROG_INSTALL
 AC_PROG_LN_S  AC_PROG_LN_S
Line 173  AC_SUBST(MODULES_DEP)
Line 170  AC_SUBST(MODULES_DEP)
 # }}} User defined features.  # }}} User defined features.
   
   
 AC_OUTPUT(config.h Makefile src/Makefile doc/Makefile)  AC_OUTPUT(config.h
                     Makefile
                     Rules.make
                     src/Makefile
                     doc/Makefile
                     doc/man/ep.1)
   
 # vim600: fdm=marker fdc=3  # vim600: fdm=marker fdc=3
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.23

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