/[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 30 by matty, Fri Sep 14 13:51:38 2001 UTC revision 32 by matty, Sat Sep 15 09:37:17 2001 UTC
# Line 11  for arg in $*; do Line 11  for arg in $*; do
11  optarg=`echo $arg | sed 's/[-a-z]*=//'`      optarg=`echo $arg | sed 's/[-a-z]*=//'`    
12  case $arg in  case $arg in
13    --prefix=*)    --prefix=*)
14      echo "PREFIX  = $optarg" >>Makeconf      echo "PREFIX   = $optarg" >>Makeconf
15      ;;      ;;
16    --exec-prefix=*)    --exec-prefix=*)
17      echo "EPREFIX = $optarg" >>Makeconf      echo "EPREFIX  = $optarg" >>Makeconf
18      ;;      ;;
19    --bindir=*)    --bindir=*)
20      echo "BINDIR  = $optarg" >>Makeconf      echo "BINDIR   = $optarg" >>Makeconf
21      ;;      ;;
22    --mandir=*)    --mandir=*)
23      echo "MANDIR  = $optarg" >>Makeconf      echo "MANDIR   = $optarg" >>Makeconf
24        ;;
25      --with-openssl*)
26        echo "CFLAGS  += -DWITH_OPENSSL" >>Makeconf
27        echo "LDLIBS  += -lcrypto" >>Makeconf
28        echo "CRYPTOBJ =" >>Makeconf
29        ;;
30      --without-openssl*)
31      ;;      ;;
32    --with-debug*)    --with-debug*)
33      echo "CFLAGS += -g -DWITH_DEBUG" >>Makeconf      echo "CFLAGS  += -g -DWITH_DEBUG" >>Makeconf
34      ;;      ;;
35    --without-debug*)    --without-debug*)
36      ;;      ;;
# Line 37  case $arg in Line 44  case $arg in
44      echo " --mandir=MANDIR        location for man pages [PREFIX/man]"      echo " --mandir=MANDIR        location for man pages [PREFIX/man]"
45      echo      echo
46      echo "Build configuration:"      echo "Build configuration:"
47        echo " --with-openssl         use system OpenSSL libraries for crypto"
48      echo " --with-debug           enable debugging output"      echo " --with-debug           enable debugging output"
49      echo      echo
50      rm -f Makeconf      rm -f Makeconf

Legend:
Removed from v.30  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26