blob: 5606b6180015237d4b6bc41e3db40efb5da37303 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-ad,v 1.1.1.1 2000/10/19 07:41:15 skrll Exp $
--- configure.orig Tue Oct 17 12:27:35 2000
+++ configure
@@ -17,25 +17,6 @@
HELP=yes
else
-touch .test.qt.
-if [ '!' -f ${QTDIR}/.test.qt. ];
-then
- rm .test.qt.
- echo
- echo
- echo ' The environment variable $QTDIR is not set correctly. It is currently'
- echo ' set to "'$QTDIR'", but it should be set to this directory,'
- echo ' which is "'`pwd`'".'
- echo
- echo ' Please read the INSTALL file for instructions on how to set $QTDIR'
- echo ' correctly. If you have set $QTDIR in your .profile or .login, you '
- echo ' will need to log out and log in again to make the setting effective.'
- echo
- echo
- exit 1
-fi
-rm .test.qt.
-
# Find a make command
if ( make /dev/null ) >/dev/null 2>/dev/null
then
|