autoconf
[Top][All Lists]
Advanced

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

Accessing configure's command line


From: Grzegorz Jakacki
Subject: Accessing configure's command line
Date: Wed, 3 Dec 2003 15:18:43 +0800 (CST)

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 \
            && $(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 ?

BR
Grzegorz

##################################################################
# Grzegorz Jakacki                       Huada Electronic Design #
# Senior Engineer, CAD Dept.              1 Gaojiayuan, Chaoyang #
# tel. +86-10-64365577 x2074               Beijing 100015, China #
# Copyright (C) 2003 Grzegorz Jakacki, HED. All Rights Reserved. #
##################################################################






reply via email to

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