summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-05-22 21:02:12 +0000
committerRoland McGrath <roland@gnu.org>1993-05-22 21:02:12 +0000
commit1c87be6c75b34a0833757b37285748a7f3baf77c (patch)
tree001b9db30009fcff94db2e13cc5da5d7202e5699 /Makeconfig
parent4c95574eae83c903dfeb1f38e9f6989053b5e5cc (diff)
Formerly ../Makeconfig.~61~
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig
index fb6fcbac8c..22f13337dd 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -157,9 +157,11 @@ ifndef localtime
localtime = Factory
endif
-# Where to install the "localtime" timezone file; this is the file
-# whose contents $(localtime) specifies. If this is a relative
-# pathname, it is relative to $(datadir)/zoneinfo.
+# Where to install the "localtime" timezone file; this is the file whose
+# contents $(localtime) specifies. If this is a relative pathname, it is
+# relative to $(datadir)/zoneinfo. It is a good idea to put this somewhere
+# other than there, so the zoneinfo directory contains only universal data,
+# localizing the configuration data elsewhere.
ifndef localtime-file
localtime-file = $(prefix)/etc/localtime
endif