Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Sobota, 20. apríl 2024

Rozdiely pre ep/configure.in medzi verziami 1.3 a 1.4

verzia 1.3, 2001/09/25 17:30:04 verzia 1.4, 2001/09/25 18:00:55
Riadok 1 
Riadok 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
Riadok 6  dnl Command 'make distcheck' works!
Riadok 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
Riadok 50  dnl User defined features
Riadok 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:
Odstranené z verzie1.3  
zmenené riadky
  Pridané vo verzii1.4

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok