[BACK] Return to nel-config.in CVS log [TXT][DIR] Up to Nevrax / code / nel

Diff for /code/nel/nel-config.in between version 1.2 and 1.3

version 1.2, 2001/11/07 16:25:13 version 1.3, 2002/03/19 17:42:48
Line 31 
Line 31 
    [--version]    [--version]
    [--libs]    [--libs]
    [--libtool]    [--libtool]
     [--ldflags]
    [--cflags]    [--cflags]
    [--without-network]    [--without-network]
    [--without-3d]    [--without-3d]
Line 76 
Line 77 
         --cflags)         --cflags)
             echo_cflags=yes             echo_cflags=yes
             ;;             ;;
          --ldflags)
              echo_ldflags=yes
              ;;
         --libs)         --libs)
             echo_libs=yes             echo_libs=yes
             ;;             ;;
Line 126 
Line 130 
 then then
     cflags="-I$include_dir/"     cflags="-I$include_dir/"
     echo $cflags     echo $cflags
  fi
  
  if test "$echo_ldflags" = "yes"
  then
      ldflags="-L$lib_dir"
      echo $ldflags
 fi fi
  
 if test "$echo_libs" = "yes" if test "$echo_libs" = "yes"


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