[Home]

Summary:ASTERISK-27602: [patch] BuildSystem: AC_CONFIG_AUX_DIR needs a directory.
Reporter:Alexander Traud (traud)Labels:patch
Date Opened:2018-01-20 12:50:55.000-0600Date Closed:2018-01-22 08:07:09.000-0600
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:13.19.0 15.2.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) AC_CONFIG_AUX_DIR.patch
Description:{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.'
Comments:By: Friendly Automation (friendly-automation) 2018-01-22 08:07:10.610-0600

Change 8030 merged by Jenkins2:
BuildSystem: Remove AC_CONFIG_AUX_DIR.

[https://gerrit.asterisk.org/8030|https://gerrit.asterisk.org/8030]

By: Friendly Automation (friendly-automation) 2018-01-22 08:14:59.202-0600

Change 8031 merged by Jenkins2:
BuildSystem: Remove AC_CONFIG_AUX_DIR.

[https://gerrit.asterisk.org/8031|https://gerrit.asterisk.org/8031]

By: Friendly Automation (friendly-automation) 2018-01-22 08:15:40.064-0600

Change 8029 merged by Jenkins2:
BuildSystem: Remove AC_CONFIG_AUX_DIR.

[https://gerrit.asterisk.org/8029|https://gerrit.asterisk.org/8029]