8 Jul
2007
8 Jul
'07
7 a.m.
Previously Alan DeKok wrote:
Enrik Berkhan wrote:
Have you tried to declare
AM_CONFIG_HEADER(include/freeradius-client.h)
That adds defines. It doesn't *process* the header files in the same way as the *.in files are processed. i.e. You can't do substitutions of @@FOO@@ -> value of foo.
Doesn't AC_CONFIG(include/freeradius-client.h) work? There is no special logic in autoconf that checks file types as far as I know. Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.