summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-07-26 23:26:19 +0000
committerRoland McGrath <roland@gnu.org>1992-07-26 23:26:19 +0000
commit78c14a416cce38823d22792e5f72ce40d3801f79 (patch)
tree181f5cc731545832f8e8e0b81a78428b41bfc00c /Makeconfig
parent0431283ef06b8d415db94230cb7d2c63e1143eef (diff)
Formerly ../Makeconfig.~38~
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig20
1 files changed, 16 insertions, 4 deletions
diff --git a/Makeconfig b/Makeconfig
index 047d2664f4..495bb829c5 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -76,10 +76,11 @@ include $(objpfx)configparms
endif
endif
-#
-# These are the configuration variables. You can define values for
-# the variables below in the file `configparms'.
-#
+####
+#### These are the configuration variables. You can define values for
+#### the variables below in the file `configparms'.
+#### Do NOT edit this file.
+####
# Common prefix for machine-independent installation directories.
@@ -222,6 +223,17 @@ endif
# The program that makes Emacs-style TAGS files.
ETAGS := etags -T
+
+# Define this variable if and only if you are using version 3.63 or later
+# of GNU make. Not having it defined will make building the TAGS files not
+# work, but should not cause any other problems. If you define this with
+# an older version of GNU make, you will get syntax errors from make.
+#have_export_directive = yes
+.NOEXPORT: # This tells older versions of GNU make not to export all variables.
+
+####
+#### End of configuration variables.
+####
# We want to echo the commands we're running without
# umpteem zillion filenames along with it (we use `...' instead)