Re: SHOBJ_STATUS problem

2016-12-07 Thread Chet Ramey
On 12/7/16 8:40 AM, Vladimir Marek wrote:
>>> And last nit I have stumbled upon ...
>>
>> Thanks, I fixed this one in early October as the result of
>>
>> http://lists.gnu.org/archive/html/bug-bash/2016-10/msg4.html
> 
> But it's not part of bash-4.4 patchlevel 5, so do you keep your fixes
> somewhere else? Looking around there is git repository at
> http://git.savannah.gnu.org/cgit/bash.git which has 'devel' branch.

That is it.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/



Re: SHOBJ_STATUS problem

2016-12-07 Thread Vladimir Marek
> > And last nit I have stumbled upon ...
> 
> Thanks, I fixed this one in early October as the result of
> 
> http://lists.gnu.org/archive/html/bug-bash/2016-10/msg4.html

But it's not part of bash-4.4 patchlevel 5, so do you keep your fixes
somewhere else? Looking around there is git repository at
http://git.savannah.gnu.org/cgit/bash.git which has 'devel' branch.
But it seems to contain only daily snapshots or something like that. Is
there anything else?

Thank you
-- 
Vlad



Re: SHOBJ_STATUS problem

2016-12-07 Thread Chet Ramey
On 12/7/16 7:41 AM, Vladimir Marek wrote:
> Hi,
> 
> And last nit I have stumbled upon ...

Thanks, I fixed this one in early October as the result of

http://lists.gnu.org/archive/html/bug-bash/2016-10/msg4.html

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/



SHOBJ_STATUS problem

2016-12-07 Thread Vladimir Marek
Hi,

And last nit I have stumbled upon ...

Cheers
-- 
Vlad
# If $ac_cv_func_dlopen is not 'yes' a bit earlier, SHOBJ_LIBS remains
# undefiled. Later during 'make install' stage, examples/loadables/Makefile
# calls install-$(SHOBJ_STATUS), and since the target 'install-' is undefined,
# make prints error.

--- configure.ac2016-12-06 05:07:31.808614344 +
+++ configure.ac2016-12-06 05:07:26.791244255 +
@@ -1151,6 +1151,8 @@ then
AC_SUBST(SHOBJ_LIBS)
AC_SUBST(SHOBJ_STATUS)
AC_MSG_RESULT($SHOBJ_STATUS)
+else
+   SHOBJ_STATUS=unsupported
 fi
 
 # try to create a directory tree if the source is elsewhere