[asterisk-bugs] [JIRA] (ASTERISK-27602) [patch] BuildSystem: AC_CONFIG_AUX_DIR needs a directory.
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Mon Jan 22 08:08:50 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=241687#comment-241687 ]
Friendly Automation commented on ASTERISK-27602:
------------------------------------------------
Change 8030 merged by Jenkins2:
BuildSystem: Remove AC_CONFIG_AUX_DIR.
[https://gerrit.asterisk.org/8030|https://gerrit.asterisk.org/8030]
> [patch] BuildSystem: AC_CONFIG_AUX_DIR needs a directory.
> ---------------------------------------------------------
>
> Key: ASTERISK-27602
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27602
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem
> Affects Versions: 13.19.0, 15.2.0
> Reporter: Alexander Traud
> Assignee: Alexander Traud
> Severity: Trivial
> Labels: patch
> Attachments: AC_CONFIG_AUX_DIR.patch
>
>
> {code}configure.ac: warning: not enough arguments for AC_CONFIG_AUX_DIR{code}When you go for the script {{./bootstrap.sh}}, the tool {{automake}} is invoked. However in that script, all errors are send silently to {{/dev/null}}.
> If you enable errors again, the above is printed. This happens because of commit [87a57e8|https://github.com/asterisk/asterisk/commit/87a57e8d46a513016a909b53b29acf0aacd06a9b]. The command AC_CONFIG_AUX_DIR needs at least one directory. If you do not want to specify a directory, you do not specify that command at all. However, that raises the question, why this command was added in commit [1ca8b2d|https://github.com/asterisk/asterisk/commit/1ca8b2d482529a38d934f0626a376f8f027dc61c]: 'Add AC_CONFIG_AUX_DIR to configure script, so systems without install can use install-sh from our source dir.'
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list