[asterisk-bugs] [JIRA] (ASTERISK-27602) [patch] BuildSystem: AC_CONFIG_AUX_DIR needs a directory.

Alexander Traud (JIRA) noreply at issues.asterisk.org
Sat Jan 20 12:51:49 CST 2018


Alexander Traud created ASTERISK-27602:
------------------------------------------

             Summary: [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: 15.2.0, 13.19.0
            Reporter: Alexander Traud
            Severity: Trivial
         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