From: Tom Tromey Date: Sun, 12 Nov 1995 23:00:14 +0000 (+0000) Subject: Set AM_DIR based on configure results. X-Git-Tag: Release-0-25~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56628761d7e35fcb86ff2d9857db832731abe402;p=thirdparty%2Fautomake.git Set AM_DIR based on configure results. --- diff --git a/automake.in b/automake.in index 10948203d..7d759c0f6 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