From 78e85e521193396fb8a26647a390e0539ad33bed Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Mon, 19 Sep 1994 23:39:21 +0000 Subject: [PATCH] works on m4 too --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 613ec36e..7b427da5 100755 --- a/automake.in +++ b/automake.in @@ -145,7 +145,7 @@ ${am_file}_OBJECTS = ${am_file}.o" >&4 esac case "$am_makefile" in - */*) cat $AM_DIR/remake-subd.am >&5 ;; + */*) ;; *) test -f aclocal.m4 && echo "ACLOCAL = aclocal.m4" >&4 cat $AM_DIR/remake.am >&5 ;; esac -- 2.43.5