Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for ep/configure.in between version 1.3 and 1.4

version 1.3, 2001/09/25 17:30:04 version 1.4, 2001/09/25 18:00:55
Line 1 
Line 1 
 dnl $Log$  dnl $Log$
   dnl Revision 1.4  2001/09/25 18:00:55  host8
   dnl Removed DEBUG constant from src/main.h, DEBUG will be enabled
   dnl by running ./configure --enable-debug=N
   dnl
 dnl Revision 1.3  2001/09/25 17:30:04  host8  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 Removed files Makefile.am, src/Makefile.am (there is no need to run automake)
 dnl Modified Makefile.in, src/Makefile.in  dnl Modified Makefile.in, src/Makefile.in
Line 6  dnl Command 'make distcheck' works!
Line 10  dnl Command 'make distcheck' works!
 dnl  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$  dnl Added $Log$
   dnl Added Revision 1.4  2001/09/25 18:00:55  host8
   dnl Added Removed DEBUG constant from src/main.h, DEBUG will be enabled
   dnl Added by running ./configure --enable-debug=N
   dnl Added
 dnl Added Revision 1.3  2001/09/25 17:30:04  host8  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 Removed files Makefile.am, src/Makefile.am (there is no need to run automake)
 dnl Added Modified Makefile.in, src/Makefile.in  dnl Added Modified Makefile.in, src/Makefile.in
Line 50  dnl User defined features
Line 58  dnl User defined features
 AC_MSG_CHECKING(--enable-debug argument)  AC_MSG_CHECKING(--enable-debug argument)
 AC_ARG_ENABLE(debug,  AC_ARG_ENABLE(debug,
     [  --enable-debug=N        Turn on debuging.],      [  --enable-debug=N        Turn on debuging.],
         debug="${enableval}"; DEBUG="-Wshadow -g -ggdb -DDEBUG=$debug";          debug="${enableval}"; DEBUG="-g -ggdb -DDEBUG=$debug";
                 AC_MSG_RESULT(${enableval}) ;,                  AC_MSG_RESULT(${enableval}) ;,
     debug="no"; AC_MSG_RESULT(no))      debug="no"; AC_MSG_RESULT(no))
 if test "$debug" = "yes"; then  if test "$debug" = "yes"; then
         DEBUG="-Wshadow -g -ggdb -DDEBUG=1"          DEBUG="-g -ggdb -DDEBUG=1"
 fi  fi
 AC_SUBST(DEBUG)  AC_SUBST(DEBUG)
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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