/[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 97 by astrand, Thu Jul 18 18:28:12 2002 UTC revision 98 by astrand, Wed Aug 14 14:43:25 2002 UTC
# Line 22  case $arg in Line 22  case $arg in
22    --mandir=*)    --mandir=*)
23      echo "MANDIR   = $optarg" >>Makeconf      echo "MANDIR   = $optarg" >>Makeconf
24      ;;      ;;
25      --sharedir=*)
26        echo "SHAREDIR   = $optarg" >>Makeconf
27        ;;
28    --with-openssl*)    --with-openssl*)
29      echo "CFLAGS  += -DWITH_OPENSSL" >>Makeconf      echo "CFLAGS  += -DWITH_OPENSSL" >>Makeconf
30      echo "LDLIBS  += -lcrypto" >>Makeconf      echo "LDLIBS  += -lcrypto" >>Makeconf
# Line 45  case $arg in Line 48  case $arg in
48      echo " --exec-prefix=EPREFIX  location for architecture-dependent files"      echo " --exec-prefix=EPREFIX  location for architecture-dependent files"
49      echo " --bindir=BINDIR        location for program binaries [EPREFIX/bin]"      echo " --bindir=BINDIR        location for program binaries [EPREFIX/bin]"
50      echo " --mandir=MANDIR        location for man pages [PREFIX/man]"      echo " --mandir=MANDIR        location for man pages [PREFIX/man]"
51        echo " --sharedir=SHAREDIR    location for architecture-independent shared files [PREFIX/share/rdesktop]"
52      echo      echo
53      echo "Build configuration:"      echo "Build configuration:"
54      echo " --with-openssl         use system OpenSSL libraries for crypto"      echo " --with-openssl         use system OpenSSL libraries for crypto"

Legend:
Removed from v.97  
changed lines
  Added in v.98

  ViewVC Help
Powered by ViewVC 1.1.26