ROX-Session is a ROX application which sets up your desktop when you log in and starts any applications you ask it to. It also allows you to set various preferences such as the default font, cursor blinking and mouse behaviour. From Rui-Xiang Guo in PR#17039. Thanks! Slight change to observe hier(7).
23 lines
509 B
Text
23 lines
509 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/05/26 20:22:07 cjep Exp $
|
|
|
|
--- configure.orig Sun May 26 12:06:50 2002
|
|
+++ configure
|
|
@@ -530,18 +530,6 @@
|
|
# Check whether --with-platform or --without-platform was given.
|
|
if test "${with_platform+set}" = set; then
|
|
withval="$with_platform"
|
|
-
|
|
-else
|
|
-
|
|
-{ echo "configure: error:
|
|
-
|
|
-Please do not run 'configure' manually - instead, run the AppRun script with
|
|
-the --compile option, like this:
|
|
- $ ROX-Session/AppRun --compile
|
|
-
|
|
-Thank you.
|
|
-" 1>&2; exit 1; }
|
|
-
|
|
fi
|
|
|
|
|