]> sourceware.org Git - automake.git/commitdiff
Set AM_DIR based on configure results.
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 23:00:14 +0000 (23:00 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 23:00:14 +0000 (23:00 +0000)
automake.in

index 10948203ddd9691bf0d5323f281c303a3a7f9bd8..7d759c0f6d1531fdbad0baa6da8b9c290244a666 100755 (executable)
@@ -20,6 +20,7 @@
 # Written by David Mackenzie <djm@gnu.ai.mit.edu>.
 
 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
This page took 0.027803 seconds and 5 git commands to generate.