From 05c26446ed65681528387f6c66473c61eebe7224 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 23 Feb 2007 18:04:04 +0000 Subject: updated autotools abstraction to properly pick up different awk, sed, and md5sum locations --- handlers/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'handlers/Makefile.am') diff --git a/handlers/Makefile.am b/handlers/Makefile.am index 7d802c1..b627f79 100644 --- a/handlers/Makefile.am +++ b/handlers/Makefile.am @@ -5,4 +5,9 @@ HANDLERS = dup dup.helper maildir mysql.helper rdiff sys makecd makecd.helper \ EXTRA_DIST = Makefile.am $(HANDLERS) +edit = sed \ + -e "s,@BASH\@,$(BASH),g" \ + -e "s,@AWK\@,$(AWK),g" \ + -e "s,@SED\@,$(SED),g" + dist_pkgdata_DATA = $(HANDLERS) -- cgit v1.2.3