[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: config.status --help message
From: |
Akim Demaille |
Subject: |
Re: config.status --help message |
Date: |
17 Apr 2001 15:17:36 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
>>>>> "Lars" == Lars J Aas <address@hidden> writes:
Lars> If you say so -
Well, read the code.
# AC_OUTPUT([CONFIG_FILES...], [EXTRA-CMDS], [INIT-CMDS])
# -------------------------------------------------------
# The big finish.
# Produce config.status, config.h, and links; and configure subdirs.
# The CONFIG_HEADERS are defined in the m4 variable AC_LIST_HEADERS.
# Pay special attention not to have too long here docs: some old
# shells die. Unfortunately the limit is not known precisely...
m4_define([AC_OUTPUT],
[...
m4_ifset([AC_LIST_FILES], [_AC_OUTPUT_FILES()])dnl
m4_ifset([AC_LIST_HEADERS], [_AC_OUTPUT_HEADERS()])dnl
m4_ifset([AC_LIST_LINKS], [_AC_OUTPUT_LINKS()])dnl
m4_ifset([AC_LIST_COMMANDS], [_AC_OUTPUT_COMMANDS()])dnl
...
])# _AC_OUTPUT_CONFIG_STATUS
Lars> I'll apply the reversal.
Thanks.