From 4c6b4e710ef3efd37b0cff3ec929e56910e81bb2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Nov 1995 23:00:14 +0000 Subject: [PATCH] Set AM_DIR based on configure results. --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 10948203..7d759c0f 100755 --- a/automake.in +++ b/automake.in @@ -20,6 +20,7 @@ # Written by David Mackenzie . VERSION=@VERSION@ +AM_DIR=@prefix@/share/automake if test $# -eq 0; then echo "Usage: automake Makefile..." >&2 @@ -27,7 +28,6 @@ if test $# -eq 0; then fi am_status=0 -AM_DIR=`echo $0|sed s%automake%%` # Remove \newline. am_rmnl=/tmp/am.sed1 -- 2.43.5