From 8013cffeda9928a222021df9b94de1628f57cb8c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 24 Nov 1995 23:30:45 +0000 Subject: [PATCH] (am_dir): Don't apply transform to install directory name --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index ba819842..ae49fc31 100755 --- a/automake.in +++ b/automake.in @@ -28,7 +28,7 @@ version=@VERSION@ # We need prefix because datadir might depend on it. prefix=@prefix@ -am_dir=@datadir@/`echo @PACKAGE@ | sed '@program_transform_name@'` +am_dir=@datadir@/@PACKAGE@ # These are commonly found files that we look for and automatically # include in DIST_FILES. NOTE if you add something here, make sure -- 2.43.5