summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-27 14:05:47 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-27 14:05:47 +0000
commite1e75c5839859b5a2772ed2346633a8695bd4464 (patch)
tree925bcb7b2fac92b1f66047cd68ece6f43ddc08cf /config.make.in
parentb36f39016c9241b9efb5c626a673dbc4b534c2b8 (diff)
(installationdirlist): New variable.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 01cd11f9..4dbe7513 100644
--- a/config.make.in
+++ b/config.make.in
@@ -20,6 +20,12 @@ sysconfdir = $(prefix)/etc
localstatedir = $(prefix)/var
sharedstatedir = $(prefix)/com
+# All of those directories together:
+installationdirlist = $(hurddir) $(libdir) $(bindir) $(sbindir) \
+ $(includedir) $(libexecdir) $(infodir) $(sysconfdir) \
+ $(localstatedir) $(sharedstatedir)
+
+
# How to run compilation tools.
CC = @CC@
CPP = $(CC) -E -x c # We need this option when input file names are not *.c.