diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-08 16:19:47 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-08 16:19:47 +0200 |
commit | f9254d2349c7e2e3c110f7850e402d1c11624940 (patch) | |
tree | af9ae9a6b2ca0107f4a02929fc9e332558b9e0ad /tools/Rules.in | |
parent | 0bf7386b33fecac40be43f8db5b0ba0356123fd2 (diff) | |
download | bird-f9254d2349c7e2e3c110f7850e402d1c11624940.tar bird-f9254d2349c7e2e3c110f7850e402d1c11624940.zip |
Autoconf is *evil*. The sysconfdir and similar variables are unusable in
C includes as they contain substitutions specific to make.
Worked around by creating sysconf/paths.h which is created from
the Makefile instead of by the configure script.
Diffstat (limited to 'tools/Rules.in')
-rw-r--r-- | tools/Rules.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Rules.in b/tools/Rules.in index 92dadcf..2d2a827 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -38,6 +38,7 @@ exec_prefix=@exec_prefix@ bindir=@bindir@ sbindir=@sbindir@ sysconfdir=@sysconfdir@ +localstatedir=@localstatedir@ ifdef source |