automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Macro quoting


From: Paul Martinolich
Subject: Macro quoting
Date: Fri, 16 Feb 2001 15:05:20 -0600

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 `[config]/install-sh' not found
$ ls config/install-sh
config/install-sh*

If use the second method, I don't get this error.

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]