The following commit has been merged in the master branch:
commit 82e19f660481997134755f644287d36fbed0273b
Author: Guillem Jover <[email protected]>
Date:   Fri Apr 19 21:36:35 2013 +0200

    build: Use PERL instead of hardcoded binary name
    
    This makes sure we are going to use the program detected by configure.

diff --git a/dselect/Makefile.am b/dselect/Makefile.am
index 8fa3bca..d7c4bca 100644
--- a/dselect/Makefile.am
+++ b/dselect/Makefile.am
@@ -59,7 +59,7 @@ curkeys.h: $(srcdir)/keyoverride $(srcdir)/mkcurkeys.pl
        if [ "$$cursesfile" = "" ]; then \
                echo "can't find curses file"; exit 1; \
        fi; \
-       perl $(srcdir)/mkcurkeys.pl $< $$cursesfile >$@
+       $(PERL) $(srcdir)/mkcurkeys.pl $< $$cursesfile >$@
 
 install-data-local:
        $(MKDIR_P) $(DESTDIR)$(pkgconfdir)/dselect.cfg.d

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to