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

version 1.2, 2001/09/21 19:40:13 version 1.5, 2002/02/18 20:50:54
Line 1 
Line 1 
 dnl $Log$  dnl
 dnl Revision 1.2  2001/09/21 19:40:13  host8  dnl $Id$
 dnl Added $Log$ keyword substitution  
 dnl  dnl
   
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
Line 36  AC_C_CONST
Line 35  AC_C_CONST
 dnl Checks for library functions.  dnl Checks for library functions.
 AC_CHECK_FUNCS(select strstr)  AC_CHECK_FUNCS(select strstr)
   
   dnl User defined features
   AC_MSG_CHECKING(--enable-debug argument)
   AC_ARG_ENABLE(debug,
       [  --enable-debug=N        Turn on debuging.],
           debug="${enableval}"; DEBUG="-g -ggdb -DDEBUG=$debug";
                   AC_MSG_RESULT(${enableval}) ;,
       debug="no"; AC_MSG_RESULT(no))
   if test "$debug" = "yes"; then
           DEBUG="-g -ggdb -DDEBUG=1"
   fi
   AC_SUBST(DEBUG)
   
   
 AC_OUTPUT(Makefile src/Makefile)  AC_OUTPUT(Makefile src/Makefile)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

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