* lib/argp-namefrob.h: Include basename-lgpl.h instead of dirname.h.
* modules/argp (Depends-on): Remove dirname-lgpl. Add basename-lgpl.
+2020-07-05 Bruno Haible <bruno@clisp.org>
+
+ argp: Trim module dependencies.
+ * lib/argp-namefrob.h: Include basename-lgpl.h instead of dirname.h.
+ * modules/argp (Depends-on): Remove dirname-lgpl. Add basename-lgpl.
+
2020-07-05 Bruno Haible <bruno@clisp.org>
basename-lgpl: New module.
#elif defined GNULIB_ARGP_EXTERN_BASENAME
extern char *__argp_base_name (const char *arg);
#else
-# include "dirname.h"
+# include "basename-lgpl.h"
# define __argp_base_name last_component
#endif
Depends-on:
alloca
-dirname-lgpl
+basename-lgpl
extern-inline
getopt-gnu
strchrnul