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/Attic/configure between version 1.5 and 1.6

version 1.5, 2002/02/19 17:50:08 version 1.6, 2002/02/19 18:07:39
Line 9 
Line 9 
 # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
   
 PACKAGE=ep  PACKAGE=ep
   
 VERSION=1.0.1nosig  VERSION=1.0.1nosig
   
 # Defaults: {{{  # Defaults: {{{
Line 727  EOF
Line 726  EOF
   
   
 missing_dir=`cd $ac_aux_dir && pwd`  missing_dir=`cd $ac_aux_dir && pwd`
 # checking for working aclocal {{{  
 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6  
 echo "configure:714: checking for working aclocal" >&5  
 # Run test in a subshell; some versions of sh will print an error if  
 # an executable is not found, even if stderr is redirected.  
 # Redirect stdin to placate older versions of autoconf.  Sigh.  
 if (aclocal --version) < /dev/null > /dev/null 2>&1; then  
    ACLOCAL=aclocal  
    echo "$ac_t""found" 1>&6  
 else  
    ACLOCAL="$missing_dir/missing aclocal"  
    echo "$ac_t""missing" 1>&6  
 fi  
 # }}} checking for working aclocal  
   
 # checking for working autoconf {{{  
 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6  
 echo "configure:727: checking for working autoconf" >&5  
 # Run test in a subshell; some versions of sh will print an error if  
 # an executable is not found, even if stderr is redirected.  
 # Redirect stdin to placate older versions of autoconf.  Sigh.  
 if (autoconf --version) < /dev/null > /dev/null 2>&1; then  
    AUTOCONF=autoconf  
    echo "$ac_t""found" 1>&6  
 else  
    AUTOCONF="$missing_dir/missing autoconf"  
    echo "$ac_t""missing" 1>&6  
 fi  
 # }}} checking for working autoconf  
   
 # checking for working automake {{{  
 echo $ac_n "checking for working automake""... $ac_c" 1>&6  
 echo "configure:740: checking for working automake" >&5  
 # Run test in a subshell; some versions of sh will print an error if  
 # an executable is not found, even if stderr is redirected.  
 # Redirect stdin to placate older versions of autoconf.  Sigh.  
 if (automake --version) < /dev/null > /dev/null 2>&1; then  
    AUTOMAKE=automake  
    echo "$ac_t""found" 1>&6  
 else  
    AUTOMAKE="$missing_dir/missing automake"  
    echo "$ac_t""missing" 1>&6  
 fi  
 # }}} checking for working automake  
   
 # checking for working autoheader {{{  
 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6  
 echo "configure:753: checking for working autoheader" >&5  
 # Run test in a subshell; some versions of sh will print an error if  
 # an executable is not found, even if stderr is redirected.  
 # Redirect stdin to placate older versions of autoconf.  Sigh.  
 if (autoheader --version) < /dev/null > /dev/null 2>&1; then  
    AUTOHEADER=autoheader  
    echo "$ac_t""found" 1>&6  
 else  
    AUTOHEADER="$missing_dir/missing autoheader"  
    echo "$ac_t""missing" 1>&6  
 fi  
 # }}} checking for working autoheader  
   
 # checking for working makeinfo {{{  
 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6  
 echo "configure:766: checking for working makeinfo" >&5  
 # Run test in a subshell; some versions of sh will print an error if  
 # an executable is not found, even if stderr is redirected.  
 # Redirect stdin to placate older versions of autoconf.  Sigh.  
 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then  
    MAKEINFO=makeinfo  
    echo "$ac_t""found" 1>&6  
 else  
    MAKEINFO="$missing_dir/missing makeinfo"  
    echo "$ac_t""missing" 1>&6  
 fi  
 # }}} checking for working makeinfo  
   
   
   
 # Compilator {{{  # Compilator {{{
 # checking for gcc {{{  # checking for gcc {{{
Line 2021  s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
Line 1944  s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
 s%@INSTALL_DATA@%$INSTALL_DATA%g  s%@INSTALL_DATA@%$INSTALL_DATA%g
 s%@PACKAGE@%$PACKAGE%g  s%@PACKAGE@%$PACKAGE%g
 s%@VERSION@%$VERSION%g  s%@VERSION@%$VERSION%g
 s%@ACLOCAL@%$ACLOCAL%g  
 s%@AUTOCONF@%$AUTOCONF%g  
 s%@AUTOMAKE@%$AUTOMAKE%g  
 s%@AUTOHEADER@%$AUTOHEADER%g  
 s%@MAKEINFO@%$MAKEINFO%g  
 s%@SET_MAKE@%$SET_MAKE%g  s%@SET_MAKE@%$SET_MAKE%g
 s%@CC@%$CC%g  s%@CC@%$CC%g
 s%@AWK@%$AWK%g  s%@AWK@%$AWK%g
Line 2242  chmod +x $CONFIG_STATUS
Line 2160  chmod +x $CONFIG_STATUS
 rm -fr confdefs* $ac_clean_files  rm -fr confdefs* $ac_clean_files
 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1  test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
   
   #    vim:set ts=4:
   # vim600:fdm=marker fdl=0 fdc=3:

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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