From fa37b48192c01f63e1649d2fe8aa4f7f4d9c5260 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 ba81984..ae49fc3 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.7.4