/[rdesktop]/sourceforge.net/trunk/rdesktop/configure
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 267 by astrand, Tue Nov 19 11:06:12 2002 UTC revision 298 by matthewc, Thu Jan 30 10:57:38 2003 UTC
# Line 13  echo "# Generated by $0 $*" >Makeconf Line 13  echo "# Generated by $0 $*" >Makeconf
13    
14  # Process command line options  # Process command line options
15    
16  cflags=  cflags='-DKEYMAP_PATH=\"$(KEYMAP_PATH)\"'
17  ldflags=  ldflags=''
18  rpath=  rpath=
19    
20  for arg in $*; do  for arg in $*; do
# Line 220  case `uname -s` in Line 220  case `uname -s` in
220  esac  esac
221    
222    
223  echo "CFLAGS     += $cflags" >>Makeconf  echo "CFLAGS      = $cflags" >>Makeconf
224  echo "LDFLAGS    += $ldflags" >>Makeconf  echo "LDFLAGS     = $ldflags" >>Makeconf
225    
226  echo "configure complete - now run make"  echo "configure complete - now run make"
227    

Legend:
Removed from v.267  
changed lines
  Added in v.298

  ViewVC Help
Powered by ViewVC 1.1.26