From: David J. MacKenzie Date: Mon, 19 Sep 1994 23:39:21 +0000 (+0000) Subject: works on m4 too X-Git-Tag: Release-0-25~467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30d73d140842bb4eacbeec175b0a833748ae890;p=thirdparty%2Fautomake.git works on m4 too --- diff --git a/automake.in b/automake.in index 613ec36e3..7b427da5b 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