Re: Macro quoting

2001-02-16 Thread Tom Tromey
> "Paul" == Paul Martinolich <[EMAIL PROTECTED]> writes: Paul> AC_CONFIG_AUX_DIR([config]) Paul> With automake-1.4d, in the first case the configure directory is Paul> `[config]' rather than `config'. I just checked in a fix for this. It was waiting for copyright paperwork which was approv

Macro quoting

2001-02-16 Thread Paul Martinolich
Unless, I am reading the manual (2.49c) wrong the following is prefered: AC_CONFIG_AUX_DIR([config]) to AC_CONFIG_AUX_DIR(config) With automake-1.4d, in the first case the configure directory is `[config]' rather than `config'. $ ../../devel/bin/automake automake: configure.ac: required file