]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Use @datadir@
authorTom Tromey <tromey@redhat.com>
Sat, 18 Nov 1995 19:05:58 +0000 (19:05 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 18 Nov 1995 19:05:58 +0000 (19:05 +0000)
automake.in

index 954b426f78feb806267b5c2044ead4798fdc30cf..213374fc9953fe72f11e9245b017a861d230fb5d 100755 (executable)
 # Makefile.am can cause any uppercase variable to be set.
 
 version=@VERSION@
-am_dir=@prefix@/share/automake
+
+# We need prefix because datadir might depend on it.
+prefix=@prefix@
+am_dir=@datadir@/automake
 
 usage="Usage: automake [--help] [--version] [Makefile]..."