summaryrefslogtreecommitdiff
path: root/misc/dotfile/patches/patch-ab
blob: 5181478b8396aeb94b6010263a95242b257743a8 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
$NetBSD: patch-ab,v 1.1 2000/08/31 19:14:05 jwise Exp $
--- configure.orig	Sat Feb 19 14:15:36 2000
+++ configure	Thu Aug 31 14:49:45 2000
@@ -1224,16 +1224,17 @@
 
 
 #### Which language should TDG use?
-$TCLSH language.tcl
-res=$?
-if test "$res" = "1" ; then
-  LANGUAGE=english;
-elif test "$res" = "2" ; then
-  LANGUAGE=japanese;
-else
-  { echo "configure: error: Internal error" 1>&2; exit 1; }
-fi
+#$TCLSH language.tcl
+#res=$?
+#if test "$res" = "1" ; then
+#  LANGUAGE=english;
+#elif test "$res" = "2" ; then
+#  LANGUAGE=japanese;
+#else
+#  { echo "configure: error: Internal error" 1>&2; exit 1; }
+#fi
 
+LANGUAGE=$DOTFILE_LANG
 
 trap '' 1 2 15
 cat > confcache <<\EOF
@@ -1505,14 +1506,3 @@
 chmod 755 dotfile
 chmod 755 Modules/english/fvwm2/fvwmrc_convert
 chmod 755 Modules/japanese/fvwm2/fvwmrc_convert
-
-echo ----------------------------------------------------------------------
-echo ----------------------------------------------------------------------
-echo please login to your mail host, go to the directory
-echo Modules/english/procmail and run ./configure from there.
-echo At the moment you do also need to install The Dotfile Generator
-echo at your mailhost for the procmail module to work. You need to install
-echo it in the same directory as you do on this machine
-echo This is a bug, which will be fixed in the next version.
-echo ----------------------------------------------------------------------
-echo ----------------------------------------------------------------------