--- sourceforge.net/trunk/rdesktop/configure 2002/09/24 07:58:34 191 +++ sourceforge.net/trunk/rdesktop/configure 2002/09/26 14:26:46 207 @@ -2,9 +2,12 @@ # # rdesktop: A Remote Desktop Protocol client # configure script -# Copyright (C) Matthew Chapman 1999-2001 +# Copyright (C) Matthew Chapman 1999-2002 # +echo "rdesktop build configuration script" +echo + echo "# Generated by $0 $*" >Makeconf @@ -44,8 +47,6 @@ --without-debug*) ;; *) - echo "rdesktop build configuration script" - echo echo "Target directories:" echo " --prefix=PREFIX location for architecture-independent files" echo " --exec-prefix=EPREFIX location for architecture-dependent files" @@ -100,6 +101,11 @@ exit 1 fi +echo "X Window System:" +echo " includes $xdir/include" +echo " libraries $xdir/lib" +echo + if [ $xdir != "/usr" ]; then cflags="$cflags -I$xdir/include" ldflags="$ldflags -L$xdir/lib" @@ -128,6 +134,11 @@ echo "Using in-tree crypto; installing OpenSSL is recommended." echo else + echo "OpenSSL:" + echo " includes $ssldir/include" + echo " libraries $ssldir/lib" + echo + echo "CRYPTOBJ =" >>Makeconf if [ $ssldir != "/usr" ]; then