]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
(am_dir): Run package name through name transform.
authorTom Tromey <tromey@redhat.com>
Thu, 23 Nov 1995 00:23:33 +0000 (00:23 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 Nov 1995 00:23:33 +0000 (00:23 +0000)
automake.in

index daa596f9d9455de7c2c0671c89953efc156cebdb..635483d82fb252fd42de571250689a0b6db375e7 100755 (executable)
@@ -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