(am_dir): Don't apply transform to install directory name
authorTom Tromey <tromey@redhat.com>
Fri, 24 Nov 1995 23:30:45 +0000 (23:30 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 24 Nov 1995 23:30:45 +0000 (23:30 +0000)
automake.in

index ba81984..ae49fc3 100755 (executable)
@@ -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