From f9254d2349c7e2e3c110f7850e402d1c11624940 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 May 2000 14:19:47 +0000 Subject: 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. --- tools/Makefile-top.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile-top.in') diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index 9e5049e..855c274 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -12,4 +12,4 @@ clean: distclean: clean rm -rf $(objdir) - rm -f config.* configure sysdep/autoconf.h Makefile + rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile -- cgit v1.2.3