[Bash-completion-devel] [bash-completion-Bugs][313671] Wrong case of variable in test/Makefile.am (mkdir_p)

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Fri Jun 8 16:03:27 UTC 2012


bash-completion-Bugs item #313671, was changed at 2012-06-08 19:03 by Ville Skyttä
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313671&group_id=100114

Status: Closed
Priority: 3
Submitted By: Vladimir Lomov (lomov_vl-guest)
Assigned to: Ville Skyttä  (scop-guest)
Summary: Wrong case of variable in test/Makefile.am (mkdir_p) 
Distribution: --Distribution-Agnostic--
Originally reported in: None
>Milestone: 2.0
Status: Fix Committed
Original bug number: 


Initial Comment:
Hello,
there seems to be a typo in `test/Makefile.am': in `all' target the `mkdir_p' variable is used but only `MKDIR_P' would be defined. I attach patch to fix the variable case.



----------------------------------------------------------------------

Comment By: Ville Skyttä  (scop-guest)
Date: 2012-06-08 18:54

Message:
It is not a typo, mkdir_p should still be defined as of automake 1.12.x.  It is deprecated and will be removed in automake 1.13 though so we'd be better off moving to MKDIR_P, but properly implemented I believe that needs AC_PROG_MKDIR_P (autoconf >= 2.60).

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313671&group_id=100114



More information about the Bash-completion-devel mailing list