[PATCH] Check for existence of GNU-style basename()

2017-05-04 Thread Ulf Hermann
If it doesn't exist, add an implementation to libgnu.a and config.h. Signed-off-by: Ulf Hermann --- ChangeLog | 4 configure.ac | 16 +++ libgnu/ChangeLog | 6 ++ libgnu/Makefile.am| 6 +- libgnu/basename-gnu.c | 54 ++

[PATCH] Check for existence of GNU-style basename()

2017-02-22 Thread Ulf Hermann
If it doesn't exist, add an implementation to libeu.a. Include system.h and link against libeu.a where it is used. Signed-off-by: Ulf Hermann --- ChangeLog | 4 configure.ac | 5 + lib/ChangeLog | 7 +++ lib/Makefil