Grzegorz Jakacki <[EMAIL PROTECTED]> writes:

> Hi,
>
> In Makefile.in I would like to put something like this:
>
> test:
>       if test [EMAIL PROTECTED]@ = [EMAIL PROTECTED]@/testing; then \
>             $(MAKE) real-test; \
>         else \
>             ./configure [EMAIL PROTECTED]@/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, [EMAIL PROTECTED]
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