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.2 and 1.3

version 1.2, 2001/09/21 19:40:13 version 1.3, 2001/09/25 17:30:04
Line 1 
Line 1 
 dnl $Log$  dnl $Log$
   dnl Revision 1.3  2001/09/25 17:30:04  host8
   dnl Removed files Makefile.am, src/Makefile.am (there is no need to run automake)
   dnl Modified Makefile.in, src/Makefile.in
   dnl Command 'make distcheck' works!
   dnl
 dnl Revision 1.2  2001/09/21 19:40:13  host8  dnl Revision 1.2  2001/09/21 19:40:13  host8
 dnl Added $Log$ keyword substitution  dnl Added $Log$
   dnl Added Revision 1.3  2001/09/25 17:30:04  host8
   dnl Added Removed files Makefile.am, src/Makefile.am (there is no need to run automake)
   dnl Added Modified Makefile.in, src/Makefile.in
   dnl Added Command 'make distcheck' works!
   dnl Added 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 46  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="-Wshadow -g -ggdb -DDEBUG=$debug";
                   AC_MSG_RESULT(${enableval}) ;,
       debug="no"; AC_MSG_RESULT(no))
   if test "$debug" = "yes"; then
           DEBUG="-Wshadow -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.3

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