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

Diff for libplaton/Attic/configure between version 1.1 and 1.2

version 1.1, 2001/10/12 13:43:07 version 1.2, 2001/10/14 01:43:29
Line 7 
Line 7 
 # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
   
   # $Id$
   
 # Defaults: {{{  # Defaults: {{{
 ac_help=  ac_help=
 ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
Line 21  ac_help="$ac_help
Line 23  ac_help="$ac_help
   --enable-telnet         Include telnet dir to library."    --enable-telnet         Include telnet dir to library."
 ac_help="$ac_help  ac_help="$ac_help
   --enable-utils          Include utils  dir to library."    --enable-utils          Include utils  dir to library."
   
   BUILD_LIBS=""
 # }}}  # }}}
   
 # Initialize some variables set by options. {{{  # Initialize some variables set by options. {{{
Line 1203  echo $ac_n "checking --enable-html argum
Line 1207  echo $ac_n "checking --enable-html argum
 echo "configure:1544: checking --enable-html argument" >&5  echo "configure:1544: checking --enable-html argument" >&5
 # Check whether --enable-html or --disable-html was given.  # Check whether --enable-html or --disable-html was given.
 if test "${enable_html+set}" = set; then  if test "${enable_html+set}" = set; then
   enableval="$enable_html"          enableval="$enable_html"
   html="${enableval}"; HTML_DIR="html";          if test "${enableval}" = yes; then
                 echo "$ac_t""${enableval}" 1>&6 ;                  BUILD_LIBS="$BUILD_LIBS html"
           fi
           echo "$ac_t""${enableval}" 1>&6 ;
 else  else
   html="no"; echo "$ac_t""no" 1>&6          echo "$ac_t""no" 1>&6
 fi  fi
   
 # }}} checking --enable-html argument  # }}} checking --enable-html argument
   # checking --enable-str argument {{{
   echo $ac_n "checking --enable-str argument""... $ac_c" 1>&6
   echo "configure:1544: checking --enable-str argument" >&5
   # Check whether --enable-str or --disable-str was given.
   if test "${enable_str+set}" = set; then
           enableval="$enable_str"
           if test "${enableval}" = yes; then
                   BUILD_LIBS="$BUILD_LIBS str"
           fi
           echo "$ac_t""${enableval}" 1>&6 ;
   else
           echo "$ac_t""no" 1>&6
   fi
   
   # }}} checking --enable-str argument
   # checking --enable-telnet argument {{{
   echo $ac_n "checking --enable-telnet argument""... $ac_c" 1>&6
   echo "configure:1544: checking --enable-telnet argument" >&5
   # Check whether --enable-telnet or --disable-telnet was given.
   if test "${enable_telnet+set}" = set; then
           enableval="$enable_telnet"
           if test "${enableval}" = yes; then
                   BUILD_LIBS="$BUILD_LIBS telnet"
           fi
           echo "$ac_t""${enableval}" 1>&6 ;
   else
           echo "$ac_t""no" 1>&6
   fi
   
   # }}} checking --enable-telnet argument
   # checking --enable-utils argument {{{
   echo $ac_n "checking --enable-utils argument""... $ac_c" 1>&6
   echo "configure:1544: checking --enable-utils argument" >&5
   # Check whether --enable-utils or --disable-utils was given.
   if test "${enable_utils+set}" = set; then
           enableval="$enable_utils"
           if test "${enableval}" = yes; then
                   BUILD_LIBS="$BUILD_LIBS utils"
           fi
           echo "$ac_t""${enableval}" 1>&6 ;
   else
           echo "$ac_t""no" 1>&6
   fi
   
   # }}} checking --enable-utils argument
   if test "x$BUILD_LIBS" = x; then
           echo "$ac_t""No --enable-* argument specified, enabling all." 1>&6
           BUILD_LIBS="html str telnet utils"
   fi
   
 trap '' 1 2 15  trap '' 1 2 15
 # confcache {{{  # confcache {{{
Line 1355  s%@AWK@%$AWK%g
Line 1410  s%@AWK@%$AWK%g
 s%@STRIP@%$STRIP%g  s%@STRIP@%$STRIP%g
 s%@CPP@%$CPP%g  s%@CPP@%$CPP%g
 s%@DEBUG@%$DEBUG%g  s%@DEBUG@%$DEBUG%g
   s%@BUILD_LIBS@%$BUILD_LIBS%g
   
 CEOF  CEOF
 EOF  EOF

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

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