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

Diff for ep/configure.in between version 1.7 and 1.8

version 1.7, 2002/04/24 19:35:52 version 1.8, 2002/05/27 16:47:35
Line 51  dnl User defined features
Line 51  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_FLAGS="-Wshadow -g -ggdb -DDEBUG=$debug";          debug="${enableval}"; DEBUG_FLAGS="-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_FLAGS="-Wshadow -g -ggdb -DDEBUG=1"          dnl Commented by Nepto [27/5/2002]
           dnl DEBUG_FLAGS="-Wshadow -g -ggdb -DDEBUG=1"
           DEBUG_FLAGS="-g -ggdb -DDEBUG=1"
 fi  fi
 AC_SUBST(DEBUG_FLAGS)  AC_SUBST(DEBUG_FLAGS)
   
Line 71  AC_SUBST(MODULES_OBJ)
Line 73  AC_SUBST(MODULES_OBJ)
   
   
 AC_OUTPUT(Makefile src/Makefile config.h)  AC_OUTPUT(Makefile src/Makefile config.h)
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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