autoconf
[Top][All Lists]
Advanced

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

Re: AM_PROG_UPC


From: Ralf Corsepius
Subject: Re: AM_PROG_UPC
Date: Sat, 30 Apr 2011 05:57:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Thunderbird/3.1.9

On 04/30/2011 01:16 AM, Too, Justin A. wrote:
Hi all,

In my configure.ac I simply invoke: AC_PROG_UPC

…
$ aclocal …
     aclocal:configure.ac:12: warning: macro `AM_PROG_UPC' not found in library
…
$ autoconf
     Configure.ac:12: error: possibly undefined macro: AM_PROG_UPC
If this token and others are legitimate, please use m4patternallow.
See the Autoconf documentation.

Is this a non-standard macro?
Yes.

[Apart of this, AM_PROG_UPC violates auto*tools naming conventions; AM_*/AM_* prefixed macros are reserved for autoconf rsp. automake.]

Then, how can I add UPC support to my Autotools project?
Non-standard macros need to be supplied by either the package itself or by other packages.

There are several ways to do so, so answering your question would require knowing more details about the package you are trying to build.

Ralf




reply via email to

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