bash-completion-Bugs item #313671, was changed at 2012-06-08 19:02 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: None
>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

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to