[PATCH] doc: clarify DJGPP shell 'return' bug spelling

2016-02-29 Thread Pavel Raiskup
* doc/autoconf.texi (Shell Functions): Fix spelling so the "command substitution" is related to function, not the 'return' statement. --- doc/autoconf.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 9ea67cc..cdf58bf 100644

Re: [PATCH] Autom4te: don't de-duplicate 'verb' and 'fatal' output

2016-02-29 Thread Pavel Raiskup
On Monday 19 of January 2015 16:42:54 Pavel Raiskup wrote: > This commit was proposed to not hide the second 'aclocal' run > during 'autoreconf -vfi'. Similar patch applied in GNU Automake > as commit fe3850. Ping. Pavel

Re: PATCH: remove config.{guess,sub} man pages

2015-12-09 Thread Pavel Raiskup
Hi Ben, On Wednesday 25 of November 2015 21:09:39 Ben Elliston wrote: > Remove config.{guess,sub} man pages. These are now kept in the master > source tree for config.{guess,sub}. after this patch -- the manual pages are not installed with autoconf anymore (I tried 'make install'). Is that

Re: bug#19539: [1.15] AC_CONFIG_AUX_DIR should be called early

2015-01-30 Thread Pavel Raiskup
[+cc autoconf as this should be done in cooperation] On Thursday 08 of January 2015 16:43:02 Pavel Raiskup wrote: Hi, automake-1.15 behaves differently when AC_CONFIG_AUX_DIR is specified after AC_USE_SYSTEM_EXTENSIONS (example attached which worked with automake-1.14.1): $ autoreconf -vfi

[PATCH] Autom4te: don't de-duplicate 'verb' and 'fatal' output

2015-01-19 Thread Pavel Raiskup
This commit was proposed to not hide the second 'aclocal' run during 'autoreconf -vfi'. Similar patch applied in GNU Automake as commit fe3850. * lib/Autom4te/ChannelDefs.pm: Set 'uniq_part' to UP_NONE for 'verb' and 'fatal' channel. --- lib/Autom4te/ChannelDefs.pm | 5 +++-- 1 file changed, 3

[PATCH] docs: gnuconfig manual page generating

2014-11-12 Thread Pavel Raiskup
Don't generate empty manual pages when config.sub/config.guess files are updated in distribution tarball and help2man is not installed; don't fail either. Resist on not 'touch'ing the old pre-generated manual page to not hide the problem, however. Also for git builds stay fatal and enforce

[PATCH] tests: ignore config.site in 'configure directories'

2013-11-19 Thread Pavel Raiskup
Original bugreport: https://bugzilla.redhat.com/994725 * tests/base.at (configure directories): Export CONFIG_SITE=NONE. --- tests/base.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/base.at b/tests/base.at index 87a0417..84e35e5 100644 --- a/tests/base.at +++ b/tests/base.at @@

[PATCH] autotest: do not fail when make throws warnings

2013-02-13 Thread Pavel Raiskup
Related to commit d902536. On Fedora 17 having installed latest git autoconf and automake, testsuite failed on 'C unit tests'. The problem was that tested 'make' was unable to run jobserver and was throwing warning. As this is not the tested feature we can simply ignore warnings. *

[PATCH] autotest: do not fail when make throws warnings

2013-02-13 Thread Pavel Raiskup
Related to commit d902536. On Fedora 17 having installed latest git autoconf and automake, testsuite failed on 'C unit tests'. The problem was that tested 'make' was unable to run jobserver and was throwing warning. As this is not the tested feature we can simply ignore warnings. *