Re: AC_CONFIG_LINKS($foo)

2000-05-26 Thread Linus Nordberg
Akim Demaille <[EMAIL PROTECTED]> wrote 25 May 2000 18:26:51 +0200: Is it really important for you to be able to use variables? Yes. We symlink a number of source files to the build directory. The number of files may vary for different targets. The source file name varies depending on wh

Re: AC_CONFIG_LINKS($foo)

2000-05-25 Thread Akim Demaille
| Giving a shell variable to AC_CONFIG_LINKS like this doesn't work in | recent CVS versions of Autoconf: | | foo="link:file" | AC_CONFIG_LINKS($foo) | | I assume it's because `config_links' is set in config.status by | configure doing | | cat >$CONFIG_STATUS <<\EOF |