From: Tom Tromey Date: Thu, 23 Nov 1995 00:23:33 +0000 (+0000) Subject: (am_dir): Run package name through name transform. X-Git-Tag: Release-0-25~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=951f3d094b199f33c31d3e3962328b4487df80e8;p=thirdparty%2Fautomake.git (am_dir): Run package name through name transform. --- diff --git a/automake.in b/automake.in index daa596f9d..635483d82 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@/automake +am_dir=@datadir@/`echo @PACKAGE@ | sed '@program_transform_name@'` # These are commonly found files that we look for and automatically # include in DIST_FILES. NOTE if you add something here, make sure