1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

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.
This commit is contained in:
Martin Mares
2000-05-08 14:19:47 +00:00
parent 0bf7386b33
commit f9254d2349
6 changed files with 17 additions and 15 deletions

View File

@@ -38,6 +38,7 @@ exec_prefix=@exec_prefix@
bindir=@bindir@
sbindir=@sbindir@
sysconfdir=@sysconfdir@
localstatedir=@localstatedir@
ifdef source