autoconf
[Top][All Lists]
Advanced

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

Re: Accessing configure's command line


From: Andreas Schwab
Subject: Re: Accessing configure's command line
Date: Wed, 03 Dec 2003 15:58:48 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

Grzegorz Jakacki <address@hidden> writes:

> Hi,
>
> In Makefile.in I would like to put something like this:
>
> test:
>       if test address@hidden@ = address@hidden@/testing; then \
>             $(MAKE) real-test; \
>         else \
>             ./configure address@hidden@/testing \

              $(srcdir)/configure ...
>             && $(MAKE) test; \
>         fi
>
> My problem is that I shouldn't be simply calling './configure', since it
> may have been called from another directory or with some options. Is there
> a way to get a grip on configure's command line inside configure.ac ?

$ac_configure_args

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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